Commit graph

480 commits

Author SHA1 Message Date
f26af042e9
Updated resources.qrc 2023-08-26 16:35:12 +02:00
73d57b28f6
Updated icons assets
Added icons for native themes.
Updated light/dark themes statistics icons to be greyscale.
Added warnlists/blacklists icons for light/dark themes.
Added combobox_arrow icons for light/dark themes.
Added configs tree icons.
2023-08-26 16:31:44 +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
cfe586daa4
Redesigned configs section 2023-08-25 21:38:29 +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
c07d545f4f
Fix
Fixed logs section hanging when scanning non-existing logs directory
2023-07-29 16:17:55 +02:00
4cac5f1361
Fixed OSX compilation issues 2023-07-23 18:16:44 +02:00
a59a4569c9
Version update
Version 2.05
2023-07-23 17:28:03 +02:00
d8feeb9c7b
Code improvements 2023-07-23 16:47:14 +02:00
21d16f8267
Performance improvements
Morphed Snake game internal std::function(s) to pure lambdas
2023-07-23 14:59:49 +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
87f112deb4
Fix
Fixed out-of-range error in parsing numeric filters
2023-07-23 12:48:26 +02:00
53a8c39220
Updated CMakeLists.txt 2023-07-23 11:00:46 +02:00
ae521d786b
Tests improvements
Added documentation comments.
Added tests for filtering functions.
2023-07-23 11:00:31 +02:00
43a92bcb41
Improvements and updates 2023-07-23 10:58:48 +02:00
8d25739a07
Code improvements
Improved filtering.
Added parseNull function.
Moved query filters to separate namespace: FilterOps.
Refactored filters to return std::optional in case of invalid filter
string.
2023-07-23 10:56:41 +02:00
18e66ed492
Fixed sha256 missin include 2023-07-23 10:34:42 +02:00
cb690ab215
Updated CMakelists.txt
Added -pthread linker flag for UNIX
2023-06-11 23:32:26 +02:00
b987c03062
Code improvements 2023-06-03 18:16:33 +02:00
e43b2d84ec
Update 2023-06-03 18:16:28 +02:00
fb2d97553c
Moved WebServers IDs to defines folder
Morphed from classes members to macros
2023-06-03 17:21:21 +02:00
43bddb55ef
Update 2023-06-03 16:43:16 +02:00
91b645cfee
Added CraplogParserAsync
Worker to parse log files asynchronously
2023-06-03 16:42:56 +02:00
feb3e7a1c9
Improvements
Moved OS checks to compile time
2023-05-21 23:32:39 +02:00
5091414607
Update
Added BitBucket repo links to Crapinfo and Crapup
2023-05-21 23:31:51 +02:00
b8fb3cf579
Fix
Fixed thread deletion
2023-05-21 16:16:24 +02:00
9ab24e669e
Fix
Fixed global statistics buttons flattening on failure
2023-05-21 16:02:39 +02:00
f76bb37dc3
Added message dialog for database not found 2023-05-21 16:01:31 +02:00
5ca53a758e
Improvements and updates
Code improvements.
Database file check related updates.
2023-05-21 16:00:26 +02:00
5761c7ed5d
Improvements
Code improvements.
Added checkDatabaseFile function to check for file type and permissions
before opening.
2023-05-21 15:57:40 +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
0861450fd1
Added CustomTreeWidgetItem
Allows "correctly" sorting log files list by name/size
2023-05-14 14:27:12 +02:00
ed03c03d46
Updated CMakeLists.txt 2023-05-14 14:23:18 +02:00
24b855aa9c
Updated MainWindow 2023-05-14 14:21:42 +02:00
5491902ba8
Updated Craplog 2023-05-14 14:18:00 +02:00
14086a1de0
Declared LogFile class as MetaType
Allows sending as signals parameter
2023-05-14 14:15:23 +02:00
2343b81d30
Added CraplogLister
Craplog worker to scan the logs directory and list files
2023-05-14 14:10:53 +02:00
1a42375c00
Renamed CraplogWorker to CraplogParser
Moved into workers sub-directory
2023-05-14 14:10:09 +02:00
4de8c777a0
Fix
Swapped OSX / BSD ifdefs in MemOps
2023-05-01 11:04:17 +02:00
28af913e72
Fix
Fixed MemOps::availableMemory for BSD
2023-05-01 01:08:26 +02:00
a1efbd3a5d
Fix
Fixed mismatched type for OSX in MemOps::availableMemory
2023-04-30 23:54:32 +02:00
2985307d25
Updated translation resources 2023-04-30 21:46:52 +02:00
8cc62418f7
Updated translation files 2023-04-30 21:45:44 +02:00
abb697d643
Code and docs improvements 2023-04-30 21:30:21 +02:00
76852f66d4
Fixed sending Qt signals with size_t parameters 2023-04-30 21:07:52 +02:00
9956647a2d
Added message dialog for insufficient memory 2023-04-30 20:43:18 +02:00