Marc Zinnschlag
|
b5005f7812
|
keep sub mode over mode changes
|
9 years ago |
Marc Zinnschlag
|
a19ac72215
|
render marker
|
9 years ago |
Marc Zinnschlag
|
4a02563708
|
Merge branch 'master' into buttons
Conflicts:
apps/opencs/view/render/instancemode.cpp
|
9 years ago |
Marc Zinnschlag
|
ecbcd6b171
|
allow mode buttons to setup the context menu
|
9 years ago |
Marc Zinnschlag
|
eee972a1a4
|
added scene tool mode context menu feature
|
9 years ago |
scrawl
|
18320b2cd0
|
Move the Button enum to WorldSpaceWidget
|
9 years ago |
scrawl
|
ad2145b463
|
OpenCS: use a separate enum for the toggle buttons
|
9 years ago |
Marc Zinnschlag
|
b2cb5f0374
|
pass on user settings updates to potentially interested parties within a scene subview
|
9 years ago |
scrawl
|
a47617c21f
|
Fix tab indentations in apps/ and components/
|
9 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
Stanislav Bas
|
867ce686ae
|
Proper conversion to QString for DropLineEdit::dropEvent()
|
10 years ago |
Stanislav Bas
|
a23de394f8
|
Refine DropLineEdit code
|
10 years ago |
Stanislav Bas
|
7dcdd130bb
|
Rework Dialogue subview code according to DropLineEdit changes
|
10 years ago |
Stanislav Bas
|
64701b273d
|
LineEdits for ID values accept drops with a proper type
|
10 years ago |
Stanislav Bas
|
27ece7f36a
|
Rework DropLineEdit. Make it type-sensitive
|
10 years ago |
Stanislav Bas
|
cf487581f7
|
Show the pop-up of ColorEditor immediately after the editor creation in tables
|
10 years ago |
Stanislav Bas
|
ed09424223
|
Correct the position of the colored rectangle in ColorEditor and ColorDelegate
|
10 years ago |
Stanislav Bas
|
850f612c8b
|
Merge branch 'master' into feature-color-picking
|
10 years ago |
Stanislav Bas
|
a294e24a85
|
Reset ColorEditor checked state after the popup is hidden
|
10 years ago |
Stanislav Bas
|
b06d1f008f
|
Redraw the color editor immediately after the color is updated
|
10 years ago |
Stanislav Bas
|
caeba1b887
|
Draw the frame around rect in ColorEditor and ColorPickerDelegate
|
10 years ago |
Stanislav Bas
|
eb5180ba86
|
Save selected color in a model when picking is finished
|
10 years ago |
scrawl
|
e13a938896
|
Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
|
10 years ago |
Stanislav Bas
|
4096d2851c
|
Remove outdated ColorEditButton files
|
10 years ago |
Stanislav Bas
|
e257c915bf
|
Add color picker popup to choose color
|
10 years ago |
Stanislav Bas
|
ef88b28c26
|
Create a custom item editor for color columns
|
10 years ago |
Stanislav Bas
|
e636101725
|
Add missing new lines at the ends of files
|
10 years ago |
Stanislav Bas
|
9e405b69fa
|
Create the custom completer popup to avoid the problem with the wrong height of the default popup
|
10 years ago |
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
10 years ago |
Marc Zinnschlag
|
406cf2b981
|
disable element visibility buttons that do not apply to the respective cell type
|
10 years ago |
Marc Zinnschlag
|
e04ead2bd5
|
new element visibility button icons
|
10 years ago |
Marc Zinnschlag
|
50a489321f
|
updated run button
|
10 years ago |
Marc Zinnschlag
|
d37ff8ec63
|
fixed missing tooltip update for toggle/mode-type buttons
|
10 years ago |
Marc Zinnschlag
|
9e67a07ad4
|
allow externally supplied ModeButtons in SceneToolMode
|
10 years ago |
Marc Zinnschlag
|
4dd645559d
|
added ModeButton specialisation of PushButton for use in SceneToolMode
|
10 years ago |
Marc Zinnschlag
|
bf40a3bb5d
|
enhanced SceneToolBar tool handling (remove and insert at specific point)
|
10 years ago |
Marc Zinnschlag
|
3ed2edb7cb
|
rewrote run tool profile management
|
10 years ago |
Marc Zinnschlag
|
3f24593dba
|
added profile selection panel
|
10 years ago |
Marc Zinnschlag
|
4337d05126
|
added right-click handling support to SceneTool class
|
10 years ago |
Marc Zinnschlag
|
f913d51e35
|
remove deleted debug profiles from run tool
|
10 years ago |
Marc Zinnschlag
|
51128d2d57
|
added run button to scene subview toolbar
|
10 years ago |
Marc Zinnschlag
|
98fa789904
|
fixed mixed-up tooltip
|
11 years ago |
Marc Zinnschlag
|
3f6a7e36d0
|
removed the (partial broken) return/enter shortcut for custom push buttons, since there is already a space shortcut)
|
11 years ago |
Marc Zinnschlag
|
612202a7a5
|
fixed several bugs in the layout algorithm of the toggle scene tool
|
11 years ago |
Marc Zinnschlag
|
b0a9d17dc3
|
use name as a tooltip if no tooltip is given for scene tool bar toggle buttons
|
11 years ago |
Marc Zinnschlag
|
71ce78f949
|
added scene toolbar toggle widget
|
11 years ago |
Marc Zinnschlag
|
0430558c3c
|
fixed focussed button in mode tool panel when panel is opened
|
11 years ago |
Marc Zinnschlag
|
17fc570e38
|
new keyboard shortcut (T): move focus from toolbar to scene widget
|
11 years ago |
Marc Zinnschlag
|
688d413b8c
|
when scene toolbar gains focus, focus first button
|
11 years ago |
Marc Zinnschlag
|
c2ea8f3f0a
|
added self-adjusting tooltips to the top-level toolbar buttons
|
11 years ago |