Update-Installer/src
2011-08-30 10:46:47 +01:00
..
resources Use the embedded application icon for the Update Dialog window 2011-08-24 16:49:47 +01:00
tests Change the syntax of the backwards-compatible update scripts. 2011-08-25 12:23:04 +01:00
AppInfo.cpp Store update-log.txt log file in the correct location under Windows 2011-08-30 10:43:14 +01:00
AppInfo.h If there is a problem installing the update, suggest that the user download a fresh copy from mendeley.com 2011-08-29 18:57:12 +01:00
CMakeLists.txt Rename FileOps to FileUtils for consistency with the ProcessUtils and StringUtils classes. 2011-08-29 22:27:55 +01:00
DirIterator.cpp Rename Dir to DirIterator 2011-08-24 11:53:02 +01:00
DirIterator.h Add additional API documentation 2011-08-27 18:31:03 +01:00
FileUtils.cpp Update the access/modification times of the existing file, if there is one, in FileUtils::touch() 2011-08-29 22:44:52 +01:00
FileUtils.h Store update-log.txt log file in the correct location under Windows 2011-08-30 10:43:14 +01:00
Log.cpp Remove duplicated code for getting the ID of the current process in Log.cpp. 2011-08-29 17:22:06 +01:00
Log.h Move the function used to obtain the log file path into AppInfo::logFilePath() since it will be application-specific. 2011-08-26 18:40:23 +01:00
main.cpp Move the function used to obtain the log file path into AppInfo::logFilePath() since it will be application-specific. 2011-08-26 18:40:23 +01:00
Platform.h Implement waiting for parent updater process to finish. 2011-08-22 18:46:03 +01:00
ProcessUtils.cpp Rename FileOps to FileUtils for consistency with the ProcessUtils and StringUtils classes. 2011-08-29 22:27:55 +01:00
ProcessUtils.h Add additional API documentation 2011-08-27 18:31:03 +01:00
StringUtils.h Change the syntax of the backwards-compatible update scripts. 2011-08-25 12:23:04 +01:00
UpdateDialogAscii.cpp Centralize the name of the application being updated in AppInfo.h 2011-08-26 18:22:25 +01:00
UpdateDialogAscii.h Add an old-school ASCII-art version of the update dialog as a fallback under Linux when GTK is not available. 2011-08-26 17:36:22 +01:00
UpdateDialogCocoa.h Remove un-implemented updateRetryCancel() method from UpdateObserver 2011-08-26 15:17:59 +01:00
UpdateDialogCocoa.mm Replace "Mendeley Updater" string in UpdateDialogCocoa.mm with AppInfo::name() 2011-08-26 18:27:04 +01:00
UpdateDialogGtk.cpp Make the GTK update dialog wider 2011-08-29 20:20:42 +01:00
UpdateDialogGtk.h Make the GTK dependency optional at runtime on Linux 2011-08-26 16:59:03 +01:00
UpdateDialogGtkWrapper.cpp Make the GTK dependency optional at runtime on Linux 2011-08-26 16:59:03 +01:00
UpdateDialogGtkWrapper.h Make the GTK dependency optional at runtime on Linux 2011-08-26 16:59:03 +01:00
UpdateDialogWin32.cpp Fix Windows compile 2011-08-30 10:46:47 +01:00
UpdateDialogWin32.h Remove un-implemented updateRetryCancel() method from UpdateObserver 2011-08-26 15:17:59 +01:00
UpdateInstaller.cpp Touch the application's bundle directory on Mac OS X after installing updates. 2011-08-29 22:53:19 +01:00
UpdateInstaller.h Touch the application's bundle directory on Mac OS X after installing updates. 2011-08-29 22:53:19 +01:00
UpdateMessage.h Mark UpdateMessage::init() as private since it exists only as a helper for the constructors 2011-08-29 21:39:17 +01:00
UpdateObserver.h Add additional API documentation 2011-08-27 18:31:03 +01:00
UpdaterOptions.cpp Simplify cleanup of the updater's temporary directory 2011-08-26 13:13:11 +01:00
UpdaterOptions.h Add additional API documentation 2011-08-27 18:31:03 +01:00
UpdateScript.cpp Change the syntax of the backwards-compatible update scripts. 2011-08-25 12:23:04 +01:00
UpdateScript.h Add additional API documentation 2011-08-27 18:31:03 +01:00