]> git.sesse.net Git - vlc/history - modules/gui/macosx/update.m
macosx: experimental 64bit support
[vlc] / modules / gui / macosx / update.m
2009-04-12 Felix Paul Kühnemacosx: experimental 64bit support
2008-10-02 Derk-Jan Hartmanmacosx: allow to specify where you want the download...
2008-09-30 Derk-Jan Hartmanmacosx: when saving updates, only allow for a dir to...
2008-09-30 Derk-Jan Hartmanmacosx: The vlc update API can only handle a destinatio...
2008-09-20 Felix Paul Kühnemacosx: check for updates only every seven days
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Pierre d'Herbemontmacosx: Attempt to fix a crash in update code.
2008-08-03 Pierre d'Herbemontupdate: Fix it.
2008-06-15 Pierre d'Herbemontmacosx: Make sure we have an autorelease pool in -check...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we do call update on main thread.
2008-05-30 Rafaël CarréOSX GUI was forgotten in [85f5092ee68d13fd4056848d5a212...
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-28 Felix Paul Kühnemacosx-update: UPDATE_CHECK is defined in config.h...
2008-02-27 Felix Paul Kühne* coding style fixes (please don't do [NSString string...
2008-02-27 Rafaël Carréfix macosx update gui
2008-02-25 Rafaël Carrécosmetics + evil (?) -> hack (objective C definitely...
2008-02-25 Rafaël Carréfix update code in macosx gui
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-10-24 Felix Paul Kühne* make sure that we're using UTF-8 instead of Western...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-04-07 Felix Paul Kühne* re-worded the GUI strings a bit and removed a useless...
2007-04-04 Felix Paul Kühne* fixed grammar (closes #1099); I would still prefer...
2007-04-01 Pierre d'HerbemontMac OS X gui: Label the option "Check for VLC update...
2007-04-01 Pierre d'HerbemontMac OS X gui: Ask the user if she wants to check update...
2007-03-27 Pierre d'HerbemontMac OS X gui: checkForUpdate may not run on first threa...
2007-03-27 Pierre d'HerbemontMac OS X gui: Check for update on startup.
2006-05-12 Felix Paul Kühne* made the look-for-update process faster and more...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-02 Felix Paul Kühne* MainMenu.nib, playlist.m: use NSSearchField instead...
2006-03-01 Felix Paul Kühne* don't store the temp release note in the user's Cache...
2006-03-01 Felix Paul Kühne* removed unused, useless variable
2006-03-01 Felix Paul Kühne* download the updated versions through VLC and not...
2006-02-25 Felix Paul Kühne* retrieve the release notes and display them
2006-02-18 Felix Paul Kühne* added a note about the update-checker to the news...
2006-02-18 Felix Paul Kühne* new CheckForUpdate panel (closes #310)
2005-10-02 Felix Paul Kühne* remove/disable the update-checker on OSX until 0...
2005-10-02 Felix Paul KühneImplemented the retrieval of the versions, files and...
2005-08-21 Felix Paul Kühne* port of the wx-update-panel to OSX (GUI works, updati...