Commit Graph

872 Commits

Author SHA1 Message Date
Valentino Orlandi 56c7f41faa
Added custom list model
LogFieldsListModel
2024-02-04 21:44:39 +01:00
Valentino Orlandi 45b944de1c
Added Crapview lib 2024-02-04 21:41:51 +01:00
Valentino Orlandi 2e8d29e208
Added Craplog lib 2024-02-04 11:40:28 +01:00
Valentino Orlandi 4d383eb97c
Renamed customs file 2024-02-04 11:39:16 +01:00
Valentino Orlandi 469a4d812d
Minor improvements 2024-02-04 11:34:30 +01:00
Valentino Orlandi c3ae02cd6c
Updated doc comments 2024-02-04 01:46:20 +01:00
Valentino Orlandi 7902cf2833
Updates 2024-02-04 01:22:08 +01:00
Valentino Orlandi d71801b8d6
Moved blacklists and warnlists from Craplog to MainWindow 2024-02-04 01:16:54 +01:00
Valentino Orlandi 434a04038d
Added BWutils in Utilities 2024-02-04 01:15:00 +01:00
Valentino Orlandi 2a87d5d343
Morphed blacklists and warnlists into dedicated entities 2024-02-04 01:10:53 +01:00
Valentino Orlandi 9320b90001
General improvements 2024-02-03 17:54:53 +01:00
Valentino Orlandi 6182a61420
Added new dialogs 2024-02-03 17:54:20 +01:00
Valentino Orlandi 833f3da5db
Improved exceptions
Added LogDoctorException, ConversionException and DatabaseException
2024-02-03 17:53:45 +01:00
Valentino Orlandi a1d0419969
Code improvements and updates
Improved MainWindow
2024-02-03 17:51:46 +01:00
Valentino Orlandi ae92479fca
Code improvements and updates
Improved CheckSec and PrintSec utilities
2024-02-03 17:49:29 +01:00
Valentino Orlandi 3158a4e629
Code improvements and updates
Improved Craplog module and its submodules
2024-02-03 17:44:28 +01:00
Valentino Orlandi 5c92b71c37
Code improvements and updates
Improved Crapview module and Query submodule
2024-02-03 16:57:08 +01:00
Valentino Orlandi 92cdee4e55
Code improvements
Added crapview lib
2024-02-03 16:52:15 +01:00
Valentino Orlandi c45836efa7
Improved database handling
Introduced DatabaseHandler, DatabaseWrapper and QueryWrapper
2024-02-03 16:50:29 +01:00
Valentino Orlandi 98cb358a15
Upgrade to C++23 2024-02-01 23:09:18 +01:00
Valentino Orlandi 2fb44e00bb
Improved database handling
Added namespace DatabasesNames
2024-02-01 22:58:42 +01:00
Valentino Orlandi 359c7f22e7
Tests improvements
Improved tests against query filters
2024-01-28 17:57:47 +01:00
Valentino Orlandi 292b3aa671
Improved StringOps
Added overloaded method for 'isNumeric' to accept a QString
2024-01-28 17:57:47 +01:00
Valentino Orlandi 57decc0d56
Improved crapview query filters
Removed method 'parseBooleanFilter'
2024-01-28 17:57:09 +01:00
Valentino Orlandi a0f4c9ab57
Moved warnings from database
Warnings are no more checked while parsing logs nor stored in the
database along with other data.
Warnings are now dinamically checked while requesting the statistics so
that warnlists will be more flexible and effective.
2024-01-28 17:49:51 +01:00
Valentino Orlandi 6cb6a5b140
Updated default conf file 2024-01-28 00:12:44 +01:00
Valentino Orlandi 5396d066ff
Updated translation resources 2024-01-27 18:14:19 +01:00
Valentino Orlandi 1b10f57c3d
Updated translation files 2024-01-27 18:13:53 +01:00
Valentino Orlandi 2b60659f6b
Added new dialogs
Configuration related dialogs
2024-01-27 18:13:00 +01:00
Valentino Orlandi 3bd1afa377
Improvements
Improved errors handling while applying configuration from file to
minimize data loss
2024-01-27 18:12:06 +01:00
Valentino Orlandi c1265ae690
Tests improvements
Added tests for the operators with custom behavior
2024-01-22 20:04:52 +01:00
Valentino Orlandi d78936610e
Moved some functions from main lib to MainWindow 2024-01-22 20:01:41 +01:00
Valentino Orlandi 82de6c4ca4
Update 2024-01-22 01:49:22 +01:00
Valentino Orlandi 3ce62bb760
Renamed main lib file 2024-01-22 01:48:23 +01:00
Valentino Orlandi 51ea2de040
Introduced DialogsLevel enum 2024-01-22 01:48:07 +01:00
Valentino Orlandi fd404aef6d
Moved web servers defines file in main lib 2024-01-22 00:54:36 +01:00
Valentino Orlandi 7798079740
Updated default conf file 2024-01-22 00:15:27 +01:00
Valentino Orlandi 388cef6e41
Updated CMakeLists 2024-01-22 00:15:10 +01:00
Valentino Orlandi 6cba718598
Update 2024-01-22 00:14:26 +01:00
Valentino Orlandi f5c276f6be
Introduced WebServer enum 2024-01-22 00:11:51 +01:00
Valentino Orlandi 8a0bb2046d
Minor code improvements 2024-01-21 21:14:38 +01:00
Valentino Orlandi fc92115597
Code improvements
Improved Craplog methods to handle the elements of the warnlists/
blacklists
2024-01-21 21:08:34 +01:00
Valentino Orlandi e7279651d8
Code improvements
Improved LogsFormat constructor
2024-01-21 20:42:52 +01:00
Valentino Orlandi b48703cf3a
Improvements
Improved code and memory safety for snake game
2024-01-21 20:18:48 +01:00
Valentino Orlandi e9977b8ca3
Code improvements
Added noexcept specifier to all the functions which are not supposed to
throw and/or which eventual exception is not catched anyway
2024-01-21 19:25:11 +01:00
Valentino Orlandi e88625b5bf
Minor code improvements
Added final specifier to all structs and classes
2024-01-21 16:35:00 +01:00
Valentino Orlandi d910069a1b
Minor code improvements
Replaced use of postfix operators with prefix operators.
Replaced manual declarations with Q_DISABLE_COPY_MOVE macro for
FileHandler classes.
2024-01-21 16:05:23 +01:00
Valentino Orlandi 97379cfd17
Updated translation resources 2024-01-21 15:23:32 +01:00
Valentino Orlandi db4b4c6dfa
Updated translation files 2024-01-21 15:23:12 +01:00
Valentino Orlandi 0a7e46bc5d
Fix
Fixed a few typos in the dialogs
2024-01-21 15:14:03 +01:00