Update-Installer/src
2011-08-22 18:02:51 +01:00
..
tests Use the correct binary names in the updater test on Win32. 2011-08-22 17:02:09 +01:00
CMakeLists.txt Avoid trying to link against the pthreads library when building on Win32 2011-08-22 15:51:50 +01:00
Dir.cpp Dir iterator implementation for Win32 - Untested 2011-08-22 15:50:15 +01:00
Dir.h Dir iterator implementation for Win32 - Untested 2011-08-22 15:50:15 +01:00
FileOps.cpp Implement FileOps::touch() and FileOps::removeFile() for Win32 2011-08-22 16:59:23 +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 Get Log and UpdaterOptions classes compiling under Win32 2011-08-22 15:50:39 +01:00
Log.h Use fstream to open and write to log file and include process ID in log entries. 2011-08-21 22:56:33 +01:00
main.cpp Print details of any exceptions that escape UpdateInstaller::run() 2011-08-22 18:02:51 +01:00
Platform.h Add ProcessUtils::runSync() stub for Windows and fix compilation of waitForProcess() 2011-08-22 15:51:15 +01:00
ProcessUtils.cpp Implement ProcessUtils::runAsync() and ProcessUtils::currentProcessPath() on Win32 2011-08-22 18:02:18 +01:00
ProcessUtils.h Add ProcessUtils::runSync() stub for Windows and fix compilation of waitForProcess() 2011-08-22 15:51:15 +01:00
StringUtils.h Move intToStr() utility method to StringUtils header 2011-08-19 20:08:15 +01:00
UpdateDialogCocoa.h WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
UpdateDialogGtk.h WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
UpdateDialogWin32.h WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
UpdateInstaller.cpp Catch IO exceptions when trying to remove the existing write-access test file. 2011-08-22 17:00:15 +01:00
UpdateInstaller.h Remove temporary updater files after update installation completes. 2011-08-21 23:05:25 +01:00
UpdateObserver.h WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
UpdaterOptions.cpp Get Log and UpdaterOptions classes compiling under Win32 2011-08-22 15:50:39 +01:00
UpdaterOptions.h Add support for the old-format updater command-line syntax. 2011-08-22 12:59:08 +01:00
UpdateScript.cpp Support parsing update scripts structured for backwards compatibility with Mendeley Desktop clients <= 1.0 2011-08-22 12:06:48 +01:00
UpdateScript.h Support parsing update scripts structured for backwards compatibility with Mendeley Desktop clients <= 1.0 2011-08-22 12:06:48 +01:00