graffy76
dace904490
changed game/addon to content for writing to openmw.cfg from launcher
11 years ago
scrawl
e6960d915a
Add simple Ogre widget
11 years ago
graffy76
0cb591e4f6
Fixed path problem with adjuster widget and local data path.
11 years ago
graffy76
ea7a8eb2a4
last commit
11 years ago
graffy76
9b483c3ae3
Fix for file path issues
11 years ago
graffy76
ba365ff49e
Fixed merge conflicts with saving branch
11 years ago
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
11 years ago
graffy76
2ca7f24731
Fixed filedialog new / edit content path issue
11 years ago
graffy76
b48f066f33
Reimplemented content selector for filedialog and datafilespage classes
11 years ago
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
11 years ago
graffy76
f9591ddda6
Reimplemented constentselector view class
11 years ago
Marc Zinnschlag
3146af34d6
some fixes for the merged filter branch
11 years ago
Marek Kochanowicz
b23df42817
Removed old comment. Changed to set resources path correctly.
11 years ago
Marek Kochanowicz
184456892b
Added check to load custom filters set when present.
11 years ago
Marek Kochanowicz
4e26a61db3
Removed command line handling. Maybe zini will let me to implement it later. Implemented switch to handle resources directory. TODO: check for defaultfilters on data path.
11 years ago
Marek Kochanowicz
a7002e8a09
Implements switch (--help and --resources), and copying defaultfilters.omwaddon.project. Seems to work.
11 years ago
Marek Kochanowicz
3000386443
failed attempt on switch adding.
11 years ago
graffy76
4c72a9ffdf
Fixed non-loading files
11 years ago
graffy76
00c78a4aa1
Implementing ContentSelector class in DataFilesPage
...
Moved AdjusterWidget / FileWidget to ContentSelectorView
11 years ago
graffy76
24b167b755
Implemented ContentSelector as a singleton "charm" modifier for
...
FileDialog...
11 years ago
Marc Zinnschlag
6143ec33e0
giving Documents direct access to ConfigurationManager
11 years ago
Marc Zinnschlag
5779f799ab
create project file when saving content file
11 years ago
Marc Zinnschlag
74d683b530
fixed save path for newly created addons
11 years ago
Marc Zinnschlag
63e0cf5154
fixed missing initialisation of adjuster widget in file dialogue
11 years ago
graffy76
cfdc19c427
Renamed esxSelector to contentSelector
...
Fixed datafilespage model implementation in launcher
Filtered addons in table view by selected game file
11 years ago
Marc Zinnschlag
e9f14449eb
added AdjusterWidget
11 years ago
Marc Zinnschlag
25b7cd33ea
added FileWidget; fixed OpenCS configuration
11 years ago
Marc Zinnschlag
ecedb60169
splitting new game and new addon functions (new game currently not working)
11 years ago
Marc Zinnschlag
cae5eb424d
cleaned up opening the settings dialogue from a view
11 years ago
Marc Zinnschlag
0e81fb32dd
hooked up edit config signal from startup window
11 years ago
Marc Zinnschlag
17bf7e59a4
added proper startup dialogue (still missing icons)
11 years ago
Marc Bouvier
784cba21f2
[Feature #881 ] Change Tabs to Spaces
...
Some of the tabs were not made of spaces, so Git defaults tabs to the
length of 8 spaces. OpenMW uses 4 spaces per tab.
11 years ago
Marc Bouvier
6b11f59ed4
[Feature #881 ] Rename QLocalServer
...
The server name should be more unique to the project so there isn't a
interprocess clash.
11 years ago
Marc Bouvier
0ae2bb2fae
[Feature #881 ] Code Formatting
...
Code formatted to the OpenMW policy.
11 years ago
Marc Bouvier
563bd0b430
[Feature #881 ] Raise OpenCS New Window After Re-execution
...
The OpenCS startup window of the existing exist is raised when trying to
start a new instance. This is done by the new instance connection to the
existing instance's QLocalServer. Once the connection is established the
existing instance raises the startup window.
11 years ago
Marc Bouvier
51332b86a1
[Feature #811 ] Only 1 Instance of OpenCS is Allowed
...
If another instance of OpenCS is started, then it will terminate. This
is done by creating a QLocalServer with a unique ID. If another
QLocalServer with the same ID attempts to be opened, then the creation
of the QLocalServer will fail and the application will terminate.
11 years ago
Marc Bouvier
2e8b0cf502
Remove Directory Paths in Qt Classes Includes
...
Qt recommends that the path location not be used when including a class.
Also, this is how other files include Qt classes in the OpenCS app. This
change is for consistency only.
12 years ago
graffy76
101c147217
Final changes for record status icon feature, incl. window size user
...
preference
1. Included updated status icons, added base.png
2. Added doxygen comments CSV / CSM Settings classes
3. Implemented Glorf's code for window size preference
4. Minor changes code that searches maps in CSV / CSM Settings classes
5. Removed CSVSettings::SamplePage class
6. Other minor code maintenance / improvements
12 years ago
Glorf
548f4d683f
Globalization of user settings
12 years ago
graffy76
c17821e6c8
Merge branch 'master' of https://github.com/zinnschlag/openmw into saveOnClose
12 years ago
Pieter van der Kloet
7504ae675b
Implemented a file dialog for the editor using launcher .ui
12 years ago
graffy76
6911868f2a
File->close and File->exit menu items added. Exit uses
...
closeAllWindows() to ensure ViewManager::closeRequest is called on the
last open window. Exit will close all open windows but the last one in
cases of active save operation or modified file.
12 years ago
Marc Zinnschlag
c1cd8305bc
a bit of cleanup for the previous commit
12 years ago
Marc Zinnschlag
21733e8181
hide startup dialogue when opening open dialogue
12 years ago
Marc Zinnschlag
adcaea464b
basic globals record loading
12 years ago
Michal Sciubidlo
347a734364
Move OpenDialog to editor and use it in startup dialogue.
...
Remove debug output from DataFilesList.
12 years ago
Marc Zinnschlag
ba0d13fc12
moved code for creating new base content records into the Document class
12 years ago
Marc Zinnschlag
4c973a0f67
constructing documents from a file list instead of a single name
12 years ago
Marc Zinnschlag
67a1ec5166
added provisional startup dialogue
12 years ago
Marc Zinnschlag
db29e411c4
added merge functions; temporarily merge on document creation
12 years ago
Marc Zinnschlag
ef9575498f
basic (non-editable) subview for global variables
12 years ago
Marc Zinnschlag
303506d24b
added new document function
12 years ago
Marc Zinnschlag
758371d7e4
implemented view/document closing
12 years ago
Marc Zinnschlag
9834bb3ad5
basic document handling
12 years ago