64 Commits

Author SHA1 Message Date
Alex Spataru
c847cbb930 Create .gitattributes 2016-07-08 15:38:04 -06:00
Alex Spataru
68025d4333 Add documentation 2016-07-08 15:34:58 -06:00
Alex Spataru
aaf10aa1d6 Fix a stupid test that I made 2016-06-28 10:57:59 -06:00
Alex Spataru
2b42e6ae98 Handle hard-coded HTML redirections automatically 2016-06-26 18:32:40 -06:00
Alex Spataru
03ad9414dc Format code 2016-06-18 16:20:59 -06:00
Alex Spataru
9da294b68c Fix warning problem with PNG color profile 2016-06-02 17:27:17 -05:00
Alex Spataru
fa574553c0 Update updates.json 2016-06-02 11:18:44 -05:00
Alex Spataru
679a04bee6 Simplify code to open downloaded files 2016-06-02 11:17:11 -05:00
Alex Spataru
8e85aead26 Rename Readme.md to README.md 2016-05-22 22:19:39 -05:00
Alex Spataru
7076abd9cb Update Readme.md 2016-05-22 22:19:31 -05:00
Alex Spataru
a9b6d24695 Update README & add Travis CI support 2016-05-22 22:15:57 -05:00
Alex Spataru
2bbb53865d Add screenshots 2.0 2016-05-22 21:45:37 -05:00
Alex Spataru
3b3805bfcc Rename "examples" to tutorials 2016-05-22 21:39:59 -05:00
Alex Spataru
47c6909259 Rewrite library to allow multiple updaters & JSON appcasts
- The update definitions are now stored in the JSON format
- The QSimpleUpdater now allows updating separate “modules” of the
application, this can be useful if you are using a large application
with several updatable plugins
- You can now implement your own procedures to install the downloaded
updates
2016-05-22 21:36:53 -05:00
Alex Spataru
365bb632ea Update Readme.md 2015-07-31 19:04:56 -05:00
Alex Spataru
eaef3361ce Update Readme.md 2015-07-16 17:44:25 -05:00
Alex Spataru
85b75f86d5 Update Readme.md 2015-07-16 17:43:58 -05:00
Alex Spataru
b79ffc3d42 Avoid race conditions when saving downloaded files 2015-01-26 01:02:53 -06:00
Alex Spataru
9164a5fd92 Get application version automatically
Set the application version while the class is initialized
2015-01-25 17:30:22 -06:00
Alex Spataru
23999faf4e Added developer documentation links in readme file
- Added developer documentation links in read me
- Added aytostyle scripts
2015-01-25 17:27:18 -06:00
Alex Spataru
14ad5b9db9 Fixed compilation error 2015-01-24 20:49:19 -06:00
Alex Spataru
db79a3071d A lot of changes
- Added qDoc support
- Implemented a progress dialog while checking for updates
- Automatically show a message box when an update is found or when you
have the latest version
2015-01-24 20:03:44 -06:00
Alex Spataru
de00c961e5 Updates to readme.md 2015-01-15 20:33:59 -06:00
Alex Spataru
2d6ed380fe More updates to readme.md 2015-01-15 17:31:38 -06:00
Alex Spataru
66986179fb Updated readme.md 2015-01-15 17:14:30 -06:00
Alex Spataru
f37c5b5551 Minor UI changes 2015-01-15 17:07:28 -06:00
Alex Spataru
56c132a21e Improved code performance
Fixed a "bug" in the checkForUpdates() function which caused the program
to delay about 400 milliseconds.
2015-01-09 11:06:41 -06:00
Alex Spataru
7b0444263e Quit app before updating
Show a message box prompting the user to quit the application before
applying the update
2015-01-02 15:32:12 -07:00
Alex Spataru
34e331b2ac Minor UI changes 2015-01-02 14:25:04 -07:00
Alex Spataru
d742f46ada Minor changes 2014-12-27 15:52:55 -07:00
Alex Spataru
6d84e02980 Minor code changes 2014-12-22 02:26:51 -06:00
Alex Spataru
df6feef57f Code format changes 2014-12-16 18:04:55 -06:00
Alex Spataru
0104c18332 iOS support 2014-11-21 23:05:00 -06:00
Alex Spataru
9ecad33138 Fixed compilation issues with Android 2014-11-18 21:59:21 -06:00
Alex Spataru
0a7107c414 Better SSL support for Windows 2014-11-09 22:40:16 -06:00
Alex Spataru
07fb53334f More UI changes 2014-11-08 20:36:47 -06:00
Alex Spataru
bbe47f426a Small improvements
- Minor UI changes
- Implemented a mechanism to calculate the download time remaining
- Fixed a bug where the updater icon would not be displayed.
2014-11-08 20:24:12 -06:00
Alex Spataru
2ad0c796fc Minor design changes 2014-11-06 21:48:20 -06:00
Alex Spataru
a1d170681c Minor changes in the download dialog 2014-11-06 21:00:55 -06:00
Alex Spataru
d2cdd1d901 Minor changes to the download dialog 2014-11-06 19:30:34 -06:00
Alex Spataru
34c1e3eaa0 Bug fixes & new features 2014-11-06 19:24:38 -06:00
Alex Spataru
4ed4fe027f Removed Git HEAD & FETCH_HEAD in some files 2014-11-06 19:01:10 -06:00
Alex Spataru
163e26fbc3 Merge branch 'master' of https://github.com/alex-97/QSimpleUpdater
Conflicts:
	QSimpleUpdater/src/qsimpleupdater.cpp
	QSimpleUpdater/src/qsimpleupdater.h
2014-11-06 18:59:44 -06:00
Alex Spataru
d88c4955eb Implemented a "download and install" dialog 2014-11-06 18:59:09 -06:00
Alex Spataru
4e544dcc4d Merge pull request #1 from samuelgaist/code_cleanup
Minor code cleanup
2014-11-06 16:52:55 -06:00
Samuel Gaist
2acfd26494 Asserts if QString parameters are empty 2014-11-06 00:52:36 +01:00
Samuel Gaist
6733abfc2e Simplified QString getter handling 2014-11-06 00:49:54 +01:00
Samuel Gaist
15838fb5e1 Getters should be constant 2014-11-06 00:35:25 +01:00
Samuel Gaist
aaa1d12c68 Use const references rather than just const 2014-11-06 00:34:21 +01:00
Samuel Gaist
b807c388f1 Improve initialization 2014-11-06 00:26:22 +01:00