Commit Graph

217 Commits (6197ebd35f8e46fb51b7a699216bdb45e90f9852)

Author SHA1 Message Date
Marc Zinnschlag b8ae195a46 Merge branch 'scene' 11 years ago
Marc Zinnschlag 4624bed899 changed handling of scene toolbar button icons 11 years ago
Marc Zinnschlag 74cee66273 consolidated magic numbers for button size 11 years ago
Alex "rainChu" Haddad 4496244b14 Tabs to spaces
My own code uses only tabs - I forgot to change the setting on my IDE,
sorry!
11 years ago
Alex "rainChu" Haddad bffbfff41c My own fix to make it hackily compile 11 years ago
Marc Zinnschlag 7be1f1afc2 implemented SceneToolMode as a horizontal panel with radiobutton-type buttons 11 years ago
Marc Zinnschlag 0c5f07a65a added SceneToolMode class 11 years ago
Marc Zinnschlag 84cadc10f4 added scene toolbar buttons (still not doing anything) 11 years ago
Marc Zinnschlag 9ea092927f added basic scene subview (no functionality yet) 11 years ago
Marc Zinnschlag a6ea670255 use IdTypeDelegate in report table 11 years ago
Marc Zinnschlag 1c4a4b4f26 generalised RefIdTypeDelegate into IdTypeDelegate 11 years ago
Marc Zinnschlag 8d4f4e395f update syntax highlighting when ID list changes 11 years ago
Marc Zinnschlag 9c751ae370 separate highlight colour for IDs 11 years ago
Marc Zinnschlag 78f7f80fc3 configured script highlighting with extensions 11 years ago
Marc Zinnschlag 07ff0a8de9 possible build fix for Windows 11 years ago
Marc Zinnschlag 554c44892a Merge branch 'newgame' 11 years ago
Marc Zinnschlag e9f14449eb added AdjusterWidget 11 years ago
Marc Zinnschlag 2dc3c0ae4f integrated startup icons 11 years ago
Marc Zinnschlag 25b7cd33ea added FileWidget; fixed OpenCS configuration 11 years ago
Marc Zinnschlag ecedb60169 splitting new game and new addon functions (new game currently not working) 11 years ago
Marc Zinnschlag f7940d7d1a focus load document button by default in startup window 11 years ago
Marc Zinnschlag cae5eb424d cleaned up opening the settings dialogue from a view 11 years ago
Marc Zinnschlag efdf2961f0 open user settings dialogue centered 11 years ago
Marc Zinnschlag 17bf7e59a4 added proper startup dialogue (still missing icons) 11 years ago
Marc Zinnschlag 9332684335 allow the use of value types in string filters 11 years ago
Marc Zinnschlag 842a616909 more cleanup 12 years ago
Marc Zinnschlag 80f8024da7 allow specifying record modification status column enum via strings 12 years ago
Marc Zinnschlag f80373a849 removed two unused files 12 years ago
Marc Zinnschlag 649ef6f120 moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now) 12 years ago
Marc Zinnschlag aa935ff03d update tables on filter record changes 12 years ago
Marc Zinnschlag d1516792ce made document data available to filter parser 12 years ago
Marc Zinnschlag 51fbb0f3f4 fixed a segfault when opening views for tables that do not allow the creation of new records 12 years ago
Marc Zinnschlag cf58670c85 removed global filter scope (would have caused sync problems between projects) 12 years ago
Marc Zinnschlag c56007cceb fixed a record counting bug (was using the wrong model) 12 years ago
Marc Zinnschlag 806e9a2888 added and and or filter nodes 12 years ago
Marc Zinnschlag 50041fc211 simplified filter system by taking out filter references and user values for now (these are post-1.0 features anyway) 12 years ago
Marc Zinnschlag a61215dab1 some general filter parser cleanup 12 years ago
Marc Zinnschlag c87a279444 added error reporting in the filter edit widget (change the text colour for now) 12 years ago
Marc Zinnschlag ea8b9ce45b apply filter to table after filter text change 12 years ago
Marc Zinnschlag c38860fa72 added parser and custom filter edit widget (parser not functional yet; always returns a false boolean node) 12 years ago
Marc Zinnschlag 789a66eaa7 added filter box and basic record filter UI (not functional yet; only supporting on-the-fly filters for now) 12 years ago
Marc Zinnschlag f6226e4859 added Creator class for filters 12 years ago
Marc Zinnschlag 0944338c27 avoid the use of hardcoded column numbers 12 years ago
Marc Zinnschlag adb05737ee Merge branch 'master' into filter
Conflicts:
	apps/opencs/model/world/universalid.cpp
	apps/opencs/view/doc/view.cpp
	apps/opencs/view/world/subviews.cpp
12 years ago
Marc Zinnschlag 102700a498 added specialised Creator for references 12 years ago
Marc Zinnschlag 57be764cce added specialised Creator for referenceable records 12 years ago
Marc Zinnschlag 34c825ce52 added icons and type listing to UniversalId class 12 years ago
Marc Zinnschlag 661b290c49 automatically scroll table to the position of a newly created record 12 years ago
Marc Zinnschlag 82958e6514 added custom creator for cell records 12 years ago
Marc Zinnschlag 899e18b2cf report ID errors also via input field tool tips 12 years ago