Roman Telezhinskyi
|
b5dfbae5a1
|
Merged in ValentinaZhuravska/valentina/feature (pull request #82)
Resolved Issue #272.
--HG--
branch : develop
|
2015-12-06 18:45:46 +02:00 |
|
Valentina Zhuravska
|
178419742a
|
Added hoverMoveEvent. The cursor should not be changed to arrow until we leave the detail area
--HG--
branch : feature
|
2015-12-06 18:20:37 +02:00 |
|
Roman Telezhynskyi
|
a820b20fc2
|
The program crashes if scene is not connected to view.
--HG--
branch : develop
|
2015-12-05 18:27:38 +02:00 |
|
Roman Telezhynskyi
|
e781b8252d
|
Cut less scene rect size for showing axis.
--HG--
branch : develop
|
2015-12-04 22:21:07 +02:00 |
|
Roman Telezhynskyi
|
dc25101d78
|
Refactoring. Call parent's method.
--HG--
branch : develop
|
2015-12-04 21:47:44 +02:00 |
|
Roman Telezhynskyi
|
2b0e358cdd
|
Saving position of the base point should be handled in ItemPositionChange
section.
--HG--
branch : develop
|
2015-12-04 21:46:52 +02:00 |
|
Roman Telezhynskyi
|
ae43c66bd9
|
Fixed issue #412. Error in Detail using 'Segment a Simple Curve' tool.
--HG--
branch : develop
|
2015-12-03 21:56:40 +02:00 |
|
Valentina Zhuravska
|
dfa46dc1cd
|
Added mousePressEvent and changed QApplication::setOverrideCursor to SetOverrideCursor
--HG--
branch : feature
|
2015-12-02 23:07:23 +02:00 |
|
Valentina Zhuravska
|
75a4acaea7
|
Resolved Issue #272. Show that user can move workpiece.
--HG--
branch : feature
|
2015-12-02 21:33:42 +02:00 |
|
Roman Telezhynskyi
|
cf4e313862
|
Optimization dialogs for Mac OS.
--HG--
branch : develop
|
2015-12-01 20:12:40 +02:00 |
|
Roman Telezhynskyi
|
477a95798a
|
Optimization line color combobox for Mac.
--HG--
branch : develop
|
2015-12-01 17:13:57 +02:00 |
|
Roman Telezhynskyi
|
d24390bd98
|
Set of fixes for better look on Mac OS X.
--HG--
branch : develop
|
2015-12-01 16:38:09 +02:00 |
|
Valentina Zhuravska
|
f91fbaaa01
|
We need do set decimals before we set value
--HG--
branch : feature
|
2015-11-29 16:42:39 +02:00 |
|
Valentina Zhuravska
|
cd15fd711e
|
Resolved issue #80. Choice between inches and centimeters in options
--HG--
branch : feature
|
2015-11-28 22:48:43 +02:00 |
|
Roman Telezhynskyi
|
783e3d57c2
|
Support QGraphicsView autoscroll of a draged object.
--HG--
branch : develop
|
2015-11-25 19:26:37 +02:00 |
|
Roman Telezhynskyi
|
36704cd02e
|
Invisible "VSimpleCurve" causes exponential growth scene size, and it causes
the program crash. Because we don't need anymore this calss i just have removed
it.
--HG--
branch : develop
|
2015-11-25 15:45:38 +02:00 |
|
Valentina Zhuravska
|
d575ad5ad3
|
Return false if we have less than 3 points
--HG--
branch : feature
|
2015-11-22 16:58:58 +02:00 |
|
Valentina Zhuravska
|
3e9793dbbb
|
We don't need variable points in method Square
--HG--
branch : feature
|
2015-11-22 16:47:50 +02:00 |
|
Valentina Zhuravska
|
6c653163f9
|
Erased QString(" ")
--HG--
branch : feature
|
2015-11-22 16:36:55 +02:00 |
|
Valentina Zhuravska
|
d679187f15
|
Fixed SumTrapezoids method
--HG--
branch : feature
|
2015-11-22 15:58:31 +02:00 |
|
Valentina Zhuravska
|
e8deb4b29c
|
The user must select points in a clockwise direction
--HG--
branch : feature
|
2015-11-22 01:52:18 +02:00 |
|
Roman Telezhynskyi
|
7ef98c3c4b
|
Fixed building on Linux.
--HG--
branch : develop
|
2015-11-17 12:17:53 +02:00 |
|
Roman Telezhynskyi
|
e31a6eb841
|
Merge
--HG--
branch : develop
|
2015-11-16 22:04:56 +02:00 |
|
Valentina Zhuravska
|
fe23631251
|
Changed pixmap and icon to const, removed setTextFormat
--HG--
branch : feature
|
2015-11-16 17:54:45 +02:00 |
|
Valentina Zhuravska
|
e0237e901f
|
Added help label to detail mode
--HG--
branch : feature
|
2015-11-16 17:34:16 +02:00 |
|
Roman Telezhynskyi
|
5eed97c640
|
Enable #pragma message in Clang.
--HG--
branch : develop
|
2015-11-16 12:28:21 +02:00 |
|
Roman Telezhynskyi
|
7038c25c39
|
Turn on PCH on mac os x.
--HG--
branch : develop
|
2015-11-16 12:22:34 +02:00 |
|
Valentina Zhuravska
|
d253db879f
|
ScrollUp and scrollDown is enabled if we have more than 1 objects in a detail
--HG--
branch : feature
|
2015-11-13 15:23:56 +02:00 |
|
Valentina Zhuravska
|
13ff0d7973
|
Removed unwanted strings
--HG--
branch : feature
|
2015-11-13 14:54:26 +02:00 |
|
Valentina Zhuravska
|
b9deb50c1b
|
Fixed toolTips of scrollUp and scrollDown buttons
--HG--
branch : feature
|
2015-11-13 14:04:51 +02:00 |
|
Valentina Zhuravska
|
ef1fff7a22
|
Resolved Issue #329. Add button to 'Scroll Up/Scroll Down' in Detail mode
--HG--
branch : feature
|
2015-11-13 12:31:10 +02:00 |
|
Roman Telezhinskyi
|
ae1195df21
|
Merged in ValentinaZhuravska/valentina/feature (pull request #73)
Fixed problems in DialogDetail
--HG--
branch : develop
|
2015-11-11 21:50:54 +02:00 |
|
Valentina Zhuravska
|
c6577675e7
|
Changed some methods to be const
--HG--
branch : feature
|
2015-11-11 21:46:36 +02:00 |
|
Roman Telezhynskyi
|
4e21bf05e0
|
Don't show section "Size and Height".
--HG--
branch : develop
|
2015-11-11 20:52:25 +02:00 |
|
Valentina Zhuravska
|
e323afc4e6
|
Fixed DetailIsValid() method
--HG--
branch : feature
|
2015-11-11 19:38:21 +02:00 |
|
Valentina Zhuravska
|
d27a64b819
|
Delete the last point from detail when the first point equals the last point
--HG--
branch : feature
|
2015-11-10 11:58:33 +02:00 |
|
Valentina Zhuravska
|
4c41e04d49
|
Can not add one point to detail twice
--HG--
branch : feature
|
2015-11-10 10:07:40 +02:00 |
|
Roman Telezhynskyi
|
912d1f91f6
|
Disable changing window size only after first show.
--HG--
branch : develop
|
2015-11-05 15:01:33 +02:00 |
|
Roman Telezhynskyi
|
a342948437
|
Improved loging. Base point's DeleteTool should ignore value "_referens".
--HG--
branch : develop
|
2015-11-03 17:11:35 +02:00 |
|
Roman Telezhynskyi
|
345b0e5c7f
|
Fixed crash after undo creating a pattern piece.
--HG--
branch : develop
|
2015-11-02 18:25:29 +02:00 |
|
Roman Telezhynskyi
|
88324a11f2
|
Static Code Analysis.
--HG--
branch : develop
|
2015-10-28 16:22:36 +02:00 |
|
Roman Telezhynskyi
|
d1f18dc9a0
|
Use quint32 instead unsigned int.
--HG--
branch : develop
|
2015-10-26 10:36:07 +02:00 |
|
Roman Telezhynskyi
|
b516ceb8e1
|
"CONFIG += silent" doesn't work correct with msvc. Do not create target
"make distclean" with msvc.
--HG--
branch : develop
|
2015-10-24 14:13:59 +03:00 |
|
Roman Telezhynskyi
|
467ffbd132
|
ICC warnings.
--HG--
branch : develop
|
2015-10-20 17:32:01 +03:00 |
|
Roman Telezhynskyi
|
4d90589f01
|
Clang warnings.
--HG--
branch : develop
|
2015-10-19 16:21:06 +03:00 |
|
Roman Telezhynskyi
|
03b6ce08cc
|
Coverity scan.
--HG--
branch : develop
|
2015-10-19 09:10:39 +03:00 |
|
Roman Telezhynskyi
|
65d2213ef9
|
Coverity scan missing includes.
--HG--
branch : develop
|
2015-10-18 22:30:51 +03:00 |
|
Roman Telezhynskyi
|
5cd9a88761
|
Making class Calculator independent from class VContainer.
--HG--
branch : develop
|
2015-10-15 13:07:43 +03:00 |
|
Roman Telezhynskyi
|
bdb3bf9050
|
Fixed height formula field.
--HG--
branch : develop
|
2015-10-15 12:39:09 +03:00 |
|
Roman Telezhynskyi
|
8066d880c9
|
Lupdate. Fixed lupdate warnings.
--HG--
branch : develop
|
2015-10-15 12:32:50 +03:00 |
|