Commit graph

118 commits

Author SHA1 Message Date
mattraykowski
69d1538521 merging gui editor repo. 2013-02-14 09:53:06 -06:00
mattraykowski
601c6453a9 Added another path for x86_64 Ubuntu 12.10 for libwww 2013-02-14 07:46:42 -06:00
dfighter1985
f5dd945811 Merged mainline default branch changes. 2013-02-14 10:47:10 +01:00
kervala
ede59a48fc Changed: Typo fixes (Thanks to DuDraig!) 2013-02-12 17:35:51 +01:00
kervala
a77bebe16e Changed: Typo fixes (Thanks to DuDraig!) 2013-02-12 17:07:38 +01:00
kervala
852fad2bde Changed: Typo fixes (Thanks to DuDraig!) 2013-02-11 22:34:24 +01:00
kervala
1e724738ba Changed: French comments translated to English 2013-02-11 22:24:48 +01:00
kervala
95144d5903 Changed: Typo fixes (thanks to Vagrant!) 2013-02-09 10:05:32 +01:00
kervala
0a5a5123df Changed: Typo fixes (thanks to Vagrant!) 2013-02-08 13:17:44 +01:00
kervala
67cdeb022b Changed: Use OpenGL by default with an ATI card and without a warning dialog 2013-02-01 21:58:05 +01:00
dfighter1985
f706c99059 MODIFIED: #1471 Forgot to remove parents' properties before saving the node properties. 2012-12-02 19:47:12 +01:00
dfighter1985
eab928a502 MODIFIED: #1471 We should be able to close the application even when there's no loaded project. 2012-12-02 18:17:39 +01:00
dfighter1985
cde1a42750 MODIFIED: #1471 Merged mainline default to this branch. 2012-11-25 05:22:40 +01:00
dfighter1985
8840b98a3e MODIFIED: #1471 Exiting OVQT will now work again properly. 2012-11-22 21:22:28 +01:00
dfighter1985
12e5aedddb MODIFIED: #1471 There shouldn't be an error message when clicking cancel in the open file dialog. 2012-11-21 23:36:07 +01:00
dfighter1985
677358df6d MODIFIED: #1471 Widget template changes can now be saved. 2012-11-21 21:33:08 +01:00
dfighter1985
86a2e259e9 MODIFIED: #1471 Oups, forgot these warning messages... 2012-11-20 04:54:09 +01:00
dfighter1985
805fda9799 MODIFIED: #1471 Adding new widget now works in the widget property dialog. 2012-11-20 04:50:51 +01:00
dfighter1985
6387b8d40c MODIFIED: #1471 Adding new property now works. 2012-11-19 21:06:26 +01:00
dfighter1985
6b04b23e45 CHANGED: #1471 Removing widget properties from the widget properties dialog will now work. 2012-11-18 02:20:52 +01:00
dfighter1985
443af251af CHANGED: #1471 Removing widgets from the widget properties dialog will now work. 2012-11-17 20:13:29 +01:00
dfighter1985
b07f5cbb28 CHANGED: #1471 Widget property templates are now stored in a tree. Also added some new controls to the widget property dialog. 2012-11-17 04:55:12 +01:00
dfighter1985
8c7cd30938 CHANGED: #1471 GUI Editor can now be linked without manually supplying the libraries. 2012-08-20 04:50:19 +02:00
dfighter1985
b2e53fc786 CHANGED: #1471 Serialize links that belong to the root group too. Also deactivate the active group when serializing. 2012-08-20 03:34:09 +02:00
dfighter1985
456e64d3e0 CHANGED: #1471 Need to serialize root group first, otherwise client crashes when loading the pointer settings. 2012-08-19 03:13:16 +02:00
dfighter1985
24e1110c62 CHANGED: #1471 Keys are now parsed from the config files, and then serialized on save. 2012-08-18 20:28:56 +02:00
dfighter1985
3796623c5f CHANGED: #1471 Pointer settings are now parsed even when the particular pointer cannot be instantiated. They are also serialized when serializing the GUI. 2012-08-18 18:39:45 +02:00
dfighter1985
96192e55f7 CHANGED: #1471 Should be able to change text options for CCtrlTextButton. 2012-08-18 03:37:52 +02:00
dfighter1985
3547fb37ad CHANGED: #1471 GUI Procedures are now serialized. 2012-08-17 21:49:54 +02:00
dfighter1985
7a6ce4d0fd CHANGED: #1471 Variables are now serialized. 2012-08-17 06:10:18 +02:00
dfighter1985
24cd25d29e CHANGED: #1471 Tree/node data is now serialized. 2012-08-17 04:37:07 +02:00
dfighter1985
c6b86393e1 CHANGED: #1471 interface options are now serialized. 2012-08-16 00:45:19 +02:00
dfighter1985
deb5d7c709 CHANGED: #1471 CCtrlScroll fields can now be serialized. 2012-08-11 19:22:55 +02:00
dfighter1985
fc30cff307 CHANGED: #1471 Apparently the *root* group needed to be serializes separately, otherwise the parser cannot read it back. 2012-08-10 17:10:01 +02:00
dfighter1985
28811105be CHANGED: #1471 CCtrlBase fields can now be serialized. 2012-08-10 02:43:01 +02:00
dfighter1985
a3c1d0307d ADDED: #1471 CWidgetSerializer class, that serializes the widgets into a single XML file. Also CInterfaceElement fields can now be serializes. 2012-08-10 01:21:20 +02:00
dfighter1985
a7deee3af3 CHANGED: #1471 Partially implemented save-as(only the project file is saved for now ) 2012-08-09 01:48:51 +02:00
dfighter1985
28c82a1ef8 ADDED: #1471 CProjectFileSerializer class, and also it's possible to save the project file changes now. 2012-08-09 01:24:37 +02:00
dfighter1985
ab0ee2b811 CHANGED: #1471 Added and implemented File->Close option. 2012-08-08 20:56:21 +02:00
dfighter1985
4159878d22 CHANGED: #1471 Enabled the new and save actions in the file menu. (They are not implemented yet) 2012-08-08 07:24:32 +02:00
dfighter1985
ecacd1ec12 CHANGED: #1471 some simple bugfixes, like missing properties, misspelled properties, widget not updating when changed, etc. 2012-08-07 22:35:08 +02:00
dfighter1985
b18e02dfa1 ADDED: #1471 widget definition file for CRootGroup, somehow I forgot this earlier. 2012-08-07 03:32:24 +02:00
dfighter1985
8a420708ea CHANGED: #1471 The property browser widget can now actually change properties. 2012-08-03 03:13:39 +02:00
dfighter1985
de93028d3c CHANGED: #1471 Enabled editing in the property browser widget, but obviously changing properties will have no effect until property changing is implemented. 2012-08-02 21:12:03 +02:00
dfighter1985
741441874f CHANGED: #1471 Implemented property querying for for CDBViewQuantity. 2012-08-02 20:42:12 +02:00
dfighter1985
673820b8a0 CHANGED: #1471 Implemented property querying for for CDBViewNumber. 2012-08-02 20:25:42 +02:00
dfighter1985
f2d465dab7 CHANGED: #1471 Implemented property querying for for CViewTextIDFormated. 2012-08-02 19:46:00 +02:00
dfighter1985
ea1ac7fa6d CHANGED: #1471 Implemented property querying for for CViewTextID. 2012-08-02 19:41:49 +02:00
dfighter1985
66f722e9d8 CHANGED: #1471 Implemented property querying for for CViewTextFormated. 2012-08-02 19:33:03 +02:00
dfighter1985
e2e51d3cee CHANGED: #1471 Implemented property querying for for CViewText. 2012-08-02 19:25:00 +02:00