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 |
|
cc9cii
|
54c77cf875
|
Silence clang warnings.
|
2014-09-29 06:39:44 +10:00 |
|
cc9cii
|
303b0ee8c6
|
Update scenewidget when antialiasing settings change.
|
2014-09-28 15:43:33 +10: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 |
|
cc9cii
|
127f9bb30d
|
Fix reverting to wrong version.
|
2014-09-25 09:16:10 +10: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
|
31fb160376
|
More cleanup.
|
2014-09-25 06:59:04 +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 |
|
cc9cii
|
3f9b73812b
|
Minor fixes and workarounds.
|
2014-09-24 11:55:22 +10:00 |
|
cc9cii
|
970f3609c9
|
Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments.
|
2014-09-24 09:33:19 +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
|
62406d5322
|
Use reasonable values for the spinbox.
|
2014-09-23 07:28:55 +10:00 |
|
cc9cii
|
437fb774c5
|
Re-implemented subview minimum size setting.
|
2014-09-23 07:16:07 +10:00 |
|
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.
|
2014-09-23 06:30:41 +10:00 |
|
cc9cii
|
c4f11785ec
|
Added a window size change easter egg.
|
2014-09-22 21:12:26 +10:00 |
|
cc9cii
|
48f96df29d
|
Fixed checkboxes saving invalid values.
|
2014-09-22 18:50:48 +10:00 |
|
cc9cii
|
fc8d6da6a2
|
Added more shader settings.
|
2014-09-22 16:24:06 +10:00 |
|
cc9cii
|
71a3880884
|
Added workarounds to add QLabel. Add stylesheet option to apply to View's QGroupBox. RangeViews are now right aligned. Added content margins to the page/tab's layout.
|
2014-09-22 12:19:18 +10:00 |
|
cc9cii
|
02f8f54192
|
Fixed checkbox behaviour. Added some shader settings.
|
2014-09-22 07:50:35 +10:00 |
|
cc9cii
|
17a74da650
|
Cleaned up comments and dead code.
|
2014-09-21 21:10:18 +10:00 |
|
cc9cii
|
dbd1ab05d3
|
Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating.
|
2014-09-21 20:55:52 +10:00 |
|
cc9cii
|
5dfcd2ed01
|
Removed standard window size combobox. Rearranged widgets.
|
2014-09-19 08:29:06 +10:00 |
|
cc9cii
|
52354b14fc
|
Fixed compilation issue on linux. Updated shader mode selection logic (thanks scrawl). Cleaned up a little but needs more once things are settled.
|
2014-09-18 22:17:37 +10:00 |
|
cc9cii
|
575780ec0d
|
Display format settings working.
|
2014-09-18 17:13:53 +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
|
86636bd960
|
Mouse events to disabled objects implemented via a signal filter.
|
2014-09-18 12:23:41 +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 |
|
cc9cii
|
cb15750e40
|
Removed fullscreen checkbox and associated code. Doesn't really make sense for opencs and a fullscreen windowed mode is just a click or keyboard shortcut away, anyway.
|
2014-09-17 06:29:11 +10:00 |
|
cc9cii
|
e3da37567b
|
Cleaned up and got some signals going.
|
2014-09-17 06:11:41 +10:00 |
|
cc9cii
|
d679e0e012
|
Made more progress. Grey out disabled settings.
|
2014-09-16 19:50:25 +10:00 |
|
cc9cii
|
ffaca7a875
|
GUI added, but not yet functional.
|
2014-09-16 07:44:07 +10:00 |
|
cc9cii
|
f7c1b169b3
|
Place the settings window on the center of window with keyboard focus. Should resolve Bug #1838.
|
2014-09-10 20:00:07 +10:00 |
|
graffy76
|
cd7983adb5
|
Decoupled setting definitions from the Setting class. QSettings
implementation is now fully responsible for managing user settings.
|
2014-05-07 21:59:26 -05:00 |
|
graffy76
|
e47e3de3d2
|
Removed unneeded includes, cleaned up code, added comments
|
2014-05-06 21:58:50 -05:00 |
|
graffy76
|
8fb96e1be3
|
Removed error code for missing opencs.ini files.
|
2014-05-06 19:22:45 -05:00 |
|
graffy76
|
a17cb1f389
|
Fixed opencs.ini formatting
|
2014-05-06 07:37:52 -05:00 |
|
graffy76
|
475214ab62
|
Implmented QSettings for loading / saving file definitions. Also
renamed opencs.cfg to opencs.ini to follow Ini format standards
|
2014-05-05 05:56:03 -05:00 |
|
graffy76
|
4f876574c1
|
Implemented slider widget in rangeView class
|
2014-05-03 21:50:08 -05:00 |
|
graffy76
|
1c26741c56
|
Implemented rangeview with spinbox as only control. Simplified setting
class constructor.
|
2014-05-03 18:58:43 -05:00 |
|
graffy76
|
bc6197c552
|
Added custom spin box class
|
2014-05-03 18:57:34 -05:00 |
|
graffy76
|
985af15a12
|
removed qdebug references
|
2014-04-26 21:43:59 -05:00 |
|
graffy76
|
0d711e51b0
|
Converted SettingType enums to indicate widget type.
|
2014-04-26 21:32:36 -05:00 |
|
graffy76
|
ab33e78b67
|
Added RangeView class files
|
2014-04-26 09:40:58 -05:00 |
|
graffy76
|
3f2ae950f5
|
Disabled view resize for open views when user setting changes. Fixed
new view size issue to match existing user settings.
|
2014-04-24 12:50:10 -05:00 |
|
graffy76
|
e3384e3999
|
relocate support.hpp / remove support.cpp
|
2014-04-22 22:19:03 -05:00 |
|
graffy76
|
331df17b48
|
Added new framework files
|
2014-04-22 22:17:19 -05:00 |
|
graffy76
|
d3148555fa
|
Delete old framework files
|
2014-04-22 22:16:14 -05:00 |
|