Commit Graph

3380 Commits

Author SHA1 Message Date
Greg Neagle
97ce70621e Restore the insertion of the build/revision number into the app's CFBundleVersion and CFBundleShortVersionString 2020-09-22 14:44:32 -07:00
Greg Neagle
520219cd15 Bump MSC.app version in Info.plist 2020-09-21 09:35:55 -07:00
Greg Neagle
4d7862ed52 More tweaks to modal more-info close button 2020-09-20 20:58:11 -07:00
Greg Neagle
5b7de00fb4 Appearance tweaks to 'More info' modal for updates 2020-09-20 19:59:08 -07:00
Greg Neagle
49005b58cb Implement App Store-like modal 'more info' for updates 2020-09-20 15:39:22 -07:00
Greg Neagle
f958d2ad6f Work on updates view. 2020-09-19 21:04:14 -07:00
Greg Neagle
59624187d7 Remove no-longer-used html templates 2020-09-18 17:01:55 -07:00
Greg Neagle
d14c97ce46 Merge branch 'Munki5dev' into new-msc-design 2020-09-18 16:58:06 -07:00
Greg Neagle
6d43e98130 Tweak percent-done output parsing on Big Sur 2020-09-17 16:15:12 -07:00
Greg Neagle
2cbc98df7e Merge branch 'Munki5dev' into new-msc-design 2020-09-16 14:46:29 -07:00
Graham Gilbert
401f521f48 Add cleanup scripts (#1025)
* Run cleanup scripts if they're there

* Cleanup script, add to build script

* okay

* I'm all shelled out

* Comment for future greg
2020-09-16 14:05:08 -07:00
Greg Neagle
c27fd3c07f Logic change to get the Python revision number to increment 'better' 2020-09-15 17:08:33 -07:00
Greg Neagle
e1b5d505bc Revert "Revert "munki: rename "/usr/local/munki/python" symlink to "munki-python" (#997)""
IOW, restore the rename of "/usr/local/munki/python" symlink to "munki-python" (#997)

This reverts commit b9f9fffccc.
2020-09-15 16:46:34 -07:00
Greg Neagle
aa66b4cda5 Don't do any attempted cleanup of the Python framework so that Munki-driven updates of Munki don't crash mid-upgrade 2020-09-15 14:54:37 -07:00
Greg Neagle
fc3836c95e Bump version to 5.2.0 for intended future release version 2020-09-15 09:14:37 -07:00
Greg Neagle
69411e7e24 Merge branch 'Munki5dev' into new-msc-design 2020-09-15 09:08:09 -07:00
Greg Neagle
b9f9fffccc Revert "munki: rename "/usr/local/munki/python" symlink to "munki-python" (#997)"
This change is still a good future goal, but is causing problems that are too difficult to work around right now and is delaying the vital release of Munki 5.1 for Big Sur compatibility.

This reverts commit 3bb91cabca.
2020-09-15 09:04:47 -07:00
Greg Neagle
e86e2c0698 Merge branch 'Munki5dev' into new-msc-design 2020-09-14 13:20:09 -07:00
Greg Neagle
7610a42528 Still tweaking the window dragging implementation/behavior 2020-09-10 19:48:46 -07:00
Greg Neagle
eaf9553c86 Replace calculation for finding the titlebar area with one that actually makes sense :-) 2020-09-10 19:40:26 -07:00
Greg Neagle
e87d74b77c Make the title bar area of the main (web) view draggable. Addresses #1017 2020-09-10 18:50:42 -07:00
Greg Neagle
770bd30117 Remove Navigation->Forward menu item and IBOutlet references; restore missing navigateBackMenuItem IBOutlet and fix Navigate->Back menu item availability to match visibility of back navigation button 2020-09-10 13:51:52 -07:00
Greg Neagle
e2b7b87b17 Another tweak to MyItemsTemplate image 2020-09-05 13:58:48 -07:00
Greg Neagle
222a71147b Tweak MyItemsTemplate image 2020-09-05 13:43:36 -07:00
Greg Neagle
ae4ac4fb70 Replace some sidebar icons with MSC versions 2020-09-05 11:32:31 -07:00
Steve
d146453392 Fixes for issue 1019 and 1021 (#1023)
* update icons to more appstore like

* fix gesture navigation issues

* update sidebar item alignment

* clear search field on click one of the sidebar items

* search field clear on navigation

* clean up old unused functions
2020-09-05 08:19:16 -07:00
Greg Neagle
342f15419c Samller size for main update progress text 2020-09-04 21:05:45 -07:00
Greg Neagle
9b1d899b8d Fix for missing titles for 'More by/More in' lists 2020-09-04 16:36:18 -07:00
Greg Neagle
c5e2a55096 Merge branch 'Munki5dev' into new-msc-design 2020-09-04 16:30:34 -07:00
Greg Neagle
f2e5845f37 Merge branch 'Munki5dev' into newbuildscript 2020-09-04 16:29:30 -07:00
Greg Neagle
696e40ca8a More changes to support softwareupdate in Big Sur 2020-09-04 16:28:53 -07:00
Greg Neagle
d77e393b78 Merge branch 'Munki5dev' into new-msc-design 2020-09-04 08:29:57 -07:00
Greg Neagle
43ff437a90 Merge branch 'Munki5dev' into newbuildscript 2020-09-04 08:29:28 -07:00
Greg Neagle
a840bed778 Add default sucatalog for Big Sur 2020-09-04 08:28:15 -07:00
Greg Neagle
d1db5af686 Support for Big Sur softwareupdate percent-done feedback 2020-09-04 08:22:43 -07:00
Greg Neagle
4b33ef1f41 Switch to a single text color for 'sidebar' items 2020-09-03 21:26:13 -07:00
Greg Neagle
40687ccf4c Hide h2 'titles' from 'sidebar' 2020-09-03 21:21:39 -07:00
Greg Neagle
c9dac94278 Remove left border from popup menu in 'sidebar' 2020-09-03 15:53:57 -07:00
eholtam
0e14dccdb1 Removed detection of absolute path (#1016)
* Removed detection of absolute path. It paths wrong if the supplied file is not in the cwd.

* Convert supplied config file to an absolute path and use that variable for all references to the file.

Co-authored-by: eholtam <(none)>
2020-09-03 15:48:02 -07:00
Greg Neagle
c18fb224a2 Tweak appearance of what used to be the sidebar 2020-09-03 15:16:34 -07:00
Greg Neagle
ec84ca6b38 Add showcase to search result pages 2020-09-03 15:15:42 -07:00
Greg Neagle
f31643d966 Move sidebar to under showcase in the main software view and adjust styling 2020-09-03 12:14:39 -07:00
Greg Neagle
8065ce55ea Missed a file for inclusion with previous commit that addresses #1020 2020-09-03 12:13:01 -07:00
Greg Neagle
91342280ea Missed a file for inclusion with previous commit that addresses #1020 2020-09-03 12:12:04 -07:00
Greg Neagle
4031c1f69f Fix visual display issues with removals. Addresses #1020 2020-09-03 12:10:45 -07:00
Greg Neagle
895b2d803b Fix up bad merge 2020-09-02 16:45:21 -07:00
Greg Neagle
54d3b56b93 Merge Steve Kueng's MSC work into new-msc-design 2020-09-02 16:36:45 -07:00
Greg Neagle
cfe2702ae2 Fix for problem items also showing up in pending items 2020-09-02 16:29:12 -07:00
Greg Neagle
4a9710a4e2 Merge branch 'new_design' of https://github.com/SteveKueng/munki into new_design 2020-09-02 16:23:28 -07:00
Greg Neagle
6bec99f4f9 Add back navigation button and re-wire up more of the menu items 2020-09-02 16:18:01 -07:00