Commit graph

397 commits

Author SHA1 Message Date
dfighter1985
5f0e715df4 MODIFIED: #1471 Forgot to remove parents' properties before saving the node properties. 2012-12-02 19:47:12 +01:00
dfighter1985
713c256c2a 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
421582d386 MODIFIED: #1471 Merged mainline default to this branch. 2012-11-25 05:22:40 +01:00
dfighter1985
bbaefe88d5 MODIFIED: #1471 Exiting OVQT will now work again properly. 2012-11-22 21:22:28 +01:00
dfighter1985
0ce956b71a 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
1667365842 MODIFIED: #1471 Widget template changes can now be saved. 2012-11-21 21:33:08 +01:00
dfighter1985
6343ce5750 MODIFIED: #1471 Oups, forgot these warning messages... 2012-11-20 04:54:09 +01:00
dfighter1985
e8d3255990 MODIFIED: #1471 Adding new widget now works in the widget property dialog. 2012-11-20 04:50:51 +01:00
dfighter1985
2f18aec5d4 MODIFIED: #1471 Adding new property now works. 2012-11-19 21:06:26 +01:00
dfighter1985
c7131429c9 CHANGED: #1471 Removing widget properties from the widget properties dialog will now work. 2012-11-18 02:20:52 +01:00
dfighter1985
b223bb43ad CHANGED: #1471 Removing widgets from the widget properties dialog will now work. 2012-11-17 20:13:29 +01:00
dfighter1985
d47c317728 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
kervala
c4706adc76 fixes #3 allow Qt without STLport to link to NeL with STLport 2012-10-28 13:34:58 +01:00
kervala
95d4d5972e Changed: #825 Remove all warnings when compiling Ryzom 2012-09-27 22:25:00 +02:00
kervala
2d5142844a Changed: Use *_PREFIX instead of fixed values with INSTALL 2012-09-27 22:11:26 +02:00
kervala
ae1118744c Changed: Use RYZOM_SHARE_PREFIX as prefix to look for leveldesign data 2012-09-26 12:53:03 +02:00
kervala
182a79f2cb Changed: #825 Remove all warnings when compiling Ryzom 2012-09-25 13:20:25 +02:00
kervala
fee16b7e0f Changed: Plugins specs and plugins installation 2012-09-24 14:02:33 +02:00
kervala
5b6e448bde Fixed: OVQT plugins loading under Unices (in the order: local, OVQT plugins, system) 2012-09-24 09:52:35 +02:00
kervala
dd64516b58 Changed: Homogeneous carriage returns 2012-09-24 09:49:52 +02:00
kervala
e05bd06a75 Changed: Fixed plugins specs name to install 2012-09-24 08:56:49 +02:00
kervala
45fe25eb98 Changed: Install plugins specs in ${NL_SHARE_PREFIX}/object_viewer_qt/plugins under Linux 2012-09-24 08:25:47 +02:00
kervala
dd05b36f99 Changed: Use "lib" prefix under unices for plugins 2012-09-23 23:58:03 +02:00
kervala
29396158d8 Changed: #1493 Fixed some directories 2012-09-22 23:42:40 +02:00
kervala
38c5e6840d Fixed: #1493 MultiArch support 2012-09-22 22:57:38 +02:00
kervala
4134da5f79 Changed: Updated some object_viewer_qt french translations 2012-09-11 20:17:16 +02:00
dfighter1985
bbeaec0461 CHANGED: #1471 GUI Editor can now be linked without manually supplying the libraries. 2012-08-20 04:50:19 +02:00
dfighter1985
80df3293f5 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
2458968643 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
c5a8cecf7e CHANGED: #1471 Keys are now parsed from the config files, and then serialized on save. 2012-08-18 20:28:56 +02:00
dfighter1985
530a141bee 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
3a6ae1b74a CHANGED: #1471 Should be able to change text options for CCtrlTextButton. 2012-08-18 03:37:52 +02:00
dfighter1985
094bbd6e9a CHANGED: #1471 GUI Procedures are now serialized. 2012-08-17 21:49:54 +02:00
dfighter1985
ef43b498bc CHANGED: #1471 Variables are now serialized. 2012-08-17 06:10:18 +02:00
dfighter1985
8a6d621881 CHANGED: #1471 Tree/node data is now serialized. 2012-08-17 04:37:07 +02:00
dfighter1985
b8cb3c43cd CHANGED: #1471 interface options are now serialized. 2012-08-16 00:45:19 +02:00
dfighter1985
76fa5215ff CHANGED: #1471 CCtrlScroll fields can now be serialized. 2012-08-11 19:22:55 +02:00
dfighter1985
198a8b39db 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
5895d198d0 CHANGED: #1471 CCtrlBase fields can now be serialized. 2012-08-10 02:43:01 +02:00
dfighter1985
936260d54f 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
83de816afc CHANGED: #1471 Partially implemented save-as(only the project file is saved for now ) 2012-08-09 01:48:51 +02:00
dfighter1985
074e742900 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
9bb6bb99b1 CHANGED: #1471 Added and implemented File->Close option. 2012-08-08 20:56:21 +02:00
dfighter1985
02a57e4bf7 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
7c551870c8 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
ff66cd284b ADDED: #1471 widget definition file for CRootGroup, somehow I forgot this earlier. 2012-08-07 03:32:24 +02:00
dfighter1985
d562a50ceb CHANGED: #1471 The property browser widget can now actually change properties. 2012-08-03 03:13:39 +02:00
dfighter1985
dc08bfc73f 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
7d207ae1a4 CHANGED: #1471 Implemented property querying for for CDBViewQuantity. 2012-08-02 20:42:12 +02:00
dfighter1985
4a15416445 CHANGED: #1471 Implemented property querying for for CDBViewNumber. 2012-08-02 20:25:42 +02:00