Marc Zinnschlag
5176e3d84b
Merge remote-tracking branch 'cc9cii/mainwindow-scrollbar'
10 years ago
cc9cii
cfcfb17320
Updates to optional horizontal scrollbar.
...
- move SizeHintWidget out to separate files
- remove redundant logic in view.cpp
- remove sizehint from dialogue subview
- add tooltip hints in user preferences
10 years ago
Marc Zinnschlag
7b207a7954
added shortcut for closing subviews ( Fixes #2558 )
10 years ago
Marc Zinnschlag
93c3bb3716
fixed subview-closing related crash ( Fixes #2564 )
10 years ago
cc9cii
e9ca022162
Add an optional horizontal scrollbar to the main view window. Should resolve Feature #2549 .
...
- TableSubviews and DialogueSubviews now provide size hints
- Option to stop the growth of the window at the screen boundary for multi-monitor setup with different resolution.
- Three options:
Grow Only: No change to current, except the use of size hints
Scrollbar Only: Simple addition of a scrollbar, the view window does not grow
Grow then Scroll: Window grows as per current behaviour. The scrollbar appears once it cannot grow any further.
10 years ago
cc9cii
0c461f4424
Add TopicInfos special conditions table.
10 years ago
Marc Zinnschlag
048d7be87c
Adjusted terminology for references/referenceables in OpenMW-CS user-interface ( Fixes #2516 )
10 years ago
cc9cii
f326b14604
Allow Qt to cleanup its signals.
10 years ago
cc9cii
f88be67556
Convert AI package type and AI wander repeat columns in the nested tables to use enum delegate
10 years ago
cc9cii
e241fb0104
Convert clothing/armour part reference type column in the nested tables to use enum delegates.
10 years ago
cc9cii
e00d7f72ac
Convert magic effects ID and Range columns in the nested tables to use enum delegate
10 years ago
cc9cii
befd6fe658
Convert magic effects Skills column in the nested tables to use enum delegates.
10 years ago
cc9cii
47d5eac290
Merge branch 'master' into NonTableFields
...
Conflicts:
apps/opencs/model/world/columnbase.cpp
apps/opencs/model/world/columnbase.hpp
apps/opencs/model/world/idtable.hpp
10 years ago
Marc Zinnschlag
38ce074a62
Merge branch 'replace'
10 years ago
cc9cii
7990fab708
Fix crash when exiting via window manager on some systems.
10 years ago
Marc Zinnschlag
23cf859fee
added search stages (cell table only for now)
10 years ago
Marc Zinnschlag
413b35de6c
moved search menu item from view to edit
10 years ago
Marc Zinnschlag
d053c62032
setting up global search operation and subview
10 years ago
scrawl
19e8280f45
OpenCS window title unicode fixes
10 years ago
Marc Zinnschlag
fc6c9d7ff2
Merge remote-tracking branch 'scrawl/opencs-hint-fix'
10 years ago
scrawl
6ff2523d8a
Fix for line focus when clicking on a verifier script error
...
- setFocus() on the script editor, otherwise setting the text cursor has no effect.
- setFocus() must be done after the widgets are created/shown, or the newly created widgets will "steal" the focus again.
- Missing useHint in case subviews are reused.
10 years ago
scrawl
295ca86ac1
OpenCS FileDialog crash fix
...
The file dialog would crash when no game file is selected and an addon file with no dependency is checked, then unchecked.
10 years ago
Scott Howard
e2ef8c4022
fix -Wnewline-eof warnings
10 years ago
Marc Zinnschlag
a148b851c0
added start script table
10 years ago
cc9cii
1ee6153940
Remove unnecessary boolean passing between objects.
10 years ago
cc9cii
c4625b94e5
Fix OpenCS crashing since commit 9d6145 by showing gamefiles if the content selector was created from OpenCS.
10 years ago
Bret Curtis
5672c86924
Rename window title for OpenMW-CS
10 years ago
cc9cii
e5c1c31648
Ignore case when detecting legacy extensions (.esm or .exp). Should resolve bug #2227 .
10 years ago
Marc Zinnschlag
fa4718283d
Merge remote-tracking branch 'scrawl/contentselector'
10 years ago
scrawl
b39cc0c8c8
Fix OpenCS window opening issue when config file doesn't exist
...
It would attempt to create a zero-sized window (or even negative-sized, after subtracting the frame dimensions).
10 years ago
Marc Zinnschlag
9f6a2d00e8
Merge remote-tracking branch 'thoronador/fix-uninitialized-members'
10 years ago
Marc Zinnschlag
bdc28c0523
Merge remote-tracking branch 'maqifrnswa/feature1325'
10 years ago
Scott Howard
f24c1845b6
remove pop-up message on load failure
10 years ago
Scott Howard
dece4e2640
remove unneeded includes
10 years ago
Scott Howard
ce7cef924e
when loading a file fails, pop-up critical window and highlight error text
10 years ago
Thoronador
91ff536460
fix uninit, #2
10 years ago
scrawl
f931ba2efc
Fix some static analysis issues (coverity)
10 years ago
cc9cii
64e1594b41
Move the destruction of global resources, being used by multiple documents, to the editor.
10 years ago
cc9cii
2720e5ea9d
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
10 years ago
cc9cii
911839bb91
Simplify detecting whether a universal id represents a referenceable type.
10 years ago
cc9cii
ede1b97b46
Check the type of universal id before getting its id. Should resolve bug #2137
10 years ago
cc9cii
c6a2461fbd
Delay removing physics until the document is closed. Also other general cleanup.
10 years ago
cc9cii
b328aa1fb9
Multiple document support.
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
e604fcf282
Merge branch 'double'
10 years ago
Marc Zinnschlag
6f4b753750
replaced regular function call from SubView to View with signal-slot-connection
10 years ago
Marc Zinnschlag
1aef9304e9
replaced the signal/slot user settings update with a regular function call
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
cc9cii
95683bc8c3
Add user interface for top level window status-bar setting (implementation already existed). For feature #854 .
10 years ago