David Capello
35623cae88
Move "new update" notification from menu bar to HomeView
2015-02-26 12:28:26 -03:00
David Capello
2c6067f7e4
Update license of app/ module to GPLv2
2015-02-12 12:16:25 -03:00
David Capello
58ad5e2ecb
Enable IsDeveloper flag when we check updates in _DEBUG
2014-12-05 10:38:22 -03:00
David Capello
44c6f9400e
Add a notification to report the last crash
2014-08-20 00:11:19 -03:00
David Capello
08fb98d40d
New notifications area at the top-right corner
2014-05-25 11:21:10 -03:00
David Capello
cde54f3682
Change BSD license to MIT in sublibraries and fix headers
2013-08-08 21:01:20 -03:00
David Capello
c88f9b172b
Refactor: Move app files to src/app subdirectory inside app namespace
...
- Add HAVE_CONFIG_H wrapper to #include "config.h"
- Removed widgets namespace (it's in app now)
- Move some functions from src/file/file.h to src/base/cfile.h
- Move Vector2d to base library
- Rename MenuItem2 to AppMenuItem
2013-08-05 21:20:19 -03:00
David Capello
9b8e87da10
Update copyright year to 2013
2013-01-27 12:13:13 -03:00
David Capello
cd23721a97
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
...
Also the ToolBar widget was published in the toolbar.h header file.
2012-07-09 13:20:58 -03:00
David Capello
ebb8d0c5bd
Replace deprecated "Monitor" struct from gui module with ui::Timers.
...
- Added ThumbnailGenerator class to avoid mixing the thumbnail generation
code with FileList widget.
- Added IFileOpProgress for fop_operate() so we can update the job progress
when the "file operation" progress changes.
2012-07-06 01:06:00 -03:00
David Capello
51df7a3af6
Rename src/widgets/statebar.[cpp/h] to src/widgets/status_bar.[cpp/h].
2012-06-17 22:56:40 -03:00
David Capello
b8fbaad7fb
Replace Allegro Sprite Editor or ASE with ASEPRITE in all files.
2012-01-06 01:12:57 -03:00
David Capello
02a9d50524
Update copyright year to 2012.
2012-01-06 00:52:11 -03:00
David Capello
ed6090bc36
Convert all newline to LF style and remove all tabs.
...
This was done to avoid mixed files (CRLF & LF) in the repository.
2012-01-05 19:45:03 -03:00
David Capello
c53590a0d5
Add IsDeveloper to [Updater] section and &dev=1 to updater URL.
2011-11-13 12:37:32 -03:00
David Capello
ce14cbfd89
Fix src/app/check_update.cpp compilation error with the renamed cfg.h to ini_file.h.
2011-07-27 22:21:30 -03:00
David Capello
f2b92d8107
Add support for "waitdays" attribute to control the "check for updates" frequency from the server.
2011-07-27 22:08:53 -03:00
David Capello
d22d46fd2b
Add ENABLE_UPDATER flag to disable the automatic updater.
2011-07-27 21:26:22 -03:00
David Capello
cf9a296e5d
Add automatic check for updates with app::CheckUpdateThreadLauncher
...
and show notifications in StatusBar.
+ Added updater library.
+ Removed "Check for New Version" command.
2011-07-26 23:25:02 -03:00