Commit Graph

359 Commits

Author SHA1 Message Date
Greg Neagle
870c260e19 Tweaks to #includes in the PyObjC apps so they'll build under both Xcode 8 and Xcode 9 2018-05-04 07:59:54 -07:00
Erik Gomez
37c0e79822 fix developer and categories (#846)
Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
2018-04-06 13:27:28 -07:00
Greg Neagle
1428c40d06 Update copyright notices to include 2018 2018-01-20 08:46:22 -08:00
Greg Neagle
2d2681e8cd Set munki-notifier MacOSX Deployment Target to 10.8 2017-12-16 09:19:33 -08:00
Greg Neagle
3762b82375 When there is an installation deadline, do not display pending update count in Notification Center notifications to allow more room to display deadline details 2017-12-08 10:37:15 -08:00
Greg Neagle
1fbcceb1c7 Add missing import for NSLog to passwdutil.py 2017-12-01 14:48:59 -08:00
Greg Neagle
b59eeff1d1 for UseNotificationCenterDays preference, munki-notifier will use a managed preference value if present, else fall back to reading the value from /Library/Preferences/ManagedInstalls.plist (ignoring user-level preferences) 2017-11-16 17:37:30 -08:00
Greg Neagle
42152f3ef7 Fix for munki-notifier so it will respect Managed Preferences and root preferences for UseNotificationCenterDays 2017-11-16 16:07:36 -08:00
Greg Neagle
293fb8c449 Fix status text display issue with Unavailable items. Fixes #812 2017-10-23 10:30:27 -07:00
Greg Neagle
041b041d3e Fix issue where warnings/notes were not displayed for an item if the item had no description. Fixes #811 2017-10-23 09:55:00 -07:00
Greg Neagle
92169fcdd9 When MSC.app converts an application icon to PNG, use CoreGraphics and Image I/O methods so that embedded ColorSync profiles are preserved. Similar to commit 3d7021af8f. 2017-10-22 08:33:40 -07:00
Ben Goodstein
49144ed681 Removing references to Managed Software Update in the localized window title of MunkiStatus (#810) 2017-10-13 09:48:10 -07:00
Arjen van Bochoven
21927438ae Localized pkgsinfo support (#809)
* Add support for localized_strings in pkgsinfo files

* Update Munkiitems.py

Use NSBundle.preferredLocalizationsFromArray_forPreferences_ instead of
NSLocale.currentLocale

* Move localized_strings to GenericItem

And add localized_strings to iteminfo

* Add localized_strings to munkiimport
2017-10-13 09:03:05 -07:00
Greg Neagle
3b4a333c4b Updated Russian localization. Thanks to Dino Libertino. 2017-09-08 08:16:36 -07:00
Greg Neagle
4b8c386482 Updated Japanese localization. Thanks to Dino Libertino. 2017-09-08 08:16:04 -07:00
Greg Neagle
d38cb35350 Updated Italian localization. Thanks to Dino Libertino. 2017-09-08 08:15:25 -07:00
Greg Neagle
ee9b58f40d Updated Spanish localization. Thanks to Joaquin Cabrerizo Egea. 2017-08-25 12:55:50 -07:00
Greg Neagle
855b2199e5 Updated Norwegian (Bokmal) localization. Thanks to Frank Paul Silye. 2017-08-25 12:48:48 -07:00
Greg Neagle
1d659eb686 Updated Danish localization. Thanks to Thomas Tvegaard. 2017-08-18 14:03:19 -07:00
Greg Neagle
50d82315b9 Update French localization. Thanks to Daniel Moore and Oliver Haessler (and Oliver's girlfriend!). 2017-08-18 13:52:49 -07:00
Greg Neagle
025bd082eb Update Finnish localization. Thanks to Hannes Juutilainen. 2017-08-18 13:48:31 -07:00
Greg Neagle
7888e7123f Update German localizations. Thanks to Daniel Moore and Oliver Haessler. 2017-08-18 13:43:33 -07:00
Greg Neagle
5a6183d18b Updated Dutch localization. Thanks to Arjen van Bochoven. 2017-08-17 13:31:02 -07:00
Greg Neagle
7f19440f76 Add placeholder string for needed localiztions 2017-08-17 13:23:36 -07:00
Greg Neagle
aff674081b MSC.app: Navigate menu->Reload page (Cmd-R) now also triggers an update check. 2017-08-11 16:24:00 -07:00
Greg Neagle
0238108730 Bump version of MSC.app to reflect non-trivial code changes 2017-07-06 08:53:45 -07:00
Greg Neagle
11bd8731d8 MSC.app: Hide new problem updates table when displaying update check/install progress 2017-07-05 08:15:23 -07:00
Greg Neagle
81630647eb Display problem updates on Updates page in Managed Software Center.app 2017-07-03 12:55:38 -07:00
Greg Neagle
ad9c08856d More changes to support showing optional item updates that require user action to install -- like updating macOS version or making disk space available. 2017-06-29 15:08:15 -07:00
Timothy Sutton
eef37a2734 Add ru localization for 'requires higher OS version' (#787) 2017-06-29 09:47:56 -07:00
Greg Neagle
5458ce8b97 Add missing semicolons for new localizaed strings 2017-06-28 16:53:56 -07:00
Greg Neagle
28fab2c624 Fix localization comment/label for 'Requires macOS version %s' message 2017-06-28 13:28:10 -07:00
Greg Neagle
483ac7969c Localization updates 2017-06-28 13:26:45 -07:00
Arjen van Bochoven
755204cad4 Update dutch locale (#786) 2017-06-28 13:20:47 -07:00
Richard Lafontaine
f4bd15595b FR localization of "Requires macOS version %s" (#785)
* FR localization of "Requires macOS version %s"

* Update Localizable.strings
2017-06-28 11:19:31 -07:00
Greg Neagle
b925016c59 Generate possibly localized note when item requires a higher OS 2017-06-28 06:25:31 -07:00
Greg Neagle
ea7b9b2ae9 Display items in optional installs that require a higher OS if we can't find an applicable version to incentivize OS upgrades/updates 2017-06-27 22:38:12 -07:00
Greg Neagle
b8419975ed Speed up launch of Managed Software Center by replacing wildcard imports from Cocoa frameworks with selective import of needed symbols. 2017-06-26 09:54:19 -07:00
Greg Neagle
9917df8708 Speed up launch of MunkiStatus by replacing wildcard imports from Foundation and AppKit with selective import of needed symbols. 2017-06-26 09:23:02 -07:00
Greg Neagle
5b930e1ac8 MSC.app: use IOKit IOPS functions to get power source information instead of scraping the output of pmset 2017-06-14 15:04:21 -07:00
Greg Neagle
e660011530 MSC.app: revert to Munki2 behavior when generating a list of pending installs for the Updates view -- allows optional items to be removed from the pending update list 2017-06-14 14:19:03 -07:00
Greg Neagle
9da9d24a22 Link Managed Software Center.app and MunkiStatus.app to Python 2.7 instead of 2.6 2017-06-09 06:48:19 -07:00
Greg Neagle
0717bf764f Fixes for MSC.app on High Sierra 2017-06-08 18:30:56 -07:00
Greg Neagle
49fbdf4899 Update Japanese localization. Thanks to @nakanana. 2017-05-18 08:15:18 -07:00
Greg Neagle
2e6eb4d659 Add missing de localized string 2017-05-17 09:13:27 -07:00
Greg Neagle
05bf735ecd Fix broken pkg build scripts; insignificant whitespace change to a file to force a version number bump. 2017-05-16 12:13:04 -07:00
Greg Neagle
b654476969 Updated Norwegian localization courtesy Frank Paul Silye 2017-05-04 08:57:57 -07:00
Greg Neagle
19c30cc375 Updated Swedish localization courtesy Jonas Jöreskog 2017-05-04 08:48:55 -07:00
Greg Neagle
875bf649ff Updated Italian localization courtesy Dino Libertino 2017-05-04 08:41:26 -07:00
Greg Neagle
fe822f7a37 Updated Finnish localization courtesy Hannes Juutilainen 2017-05-04 08:26:02 -07:00