Commit Graph

871 Commits

Author SHA1 Message Date
Roman Telezhynskyi
3d0573f2a7 QWidget::setWindowFlag was introduced since Qt 5.9. 2023-11-16 11:32:13 +02:00
Roman Telezhynskyi
6ddefa9d99 Refactoring.
Code style.
2023-11-14 16:37:48 +02:00
Roman Telezhynskyi
f455100b14 Refactoring. 2023-11-10 08:11:42 +02:00
Roman Telezhynskyi
869a7b7970 Fix building. 2023-11-10 08:07:27 +02:00
Roman Telezhynskyi
9d652aa3b5 Fix building. 2023-11-09 17:46:39 +02:00
Roman Telezhynskyi
a4f2eefacd Fix building. 2023-11-09 15:36:50 +02:00
Roman Telezhynskyi
6336a94bd5 Import/Export known measurements to CSV. 2023-11-07 17:38:20 +02:00
Roman Telezhynskyi
32c10a4b39 Known measurements editor. 2023-11-07 11:20:31 +02:00
Roman Telezhynskyi
934d2448b2 Fix compatibility with Qt 6.6. 2023-10-31 11:33:31 +02:00
Roman Telezhynskyi
b187e3c1c7 Remove measurement translations. 2023-10-31 09:42:09 +02:00
Roman Telezhynskyi
856e472587 Init measurements database. 2023-10-28 09:55:21 +03:00
Roman Telezhynskyi
45999c10c1 Default path to known measurements. 2023-10-26 12:05:45 +03:00
Roman Telezhynskyi
77024cd188 Fix an action name. 2023-10-25 12:21:32 +03:00
Roman Telezhynskyi
a3195babf2 Define constructors for struct VSShortcut. 2023-10-25 11:29:36 +03:00
Roman Telezhynskyi
75a6d70aea Fix compilation. 2023-10-24 14:49:56 +03:00
Roman Telezhynskyi
a2ac2ba670 Fix compilation. 2023-10-24 14:38:05 +03:00
Roman Telezhynskyi
3bbab78d4d Keyboard shortcuts for each tool. 2023-10-24 14:27:41 +03:00
Roman Telezhynskyi
434a1d0acf Fix deprecation warnings. 2023-10-24 11:03:04 +03:00
Roman Telezhynskyi
b6ea17d506 GCC warning. 2023-10-23 18:23:54 +03:00
Roman Telezhynskyi
a2c7e1efa2 Fix qmake script. 2023-10-23 18:16:45 +03:00
Roman Telezhynskyi
e56bd0792d Refactoring.
Fix name of the signal according to code style.
2023-10-23 18:16:01 +03:00
Roman Telezhynskyi
5c1d8476ff QKeySequenceEdit::setClearButtonEnabled was introduced in Qt 6.4. 2023-10-23 17:59:23 +03:00
Roman Telezhynskyi
06dd217130 Fix build. 2023-10-23 17:38:42 +03:00
Roman Telezhynskyi
f620b24b56 Shortcuts manager. 2023-10-23 16:57:22 +03:00
Roman Telezhynskyi
08f4c86dcc Fix qmake script. 2023-10-19 18:54:04 +03:00
Roman Telezhynskyi
2dae3816a6 New feature. Custom measurement name. 2023-10-19 17:35:29 +03:00
Roman Telezhynskyi
bc6b9468b7 Refactoring. 2023-10-13 15:26:19 +03:00
Roman Telezhynskyi
6a3531eef9 Fix compatibility with Qt 5.6. 2023-10-11 18:30:20 +03:00
Roman Telezhynskyi
b40d8e3c8e Fixing compatibility with Qt 5.6. 2023-10-09 13:40:55 +03:00
Roman Telezhynskyi
9f42d88394 Unit::LAST_UNIT_DO_NOT_USE used to mark a dimension which doesn't have units. 2023-10-08 07:41:16 +03:00
Roman Telezhynskyi
e9f42bda30 Start using string literal operators for Qt types. 2023-10-07 18:56:39 +03:00
Roman Telezhynskyi
e7f1b09e83 New option: Translate formula. 2023-10-06 10:57:46 +03:00
Roman Telezhynskyi
2219985f6e Redesign standard path system. 2023-10-05 16:51:21 +03:00
Roman Telezhynskyi
5f60af68ca Refactoring.
Code style.
2023-10-04 16:58:56 +03:00
Roman Telezhynskyi
bdc9c1a2b6 Update icons look. 2023-09-12 17:49:35 +03:00
Roman Telezhynskyi
f3538df445 New option: Use Tool Groups. 2023-09-12 13:12:49 +03:00
Roman Telezhynskyi
4db2e04a84 Fix issue with caching SVG font engine. 2023-08-30 19:29:28 +03:00
Roman Telezhynskyi
e29ab9c7d9 New option: Pointer mode. 2023-08-29 18:49:16 +03:00
Roman Telezhynskyi
d5f69e102a Move cursors cursor-arrow-openhand and cursor-arrow-closehand to VMisc library. 2023-08-28 17:25:31 +03:00
Roman Telezhynskyi
e2c6fe5124 Fix scrollbar handle color for dark mode. 2023-08-26 09:43:13 +03:00
Roman Telezhynskyi
a49f156ce0 Better control over toolbox icon size. 2023-08-21 15:51:49 +03:00
Roman Telezhynskyi
5fd4b8f563 All builds should include Windows icon themes. 2023-08-19 14:04:09 +03:00
Roman Telezhynskyi
6a114ac94e Fix path to fallback theme icon. 2023-08-18 13:49:13 +03:00
Roman Telezhynskyi
6dae04e3e6 Optimize themes colors. Synchronize dark and light themes. Fixes few bugs with widgets. 2023-08-16 10:39:33 +03:00
Roman Telezhynskyi
78483c6fcf Suppress MSVC warning C4191. 2023-08-14 16:42:35 +03:00
Roman Telezhynskyi
d9a53a92fc When dealing with a system that supports native dark mode and Qt that doesn't, activate only custom dark theme to mimic dark mode and nothing in case of light mode. 2023-08-14 07:26:54 +03:00
Roman Telezhynskyi
ae549bf948 Activate custom stylesheet to mimic dark mode on Qt versions those do not support native dark mode. 2023-08-13 19:58:58 +03:00
Roman Telezhynskyi
fef65aeeca Show that the app busy when switching a style. 2023-08-13 17:02:27 +03:00
Roman Telezhynskyi
8a9e73738d Fix missing headers. 2023-08-13 09:24:01 +03:00
Roman Telezhynskyi
a5bf891d43 Increased requirement for minimal Qt version. 2023-08-12 12:03:28 +03:00