Commit Graph

6 Commits

Author SHA1 Message Date
Ahmed Zetao Yang
52d9815450 Some Fixes for updating to v0.6.0 (#317)
* Fix name specification of packages

* Update rpm .spec file

* Update to v0.6.0
2018-08-18 17:04:40 +02:00
Alfredo Ramos
b0000f8dcd Retry the commands if they timeout (#306) 2018-08-11 20:27:57 +02:00
Alfredo Ramos
046170d970 Upload packages only after a successful build (#294)
This reduces build time but this change was primarily made to place the commands to its right place.

This also did a small fix in the travis/linux_script.sh file to use paths defined in variables instead of using the hard-coded ones.
2018-07-31 10:55:39 +02:00
Alfredo Ramos
d09580b873 Optimize and use SVG images where possible (#281)
SVG images have been optimized with svgo, this will slightly reduce package size though the main reason for this was to remove unneeded markup.

Image paths have been changed and merged, now the directory tree looks like this:

img
├── app
├── material
│   ├── black
│   └── white
└── preview

The reason to merge the paths is to avoid duplicate files for buttons and configuration.

SVG icons are used by default now, PNG images have not been deleted from the images directory, but they were deleted from the graphics.qrc resource file.

All image paths were updated accordingly, except in the tray icon, I could not make it work using the SVG image.
2018-07-24 00:43:01 +02:00
Alfredo Ramos
979f7f6546 Minor fixes in Travis CI tests (#262)
chmod command should be executed before any other script in the travis directory
2018-06-29 16:15:32 +02:00
Alfredo Ramos
dfef8347e0 Travis CI tests improvements (#236) 2018-06-04 16:06:56 +02:00