Commit graph

511 commits

Author SHA1 Message Date
dismine bdb788e7a7 Highlight start of method.
--HG--
branch : feature
2014-05-02 14:11:30 +03:00
dismine 9ca9455c80 For nothrow methods set Q_DECL_NOEXCEPT.
--HG--
branch : feature
2014-05-02 11:43:02 +03:00
dismine 79ef0e914e CppCheck.
--HG--
branch : feature
2014-05-02 11:09:10 +03:00
dismine 362638066a Vera++.
--HG--
branch : feature
2014-05-01 14:33:40 +03:00
dismine 37ecf9fd86 Fix gcc's warnings.
--HG--
branch : feature
2014-05-01 12:55:23 +03:00
dismine f505234bbd My surname like in my passport.
--HG--
branch : feature
2014-04-30 08:38:52 +03:00
dismine 2c77a73343 Apply project code style.
--HG--
branch : feature
2014-04-30 08:32:29 +03:00
dismine 0b49785255 First success build after all changes.
--HG--
branch : feature
2014-04-28 21:41:38 +03:00
dismine 7c1d22c5f4 Try use QString where posible.
--HG--
branch : feature
2014-04-26 11:16:19 +03:00
dismine 9c6cac2ec4 Delete #include <vector>.
--HG--
branch : feature
2014-04-26 11:04:59 +03:00
dismine 5c3845ff00 QVector instead std::vector.
--HG--
branch : feature
2014-04-26 11:00:42 +03:00
dismine 541a5becbd Use standard math constants in tests.
--HG--
branch : feature
2014-04-26 10:53:10 +03:00
dismine 148d2fb3f7 We don't need parser for integer value.
--HG--
branch : feature
2014-04-26 10:51:14 +03:00
dismine d8f0cc2824 Use standard math constants.
--HG--
branch : feature
2014-04-26 10:40:44 +03:00
dismine 21c38b446d Use Qt math function.
--HG--
branch : feature
2014-04-26 10:23:50 +03:00
dismine 59c7405b88 QStack instead QmuParserStack.
--HG--
branch : feature
2014-04-26 09:01:41 +03:00
dismine 2f97def4bf Use Q_ASSERT marcros instead MUP_ASSERT and MUP_FAIL.
--HG--
branch : feature
2014-04-25 18:10:56 +03:00
dismine 11f527143b Used qreal for datatype. Deleted _T() macros.
--HG--
branch : feature
2014-04-25 18:01:23 +03:00
dismine 0b4d69f821 Successful build after adding muParser library.
--HG--
branch : feature
2014-04-25 15:58:14 +03:00
dismine 1e99fb68c1 Change project structure for support libs.
--HG--
branch : feature
2014-04-25 11:58:33 +03:00
dismine 8f281a31c2 For Coverity Scan.
--HG--
branch : develop
2014-04-17 20:18:26 +03:00
dismine ba1c9dd4a7 Setting application info.
--HG--
branch : develop
2014-04-16 18:32:41 +03:00
dismine 4a404a4ab8 Merge
--HG--
branch : develop
2014-04-15 21:39:08 +03:00
dismine 9aeb73a56b We need this includes for building with Coverity Scan Tool.
--HG--
branch : develop
2014-04-15 21:38:36 +03:00
Sabine Schmaltz 18914c3b5b merged and resolved conflicts
--HG--
branch : develop
2014-04-08 10:51:16 +02:00
Susan Spencer 939b18fb4e Little bugs fixes.
--HG--
branch : develop
2014-04-04 10:06:33 +02:00
dismine 08ea33aff1 Merge with feature
--HG--
branch : develop
2014-03-28 15:12:08 +02:00
dismine a74351495c Issues #19, #7, #78
--HG--
branch : feature
2014-03-28 15:11:46 +02:00
dismine 26c8884af0 Noisy Debug Hook for Qt.
--HG--
branch : feature
2014-03-27 13:41:00 +02:00
dismine 7c18e85305 Dialog Increment still not tested.
--HG--
branch : feature
2014-03-26 06:39:07 +02:00
dismine 54cca86be5 Opening empty pattern.
--HG--
branch : feature
2014-03-24 17:02:57 +02:00
dismine c2bb84ce38 Saving pattern with individual table.
--HG--
branch : feature
2014-03-23 19:04:45 +02:00
dismine 17bd0253a2 Saving pattern with standard table.
--HG--
branch : feature
2014-03-23 16:36:34 +02:00
dismine 69309730ff After this commit begin testing.
--HG--
branch : feature
2014-03-21 12:08:29 +02:00
dismine fa06c04cd2 Refactoring. Delete global variables.
--HG--
branch : feature
2014-03-19 20:27:11 +02:00
Sabine Schmaltz e6f131cff3 some more documentation improvements
--HG--
branch : develop
2014-03-19 13:11:45 +01:00
Sabine Schmaltz d81c8d209f improvements to the updated comments
--HG--
branch : develop
2014-03-18 23:36:32 +01:00
dismine f641894abd Refactoring dialog increment.
--HG--
branch : feature
2014-03-17 20:13:39 +02:00
dismine 9584192ec7 Make install section for measurements. Copy to bin directory measurements.
--HG--
branch : feature
2014-03-16 16:17:07 +02:00
dismine 5b36420466 Hide size and height option in individual mode.
--HG--
branch : feature
2014-03-16 15:17:39 +02:00
dismine 61c4d8df0c Get measurements units.
--HG--
branch : feature
2014-03-16 08:32:52 +02:00
dismine a950a9f59b Choose individual measurements.
--HG--
branch : feature
2014-03-15 22:51:12 +02:00
dismine 2cddab80d4 Delete parametr name and use last parameter in string list instead.
--HG--
branch : feature
2014-03-14 20:47:50 +02:00
dismine de85cad839 Creation list with all tables with standard measurements.
--HG--
branch : feature
2014-03-14 19:54:20 +02:00
dismine 4d210ddd48 Each exception can show error message from previous.
--HG--
branch : feature
2014-03-14 17:59:28 +02:00
dismine 7d01bca72d Parsing individual measurements table.
--HG--
branch : feature
2014-03-14 16:12:53 +02:00
dismine ed568678be Parsing standard measurements table.
--HG--
branch : feature
2014-03-11 22:19:13 +02:00
dismine b2d26e5ae8 toPixel and fromPixel with units support - mm, cm, inch.
--HG--
branch : feature
2014-03-11 17:04:04 +02:00
dismine 8f5e01fbb2 Enum Units.
--HG--
branch : feature
2014-03-11 13:43:24 +02:00
dismine 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