Commit Graph

972 Commits (a5f0fe7282d200a88f357b1bf9b2cca0743630a7)

Author SHA1 Message Date
cc9cii 8971db8962 SceneWidget windowHandle fix for Windows. 11 years ago
Marc Zinnschlag cf90da6cd8 minor fix 11 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 11 years ago
graffy76 0e7d40de6a Merge branch 'master' of https://github.com/OpenMW/openmw
upstream merge
11 years ago
graffy76 cd7983adb5 Decoupled setting definitions from the Setting class. QSettings
implementation is now fully responsible for managing user settings.
11 years ago
Marc Zinnschlag 21142711f0 Merge remote-tracking branch 'graffy76/master' 11 years ago
graffy76 e47e3de3d2 Removed unneeded includes, cleaned up code, added comments 11 years ago
graffy76 8fb96e1be3 Removed error code for missing opencs.ini files. 11 years ago
graffy76 a17cb1f389 Fixed opencs.ini formatting 11 years ago
graffy76 5cba828cc9 Removed unneeded code from setting manager. Moved some code to user
settings
11 years ago
graffy76 74fa115d20 fixed check for missing ini files 11 years ago
graffy76 475214ab62 Implmented QSettings for loading / saving file definitions. Also
renamed opencs.cfg to opencs.ini to follow Ini format standards
11 years ago
Marc Zinnschlag df97a1b57f Merge remote-tracking branch 'sirherrbatka/Feature#1274' 11 years ago
Marek Kochanowicz f51f826dad fixed compilation 11 years ago
Marc Zinnschlag 7f78c29bb5 Merge remote-tracking branch 'sirherrbatka/Feature#1274'
Conflicts:
	apps/opencs/view/world/table.cpp
11 years ago
Marek Kochanowicz 4a502226e6 added flag to distingiush widgets 11 years ago
graffy76 3f737bbb44 implemented QDial into RangeView class 11 years ago
graffy76 4f876574c1 Implemented slider widget in rangeView class 11 years ago
graffy76 0a3ab3dcd1 Commented out "proxy selection test" demo page in user settings 11 years ago
graffy76 35d1502308 Merge branch 'master' of https://github.com/OpenMW/openmw
merge
11 years ago
graffy76 1c26741c56 Implemented rangeview with spinbox as only control. Simplified setting
class constructor.
11 years ago
graffy76 bc6197c552 Added custom spin box class 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 7f1df878f6 make getDropType static and public. 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 d00dbf47d5 working on worldspace drops 11 years ago
Marek Kochanowicz 57131332f4 fixing minor issues 11 years ago
Marek Kochanowicz 9e01a54d72 minor correction 11 years ago
Marek Kochanowicz 6aaa15b2e8 paged worldspace drop 11 years ago
Marek Kochanowicz 19dac9dc86 that would be it 11 years ago
Marek Kochanowicz 4d79f00e28 enable dragging on the region map cells 11 years ago
Marek Kochanowicz eeb18b533e moved editlock to the dragrecordtable 11 years ago
Marek Kochanowicz d376efe30b handle dragging not-existing records 11 years ago
cc9cii 7d990abd37 OpenCS changes to allow compilation with MSVC 11.0. 11 years ago
Marc Zinnschlag 2906ade531 string fix 11 years ago
Marek Kochanowicz 18fc8acc71 able to drag existing cells from the regionmap 11 years ago
Marek Kochanowicz 853abb65c3 added new, later common, base for the regionmap and the table 11 years ago
Thoronador f69d61976e minor performance improvements in other apps subdirectories 11 years ago
graffy76 985af15a12 removed qdebug references 11 years ago
graffy76 0d711e51b0 Converted SettingType enums to indicate widget type. 11 years ago
graffy76 b94466dbb4 Merge branch 'master' of https://github.com/OpenMW/openmw
merge
11 years ago
graffy76 ab33e78b67 Added RangeView class files 11 years ago
Marc Zinnschlag 42b332775a removed some debug statements 11 years ago
graffy76 2e06414b43 Fixed broken delegate display modes (Display Format settings). Moved
UserSetting update functions to DataDisplayDelegate.
11 years ago
graffy76 3f2ae950f5 Disabled view resize for open views when user setting changes. Fixed
new view size issue to match existing user settings.
11 years ago
graffy76 ce56669339 Fixed failed signal/slot connection between UserSettings and
CSVWorld::SubView
11 years ago
graffy76 4b607d658f Re-link user settings to editor main application 11 years ago
graffy76 e3384e3999 relocate support.hpp / remove support.cpp 11 years ago