dfighter1985
9f65dc5d2b
FIXED: Widgets will no longer get stuck in the widget hierarchy tree, when deleting their parent.
2013-03-09 22:02:31 +01:00
dfighter1985
91d0ed861b
FIXED: It's not nice to leak memory.
2013-03-09 20:58:53 +01:00
dfighter1985
0637f74779
MODIFIED: Preliminary support for a little cleanup when removing a widget from it's parent group ( for example when moving the widget ).
2013-03-08 06:28:52 +01:00
dfighter1985
5bd77c58b5
MODIFIED: Widgets derived from CInterfaceGroup should now be deleted too properly.
2013-03-08 06:07:21 +01:00
dfighter1985
bf53503fc1
MODIFIED: Draw the highlight of the currently selected widget in editor mode.
2013-03-07 06:01:33 +01:00
dfighter1985
d84b4dcf14
MODIFIED: collapse the widget hierarchy tree and remove the widget from it when it's deleted. Also clear the widget properties panel.
2013-03-03 03:49:56 +01:00
dfighter1985
b054ea1462
MODIFIED: Somehow I left this here, and it prevented viewtexts from being selected.
2013-03-03 00:54:22 +01:00
dfighter1985
7935256164
MODIFIED: Text buttons will now delete their text too when being deleted.
2013-03-02 23:27:17 +01:00
dfighter1985
64bc3e40a5
MODIFIED: GUI Editor can now delete widgets.
2013-03-02 06:57:40 +01:00
dfighter1985
117563a7f1
MODIFIED: When selecting a widget in the central widget, the hierarchy tree should now be updated as well.
2013-03-02 03:24:22 +01:00
dfighter1985
02dbaec3dd
MODIFIED: Update property browser when selecting in the central widget.
2013-02-23 06:55:19 +01:00
dfighter1985
dcad62844b
MODIFIED: Views can now be selected too from the central widget.
2013-02-23 00:13:44 +01:00
dfighter1985
93de10c56d
Merged default
2013-02-22 04:15:10 +01:00
dfighter1985
bbb47d9b2e
Merged default
2013-02-18 13:22:03 +01:00
Botanic
e5619e273b
Backed out changeset: 97505c669e04
2013-02-08 03:09:17 -08:00
Botanic
3d2b747e6d
Backed out changeset: e36d69e04aa1
2013-02-08 03:08:59 -08:00
Botanic
341e468d5b
Backed out changeset: 57d8f3733daf
2013-02-08 03:08:42 -08:00
Botanic
bc638755e6
Backed out changeset: c569b6062f5d
2013-02-08 03:08:24 -08:00
Botanic
84701dfca3
fixed load form and character_cl
2013-02-07 15:04:28 -08:00
Botanic
326b07885f
fixed vertex_program_parse
2013-02-07 13:00:51 -08:00
Botanic
2521f746d1
Fixed warning: multi-character character constant [-Wmultichar]
2013-02-07 12:19:00 -08:00
Botanic
ab608d2cfe
Fixed warning "unix_event_emitter.cpp:569:8: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated (declared at /usr/include/X11/Xlib.h:1695)"
2013-02-07 03:27:12 -08:00
mattraykowski
9aca86757e
merge from default
2013-01-30 10:15:14 -06:00
dnk-88
c72828b6dd
Change: Fixed incorrect behavior scroll of 2d view in landscape editor qt
2012-12-15 00:41:29 +03:00
dnk-88
ebeae32287
Changed: Fixed crash land editor qt
2012-11-11 13:33:43 +03:00
mattraykowski
7267bcfc17
Changed: if-statements for context menu selection - no logic
2012-10-21 13:58:44 -07:00
mattraykowski
67a584d722
Changed: Enabled custom context menu signal to open a menu at the mouse position.
2012-10-21 13:48:02 -07:00
sfb
ac14c215f4
GEQt Plugin: Starting to add the context menu back.
2012-10-18 20:56:31 -05:00
sfb
f2d5492b0c
Changed: #1306 Fixed index bug with form array rename.
2012-09-28 09:50:44 -05:00
sfb
882b31546f
Changed: #1306 Moved creation of undo command for form array renames to the model.
2012-09-28 07:33:51 -05:00
sfb
65268b8226
Added: #1306 Added undo/redo action for renaming array entry names
2012-09-27 08:22:50 -05:00
sfb
4cb71eedf2
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
sfb
dafbfef00f
merging legacy dfn-based method into geqt. Warning: broke the build.
2012-09-17 15:12:01 -05:00
sfb
7598d90e90
merge from default
2012-09-13 08:39:36 -05:00
dnk-88
283f4929b4
Changed: #1302 Polish code of property editor
2012-09-02 15:27:31 +03:00
sfb
4c037b11a9
merge from default
2012-08-23 12:13:25 -05:00
dnk-88
2a4035fa41
Changed: #1302 Replaced VariantPropertyManager
2012-06-11 00:41:02 +03:00
dnk-88
c64b75e834
Changed: #1302 Added signal 'reset enum property' for returning to default value
2012-06-10 23:40:48 +03:00
dnk-88
7badc3657b
Changed: #1302 Added signal 'reset text property' for returning to default value
2012-06-10 22:13:19 +03:00
dnk-88
6a87a9933c
Changed: #1302 Added signal 'reset bool property' for returning to default value
2012-06-10 21:15:22 +03:00
dnk-88
f0731e7784
Changed: #1302 Fixed undo/redo bug (moving primitives).
2012-06-10 18:27:47 +03:00
dnk-88
eec49a3aa7
Changed: #1302 Correct fill properties(ConstStringValue) with *both* contexts if the current context is not default and is valid.
2012-06-10 16:56:45 +03:00
sfb
ba436004dd
Added: #1306 Created branch to segregate my GEQt clutter from default.
2012-05-29 14:38:02 -05:00
dnk-88
7a780d6b34
Changed: #1302 Fixed undo/redo bug (moving primitives).
2012-04-23 19:20:09 +03:00
kaetemi
b0dea08fa4
Allow compiling max plugins without the other tools
2012-04-03 16:54:20 +02:00
kaetemi
51133dceed
Fix issue #48 , landscape quality issues caused by incorrect defaults
2013-07-18 18:22:28 +02:00
kaetemi
e3e46d3eab
Fix an error in 3ds Max with the material script
2013-07-18 18:15:53 +02:00
Jan Boon
cba0a8e24d
Merged in botanic/rc-botanic-webdev (pull request #13 )
...
warning and path fix's
2013-07-04 21:07:21 +02:00
Botanic
44d10daacb
fixed thanks kervala
2013-06-06 01:28:12 -07:00
Botanic
5d61b48e64
Merge with rc-botanic-webdev
2013-06-06 02:57:41 -07:00