Commit Graph

4969 Commits

Author SHA1 Message Date
5c3845ff00 QVector instead std::vector.
--HG--
branch : feature
2014-04-26 11:00:42 +03:00
541a5becbd Use standard math constants in tests.
--HG--
branch : feature
2014-04-26 10:53:10 +03:00
148d2fb3f7 We don't need parser for integer value.
--HG--
branch : feature
2014-04-26 10:51:14 +03:00
d8f0cc2824 Use standard math constants.
--HG--
branch : feature
2014-04-26 10:40:44 +03:00
21c38b446d Use Qt math function.
--HG--
branch : feature
2014-04-26 10:23:50 +03:00
59c7405b88 QStack instead QmuParserStack.
--HG--
branch : feature
2014-04-26 09:01:41 +03:00
2f97def4bf Use Q_ASSERT marcros instead MUP_ASSERT and MUP_FAIL.
--HG--
branch : feature
2014-04-25 18:10:56 +03:00
11f527143b Used qreal for datatype. Deleted _T() macros.
--HG--
branch : feature
2014-04-25 18:01:23 +03:00
0b4d69f821 Successful build after adding muParser library.
--HG--
branch : feature
2014-04-25 15:58:14 +03:00
1e99fb68c1 Change project structure for support libs.
--HG--
branch : feature
2014-04-25 11:58:33 +03:00
8f281a31c2 For Coverity Scan.
--HG--
branch : develop
2014-04-17 20:18:26 +03:00
ba1c9dd4a7 Setting application info.
--HG--
branch : develop
2014-04-16 18:32:41 +03:00
4a404a4ab8 Merge
--HG--
branch : develop
2014-04-15 21:39:08 +03:00
9aeb73a56b We need this includes for building with Coverity Scan Tool.
--HG--
branch : develop
2014-04-15 21:38:36 +03:00
18914c3b5b merged and resolved conflicts
--HG--
branch : develop
2014-04-08 10:51:16 +02:00
939b18fb4e Little bugs fixes.
--HG--
branch : develop
2014-04-04 10:06:33 +02:00
a74351495c Issues #19, #7, #78
--HG--
branch : feature
2014-03-28 15:11:46 +02:00
26c8884af0 Noisy Debug Hook for Qt.
--HG--
branch : feature
2014-03-27 13:41:00 +02:00
7c18e85305 Dialog Increment still not tested.
--HG--
branch : feature
2014-03-26 06:39:07 +02:00
54cca86be5 Opening empty pattern.
--HG--
branch : feature
2014-03-24 17:02:57 +02:00
c2bb84ce38 Saving pattern with individual table.
--HG--
branch : feature
2014-03-23 19:04:45 +02:00
17bd0253a2 Saving pattern with standard table.
--HG--
branch : feature
2014-03-23 16:36:34 +02:00
69309730ff After this commit begin testing.
--HG--
branch : feature
2014-03-21 12:08:29 +02:00
fa06c04cd2 Refactoring. Delete global variables.
--HG--
branch : feature
2014-03-19 20:27:11 +02:00
e6f131cff3 some more documentation improvements
--HG--
branch : develop
2014-03-19 13:11:45 +01:00
d81c8d209f improvements to the updated comments
--HG--
branch : develop
2014-03-18 23:36:32 +01:00
f641894abd Refactoring dialog increment.
--HG--
branch : feature
2014-03-17 20:13:39 +02:00
5b36420466 Hide size and height option in individual mode.
--HG--
branch : feature
2014-03-16 15:17:39 +02:00
61c4d8df0c Get measurements units.
--HG--
branch : feature
2014-03-16 08:32:52 +02:00
a950a9f59b Choose individual measurements.
--HG--
branch : feature
2014-03-15 22:51:12 +02:00
2cddab80d4 Delete parametr name and use last parameter in string list instead.
--HG--
branch : feature
2014-03-14 20:47:50 +02:00
de85cad839 Creation list with all tables with standard measurements.
--HG--
branch : feature
2014-03-14 19:54:20 +02:00
4d210ddd48 Each exception can show error message from previous.
--HG--
branch : feature
2014-03-14 17:59:28 +02:00
7d01bca72d Parsing individual measurements table.
--HG--
branch : feature
2014-03-14 16:12:53 +02:00
ed568678be Parsing standard measurements table.
--HG--
branch : feature
2014-03-11 22:19:13 +02:00
b2d26e5ae8 toPixel and fromPixel with units support - mm, cm, inch.
--HG--
branch : feature
2014-03-11 17:04:04 +02:00
8f5e01fbb2 Enum Units.
--HG--
branch : feature
2014-03-11 13:43:24 +02:00
db2a3e9ca9 Operator new throw exception bad_alloc, so does not make sense to use
Q_CHECK_PTR macros for check.

--HG--
branch : feature
2014-03-10 18:22:55 +02:00
e3f412567e Initial commit for classes working with measurements tables.
--HG--
branch : feature
2014-03-10 17:55:51 +02:00
d06bc59000 Vera++.
--HG--
branch : feature
2014-03-06 17:35:24 +02:00
39d0e94cec Restore cursor after warning.
--HG--
branch : feature
2014-03-06 17:31:36 +02:00
24245bf759 Cppcheck.
--HG--
branch : feature
2014-03-06 17:28:31 +02:00
dd78969c9c Refactoring.
--HG--
branch : feature
2014-03-06 16:09:22 +02:00
2fc4d95faa Refactoring.
--HG--
branch : feature
2014-03-06 16:01:15 +02:00
ab19b30713 Refactoring.
--HG--
branch : feature
2014-03-06 15:35:14 +02:00
eba24ec34b Refactoring.
--HG--
branch : feature
2014-03-06 15:28:46 +02:00
9b78d1a0ab Refactoring.
--HG--
branch : feature
2014-03-04 20:14:11 +02:00
2610487fe5 Refactoring.
--HG--
branch : feature
2014-03-04 19:13:10 +02:00
e30d1fe9dd Refactoring.
--HG--
branch : feature
2014-03-04 18:50:54 +02:00
96c19190a0 Refactoring.
--HG--
branch : feature
2014-03-04 14:55:57 +02:00