.. |
resources
|
Fix app icon not being displayed when requesting administrator privleges on Mac.
|
2011-09-14 15:43:57 +01:00 |
tests
|
Add support for FreeBSD
|
2014-02-10 08:03:11 -08:00 |
AppInfo.cpp
|
Write log file to correct directory on Mac
|
2011-08-30 12:34:37 +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
|
Fix Linux build
|
2014-03-06 17:19:03 +00:00 |
DirIterator.cpp
|
If the --script argument passed to the updater is relative, interpret it as being relative to the package dir rather than the directory that the updater is run from.
|
2011-09-01 20:31:51 +01:00 |
DirIterator.h
|
Add additional API documentation
|
2011-08-27 18:31:03 +01:00 |
FileUtils.cpp
|
Fix zip-tool build on Mac
|
2013-08-30 15:43:25 +01:00 |
FileUtils.h
|
Fix update installer test on Windows
|
2013-08-30 15:33:46 +01:00 |
Log.cpp
|
Add a note about the assumptions made by Log::writeToStream() with respect to multiple logging processes' clobbering each other's output.
|
2011-09-02 23:41:02 +01:00 |
Log.h
|
Synchronize access to the log's output stream with a mutex and document the write() method as being thread-safe.
|
2011-09-02 23:32:45 +01:00 |
MacBundle.cpp
|
Fix build using gcc under OS X 10.8
|
2012-10-26 15:12:29 +01:00 |
MacBundle.h
|
Fix app icon not being displayed when requesting administrator privleges on Mac.
|
2011-09-14 15:43:57 +01:00 |
main.cpp
|
Add support for FreeBSD
|
2014-02-10 08:03:11 -08:00 |
Platform.h
|
Add support for FreeBSD
|
2014-02-10 08:03:11 -08:00 |
ProcessUtils.cpp
|
Add support for FreeBSD
|
2014-02-10 08:03:11 -08:00 |
ProcessUtils.h
|
Fix compile failure under Windows.
|
2011-09-14 15:57:36 +01:00 |
StandardDirs.cpp
|
Add support for FreeBSD
|
2014-02-10 08:03:11 -08:00 |
StandardDirs.h
|
Write log file to correct directory on Mac
|
2011-08-30 12:34:37 +01:00 |
StandardDirs.mm
|
Write log file to correct directory on Mac
|
2011-08-30 12:34:37 +01:00 |
StlSymbolsLeopard.cpp
|
Fix an issue where a build of the updater on OS X 10.7 failed to run under OS X 10.5
|
2012-10-29 12:55:47 +00:00 |
StringUtils.h
|
Fix update installer test on Windows
|
2013-08-30 15:33:46 +01:00 |
UpdateDialog.cpp
|
Add missing UpdateDialog.cpp file
|
2013-08-30 12:04:22 +01:00 |
UpdateDialog.h
|
Run the update installation test as part of the 'make test' target
|
2013-08-30 11:44:39 +01:00 |
UpdateDialogAscii.cpp
|
Run the update installation test as part of the 'make test' target
|
2013-08-30 11:44:39 +01:00 |
UpdateDialogAscii.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateDialogCocoa.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateDialogCocoa.mm
|
Fix Mac implementation of --auto-close option
|
2013-08-30 12:16:22 +01:00 |
UpdateDialogGtk.cpp
|
Run the update installation test as part of the 'make test' target
|
2013-08-30 11:44:39 +01:00 |
UpdateDialogGtk.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateDialogGtkFactory.cpp
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateDialogGtkFactory.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateDialogWin32.cpp
|
Fix update installer test on Windows
|
2013-08-30 15:33:46 +01:00 |
UpdateDialogWin32.h
|
Fix Win32 build - add missing include
|
2013-08-30 14:09:09 +01:00 |
UpdateInstaller.cpp
|
Run the update installation test as part of the 'make test' target
|
2013-08-30 11:44:39 +01:00 |
UpdateInstaller.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +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
|
Avoid unnecessary redefinition of atoll() under MSVC 2013
|
2014-04-04 12:43:36 +01:00 |
UpdaterOptions.h
|
Reduce duplication between the different platform implementations of the update dialog
|
2013-08-30 10:52:05 +01:00 |
UpdateScript.cpp
|
Switch to using Unix chmod values for file permissions instead of values from Qt's QFile::Permission enum
|
2011-09-04 14:53:51 +01:00 |
UpdateScript.h
|
Switch to using Unix chmod values for file permissions instead of values from Qt's QFile::Permission enum
|
2011-09-04 14:53:51 +01:00 |
zip-tool.cpp
|
Fix formatting of zip-tool.cpp
|
2013-09-02 10:29:13 +01:00 |