Commit Graph

41 Commits

Author SHA1 Message Date
lupoDharkael
4a56f44bb9 Refactor in the mechanism of saving and exporting
- new imgur upload interface.
- rework for a better code structure. It still needs another change separating the Controller from the code dedicated to export data to the system.
- created the concept of "worker", component used to do some work based on a screenshot.
2017-08-16 13:44:33 +02:00
lupoDharkael
924d467c53 general cleanup
-use of the override keyword
-delete unused code
-const correctness
-more uniform code style
-for each with const references when possible
-getters no longer use the word 'get'
-others
2017-08-09 13:20:07 +02:00
lupoDharkael
973818c466 Add informative labels in filename editor 2017-08-08 17:59:29 +02:00
lupoDharkael
3daeab9b66 Add minor visual improvements to the menu widgets 2017-08-01 13:21:39 +02:00
lupoDharkael
8274e6817d Handle case when the update of the config ui buttons failed 2017-07-31 23:35:20 +02:00
lupoDharkael
d9c6b603bb Autoupdate config menu after config changes 2017-07-31 22:41:08 +02:00
lupoDharkael
3e7e6d1652 Improve expanding layout in UI config 2017-07-31 18:07:27 +02:00
lupoDharkael
162bd5f543 Add update values slot for config widget 2017-07-31 01:00:14 +02:00
lupoDharkael
e94ef2bd3b Add graphical option to disable the trayicon 2017-07-28 23:58:40 +02:00
lupoDharkael
165939c88f The menus are now resizable 2017-07-26 17:53:20 +02:00
lupoDharkael
abedbdc749 Add a information message in the filename editor window 2017-07-25 12:51:02 +02:00
lupoDharkael
1f8243c48a Set focus in lineEdit after adding variables to the filename pattern 2017-07-25 00:12:47 +02:00
lupoDharkael
8d76deaa5a Add post-refactor translations 2017-07-23 17:14:56 +02:00
lupoDharkael
e1169ae79e Add size indicator icon 2017-07-23 17:14:48 +02:00
lupoDharkael
096eb88770 Add full selection of buttonsoption 2017-07-23 17:14:37 +02:00
lupoDharkael
346607bc34 Redesign of the config menu 2017-07-23 17:13:35 +02:00
dharkael
b14d3cb5f0 Add helper widget for filename configuration 2017-07-20 13:48:00 +02:00
lupoDharkael
d4e7c63cb4 Big code refactor
The design was defective and I didn't expect the popularity of the project. After these changes the code will be more mantainable and understandable.

Among the changes we can see:
- A better code structure
- Decoupled button widget from its logic
- More code reuse
- Easier way to add buttons
- Specialized classes
2017-07-19 09:49:24 +02:00
lupoDharkael
9357312855 Remove unsupported tools 2017-07-12 15:41:36 +02:00
lupoDharkael
d40df83d0c Fix color of selected config button in light themes 2017-07-11 20:50:14 +02:00
lupoDharkael
ba90513fe7 Add base code for custom filenames 2017-07-11 17:46:22 +02:00
lupoDharkael
8b48131deb Fix add/delete of buttons in non english configurations 2017-07-02 15:59:17 +02:00
lupoDharkael
cd30d798d0 Selectable label in button color edition 2017-06-19 18:03:22 +02:00
lupoDharkael
2c555177ef Add visual diferentiation of selected buttons in color edition 2017-06-19 13:16:46 +02:00
lupoDharkael
b1c86b9ba8 Add option to disable notifications in desktop 2017-06-14 19:52:29 +02:00
lupoDharkael
246b5e7651 Improve code in color editor menu 2017-06-14 17:55:12 +02:00
lupoDharkael
878640bf53 Add color update when selecting button to edit 2017-06-13 16:35:44 +02:00
lupoDharkael
d78836fb2e Improve the Gnome's UX 2017-06-08 16:07:48 +02:00
lupoDharkael
5a5e390fa0 Remove svg dependencies 2017-06-07 19:54:54 +02:00
lupoDharkael
1802d05fde Add option to disable help message 2017-06-02 01:27:31 +02:00
lupoDharkael
78b27e3780 Fix button color assignation on creation 2017-05-31 14:40:55 +02:00
lupoDharkael
c9dacd1a70 Add WhatsThis messages for info and config windows 2017-05-30 12:27:03 +02:00
lupoDharkael
8cbe8e0c88 Add comments and minor changes 2017-05-27 13:08:09 +02:00
lupoDharkael
11103c1525 Fix font color in button selection view 2017-05-26 03:17:14 +02:00
lupoDharkael
4bf24a4598 Huge change in color configuration 2017-05-26 02:08:55 +02:00
lupoDharkael
3718a45394 Add close after Escape pressed on info and config windows 2017-05-25 15:11:14 +02:00
lupoDharkael
88c00f0cc3 Code cleanup 2017-05-24 21:05:59 +02:00
lupoDharkael
5b65583e49 Minor fixes and arrow point fix 2017-05-24 13:11:28 +02:00
lupoDharkael
78a3623963 Fixed translation problems in the UI editor 2017-05-23 22:32:27 +02:00
lupoDharkael
1ac73d6453 Complete the color edition menu 2017-05-23 17:57:40 +02:00
lupoDharkael
3593332781 Move code to ./src 2017-05-22 23:24:18 +02:00