Roman Telezhynskyi
|
0adb49a427
|
Variable can be declared 'const'.
|
2024-02-20 08:58:06 +02:00 |
|
Roman Telezhynskyi
|
d913a3bd0d
|
Fix multi line string literals.
|
2023-10-09 12:45:34 +03:00 |
|
Roman Telezhynskyi
|
e9f42bda30
|
Start using string literal operators for Qt types.
|
2023-10-07 18:56:39 +03:00 |
|
Roman Telezhynskyi
|
e60ba5bedb
|
Support for dark theme for custom icons.
|
2023-08-05 17:52:34 +03:00 |
|
Roman Telezhynskyi
|
161918203a
|
Refactoring.
Code style.
|
2023-07-13 17:49:31 +03:00 |
|
Roman Telezhynskyi
|
03630fb273
|
Refactoring.
|
2023-05-03 14:07:08 +03:00 |
|
Roman Telezhynskyi
|
a13f13e3fc
|
Refactoring.
Optimize includes.
|
2022-08-22 11:34:02 +03:00 |
|
Roman Telezhynskyi
|
a0224bd6a2
|
Fix build on Windows.
|
2022-08-17 10:01:51 +03:00 |
|
Roman Telezhynskyi
|
d83039c4ee
|
Compiler warnings.
|
2021-09-24 16:53:47 +03:00 |
|
Roman Telezhynskyi
|
66283709d1
|
Refactoring.
Redesign SetAttributeOrRemoveIf. Add use of a lambda function.
|
2021-05-25 21:31:02 +03:00 |
|
Roman Telezhynskyi
|
f46c604bd2
|
Enabling Show Curve Details option causes constant redraw.
|
2021-02-24 14:54:35 +02:00 |
|
Roman Telezhynskyi
|
2bb95154cd
|
Fix Tape crash.
|
2021-02-06 15:52:21 +02:00 |
|
Roman Telezhynskyi
|
c31966145e
|
Improve object alias validation.
Property browser not correctly validates an object alias.
|
2020-11-21 15:44:55 +02:00 |
|
Roman Telezhynskyi
|
a5f65c319c
|
Alias field for tool Cubic Bezier.
|
2020-11-04 17:36:54 +02:00 |
|
Roman Telezhynskyi
|
7542fc5dc2
|
Alias field for tool Arc with length.
|
2020-11-04 17:36:54 +02:00 |
|
Roman Telezhynskyi
|
1246aba24d
|
Alias field for tool Arc.
|
2020-11-04 16:17:16 +02:00 |
|
Roman Telezhynskyi
|
8927abe99a
|
Reading/writing a draw tool notes.
|
2020-10-28 14:09:56 +02:00 |
|
Roman Telezhynskyi
|
b820107b4d
|
Notes for tool Base point.
|
2020-10-27 16:21:51 +02:00 |
|
Roman Telezhynskyi
|
4cea74d63b
|
Loading measurements in Valentina.
|
2020-10-15 18:05:21 +03:00 |
|
Roman Telezhynskyi
|
475bdadf9b
|
Fix link to project repo in license header.
|
2020-01-31 08:02:08 +02:00 |
|
Roman Telezhynskyi
|
965cf34c15
|
Completed generation of recipe.
--HG--
branch : feature
|
2019-07-11 13:47:55 +03:00 |
|
Roman Telezhynskyi
|
0e3a9533af
|
Refactoring. Use C++11 range-based loop.
--HG--
branch : develop
|
2018-04-03 14:36:38 +03:00 |
|
Roman Telezhynskyi
|
6b6a2632a9
|
Refactoring. Replacing all Q_FOREACH/foreach loops with the c++ range-based
loops.
--HG--
branch : develop
|
2018-04-03 11:15:58 +03:00 |
|
Roman Telezhynskyi
|
c1cea4c441
|
Clazy warnings.
--HG--
branch : develop
|
2018-03-14 15:39:15 +02:00 |
|
Roman Telezhynskyi
|
89d01f3fe5
|
Arrow length should follow line width.
--HG--
branch : develop
|
2018-02-06 20:45:07 +02:00 |
|
Roman Telezhynskyi
|
6c438f92e0
|
Resolved issue #808. New feature. Global line width option.
--HG--
branch : develop
|
2018-02-06 19:30:27 +02:00 |
|
Roman Telezhynskyi
|
7a77ad0e19
|
Fix cursor for curves after closing a tool.
--HG--
branch : develop
|
2018-01-05 13:49:32 +02:00 |
|
Roman Telezhynskyi
|
e9abab4eb2
|
Fix bug in Valentina.
Each QGaphicsItem should make accepted mouse press event if it accept an event.
--HG--
branch : develop
|
2017-10-31 10:31:50 +02:00 |
|
Roman Telezhynskyi
|
7a11b3497a
|
Fix bug with setting cursor QGraphicsPathItem without hover events.
--HG--
branch : develop
|
2017-10-30 11:08:25 +02:00 |
|
Roman Telezhynskyi
|
cbf3e4d5df
|
When create group selecting a control point should also select a curve.
--HG--
branch : develop
|
2017-10-30 08:34:18 +02:00 |
|
Roman Telezhynskyi
|
8309fa8c7a
|
Save show curve details state between sessions.
--HG--
branch : develop
|
2017-10-29 15:13:13 +02:00 |
|
Roman Telezhynskyi
|
09f3ba234c
|
Fix bug with item highligh selected.
--HG--
branch : develop
|
2017-10-29 11:06:17 +02:00 |
|
Roman Telezhynskyi
|
def801a626
|
Call item update if curve detailed mode changed.
Need to show/hide a curve direction.
--HG--
branch : develop
|
2017-10-29 10:53:47 +02:00 |
|
Roman Telezhynskyi
|
969dd163bf
|
Fix bug with spline's control point.
Fix infinite redrawing.
--HG--
branch : develop
|
2017-10-28 19:21:47 +03:00 |
|
Roman Telezhynskyi
|
f4c5ad7213
|
Fix undo bug. Undocommand doesn't increment/decrement reference counters.
--HG--
branch : feature
|
2017-10-17 19:35:39 +03:00 |
|
Roman Telezhynskyi
|
71b5a17aa1
|
Refactor methods names for better readability.
--HG--
branch : develop
|
2017-10-19 11:24:21 +03:00 |
|
Roman Telezhynskyi
|
baa2f4fd92
|
Resolved issue #768. New feature. Custom curve approximation scale.
--HG--
branch : develop
|
2017-10-11 13:51:06 +03:00 |
|
Roman Telezhynskyi
|
61172d46c4
|
Fix typo in headers.
--HG--
branch : develop
|
2017-10-05 12:20:01 +03:00 |
|
Roman Telezhynskyi
|
6f160ebd9c
|
Improve tooltip. It should show object label.
--HG--
branch : feature
|
2017-09-17 10:24:34 +03:00 |
|
Roman Telezhynskyi
|
dbe1981eb5
|
Refactor to avoid hidding class member.
--HG--
branch : feature
|
2017-09-17 09:45:18 +03:00 |
|
Roman Telezhynskyi
|
2864be7342
|
Refactoring to recognize child that called a contex menu.
--HG--
branch : feature
|
2017-09-15 17:32:23 +03:00 |
|
Roman Telezhynskyi
|
db8b4e0023
|
Resolved issue #750. Info Box Beside Mouse.
--HG--
branch : develop
|
2017-08-23 14:50:48 +03:00 |
|
Roman Telezhynskyi
|
651d22e488
|
Fix regression. Heavy method boundingRect() slows down the Details mode.
--HG--
branch : develop
|
2017-08-01 12:57:19 +03:00 |
|
Roman Telezhynskyi
|
a1f4207621
|
Scale curve direction arrows.
--HG--
branch : develop
|
2017-06-23 14:18:31 +03:00 |
|
Roman Telezhynskyi
|
b0f867499c
|
Resolved issue #244. New feature: Adjust line and point thickness and label
size.
--HG--
branch : develop
|
2017-06-16 14:53:08 +03:00 |
|
Roman Telezhynskyi
|
32a16890a7
|
Resolved issue #681. Enhance feature: Dashed line options for curves, arcs, etc.
--HG--
branch : develop
|
2017-05-16 13:07:53 +03:00 |
|
Roman Telezhynskyi
|
e2383eb500
|
Refactoring. Use "=default" instead of the default implementation.
--HG--
branch : develop
|
2017-04-01 17:27:55 +03:00 |
|
Roman Telezhynskyi
|
f9aa896477
|
Refactoring. Avoid implicit conversions.
--HG--
branch : develop
|
2017-03-31 17:04:11 +03:00 |
|
Roman Telezhynskyi
|
38abf5c9a0
|
Removed redundant forward declaration.
--HG--
branch : develop
|
2017-02-18 11:22:59 +02:00 |
|
Roman Telezhynskyi
|
2d61b87256
|
Remove empty statement.
--HG--
branch : develop
|
2016-12-20 21:19:21 +02:00 |
|