Update-Installer/src
2011-08-24 11:44:29 +01:00
..
tests Enable -Wall -Werror when building on Linux/Mac and fix several bugs discovered in the process. 2011-08-24 11:23:48 +01:00
CMakeLists.txt Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
Dir.cpp Add missing <string.h> include 2011-08-23 09:40:41 +01:00
Dir.h Dir iterator implementation for Win32 - Untested 2011-08-22 15:50:15 +01:00
FileOps.cpp Make FileOps::createSymLink() a no-op which logs a warning under Windows instead of reporting an error. 2011-08-22 19:21:29 +01:00
FileOps.h Convert Qt permission flags (from QFile::Permissions) to Unix mode_t flags. 2011-08-22 10:01:25 +01:00
Log.cpp Write log output to a file instead of just stderr 2011-08-23 23:54:37 +01:00
Log.h Write log output to a file instead of just stderr 2011-08-23 23:54:37 +01:00
main.cpp Merge branch 'master' of ssh://gitweb/git/desktop/standalone-updater 2011-08-24 10:46:17 +01:00
Platform.h Implement waiting for parent updater process to finish. 2011-08-22 18:46:03 +01:00
ProcessUtils.cpp Merge branch 'master' of ssh://gitweb/git/desktop/standalone-updater 2011-08-24 11:25:25 +01:00
ProcessUtils.h Enable -Wall -Werror when building on Linux/Mac and fix several bugs discovered in the process. 2011-08-24 11:23:48 +01:00
StringUtils.h Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
UpdateDialogCocoa.h Fix warning about object being leaked from update installer thread due to a missing autorelease pool 2011-08-23 16:30:17 +01:00
UpdateDialogCocoa.mm Disable the window close button in the update dialog on Mac. 2011-08-24 10:56:08 +01:00
UpdateDialogGtk.cpp Enable -Wall -Werror when building on Linux/Mac and fix several bugs discovered in the process. 2011-08-24 11:23:48 +01:00
UpdateDialogGtk.h Refactor similar UpdateDialogGtk::Message and UpdateDialogWin32::Message class into a single shared UpdateMessage class. 2011-08-24 10:17:57 +01:00
UpdateDialogWin32.cpp Refactor similar UpdateDialogGtk::Message and UpdateDialogWin32::Message class into a single shared UpdateMessage class. 2011-08-24 10:17:57 +01:00
UpdateDialogWin32.h Refactor similar UpdateDialogGtk::Message and UpdateDialogWin32::Message class into a single shared UpdateMessage class. 2011-08-24 10:17:57 +01:00
UpdateInstaller.cpp Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
UpdateInstaller.h Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
UpdateMessage.h Refactor similar UpdateDialogGtk::Message and UpdateDialogWin32::Message class into a single shared UpdateMessage class. 2011-08-24 10:17:57 +01:00
UpdateObserver.h Add a basic GTK update installation dialog and a stub function in UpdateInstaller to restart the main app after the update is complete. 2011-08-23 12:29:47 +01:00
UpdaterOptions.cpp Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
UpdaterOptions.h Build the updater with -Wconversion and fix several issues encountered in the process 2011-08-24 11:44:29 +01:00
UpdateScript.cpp Remove logging spam 2011-08-23 23:59:09 +01:00
UpdateScript.h Implement restart of main application once the update is installed. 2011-08-23 12:59:04 +01:00