Commit graph

41 commits

Author SHA1 Message Date
Roman Telezhynskyi f8c6a65962 Moving class VContainer in a static library complited.
--HG--
branch : feature
2015-06-12 11:55:44 +03:00
Roman Telezhynskyi cd19fe14cb Optimization for case when expression has only function. Example fmod(5;2).
--HG--
branch : develop
2015-05-14 19:20:34 +03:00
Roman Telezhynskyi 629a2a7579 Copyright dates.
--HG--
branch : develop
2015-02-27 12:27:48 +02:00
Roman Telezhynskyi 420f2e1da7 "," can't be argument separator in C locale. Parser will return error for big
numbers.

--HG--
branch : feature
2015-02-10 14:46:11 +02:00
Roman Telezhynskyi 074ca3a4e0 Improving documantation and little refactoring changes in class Calculator.
--HG--
branch : develop
2015-02-08 13:48:27 +02:00
dismine 6e0ff89b6a Additional checkings.
--HG--
branch : develop
2014-11-22 14:49:09 +02:00
dismine 2cec69949d Fix for unary minus operation.
--HG--
branch : develop
2014-11-09 16:01:25 +02:00
dismine f613074f9f Better validate point label.
--HG--
branch : develop
2014-11-08 15:26:33 +02:00
dismine c717196199 GCC warnings. Fixed bug with string concatenation in MSVC.
--HG--
branch : develop
2014-10-18 13:51:40 +02:00
dismine a06a162100 Support build with MSVC.
--HG--
branch : develop
2014-10-17 22:26:30 +02:00
dismine a9c496e065 Fixed built-in functions.
--HG--
branch : develop
2014-10-02 12:46:24 +03:00
dismine 7e6cfe9f70 Change build dependence to Qt 5.0.2.
--HG--
branch : develop
2014-09-25 18:44:06 +03:00
dismine 7673deade8 Fix bug with calculator and tools visualization.
--HG--
branch : develop
2014-09-20 18:00:29 +03:00
dismine 1964b15704 Cppcheck warnings.
--HG--
branch : develop
2014-09-11 20:15:07 +03:00
dismine 1d4f0a6a55 Vera++.
--HG--
branch : develop
2014-09-10 20:57:08 +03:00
dismine e8bd1ac8d5 Fixed issue #170.
--HG--
branch : develop
2014-09-08 16:17:38 +03:00
dismine 6c784fcdca Check unique label name in dialog. Fixed catch broken expression.
--HG--
branch : feature
2014-09-06 11:14:59 +03:00
dismine 44d1465881 Disable multiple subexpression mode. One expresiion per time.
--HG--
branch : feature
2014-08-29 16:42:53 +03:00
dismine ca32f1c9df Fixed issue 168.
--HG--
branch : develop
2014-08-21 15:44:40 +03:00
dismine c0debc16e0 Optimization. Define variable if only exist in formula.
--HG--
branch : develop
2014-07-29 18:15:18 +03:00
dismine 10ba3eacbb Don't show internal variable if we created her.
--HG--
branch : develop
2014-07-29 15:19:11 +03:00
dismine 484f149929 Store information about object's id that created internal variable.
--HG--
branch : develop
2014-07-29 14:28:18 +03:00
dismine 227cc6a2c0 Refactoring - hide settings constructor. Using pointer instead.
--HG--
branch : develop
2014-07-10 12:36:46 +03:00
dismine 507ccd686e Vera++.
--HG--
branch : develop
2014-06-16 20:18:36 +03:00
dismine 37d2dd667f Use C++11 strongly typed enumerations.
--HG--
branch : feature
2014-06-12 10:22:29 +03:00
dismine 7e3dc203dc Use forward declaration.
--HG--
branch : feature
2014-06-08 21:10:57 +03:00
dismine a6ffb16054 Clang's warnings.
--HG--
branch : develop
2014-06-02 10:43:27 +03:00
dismine bf15237296 Update documentation for Calculator class.
--HG--
branch : develop
2014-05-30 16:04:38 +03:00
dismine 381adf0ba0 Dialog edit wrong formula (only for toolendline now).
--HG--
branch : feature
2014-05-30 11:32:40 +03:00
dismine 01ee27d33c Setting decimal separator parts from OS oprions.
--HG--
branch : develop
2014-05-29 11:46:28 +03:00
dismine 6b4067ee1b Support local separator for numbers in formulas. Fix bug in translation formula.
--HG--
branch : develop
2014-05-27 17:58:25 +03:00
dismine 51a420bbdd Show language independent formula in dialog.
--HG--
branch : feature
2014-05-26 16:18:48 +03:00
dismine 0f4cd08eed Translation formula.
--HG--
branch : feature
2014-05-23 21:11:13 +03:00
dismine ccde48e3bf Factory function for creating new parser variables. New methods what return
tokens and numbers.

--HG--
branch : feature
2014-05-22 15:11:14 +03:00
dismine 5adc0555ef Save all variable in dynamic array.
--HG--
branch : feature
2014-05-21 16:51:47 +03:00
dismine bd5fda320f Use new math parser instead old.
--HG--
branch : feature
2014-05-21 11:51:16 +03:00
dismine f17a12d147 Cppcheck.
--HG--
branch : develop
2014-05-11 21:15:32 +03:00
dismine 84550b6146 Moving documentation from header.
--HG--
branch : develop
2014-05-07 19:55:57 +03:00
dismine bdb788e7a7 Highlight start of method.
--HG--
branch : feature
2014-05-02 14:11:30 +03:00
dismine f505234bbd My surname like in my passport.
--HG--
branch : feature
2014-04-30 08:38:52 +03:00
dismine 1e99fb68c1 Change project structure for support libs.
--HG--
branch : feature
2014-04-25 11:58:33 +03:00
Renamed from src/container/calculator.cpp (Browse further)