Stanislav Bas
|
850f612c8b
|
Merge branch 'master' into feature-color-picking
|
2015-06-16 22:39:12 +03:00 |
|
Stanislav Bas
|
f19d07b404
|
Rename ColorPickerDelegate to ColorDelegate
|
2015-06-12 23:09:31 +03:00 |
|
scrawl
|
e13a938896
|
Add support to build with Qt5 (Task #2665)
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
|
2015-06-12 15:13:42 +02:00 |
|
Stanislav Bas
|
d7fb497255
|
Color values are displayed as colored rectangles in tables
|
2015-06-08 21:33:23 +03:00 |
|
Stanislav Bas
|
b25cc6bc55
|
IdCompletionManager uses Display type instread of ColumnId for creating completers
|
2015-06-03 12:01:13 +03:00 |
|
Stanislav Bas
|
994c6833bc
|
Add missing columns for the ID completion
|
2015-05-30 23:54:16 +03:00 |
|
Stanislav Bas
|
5e8718d8b2
|
Add the ID completion delegate factory to the delegate factory collection
|
2015-05-30 18:37:13 +03:00 |
|
cc9cii
|
0ecfd9119f
|
Add the remaining Race data for editing with dialogue subview. Should resolve Bug #2546.
|
2015-05-19 06:56:38 +10:00 |
|
cc9cii
|
0c461f4424
|
Add TopicInfos special conditions table.
|
2015-05-09 21:21:16 +10:00 |
|
cc9cii
|
f88be67556
|
Convert AI package type and AI wander repeat columns in the nested tables to use enum delegate
|
2015-04-18 09:37:19 +10:00 |
|
cc9cii
|
e241fb0104
|
Convert clothing/armour part reference type column in the nested tables to use enum delegates.
|
2015-04-18 08:31:08 +10:00 |
|
cc9cii
|
e00d7f72ac
|
Convert magic effects ID and Range columns in the nested tables to use enum delegate
|
2015-04-18 08:09:14 +10:00 |
|
cc9cii
|
befd6fe658
|
Convert magic effects Skills column in the nested tables to use enum delegates.
|
2015-04-18 07:15:40 +10:00 |
|
scrawl
|
19e8280f45
|
OpenCS window title unicode fixes
|
2015-03-16 15:45:41 +01:00 |
|
cc9cii
|
64e1594b41
|
Move the destruction of global resources, being used by multiple documents, to the editor.
|
2014-12-01 14:08:27 +11:00 |
|
cc9cii
|
2720e5ea9d
|
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
|
2014-12-01 06:44:12 +11:00 |
|
cc9cii
|
c6a2461fbd
|
Delay removing physics until the document is closed. Also other general cleanup.
|
2014-11-01 20:51:04 +11:00 |
|
cc9cii
|
95683bc8c3
|
Add user interface for top level window status-bar setting (implementation already existed). For feature #854.
|
2014-10-26 15:04:52 +10:00 |
|
Marc Zinnschlag
|
21b16f8425
|
Merge branch 'tables'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/world/data.cpp
apps/opencs/model/world/data.hpp
|
2014-10-10 16:11:54 +02:00 |
|
Marc Zinnschlag
|
ff530a2e19
|
added missing magic effect table columns
|
2014-09-30 12:33:48 +02:00 |
|
Marc Zinnschlag
|
33cd04b37d
|
added missing sound gen table columns
|
2014-09-25 11:40:45 +02:00 |
|
cc9cii
|
66852d5392
|
Code cleanup and revert incorrect settings.
|
2014-09-24 22:41:49 +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
|
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
|
227eb12295
|
Added document name to showModifiedDocumentMessageBox.
|
2014-09-10 20:29:47 +10:00 |
|
cc9cii
|
89f7608022
|
Refactor for better legibility.
|
2014-09-10 14:40:41 +10:00 |
|
cc9cii
|
77171b788b
|
Made popup messagebox non-modal.
|
2014-09-10 14:03:25 +10:00 |
|
cc9cii
|
fdc20c595d
|
Fix gcc compile error.
|
2014-09-09 21:24:54 +10:00 |
|
cc9cii
|
4471fe771e
|
Fix logic errors.
|
2014-09-09 21:09:37 +10:00 |
|
cc9cii
|
84f5784575
|
Remove document when closing the last view. Should resolve Bug #1292.
|
2014-09-09 13:04:48 +10:00 |
|
cc9cii
|
ad8d722763
|
Close documents rather than views.
|
2014-09-09 10:05:06 +10:00 |
|
cc9cii
|
cedf1171e3
|
Cleanup comments.
|
2014-09-07 18:37:33 +10:00 |
|
cc9cii
|
dba352fd6f
|
Check all views before exiting.
|
2014-09-07 18:35:50 +10:00 |
|
Marc Zinnschlag
|
37a2b48fa2
|
added missing type columns to body part table
|
2014-07-01 14:28:12 +02:00 |
|
Marc Zinnschlag
|
ab8bee4d1a
|
added enchantment type column to enchantment table
|
2014-07-01 09:42:56 +02:00 |
|
Marc Zinnschlag
|
bd252d0aec
|
display record count in loading window
|
2014-06-26 11:41:21 +02:00 |
|
Marc Zinnschlag
|
95d24492de
|
display load error messages in loading window
|
2014-05-10 13:18:40 +02:00 |
|
Marc Zinnschlag
|
492620c8cf
|
handle exceptions thrown during loading and report them to the user
|
2014-05-06 09:39:39 +02:00 |
|
Marc Zinnschlag
|
3fdd72f204
|
added cancel button to loading window
|
2014-05-03 16:44:50 +02:00 |
|
Marc Zinnschlag
|
6bc5869222
|
record loading progress bar
|
2014-05-03 15:33:35 +02:00 |
|
Marc Zinnschlag
|
0b309d9ef4
|
Merge branch 'master' into load
Conflicts:
apps/opencs/view/doc/viewmanager.cpp
|
2014-05-03 14:36:06 +02:00 |
|
Marc Zinnschlag
|
e0e2ad8316
|
content file loading progress bar
|
2014-05-03 13:01:29 +02:00 |
|
Marc Zinnschlag
|
8dc6ad5059
|
moved new flag from setupData function to Document constructor
|
2014-04-29 14:27:44 +02:00 |
|
Marc Zinnschlag
|
5f1d2f72f6
|
added basic loading GUI
|
2014-04-29 14:17:25 +02:00 |
|
graffy76
|
4b607d658f
|
Re-link user settings to editor main application
|
2014-04-22 22:19:53 -05:00 |
|
Marc Zinnschlag
|
9d7695ea88
|
added missing columns to topic info table
|
2013-11-05 11:41:48 +01:00 |
|
Marc Zinnschlag
|
767cb54e7c
|
added missing columns to journal info table
|
2013-10-31 12:54:55 +01:00 |
|
Marc Zinnschlag
|
75c5316ad7
|
added dialogue type column to topics table
|
2013-10-20 17:26:09 +02:00 |
|
Marc Zinnschlag
|
1c4a4b4f26
|
generalised RefIdTypeDelegate into IdTypeDelegate
|
2013-09-22 13:39:44 +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 |
|