Commit Graph

1323 Commits (openmw-33)

Author SHA1 Message Date
cc9cii 127f9bb30d Fix reverting to wrong version. 10 years ago
cc9cii 61bab6b1f1 Sanitised version. Some settings are only accessible via manually editing the config file. 10 years ago
cc9cii 31fb160376 More cleanup. 10 years ago
cc9cii 66852d5392 Code cleanup and revert incorrect settings. 10 years ago
cc9cii fdf375fb4d Reusing subviews implemented. 10 years ago
cc9cii 3f9b73812b Minor fixes and workarounds. 10 years ago
cc9cii 970f3609c9 Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments. 10 years ago
cc9cii 67503c93b2 Added some scenewidget user settings but noticed during testing that the spinbox view resets the value if enter key is pressed. 10 years ago
Marc Zinnschlag 7ab4881661 added sound gen table 10 years ago
cc9cii d41230a0c5 Tweak the look of the recordfilterbox. Keep titlebar if floating. 10 years ago
Marc Zinnschlag 02247fe712 load and save sound gen records 10 years ago
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. 10 years ago
cc9cii 62406d5322 Use reasonable values for the spinbox. 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
cc9cii c4f11785ec Added a window size change easter egg. 10 years ago
cc9cii 48f96df29d Fixed checkboxes saving invalid values. 10 years ago
Marc Zinnschlag 5c8ef842b6 Merge branch 'edit' 10 years ago
Marc Zinnschlag 51151bc43e minor fix 10 years ago
cc9cii fc8d6da6a2 Added more shader settings. 10 years ago
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. 10 years ago
cc9cii 02f8f54192 Fixed checkbox behaviour. Added some shader settings. 10 years ago
cc9cii 17a74da650 Cleaned up comments and dead code. 10 years ago
cc9cii dbd1ab05d3 Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating. 10 years ago
Marc Zinnschlag cf5c5cbce7 Merge remote-tracking branch 'corristo/osx-openmw-launch-fix' 10 years ago
Marc Zinnschlag 9d316a8745 Merge branch 'records' 10 years ago
Marc Zinnschlag 8499ceb35d set default value for topic when cloning info records 10 years ago
Marc Zinnschlag 8ce87803c4 set default value for cell when cloning references 10 years ago
Marc Zinnschlag b39cdb7645 fixed referenceable cloning (and as a side-effect enabled showing the type of the refereceable in the clone UI) 10 years ago
Marc Zinnschlag 90ad3f332a extending refnum functionality to cloning (and also enable cloning of references to a different cell) 10 years ago
Nikolay Kasyanov 9f7a8462d8 Fix build & OpenCS game runner code on OS X 10 years ago
Marc Zinnschlag 7733df239e made CloneCommand a subclass of CreateCommand 10 years ago
cc9cii 5dfcd2ed01 Removed standard window size combobox. Rearranged widgets. 10 years ago
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. 10 years ago
Marc Zinnschlag 3add4bdf35 rewrote refnum handling code (fixes broken reference creation, but not reference cloning yet) 10 years ago
Marc Zinnschlag 6fbffdb98f fixed reference creator error handling 10 years ago
Marc Zinnschlag e93ab383ea set refnum and increment refnum counter when creating a new reference 10 years ago
Marc Zinnschlag 33243c8c16 move code for storing old value from ModifyCommand constructor to redo function (allows use of the command on records that haven't been created at the time of construction) 10 years ago
cc9cii 575780ec0d Display format settings working. 10 years ago
cc9cii d9b0c81299 Show status bar setting working (feature #854). Turns out signals were not needed, may need to clean up later. 10 years ago
Stanislav 313bdf4e78 fix 10 years ago
cc9cii 86636bd960 Mouse events to disabled objects implemented via a signal filter. 10 years ago
cc9cii 62d2811285 Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events. 10 years ago
U-NSFW-50TH\cc9c ca80a2b856 Merge remote-tracking branch 'upstream/master' into opencs-settings 10 years ago
Marc Zinnschlag 41275b0af3 Merge remote-tracking branch 'cc9cii/Bug-No-1869' 10 years ago
cc9cii 9dc4af69c6 Got window size to work correctly. Started to incorporate parts of previous settings implementation where possible. 10 years ago
Stanislav ebb223b2d3 Feature #1226: fixes 10 years ago
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. 10 years ago
cc9cii e3da37567b Cleaned up and got some signals going. 10 years ago
Marc Zinnschlag 70275350de rewrote command generation in GenericCreator 10 years ago
Marc Zinnschlag b31c4e2bcd Merge remote-tracking branch 'cc9cii/Bug-No-1301' 10 years ago
Marc Zinnschlag 90b45e09f7 added refnum column to references tables 10 years ago
Marc Zinnschlag f5483e76cf added refnum counter column to cells table 10 years ago
cc9cii d679e0e012 Made more progress. Grey out disabled settings. 10 years ago
cc9cii ffaca7a875 GUI added, but not yet functional. 10 years ago
Stanislav 8574d2330c Feature #1226: Request UniversalId editing from table column 10 years ago
cc9cii ecb4154ac0 Fixed default settings logic and cleaned up comments. 10 years ago
Marc Zinnschlag 3d8216ee17 fixed broken content file list in case of newly created addons 10 years ago
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. 10 years ago
cc9cii 0ec20b23aa Initial working version. Video/rendering options supported. No GUI yet. 10 years ago
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
10 years ago
Marc Zinnschlag bf6150d009 allow project scope scripts 10 years ago
Marc Zinnschlag 081588f484 add project file to content file list when running OpenMW from OpenCS 10 years ago
Marc Zinnschlag 10fa205ced fixed --data switch (was missing composing option) 10 years ago
Marc Zinnschlag 1254198d90 add debug profiles to scene subviews view drag and drop 10 years ago
Marc Zinnschlag 3ed2edb7cb rewrote run tool profile management 10 years ago
Marco Melletti f212f0e4d2 subviews now get destroyed on close 10 years ago
Marc Zinnschlag 70ee899691 Merge remote-tracking branch 'cc9cii/Bug-No-1725'
Conflicts:
	apps/opencs/model/tools/bodypartcheck.cpp
10 years ago
Marc Zinnschlag b8fdccdbff Merge remote-tracking branch 'cc9cii/Bug-No-1864' 10 years ago
Marc Zinnschlag b29d1d452f removed some redundant checks 10 years ago
Marc Zinnschlag 5dd424b6c6 Merge remote-tracking branch 'cc9cii/Bug-No-1655' 10 years ago
Marc Zinnschlag 717c1b15f5 fixed drop implementation for unpaged worldspace (wasn't updating cell object) 10 years ago
Marc Zinnschlag 0db288ce07 generalising and cleaning up drop implementation of worldspace widget 10 years ago
Marc Zinnschlag 5a9376450b some cleanup of the scene view drop code 10 years ago
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. 10 years ago
cc9cii faac91472c Allow '-' and '_' in new addon name. Resolves Bug #1789. 10 years ago
cc9cii 85596322f3 Update status bar when record filter is changed. Should resolve Bug #1290. 10 years ago
cc9cii ae0fb77e30 Move recordfilterbox label 2 pixels to right. Resolves Bug #1839. 10 years ago
cc9cii 227eb12295 Added document name to showModifiedDocumentMessageBox. 10 years ago
cc9cii f7c1b169b3 Place the settings window on the center of window with keyboard focus. Should resolve Bug #1838. 10 years ago
cc9cii 89f7608022 Refactor for better legibility. 10 years ago
cc9cii 77171b788b Made popup messagebox non-modal. 10 years ago
cc9cii f0e0494f03 Since commit 8bce460f34 negative value checks no longer make sense. Not sure what to do about Vampire flag, however. 10 years ago
cc9cii 3a5ed9c5bb Build objects and connections only once. 10 years ago
cc9cii fdc20c595d Fix gcc compile error. 10 years ago
cc9cii 4471fe771e Fix logic errors. 10 years ago
cc9cii 84f5784575 Remove document when closing the last view. Should resolve Bug #1292. 10 years ago
cc9cii ad8d722763 Close documents rather than views. 10 years ago
cc9cii 5675626482 Cleanup signals when finished. 10 years ago
Marc Zinnschlag 77e9ac8975 Merge remote-tracking branch 'cc9cii/Bug-No-1710' 10 years ago
cc9cii 724ed807c8 Let the filterbox of the receiving side of the drag&drop to decide whether to add referenceable type. Only added if the table has "Referenceable ID" column AND the UniversalId type is referenceable. 10 years ago
cc9cii 988c8f9ebe Ignore duplicate connections. 10 years ago
Marc Zinnschlag 3f24593dba added profile selection panel 10 years ago
Marc Zinnschlag 4337d05126 added right-click handling support to SceneTool class 10 years ago
Marc Zinnschlag f913d51e35 remove deleted debug profiles from run tool 10 years ago
cc9cii cedf1171e3 Cleanup comments. 10 years ago
cc9cii dba352fd6f Check all views before exiting. 10 years ago
Marc Zinnschlag d4c27d4ce0 Merge remote-tracking branch 'mellotanica/master' 10 years ago
cc9cii 4a8fe39b2c For bug #1710. Change the ID type of mime data for filterbox drop events to Referenceable rather than using the ID's native type. 10 years ago
Rohit Nirmal e315a72582 Remove extra semicolons at the end of some lines. 10 years ago