Commit Graph

63 Commits (520e65f82205480a6286d6c51129c0715ec13149)

Author SHA1 Message Date
Allofich ccacad51be Fix shadowing warnings 8 years ago
scrawl b9b73d7b12 Replace "sys::default" with ESM::CellId::sDefaultWorldspace 9 years ago
Marc Zinnschlag 091e1bf25d improved scene element visibility buttons 9 years ago
Marc Zinnschlag c1901069be added instance mode sub-modes 9 years ago
Marc Zinnschlag cf9fa0e0e9 first batch of changing over user settings usage to the new system 9 years ago
Marc Zinnschlag 9bf27c7e37 moved edit mode handling from SceneSubView to WorldspaceWidget 9 years ago
Marc Zinnschlag 3ada08af90 store lock state and pass it on to edit mode 9 years ago
Marc Zinnschlag b2cb5f0374 pass on user settings updates to potentially interested parties within a scene subview 9 years ago
Marc Zinnschlag 659b87b25f more cleanup 9 years ago
Marc Zinnschlag b3b4fb3efb removed some left-over signal slot stuff that shouldn't have been there in the first place 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
Marc Zinnschlag 0860c27b03 improving consistency of subview layouts 10 years ago
Stanislav Bas 36271f25ec Rework creator factories to accept Document as a parameter 10 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
Marc Zinnschlag e04ead2bd5 new element visibility button icons 10 years ago
Marc Zinnschlag a60e4c036f Merge branch 'mode'
Conflicts:
	apps/opencs/view/render/pagedworldspacewidget.cpp
	apps/opencs/view/render/worldspacewidget.cpp
	apps/opencs/view/render/worldspacewidget.hpp
10 years ago
Marc Zinnschlag 2acf446f18 added edit mode button to scene toolbar 10 years ago
cc9cii 057982b1f8 Fix Subview interface clutter by keeping a map of Scenewidgets. 10 years ago
cc9cii fbadaf55ee Multiple SceneManagers per physics engine now working. 10 years ago
Marc Zinnschlag 275bf854ed added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window) 10 years ago
Marc Zinnschlag aad13e6bff close view when closing last sub-view unless this view is the last view 10 years ago
cc9cii 8a0ff17c22 Update SceneWidget when relevant user settings change. 10 years ago
cc9cii 31fb160376 More cleanup. 10 years ago
cc9cii 437fb774c5 Re-implemented subview minimum size setting. 10 years ago
cc9cii c8ae8f4a6d Added minimum width setting for subviews - regionmap, table, scene, preview and dialogue. It should be noted that the setting is not the starting minimum width, i.e. it won't be possible to reduce the width of the subview after the creation. Also, one setting applies to all subviews. It may be desirable to have individual settings. 10 years ago
Marc Zinnschlag 0db288ce07 generalising and cleaning up drop implementation of worldspace widget 10 years ago
Marc Zinnschlag 51128d2d57 added run button to scene subview toolbar 10 years ago
Marc Zinnschlag f381451ae0 added control element selector toolbar button 11 years ago
Marc Zinnschlag 439ba57d46 added visual element selector toolbar button 11 years ago
Marc Zinnschlag 17fc570e38 new keyboard shortcut (T): move focus from toolbar to scene widget 11 years ago
Marc Zinnschlag 92af093856 new keyboard shortcut (T): move focus from scene widget to toolbar 11 years ago
Marc Zinnschlag 67ad7d5b0e fixed scene subview focus problem 11 years ago
Marc Zinnschlag 03f67cd6bd moved low level widgets from CSVWorld into a separate namespace/directory 11 years ago
Marek Kochanowicz 4a502226e6 added flag to distingiush widgets 11 years ago
Marek Kochanowicz 00b21449a2 replaced type_cell with type_scene 11 years ago
Marek Kochanowicz 5e99381019 Drag and drop works. 11 years ago
Marek Kochanowicz c2b070f097 trying to do it right. 11 years ago
Marek Kochanowicz ea1aaef8ca replace paged with unpaged (and vice versa) 11 years ago
Marek Kochanowicz 6aaa15b2e8 paged worldspace drop 11 years ago
Marc Zinnschlag 0d352cb883 replaced rectangular cell selection with a CellSelection object 11 years ago
Marc Zinnschlag 324b2743d4 removed grid button (discarding the first attempt at a cell selector) 11 years ago
Marc Zinnschlag 0fe67b586a increased scene toolbar button size 11 years ago
Marc Zinnschlag baf30ba292 added grid tool (does not work yet) 11 years ago
Marc Zinnschlag 5b5069535e keep track of active cells in PagedWorldspaceWidget and update SubView title accordingly 11 years ago
Marc Zinnschlag d5506172e8 added lighting switching 11 years ago
Marc Zinnschlag 7812427836 added Preview submenu item; fixed View issues regarding exterior cells 11 years ago
Marc Zinnschlag 516a3b9abd close interior cell view when cell is deleted 11 years ago
Marc Zinnschlag 4a119c8f46 ambient lighting in interior cells 11 years ago
Marc Zinnschlag 397921e457 specialising WorldspaceWdiget into paged and unpaged subclasses 11 years ago
Marc Zinnschlag 7386d3eb0b moved navigation into the WorldspaceWidget 11 years ago