Commit Graph

29 Commits (master)

Author SHA1 Message Date
Andrei Kortunov 070327a259 Change SVG color in the editor 8 months ago
Andrei Kortunov 1bb48bcef7 Treat editor icons as scalable 8 months ago
Andrei Kortunov b1c8a968ae Do not use invalid iterators 1 year ago
jvoisin 1a326294c0 Run IWYU on the opencs 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
mpeco 78700eee57 functor-based Qt signal-slot syntax construction set 2 years ago
jvoisin 8b9ed57348 Clean up Qt includes 3 years ago
Andrei Kortunov 8084a336b5 Replace zeroes and nulls by nullptrs 4 years ago
Aesylwinn 051aec2729 Added methods to keep text mentioning shortcuts up to date,
fixed potential issue with widget relationship tracking,
hopefully got rid of signed/unsigned errors (Qt4/5 issue)
9 years ago
Marc Zinnschlag b5005f7812 keep sub mode over mode changes 9 years ago
Marc Zinnschlag a19ac72215 render marker 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
Marc Zinnschlag b2cb5f0374 pass on user settings updates to potentially interested parties within a scene subview 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
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 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 0430558c3c fixed focussed button in mode tool panel when panel is opened 11 years ago
Marc Zinnschlag c2ea8f3f0a added self-adjusting tooltips to the top-level toolbar buttons 11 years ago
Marc Zinnschlag 490442cf62 added lighting mode tooltips 11 years ago
Marc Zinnschlag 61a02d8a40 replaced custom toolbutton push flag with type enum 11 years ago
Marc Zinnschlag 32e48edb83 toolbar tooltip system 11 years ago
Marc Zinnschlag 57b9b8d884 set focus when opening a toolbar panel 11 years ago
Marc Zinnschlag 44b95bbd7b added push mode and icon-less push button constructor 11 years ago
Marc Zinnschlag 8b239df1b1 removed text argument from button constructor, because toolbar buttons will always be icon only 11 years ago
Marc Zinnschlag 50ee815dd8 make buttons in mode panel act like radiobuttons 11 years ago
Marc Zinnschlag dd0aa20390 custom push button 11 years ago
Marc Zinnschlag 03f67cd6bd moved low level widgets from CSVWorld into a separate namespace/directory 11 years ago