Commit Graph

123 Commits

Author SHA1 Message Date
Greg Neagle
4b71ace130 Updated copyright info on all files with copyright info. 2013-01-28 11:55:09 -08:00
Justin McWilliams
da0891dd9b Missing comma introduced in commit 15e082ae45 causes MSU to crash 2012-12-18 12:08:28 -05:00
Justin McWilliams
4401cdbfcd For cases where there is no InstallInfo.plist file, or it doesn't contain any OOptional Installs, we should present the "Check again" button in the "No Updates" alert. This will allow users to forcefully run updatecheck via MSU once again. 2012-12-17 14:53:24 -05:00
Justin McWilliams
15e082ae45 s/GuiCacheAgeSecs/CheckResultsCacheSeconds/ per a discussion with gneagle.
Also, add to default_prefs, even though default is None/unset, a rrmiddleton pointed out this documents which prefs MSU might use.
2012-12-17 10:52:13 -05:00
Justin McWilliams
dc37943b46 Move MSU manual check cache age seconds to ManagedInstalls.plist config option (final naming TBD). For manual check executions, only run updatecheck if this config is undefined or if the defined timeout has elapsed. 2012-12-14 16:44:17 -05:00
Justin McWilliams
6fa4957e2a In the "No Updates" alert, add a "Refresh" button which when clicked executes a full managedsoftwareupdate updatecheck. 2012-12-14 14:45:53 -05:00
Greg Neagle
159b73aee3 Merge https://code.google.com/r/thomastvegaard-danish-localization 2012-12-13 15:13:13 -08:00
thomas.tvegaard
755b66e395 Minor translation change. 2012-12-13 09:53:31 +00:00
thomas.tvegaard
e7a5aa8140 Minor translations updates 2012-12-13 09:51:25 +00:00
Greg Neagle
ff445fcf84 Additional Norwegian (Bokmal) localized strings. 2012-11-30 12:08:15 -08:00
Greg Neagle
34c31e79fa Fix build of nb.lproj files. 2012-11-28 13:23:41 -08:00
thomas.tvegaard
fc257c609e Minor change 2012-11-20 07:57:35 +00:00
Greg Neagle
3903e89fc3 Merge branch 'master' of https://code.google.com/p/munki 2012-11-19 08:48:17 -08:00
Greg Neagle
09bb383b37 Added Norwegian (Bokmal) localization. Thanks to Frank Paul Silye. 2012-11-19 08:46:14 -08:00
Rob Middleton
bce1fa42f9 Fix issue 169. Pref AppleSoftwareUpdatesOnly needs to be understood by MSU.app not just managedsoftwareupdate. 2012-11-13 11:50:16 +11:00
Thomas Tvegaard
8204311612 Fixed a wrong translation for the force install text. 2012-10-10 08:27:47 +02:00
Greg Neagle
cfb4a45134 In MSU.app, if removal detail is suppressed, and a removal item requires a logout, make sure MSU.app also requires a logout. 2012-10-05 08:22:43 -07:00
Greg Neagle
39d36dafaf Updated project.pbxproj build scripts to incorporate Danish localization files. 2012-09-17 08:05:58 -07:00
Thomas Tvegaard
fb7c94ff43 Minor change of wording. 2012-09-14 13:59:24 +02:00
ttv
e0e53adfe5 Added Danish strings. Spellchecked and verified. 2012-09-14 13:51:55 +02:00
Greg Neagle
2afb3681b7 Fixed Xcode project to localize fi.lproj resources, renamed from Finnish.lproj 2012-08-31 14:23:29 -07:00
Greg Neagle
eb7a2d6a4f Merge http://code.google.com/r/hjuutilainen-munki 2012-08-31 13:57:57 -07:00
Greg Neagle
99c3ca468e Fix for Leopard: changes for Lion/ML loginwindow status display broke Leopard status display. Changed string comparision to int comparison to fix. 2012-08-08 13:59:18 -07:00
Greg Neagle
4077811dff Merge Pepjin Bruienne's Dutch localization 2012-07-11 08:21:58 -07:00
Greg Neagle
a065641887 Merge http://code.google.com/r/bruienne-dutch-translation 2012-07-11 08:07:27 -07:00
Greg Neagle
70553812c0 Merge in nbalonso's Spanish localization for Managed Software Update.app 2012-07-10 16:38:57 -07:00
cengage
38eb0f5389 Added Dutch localization 2012-07-10 16:11:41 -04:00
nbalonso
d64820a0b9 Added Spanish strings 2012-07-05 22:24:16 +03:00
Greg Neagle
cc0ac78964 When matching blocking_applications against running processes, do not match executables inside a bundle, but not in Contents/MacOS. 2012-06-25 15:00:48 -07:00
Greg Neagle
0ed46a42ee Get rid of menubar flash when MSU.app runs over the loginwindow; tweaks to appearance over Lion loginwindow 2012-06-08 15:05:05 -07:00
Greg Neagle
277966aada New look for displaying Munki status window at the login window in Lion+ 2012-06-06 11:19:17 -07:00
Greg Neagle
6bbdde8b00 Fix WebView font issue re-introduced every time we edit the XIB 2012-06-04 16:19:32 -07:00
Hannes Juutilainen
8b735ad88f Renamed Finnish.lproj to fi.lproj 2012-05-07 13:22:04 +03:00
Hannes Juutilainen
d15520b934 Changed the wording for software removals 2012-05-07 12:31:50 +03:00
Hannes Juutilainen
fd0d643543 Using the same strings as the standard Software Update. 2012-05-07 12:23:37 +03:00
Hannes Juutilainen
155d20d7a9 Updated wording 2012-05-07 12:15:47 +03:00
Greg Neagle
cbb4284f5a Initial localization support for Finnish courtesy Hannes Juutilainen <hjuutilainen@mac.com> 2012-05-03 09:51:17 -07:00
Greg Neagle
58bada0a5b More localization tweaks. 2012-05-01 14:31:20 -07:00
Greg Neagle
620bb386e9 Adjust button sizes in Managed Software Update.app 2012-05-01 14:13:35 -07:00
Greg Neagle
3814c70c26 Add initial French localization based on Claude Perrin's work 2012-05-01 11:18:18 -07:00
Justin McWilliams
37170e4915 Slow down a potential busy loop if MSU GUI is waiting for a restart alert to be dismissed. 2012-04-13 15:13:56 +05:30
Greg Neagle
069c522bd9 Add CFBundleName definition to English.lproj/InfoPlist.strings 2012-04-10 10:32:21 -07:00
Greg Neagle
d7236fce3a Fix for items marked for forced_install_after_date that also require logout or restart 2012-04-03 09:19:15 -07:00
Greg Neagle
cae13631fa MSU.app: Encode update descriptions in UTF-8 before passing to WebKit WebFrame loadData_MIMEType_textEncodingName_baseURL_. Fixes an issue with certain Mac OS X versions. 2012-02-17 14:55:38 -08:00
Greg Neagle
1914a1142a Bump MSU.app version 2012-01-06 11:40:58 -08:00
Greg Neagle
a0decf2625 Change copyright notice to 2010-2012 2012-01-04 13:52:33 -08:00
Greg Neagle
2be63ee00a Don't display on battery power warning unless charge is less than 50%. Reverse buttons in warning dialog to match those in Apple Software Update. 2011-12-07 14:00:38 -08:00
Greg Neagle
69419d939b MSU.app now displays a warning if user chooses to update while on battery power. 2011-12-06 14:29:53 -08:00
Greg Neagle
736f722276 MSU: warn user if on battery power when choosing to update 2011-12-06 14:00:08 -08:00
Greg Neagle
ac9141125d Add getPowerInfo() to munki.py for use by MSU.app 2011-12-05 11:16:12 -08:00