bgbsww
8baf75af84
Fix #11032 flickering when switching to Part Design
...
* Remove unneeded timer on taskview updates to fix #11032
* Remove obsoleted class member
2023-11-02 16:32:32 +01:00
Zheng, Lei
bf9584a90b
Gui: add support for transparent overlay docking widget
2023-10-11 09:58:53 +02:00
wmayer
fdc44d50ef
Gui: fixes #10724 : TaskView gets truncated
2023-09-21 19:11:45 -05:00
wmayer
c016f1c1fb
Gui: modernize C++: use equals default
2023-08-20 18:12:43 +02:00
wmayer
54bb9c9c62
Gui: modernize C++: return braced init list
2023-08-18 00:36:24 +02:00
wmayer
2725c3a54f
Gui: modernize C++: use range-based for loop
2023-08-14 19:42:18 +02:00
wmayer
d150fa7164
modernize C++: avoid bind
...
In many cases std::bind() is kept because the code is much simpler
2023-08-08 21:10:16 +02:00
wmayer
68d22d864b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02:00
luzpaz
129d5882a7
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
wmayer
2e5cb03261
Gui: move to new style connect()
2023-02-01 13:49:35 +01:00
wmayer
b3372a5205
Gui: [skip ci] fix several warnings reported by GH Actions
2022-11-06 15:53:18 +01:00
wmayer
ff6f04dcc2
Gui: add class TaskDialogPy
2022-10-09 14:26:42 +02:00
berniev
75acacd1b7
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
berniev
656ef8961f
Gui: redundant void 2
2022-08-08 10:21:44 +02:00
wmayer
9b2b0e0acf
modernize C++: replace boost::function with std::function
2022-06-30 20:31:55 +02:00
wmayer
96adb98f46
Gui: modernize C++11
...
* use nullptr
2022-03-23 18:41:21 +01:00
wmayer
7ff834882e
Gui: remove all leftovers of iisTaskPanel
2022-03-23 10:37:28 +01:00
Uwe
6c4acb6ea7
[Gui] Task: remove unused includes
2022-03-03 03:16:35 +01:00
wmayer
75dff5d947
Gui: [skip ci] add option to automatically close task dialog if undo/redo was pressed
2021-02-12 17:42:49 +01:00
wmayer
1e7929ba59
Gui: add virtual method 'closed' to TaskDialog that is called when deleting a dialog
2021-02-05 16:36:19 +01:00
Chris Hennes
9c9244dfb3
Guard against segfaults due to out-of-order dialog deletion
2021-02-05 15:38:24 +01:00
wmayer
f3b460e42e
boost: fix for boost < 1.60
2020-06-15 19:38:39 +02:00
wmayer
4ec45b545e
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
2020-06-12 17:51:33 +02:00
wmayer
c01c1f7fde
Sketcher: add option to disable leaving sketch with Esc button
2020-02-09 13:52:09 +01:00
Zheng, Lei
4141242e9d
Gui: minor adjustment on command status update
2019-09-10 14:17:07 +02:00
wmayer
1dde7d6e81
fix possible crash on workbench change
2019-09-09 14:56:19 +02:00
wmayer
85da6c363d
make Del shortcut working again in Sketch edit mode
2019-02-25 17:17:32 +01:00
wmayer
5f4deea7c9
fixes 0003794: Shortcut-Key is executed in edit field of a constraint (Combo View)
2019-02-16 21:53:23 +01:00
wmayer
d0cd33b2b8
always close task panel with ESC button
2018-09-17 21:35:44 +02:00
luzpaz
56af703746
Fix Techdraw UI typo found via crowdin + misc. typos
...
Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
2017-11-26 15:48:20 +01:00
Kunda
19f8fd4c10
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
wmayer
441ce4a158
issue #0002741 : Crashes when drawing tutorial
2017-02-27 09:02:22 +01:00
wmayer
f19d424d8b
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
e0c69c8afe
postpone deletion of task dialog as long as inside its accept() or reject() method
2016-08-06 14:07:58 +02:00
wmayer
cba54c51ad
+ disconnect boost signals on destruction
2016-04-16 15:38:04 +02:00
Stefan Tröger
83ab03a491
move feature pick dialog into the task view
2016-04-12 18:12:05 +02:00
wmayer
e6387c6acf
Connect task box labels with commands as queued connection
2016-04-12 18:11:46 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
134acba916
+ fix switching to another mdi view when using the sketcher creation command from task panel
2015-09-04 21:34:26 +02:00
wmayer
568f2634fe
+ fix switching to another mdi view when using the sketcher creation command from task panel
2015-09-04 21:06:56 +02:00
wwmayer
e7441149f0
+ fix many minor warnings, activate -Wall for gcc
2015-08-02 22:32:18 +02:00
wmayer
3a00aa5918
+ fix wrong vertical size policy of task groups
2015-07-14 19:05:12 +02:00
wmayer
5273c47c1b
+ fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup
2015-07-14 14:22:00 +02:00
wmayer
5b3d50afc4
+ 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
7b37841fdc
+ reset built-in scheme when setting global style sheet
2015-07-07 12:35:48 +02:00
wmayer
997001bbd9
+ usage of QSint
2015-07-07 12:34:20 +02:00
Abdullah Tahiri
02df1acb5f
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
wmayer
ef08a61a4d
+ fixes #0001354 : Crash on using Enter-Key for confirmation of chamfer or fillet entries
2014-06-24 10:18:58 +02:00
wmayer
7d400af1f3
Implement a TaskGroup class to show widgets without extra header
2013-04-26 17:16:56 +02:00
wmayer
b52f67f740
0000917: Task watcher doesn't update on object creation/destruction
2012-12-21 14:51:44 +01:00