mattraykowski
b78dfebff2
Changed: if-statements for context menu selection - no logic
2012-10-21 13:58:44 -07:00
mattraykowski
098c6b96eb
Changed: Enabled custom context menu signal to open a menu at the mouse position.
2012-10-21 13:48:02 -07:00
sfb
bc2ecb6023
GEQt Plugin: Starting to add the context menu back.
2012-10-18 20:56:31 -05:00
kervala
0698f1abc2
Changed: Replaced string empty comparisons with empty()
2012-10-06 18:17:57 +02:00
sfb
a419c51a81
Changed: #1306 Fixed index bug with form array rename.
2012-09-28 09:50:44 -05:00
sfb
e918468ef8
Changed: #1306 Moved creation of undo command for form array renames to the model.
2012-09-28 07:33:51 -05: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
sfb
02a9f4d920
Added: #1306 Added undo/redo action for renaming array entry names
2012-09-27 08:22:50 -05:00
kervala
ae1118744c
Changed: Use RYZOM_SHARE_PREFIX as prefix to look for leveldesign data
2012-09-26 12:53:03 +02:00
kervala
bc477d7d8a
Changed: #1254 Error while compiling with current stable squish
2012-09-25 13:20:37 +02:00
kervala
182a79f2cb
Changed: #825 Remove all warnings when compiling Ryzom
2012-09-25 13:20:25 +02:00
kervala
3429d7ba42
Changed: #825 Remove all warnings when compiling Ryzom
2012-09-25 12:33:02 +02:00
kervala
d45a4122b8
Fixed : #1254 Error while compiling with current stable squish
2012-09-25 12:19:13 +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
sfb
51705fd800
Changed: #1306 Radically changed the plugin in a new branch to match the way classic GE loads forms.
...
- Refactored the tree view to show only structs, arrays, vstructs and eliminated atoms from its view.
- Refactored the form view to have a Qt Properties Browser
- Refactored the loader to use the classic GE addStruct/addArray.
- Moved some functionality into CFormItem.
- Added icons from classic GE and configured model/item to return them appropriately.
- Getting read for changes via undo commands.
- Eliminating/ignoring the hold/slots business from classic GE code.
2012-09-20 16:39:21 -05:00
kervala
4d8cde70b2
Added: shape2obj project to convert NeL .shape to standard .obj file format
2012-09-19 19:38:37 +02:00
sfb
e527bfdeaa
merging legacy dfn-based method into geqt. Warning: broke the build.
2012-09-17 15:12:01 -05:00
kervala
4134da5f79
Changed: Updated some object_viewer_qt french translations
2012-09-11 20:17:16 +02:00
dnk-88
b55c198ee3
Changed: #1302 Polish code of property editor
2012-09-02 15:27:31 +03: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