Marc Zinnschlag
|
1aef9304e9
|
replaced the signal/slot user settings update with a regular function call
|
2014-10-27 09:44:18 +01:00 |
|
Marc Zinnschlag
|
275bf854ed
|
added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window)
|
2014-10-27 08:57:18 +01:00 |
|
Marc Zinnschlag
|
aad13e6bff
|
close view when closing last sub-view unless this view is the last view
|
2014-10-25 18:13:56 +02:00 |
|
Marc Zinnschlag
|
4b921c3876
|
user settings cleanup
|
2014-10-17 13:49:33 +02:00 |
|
Thoronador
|
46496a35a1
|
fix uninitialized pointer variable in CSVDoc::SubView class
|
2014-10-12 23:42:44 +02:00 |
|
Marc Zinnschlag
|
21b16f8425
|
Merge branch 'tables'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/world/data.cpp
apps/opencs/model/world/data.hpp
|
2014-10-10 16:11:54 +02:00 |
|
cc9cii
|
115841d31d
|
Do not save window size on exit.
|
2014-10-03 05:59:24 +10:00 |
|
Marc Zinnschlag
|
00073694c6
|
added pathgrid subview
|
2014-10-02 15:16:19 +02:00 |
|
cc9cii
|
517a797a3e
|
Remove seemingly unnecessary clearFocus() call (thanks scrawl for help). Fix saving window size on linux.
|
2014-10-02 07:00:15 +10:00 |
|
Marc Zinnschlag
|
ff530a2e19
|
added missing magic effect table columns
|
2014-09-30 12:33:48 +02:00 |
|
cc9cii
|
a25cffc242
|
Fixed default value not being set for spinbox. Changed the default value of max subviews to 256. Simplified the call signature to get settings & set an initial value. Fixed missing settings for num_lights.
|
2014-09-28 10:17:54 +10:00 |
|
Marc Zinnschlag
|
23fd314294
|
added magic effects table
|
2014-09-26 13:12:17 +02:00 |
|
Marc Zinnschlag
|
33cd04b37d
|
added missing sound gen table columns
|
2014-09-25 11:40:45 +02:00 |
|
cc9cii
|
61bab6b1f1
|
Sanitised version. Some settings are only accessible via manually editing the config file.
|
2014-09-25 08:15:07 +10:00 |
|
cc9cii
|
66852d5392
|
Code cleanup and revert incorrect settings.
|
2014-09-24 22:41:49 +10:00 |
|
cc9cii
|
fdf375fb4d
|
Reusing subviews implemented.
|
2014-09-24 13:49:19 +10:00 |
|
Marc Zinnschlag
|
7ab4881661
|
added sound gen table
|
2014-09-23 13:21:54 +02:00 |
|
cc9cii
|
d41230a0c5
|
Tweak the look of the recordfilterbox. Keep titlebar if floating.
|
2014-09-23 20:51:14 +10:00 |
|
cc9cii
|
ffae816aab
|
Max subviews setting working. However there is no way to remove the last subview once the title bar is removed and the look of the filter box is broken without the title bar.
|
2014-09-23 17:01:08 +10:00 |
|
cc9cii
|
437fb774c5
|
Re-implemented subview minimum size setting.
|
2014-09-23 07:16:07 +10:00 |
|
cc9cii
|
d9b0c81299
|
Show status bar setting working (feature #854). Turns out signals were not needed, may need to clean up later.
|
2014-09-18 16:05:32 +10:00 |
|
cc9cii
|
62d2811285
|
Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events.
|
2014-09-18 07:52:54 +10:00 |
|
U-NSFW-50TH\cc9c
|
ca80a2b856
|
Merge remote-tracking branch 'upstream/master' into opencs-settings
|
2014-09-17 21:00:22 +10:00 |
|
cc9cii
|
9dc4af69c6
|
Got window size to work correctly. Started to incorporate parts of previous settings implementation where possible.
|
2014-09-17 17:13:21 +10:00 |
|
Marc Zinnschlag
|
b31c4e2bcd
|
Merge remote-tracking branch 'cc9cii/Bug-No-1301'
|
2014-09-16 12:52:12 +02:00 |
|
cc9cii
|
e4b836608c
|
Partially address feature #854 by reading the status bar setting from opencs.ini. Missing GUI update that will affect new top level windows.
|
2014-09-15 06:08:56 +10:00 |
|
Marc Zinnschlag
|
d1d861e1be
|
Merge branch 'run'
Conflicts:
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/CMakeLists.txt
|
2014-09-14 11:59:54 +02:00 |
|
Marco Melletti
|
f212f0e4d2
|
subviews now get destroyed on close
|
2014-09-12 16:45:21 +02:00 |
|
cc9cii
|
88cf2bd597
|
Deal with signal source being overloaded. Clear filename after creating a new addon. Enable "Open" button if a game file is already selected.
|
2014-09-11 07:27:48 +10:00 |
|
cc9cii
|
faac91472c
|
Allow '-' and '_' in new addon name. Resolves Bug #1789.
|
2014-09-10 23:30:42 +10:00 |
|
cc9cii
|
227eb12295
|
Added document name to showModifiedDocumentMessageBox.
|
2014-09-10 20:29:47 +10:00 |
|
cc9cii
|
89f7608022
|
Refactor for better legibility.
|
2014-09-10 14:40:41 +10:00 |
|
cc9cii
|
77171b788b
|
Made popup messagebox non-modal.
|
2014-09-10 14:03:25 +10:00 |
|
cc9cii
|
3a5ed9c5bb
|
Build objects and connections only once.
|
2014-09-10 07:14:01 +10:00 |
|
cc9cii
|
fdc20c595d
|
Fix gcc compile error.
|
2014-09-09 21:24:54 +10:00 |
|
cc9cii
|
4471fe771e
|
Fix logic errors.
|
2014-09-09 21:09:37 +10:00 |
|
cc9cii
|
84f5784575
|
Remove document when closing the last view. Should resolve Bug #1292.
|
2014-09-09 13:04:48 +10:00 |
|
cc9cii
|
ad8d722763
|
Close documents rather than views.
|
2014-09-09 10:05:06 +10:00 |
|
cc9cii
|
5675626482
|
Cleanup signals when finished.
|
2014-09-09 07:24:18 +10:00 |
|
cc9cii
|
988c8f9ebe
|
Ignore duplicate connections.
|
2014-09-08 16:18:31 +10:00 |
|
cc9cii
|
cedf1171e3
|
Cleanup comments.
|
2014-09-07 18:37:33 +10:00 |
|
cc9cii
|
dba352fd6f
|
Check all views before exiting.
|
2014-09-07 18:35:50 +10:00 |
|
Marc Zinnschlag
|
cf05d3c69f
|
added run log
|
2014-09-05 13:49:34 +02:00 |
|
Marc Zinnschlag
|
a728d6d77a
|
full implementation of global run menu item (replaces earlier placeholder implementation)
|
2014-09-04 17:45:43 +02:00 |
|
Marc Zinnschlag
|
67dfaa7f35
|
update actions in main menu when creating a new view
|
2014-09-04 10:47:30 +02:00 |
|
Marc Zinnschlag
|
bee36c9167
|
block saving while OpenMW process is running
|
2014-09-02 11:59:04 +02:00 |
|
Marc Zinnschlag
|
c88b3a1520
|
track state of OpenMW process and enable/disable run/stop actions accordingly
|
2014-09-02 11:56:35 +02:00 |
|
Marc Zinnschlag
|
1b4ab6e130
|
added OpenMW runner
|
2014-09-02 10:21:17 +02:00 |
|
Marc Zinnschlag
|
4d49924025
|
added debug profile record table
|
2014-08-04 13:36:01 +02:00 |
|
Marc Zinnschlag
|
e855e55318
|
added tooltip to user settings button on startup window
|
2014-07-13 10:52:33 +02:00 |
|