graffy76
|
ba365ff49e
|
Fixed merge conflicts with saving branch
|
2013-10-25 19:23:03 -05:00 |
|
graffy76
|
9ce4a04a2d
|
merge from saving
Merge branch 'saving' of https://github.com/zinnschlag/openmw into esxSelector
Conflicts:
apps/launcher/datafilespage.cpp
apps/opencs/editor.cpp
apps/opencs/view/doc/filedialog.cpp
apps/opencs/view/doc/filedialog.hpp
|
2013-10-25 14:44:22 -05:00 |
|
graffy76
|
16d87ea1d1
|
Merge branch 'master' into esxSelector
|
2013-10-25 08:11:24 -05:00 |
|
graffy76
|
2ca7f24731
|
Fixed filedialog new / edit content path issue
|
2013-10-24 17:33:28 -05:00 |
|
graffy76
|
b48f066f33
|
Reimplemented content selector for filedialog and datafilespage classes
|
2013-10-23 17:39:17 -05:00 |
|
graffy76
|
ba3589bc76
|
Revert "Implemented ContentSelector as a singleton "charm" modifier for"
This reverts commit 24b167b755 .
Conflicts:
apps/launcher/datafilespage.cpp
apps/opencs/editor.cpp
apps/opencs/view/doc/filedialog.cpp
apps/opencs/view/doc/filedialog.hpp
components/contentselector/view/contentselector.cpp
components/contentselector/view/contentselector.hpp
|
2013-10-22 22:20:21 -05:00 |
|
graffy76
|
f9591ddda6
|
Reimplemented constentselector view class
|
2013-10-22 21:52:35 -05:00 |
|
Marc Zinnschlag
|
c995533e07
|
Merge branch 'dialogue' into saving
Conflicts:
apps/opencs/model/world/columnimp.hpp
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/esm/loaddial.hpp
|
2013-10-21 16:45:43 +02:00 |
|
Marc Zinnschlag
|
c0e5501431
|
disallow the deletion of non-topic, non-journal dialogue records
|
2013-10-21 13:58:47 +02:00 |
|
Marc Zinnschlag
|
0be157efea
|
set dialogue type for newly created dialogue records
|
2013-10-21 13:39:13 +02:00 |
|
Marc Zinnschlag
|
75c5316ad7
|
added dialogue type column to topics table
|
2013-10-20 17:26:09 +02:00 |
|
Marc Zinnschlag
|
adf3a41a83
|
added topic and journal tables
|
2013-10-20 17:15:32 +02:00 |
|
Marc Zinnschlag
|
b8ae195a46
|
Merge branch 'scene'
|
2013-10-13 15:42:27 +02:00 |
|
Marc Zinnschlag
|
4624bed899
|
changed handling of scene toolbar button icons
|
2013-10-13 15:41:48 +02:00 |
|
Marc Zinnschlag
|
74cee66273
|
consolidated magic numbers for button size
|
2013-10-07 11:24:53 +02:00 |
|
graffy76
|
4c72a9ffdf
|
Fixed non-loading files
|
2013-10-06 22:10:38 -05:00 |
|
graffy76
|
217a4d75b4
|
Implemented profile function in launcher datafiles page
Implemented dependency sorting to ensure dependent files appear latest
in the list.
|
2013-10-06 21:13:47 -05:00 |
|
graffy76
|
00c78a4aa1
|
Implementing ContentSelector class in DataFilesPage
Moved AdjusterWidget / FileWidget to ContentSelectorView
|
2013-10-01 21:29:45 -05:00 |
|
Alex "rainChu" Haddad
|
4496244b14
|
Tabs to spaces
My own code uses only tabs - I forgot to change the setting on my IDE,
sorry!
|
2013-10-01 05:36:13 -04:00 |
|
Alex "rainChu" Haddad
|
bffbfff41c
|
My own fix to make it hackily compile
|
2013-09-30 00:32:06 -04:00 |
|
graffy76
|
24b167b755
|
Implemented ContentSelector as a singleton "charm" modifier for
FileDialog...
|
2013-09-29 12:19:07 -05:00 |
|
Marc Zinnschlag
|
7be1f1afc2
|
implemented SceneToolMode as a horizontal panel with radiobutton-type buttons
|
2013-09-28 13:10:42 +02:00 |
|
Marc Zinnschlag
|
0c5f07a65a
|
added SceneToolMode class
|
2013-09-28 11:27:24 +02:00 |
|
Marc Zinnschlag
|
84cadc10f4
|
added scene toolbar buttons (still not doing anything)
|
2013-09-28 11:06:56 +02:00 |
|
Marc Zinnschlag
|
9ea092927f
|
added basic scene subview (no functionality yet)
|
2013-09-28 09:25:54 +02:00 |
|
Marc Zinnschlag
|
31346dde58
|
fixed uninitialise scope value for filters
|
2013-09-27 13:55:28 +02:00 |
|
graffy76
|
3b40192e90
|
Merge branch 'master' into esxSelector
|
2013-09-23 22:03:42 -05:00 |
|
graffy76
|
d7cff6361e
|
Fixed filter issue (all addons for a gamefile are enabled for checking).
Note: Other dependencies are not yet automatically selected when an
addon is checked.
|
2013-09-23 06:51:49 -05:00 |
|
Marc Zinnschlag
|
74d683b530
|
fixed save path for newly created addons
|
2013-09-23 11:58:11 +02:00 |
|
Marc Zinnschlag
|
63e0cf5154
|
fixed missing initialisation of adjuster widget in file dialogue
|
2013-09-23 11:26:29 +02:00 |
|
Marc Zinnschlag
|
d4b2a6b9f1
|
Merge remote-tracking branch 'graffy76/esxSelector' into saving
|
2013-09-23 10:09:43 +02:00 |
|
graffy76
|
513f0c4b3e
|
Implemented file/adjuster widgets into new addon creation dialog
|
2013-09-22 23:52:53 -05:00 |
|
Marc Zinnschlag
|
a6ea670255
|
use IdTypeDelegate in report table
|
2013-09-22 13:54:01 +02:00 |
|
Marc Zinnschlag
|
1c4a4b4f26
|
generalised RefIdTypeDelegate into IdTypeDelegate
|
2013-09-22 13:39:44 +02:00 |
|
graffy76
|
70ac14b8ba
|
Merge branch 'master' into esxSelector
|
2013-09-21 23:07:53 -05:00 |
|
graffy76
|
cfdc19c427
|
Renamed esxSelector to contentSelector
Fixed datafilespage model implementation in launcher
Filtered addons in table view by selected game file
|
2013-09-21 23:06:29 -05:00 |
|
graffy76
|
7b7dfa122d
|
Merge branch 'master' into esxSelector
|
2013-09-19 16:24:28 -05:00 |
|
Marc Zinnschlag
|
8d4f4e395f
|
update syntax highlighting when ID list changes
|
2013-09-19 14:26:09 +02:00 |
|
Marc Zinnschlag
|
9c751ae370
|
separate highlight colour for IDs
|
2013-09-19 12:30:42 +02:00 |
|
Marc Zinnschlag
|
78f7f80fc3
|
configured script highlighting with extensions
|
2013-09-19 08:58:27 +02:00 |
|
Marc Zinnschlag
|
c961abce96
|
added warning message to startup window
|
2013-09-14 14:00:07 +02:00 |
|
Marc Zinnschlag
|
07ff0a8de9
|
possible build fix for Windows
|
2013-09-12 20:52:05 +02:00 |
|
Marc Zinnschlag
|
554c44892a
|
Merge branch 'newgame'
|
2013-09-10 16:45:09 +02:00 |
|
Marc Zinnschlag
|
e9f14449eb
|
added AdjusterWidget
|
2013-09-10 16:45:01 +02:00 |
|
Marc Zinnschlag
|
2dc3c0ae4f
|
integrated startup icons
|
2013-09-09 09:41:43 +02:00 |
|
Marc Zinnschlag
|
25b7cd33ea
|
added FileWidget; fixed OpenCS configuration
|
2013-09-08 14:31:20 +02:00 |
|
Marc Zinnschlag
|
ecedb60169
|
splitting new game and new addon functions (new game currently not working)
|
2013-09-08 12:06:28 +02:00 |
|
Marc Zinnschlag
|
f7940d7d1a
|
focus load document button by default in startup window
|
2013-09-08 11:24:06 +02:00 |
|
Marc Zinnschlag
|
cae5eb424d
|
cleaned up opening the settings dialogue from a view
|
2013-09-08 09:33:45 +02:00 |
|
Marc Zinnschlag
|
efdf2961f0
|
open user settings dialogue centered
|
2013-09-08 09:28:43 +02:00 |
|