Commit graph

74 commits

Author SHA1 Message Date
5bbd276776
Improvements
Improved charts theme preview.
Made charts theme appling automatically when changed in the configs.
2023-08-27 20:52:54 +02:00
4f98cb5db8
Improvements
Morphed Ui raw pointers into smart pointers.
Removed unnecessary destructors.
2023-08-27 18:49:34 +02:00
b9c209283f
Update
Added support for native themes icons.
Added support for configs tree icons.
2023-08-26 16:41:54 +02:00
e26b54827f
Improvements
Improved enabled/disabled state for crapview statistics.
Added flat/unflat state for warnlists/blacklists buttons.
2023-08-25 22:31:58 +02:00
42de6a61e4
Update 2023-08-25 21:42:12 +02:00
581c096876
Renamed themes
None -> Native
Powder -> Light
Ash -> Dark
2023-08-04 19:58:11 +02:00
c0526482df
Removed Herb and Candy themes 2023-08-04 19:51:37 +02:00
6e20d35592
Fix
Fixed sporadic crashes caused by dialogs executed from QThread
2023-07-29 18:10:15 +02:00
7656514195
Improvements
Added filter string check on-the-fly.
Filters background turns red when the string is invalid.
2023-07-23 12:54:35 +02:00
43a92bcb41
Improvements and updates 2023-07-23 10:58:48 +02:00
e43b2d84ec
Update 2023-06-03 18:16:28 +02:00
feb3e7a1c9
Improvements
Moved OS checks to compile time
2023-05-21 23:32:39 +02:00
9ab24e669e
Fix
Fixed global statistics buttons flattening on failure
2023-05-21 16:02:39 +02:00
04cf16a385
Improvements and updates
Code and performance improvements.
Renamed CustomTreeWidgetItem to LogFileTreeWidgetItem and moved to
customs folder.
2023-05-14 15:44:11 +02:00
272cb7a773
Improvements and updates
Code improvements.
Use of CustomTreeWidgetItem instead of QTreeWidgetItem.
2023-05-14 14:30:15 +02:00
24b855aa9c
Updated MainWindow 2023-05-14 14:21:42 +02:00
584e2a0a90
Fix
Fixed log files selection not being cleared after job abortion
2023-04-30 17:50:11 +02:00
684a693e56
Code improvements 2023-04-30 17:09:36 +02:00
19df5598fb
Code improvements 2023-04-11 23:14:24 +02:00
7a78e29337
Code improvements and fixes
General improvements.
Made VecOps and Result header only.
Fixed setting LogFormat in Craplog when format string of the current
WebServer changes.
2023-03-18 15:53:47 +01:00
82e1066abf
Improvements and updates
Code improvements.
Charts' themes related updates.
2023-02-12 23:09:10 +01:00
49d59fe70c
Improvements and updates
Code improvements.
Craplog's lib relative updates.
Replaced raw pointers with smart pointers.
Replaced raw loops with STL algorithms.
Moved members variables initialization to initialization lists.
2023-02-11 20:41:43 +01:00
df46ae69da
Improvements and updates
Code improvements.
Removed printable stuff.
Added help fallback to hard-coded default in case of missing resources.
Added signals and slots to synchronize with Craplog and get performance
data.
2023-01-27 02:45:51 +01:00
3cfb960fb0
Improvements and fixes 2023-01-24 01:27:00 +01:00
6c91de1838
Code improvements
Updated Qt connect syntax.
Renamed some slots and methods.
Added new slot 'afterCraplogFinished'.
Added new method 'dbUsable'.
2023-01-23 22:02:07 +01:00
73f4512a45
Code improvements 2023-01-23 19:07:24 +01:00
e81abcbcd9
Fix
Fixed tables' items not displaying when renewing a QTableView having a
header's column with the SortIndicator enabled
2023-01-23 00:47:43 +01:00
506c3d2d45
Update
Extended locales names.
Added new locales' menus entries, signals and slots.
2023-01-12 23:01:19 +01:00
1e936d27c5
Fixed databases paths creation on first run 2022-12-04 19:21:06 +01:00
6d2b16b0e8
Improvements and updates
Updated data path.
Error message passed to Dialogs.
Fixed charts legend.
2022-12-03 17:23:35 +01:00
ce49ee7462
Update 2022-11-24 22:29:50 +01:00
27b90b2c1d
Documented headers
Qt-style doxygen documentation comment blocks
2022-11-19 00:07:56 +01:00
03e4be9535
Update 2022-11-13 01:40:20 +01:00
85a06e2138
Fixed UI headers fonts 2022-11-12 00:48:26 +01:00
367266d834
Update 2022-11-10 18:22:06 +01:00
1bf2539c8d
Improvements and updates
Added new method: 'updateUiFonts'.
Code improvements.
2022-11-07 21:25:29 +01:00
8759ee22e8
Update
Updated slots to follow UI updates.
Added new methods: 'switchMainTab', 'switchStatsTab',
'detectIconsTheme', 'updateUiIcons'.
2022-10-27 23:34:14 +02:00
da6b60ef4a
Code improvements 2022-10-24 23:12:23 +02:00
24b0e8b599
Code improvements 2022-10-23 18:15:41 +02:00
3ed82a8ba9
Code improvements 2022-10-23 16:41:36 +02:00
edce799492
Update 2022-10-18 22:17:36 +02:00
882f6a2d23
Update
Added Snake game stuff
2022-10-17 20:19:56 +02:00
d7f861f970
Update
Added CrissCross
2022-10-16 16:27:13 +02:00
55503d6762
Fix
Fixed charts theme option
2022-10-14 22:56:21 +02:00
42b8ecaee4
Improvements and updates
Removed std::thread completely,  replaced with Qt stuff.
Size check before to read for the LogFilesViewer too.
Check an item before adding it to the relative Warn/Black list.
Improved dialogs while reading the configs.
2022-10-10 21:27:59 +02:00
348ae7ef4c
Code improvements
More thread-safe procedures: morphed std::thread to QTimer, turned
thread-related methods into slots
2022-10-06 21:34:02 +02:00
418eef9e21
Update dialogs calls 2022-10-05 21:38:54 +02:00
b4c8bafb42
Updates
Added new method: 'wsFromIndex'.
2022-08-27 21:38:42 +02:00
768e95c45f
Code improvements 2022-08-27 10:35:58 +02:00
a0bf3bb7a7
Exceptions improvements and updates 2022-08-25 01:08:40 +02:00