wmayer
f6023d36d2
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
c5192299f7
+ fix warning
2015-10-10 09:48:45 +02:00
wmayer
19bbce6413
+ when running a bound macro check if file exists, proper unicode handling of macros in customize dialog
2015-10-08 12:37:30 +02:00
wmayer
60cffb685e
+ When adding new commands to custom toolbar set user data if required in order to move them up/down
2015-10-08 11:13:10 +02:00
wmayer
5f5817b033
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 14:29:49 +02:00
wmayer
de41dc46ec
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
wmayer
963bebe696
+ fixes #0002287 : Entry Point Not Found IsWow64Process
2015-10-07 10:24:35 +02:00
wmayer
51e4eebbc6
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-06 21:16:44 +02:00
wmayer
b374fcb6ef
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
2015-10-06 18:45:06 +02:00
wmayer
d19ada810f
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
...
+ add method to make image view unclosable for user
+ fix possible crash in MeshAlgorithm::GetMeshBorder
+ fix possible crash in MeshAlgorithm::ConnectLines
2015-10-06 17:28:52 +02:00
wmayer
094b3b9d70
+ remove SubWindow flag on OSX to put the expression input on top and get focus
2015-10-04 12:54:25 +02:00
wmayer
7548e4cb30
+ fix clang warnings
2015-10-02 23:32:01 +02:00
wmayer
918d42c856
+ fix build failure on Windows
2015-09-30 16:37:48 +02:00
Eivind Kvedalen
185a0916ef
SpinBox: Added expression binding functionality.
2015-09-30 15:54:18 +02:00
Eivind Kvedalen
f33ce91c8f
QuantitySpinBox: Moved getIcon() and some data members to ExpressionBinding class.
...
Conflicts:
src/Gui/QuantitySpinBox.cpp
2015-09-30 15:54:17 +02:00
Eivind Kvedalen
273698307e
QunatitySpinBox: Removed unused code.
2015-09-30 15:54:16 +02:00
wmayer
6eb0442826
+ always save macro before executing
2015-09-29 10:00:23 +02:00
wmayer
6b67d4a4e7
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
2015-09-27 22:08:08 +02:00
wmayer
18434a36b9
To see if the DlgExpressionInput can be closed check if it's under the cursor
...
Add some test code to deal with modal dialogs on Windows
2015-09-27 16:56:44 +02:00
wmayer
7e8d4ccf13
+ fix gcc warnings
2015-09-27 11:25:39 +02:00
wmayer
9b273a723b
+ fix transparent background for Windows systems
...
+ set application-wide event filter and handle mouse press events
+ fix expressPosition() to return exact position of line edit
+ fix warnings in ui file
+ use DlgExpressionInput as non-modal dialog in QuantitySpinBox
2015-09-26 19:36:11 +02:00
Stefan Tröger
4b906690b6
Enhance expression icon
...
- fix size and position on kubuntu
- different icon for set or unset expression for better visual feedback
2015-09-26 19:09:07 +02:00
Stefan Tröger
0ecf7762a9
Fix usability bugs of new expression input
...
- click on background closes popup
- size on open is now correct if expression is set initially
2015-09-26 19:09:07 +02:00
Stefan Tröger
181e90471f
first take on alternative expression ui input dialog
2015-09-26 19:09:07 +02:00
wmayer
469d085b6d
+ fixes unicode support in expression engine
2015-09-24 13:10:54 +02:00
Eivind Kvedalen
c5fdb0883d
Expression editor: Qt-workaround for '='-key; compare with text() instead.
2015-09-24 09:53:14 +02:00
Eivind Kvedalen
93ccf14b6e
ExpressionCompleter: Skip all types of links when building completer model.
2015-09-24 09:52:45 +02:00
Yorik van Havre
8990d1dc52
Merge pull request #49 from pgilfernandez/pablogil-maya
...
New Maya navigation style
2015-09-23 20:05:05 -03:00
Eivind Kvedalen
12e79ba65c
QuantitySpinBox: Fixed placement of expression editor pop-up.
2015-09-23 18:48:22 +02:00
wmayer
e5348c743d
+ rename signal to signalRelabelObject and remove unused code
2015-09-22 17:13:03 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
Eivind Kvedalen
bb78126184
Added QStyledItemDelegate to Qt4All.h
2015-09-21 14:51:09 +02:00
Eivind Kvedalen
8e5619f7a0
Added expression support to QuantitySpinBox and InputField classes.
2015-09-21 14:51:08 +02:00
Eivind Kvedalen
ea9fe65c14
Added ExpressionCompleter class.
2015-09-21 14:51:07 +02:00
wmayer
9124acde3a
+ if translation of group is done do not overwrite
2015-09-20 17:00:21 +02:00
wmayer
2e1a9bb4ed
+ fix possible crash in debug mode
2015-09-20 16:59:17 +02:00
wmayer
96bee2fa47
+ allow to set a default action for an exclusive group
2015-09-20 15:47:11 +02:00
wmayer
1d8b7f3582
+ duplicate string array for Python commands
2015-09-20 14:11:53 +02:00
wmayer
42afb30c3e
+ delete helper file for copy/paste on application exit
2015-09-19 22:10:49 +02:00
wmayer
eddd1d4684
+ by default create a zip file for auto-save
2015-09-19 21:32:17 +02:00
wmayer
eb05da7cd7
+ fixes #0001237 : the project file is not saved when the /tmp directory is full, but the user is not aware of it
2015-09-19 18:59:22 +02:00
wmayer
55916175d3
+ fix typo
2015-09-19 17:03:38 +02:00
wmayer
ef203bc260
+ fixes #0001238 : Preferences: set temp files directory
2015-09-19 16:07:33 +02:00
wmayer
718b766737
+ for file-based recovery write the data files in worker threads
2015-09-19 13:12:59 +02:00
wmayer
9a45718d9e
+ implement file based auto-save & recovery mechanism
2015-09-19 01:13:33 +02:00
wmayer
193abe75da
+ make RecoveryWriter more robust
2015-09-18 15:32:33 +02:00
wmayer
698f964aa3
+ implement FileWriter class based on files and a specialized sub-class for recovery purposes
2015-09-17 21:37:47 +02:00
wmayer
ed2eeffd67
+ fixes #0002268 : Segmentation Fault when using sketcher
2015-09-17 13:31:10 +02:00
wmayer
22b7fb660c
+ save Brep in binary format for recovery files
2015-09-16 22:58:47 +02:00
wmayer
dffaebd346
+ check returned mdi view to be of the requested type
2015-09-16 16:15:19 +02:00