mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-04-18 03:50:42 +00:00
Update the TODO file with finished tasks and new tasks
This commit is contained in:
parent
a8dcab1f00
commit
812cf89c07
1 changed files with 20 additions and 10 deletions
30
TODO
30
TODO
|
@ -1,20 +1,28 @@
|
|||
Updater Tasks:
|
||||
General Updater Tasks:
|
||||
|
||||
* Elevation for Linux [done - needs testing]
|
||||
* Elevation for Linux [done]
|
||||
* Set file permissions for Unix [done]
|
||||
* Elevation for Mac [done]
|
||||
* Basic functionality for Mac [done]
|
||||
* Unit test working under Mac [done]
|
||||
* Set file permissions for Windows
|
||||
* Basic functionality for Windows
|
||||
* Elevation for Windows
|
||||
* Win32 UI for Windows
|
||||
* Cocoa UI for Mac
|
||||
* Gtk or Qt UI for Linux
|
||||
* Set file permissions for Windows [skipped for now]
|
||||
* Basic functionality for Windows [done]
|
||||
* Elevation for Windows [done]
|
||||
* Win32 UI for Windows [done]
|
||||
* Cocoa UI for Mac [done]
|
||||
* Gtk or Qt UI for Linux [done - GTK UI]
|
||||
* Unit test working under Windows [done]
|
||||
* Start new application once installation is finished [done]
|
||||
|
||||
* Retry/cancel support if updater cannot overwrite file (eg. due to
|
||||
file being in use by Microsoft Word or another application)
|
||||
* Unit test working under Windows
|
||||
* Start new application once installation is finished
|
||||
* Write log file entries to an actual log file
|
||||
|
||||
Mendeley-specific Updater Tasks:
|
||||
* Use the Mendeley icon for the window on Windows
|
||||
* Use the Mendeley icon for the window on Mac
|
||||
* Use the Mendeley icon for the window on Linux
|
||||
* Use the Mendeley icon for the binary on Windows
|
||||
|
||||
Mendeley Desktop <= 1.0 auto-update system compatibility:
|
||||
|
||||
|
@ -28,3 +36,5 @@ Auto-update preparation tools:
|
|||
* Tool to generate backwards-compatible structure for XML file
|
||||
* Tool to generate new structure for XML file
|
||||
|
||||
Source:
|
||||
* Ensure no Mendeley branding in standalone project and publish code
|
Loading…
Reference in a new issue