wwmayer
6bf065c097
+ fix many minor warnings, activate -Wall for gcc
2015-08-02 22:32:18 +02:00
wmayer
72aaaa669a
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
c2c83a353b
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d2b7b730d3
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
12652cf370
+ change axonometric view
2015-07-25 17:51:18 +02:00
wmayer
319ea4fbcc
+ fix typo in 'axonometric'
2015-07-25 16:54:18 +02:00
wmayer
afe2f10eff
+ use variables instead of hard-coded library names
2015-07-17 14:54:02 +02:00
wmayer
c9fda649ea
+ eliminate cmake variable QT_DEBUG_LIBRARIES
2015-07-16 19:06:20 +02:00
wmayer
8850da2315
+ implement onDelete for Python proxy of view provider
2015-07-16 16:13:39 +02:00
wmayer
b5987f0ff4
+ Support preference pages for Python widget class
2015-07-16 00:10:23 +02:00
wmayer
aa269a8d3e
+ fix wrong vertical size policy of task groups
2015-07-14 19:05:12 +02:00
wmayer
659263d705
+ set a minimalistic style sheet on task panel
2015-07-14 16:27:49 +02:00
wmayer
b828b412eb
+ fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup
2015-07-14 14:22:00 +02:00
wmayer
7ea0cc478d
+ issue #0002053 : Support of themes
2015-07-12 23:59:26 +02:00
wmayer
1facaae959
+ issue #0002053 : Support of themes
2015-07-12 23:12:05 +02:00
wmayer
343bb91450
+ issue #0002053 : Support of themes
2015-07-12 22:54:56 +02:00
wmayer
dedefd24a8
+ improve loading splash screen of branded application
2015-07-11 02:59:56 +02:00
wmayer
13467a131d
+ fix possible crash when application icon is empty
2015-07-11 01:12:52 +02:00
wmayer
d126506fca
+ event to restore/clear action style scheme
2015-07-09 23:08:10 +02:00
wmayer
cd76576873
+ implement SystemPanelScheme and use for Linux
2015-07-09 12:12:51 +02:00
wmayer
b4a13f2cae
+ fix possible inconsistency of arrow button in task header
2015-07-08 22:23:24 +02:00
wmayer
0ae03d3af9
+ support dynamic property 'fold' in TaskHeader
2015-07-08 20:22:21 +02:00
wmayer
dcd43937a7
+ use icon of style sheet for task header
...
+ fix size issue with task panel
+ enable QSint task panel
2015-07-08 15:17:49 +02:00
wmayer
05286b8bb6
+ reset built-in scheme when setting global style sheet
2015-07-07 12:35:48 +02:00
wmayer
f14b71d374
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
32b98bbc11
+ add QSint scheme for FreeCAD
2015-07-07 11:45:57 +02:00
wmayer
e17df75ff7
+ extend QSint API, fix problems with Qt macro
2015-07-07 11:42:24 +02:00
wmayer
2bfd67267c
+ add QSint source to build
2015-07-07 11:41:20 +02:00
wmayer
fb501cba85
set export macro for QSint
2015-07-07 11:33:21 +02:00
wmayer
72ce990d56
+ remove test class TaskPanelView
2015-07-07 11:25:31 +02:00
wmayer
5ca5248593
+ add license notice
2015-07-07 11:10:54 +02:00
wmayer
afa820e29e
+ Add QSint sources
2015-07-07 11:10:13 +02:00
wmayer
21435326d2
+ fix broken PolyPickerSelection
2015-07-02 14:51:38 +02:00
wmayer
45d793a1af
+ include missing header files
2015-06-30 17:48:03 +02:00
wmayer
f5d929569a
+ Remove dependency to iisTaskPanel when not needed
2015-06-30 16:53:22 +02:00
wmayer
28c92a1bfa
+ issue #0002053 : Support of themes
2015-06-30 13:14:56 +02:00
wmayer
954bced5cf
+ alternative paintEvent implementation for ColorButton
2015-06-30 01:04:43 +02:00
wmayer
dc686a55d6
+ issue #0002053 : Support of themes
2015-06-29 14:33:14 +02:00
wmayer
3f13a32afd
+ issue #0002053 : Support of themes
2015-06-28 23:30:42 +02:00
wmayer
b0c8156697
+ move up/down commands with action group
2015-06-28 17:32:44 +02:00
wmayer
fac5884b45
+ return 0 for empty icon names of Python commands
2015-06-27 19:24:11 +02:00
wmayer
448ded204a
+ implement class PythonGroupCommand
2015-06-27 17:21:02 +02:00
Abdullah Tahiri
de5c7edab1
Gui: New feature: Extension of TaskView to notify if a taskbox is hidden or visible
...
===================================================================================
http://forum.freecadweb.org/viewtopic.php?f=10&t=11363
2015-06-24 17:56:58 +02:00
DeepSOIC
29a8db3ca5
Navigation: fix unable to deselect after editing a sketch
...
After editing a sketch, it was impossible to deselect the just-edited
sketch by clicking empty space (gesture navigation).
2015-06-24 17:27:07 +02:00
lorenz_l
2eda84e1c7
set names for QTimer in mainWindow, to find them from python
2015-06-23 20:23:52 +02:00
wmayer
94d0462e27
+ setup qss search paths
2015-06-19 23:27:39 +02:00
wmayer
4f29b2c161
+ set utf-8 encoding when recording a macro
2015-06-19 14:52:20 +02:00
Abdullah Tahiri
8d9c23a6f2
Gui New Feature: Gui::Document support for App::Document undo and redo signals
...
==========================================================================
It defines new slots connected to App::Document's signalUndo/signalRedo, which
triggers Gui::Document's signalUndoDocument and signalRedoDocument signals.
setModified is not executed upon redo/undo, as this is already done on modification of the properties if
properties were modified, and if there were not, no setModified is needed anyway.
2015-06-15 22:55:49 +02:00
Eivind Kvedalen
4ec5710d56
Added zoom and automatic refresh of dependency graph view.
2015-06-15 11:32:24 +02:00
Yorik van Havre
e31ae460c8
Added a Revert command to the File menu - fixes #2040
2015-06-14 22:58:07 -03:00