Commit graph

4827 commits

Author SHA1 Message Date
dfighter1985
b72b78fb84 Trying to load an invalid world editor file shouldn't crash the application, and an error messagebox should inform the user. 2014-07-13 21:38:14 +02:00
kaetemi
f3a32ca7d0 Add callback template class 2014-07-12 18:19:25 +02:00
kaetemi
8c4bb5069f Maybe solves #210 2014-10-16 02:00:53 +02:00
kaetemi
4d25275fd5 Higher quality outline, visual difference is relevant only for black 2014-10-16 02:00:45 +02:00
Laszlo Kis-Adam
f90fecf5bd Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #94)
Just too lazy to push directly
2014-10-15 19:48:23 +02:00
dfighter1985
8066656c09 Fix parent pos and size parsing. 2014-10-15 19:46:43 +02:00
dfighter1985
0bbf0b70e9 Don't drop the texture property just because there's no texture assigned... 2014-10-15 12:09:57 +02:00
kaetemi
c7cd777479 Don't use I18N when the required ui prefix is not in the tooltip text (convention actually dictates uitt as tooltip prefix) 2014-10-14 23:45:08 +02:00
kaetemi
a1cdd16bd4 Shadow should not be taken into account for font height, breaks vertical centering 2014-10-14 23:45:08 +02:00
Laszlo Kis-Adam
0876456a22 Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #93)
Further GUI Editor improvements
2014-10-13 20:17:57 +02:00
dfighter1985
96f06076bd Don't disable the active group before serializing. 2014-10-13 20:15:41 +02:00
dfighter1985
1e364938f9 It's not a bad idea to actually retrieve the version if we load it... 2014-10-13 19:15:59 +02:00
dfighter1985
91350ec60f Don't reject an action property just because it's empty... 2014-10-13 18:55:17 +02:00
dfighter1985
d7d7a35b9a Map files can now be specified when creating a new GUI project. 2014-10-13 18:53:26 +02:00
dfighter1985
b1f81229d0 When creating a new GUI set the base color to white. 2014-10-13 17:47:42 +02:00
dfighter1985
78e64abd69 Pos and Size parent setters should now use the widget directly as well. 2014-10-13 15:43:10 +02:00
dfighter1985
6b3e8d3766 Size parent is now queried directly from the widget. 2014-10-13 15:26:47 +02:00
dfighter1985
c8dd68418f GUI Editor should show the right parent position. 2014-10-12 23:07:08 +02:00
dfighter1985
085f500557 Parent positions should now be saved right again. 2014-10-12 23:05:22 +02:00
dfighter1985
47004dc293 Some refactoring regarding saving. 2014-10-12 21:15:13 +02:00
dfighter1985
257b5ac152 When creating a new project, save it right away. 2014-10-12 20:09:42 +02:00
dfighter1985
d46ad7c2d0 Implemented new action. 2014-10-11 21:43:28 +02:00
dfighter1985
fe179823c0 Moved CRootGroup out of CInterfaceParser. 2014-10-11 19:30:30 +02:00
dfighter1985
bd37d82cb2 Added dialog for the new GUI action. 2014-10-11 18:56:24 +02:00
dfighter1985
a61184ac19 Some defaults. 2014-10-11 16:47:39 +02:00
dfighter1985
fc3fbfd548 Another classname. 2014-10-11 16:40:41 +02:00
dfighter1985
0038ae03c4 CInterfaceParser in editor mode should look for files in the working directory first. 2014-10-11 16:26:38 +02:00
dfighter1985
dec5d7fe2d Restored lost class names 2014-10-11 14:44:16 +02:00
dfighter1985
13cfad6336 Apply property changes. 2014-07-12 01:54:45 +02:00
dfighter1985
0eec17b462 Block only the propertychanged signal in the const_string_array property manager. 2014-07-12 00:38:35 +02:00
dfighter1985
7c7523afe8 Store QtProperty, IPrimitive pairs and look the primitive up when the property changes. 2014-07-12 00:01:17 +02:00
dfighter1985
0adbf0496a Changed property to p, property is a reserved word in VS. 2014-07-11 20:47:24 +02:00
dfighter1985
cf35ac8fae Use \n instead of ; as a separator. 2014-07-11 20:41:15 +02:00
dfighter1985
c2b19ca07d Identation 2014-07-11 20:37:32 +02:00
dfighter1985
c1a97c54d6 Implemented const_string_array editor. 2014-07-11 20:35:05 +02:00
dfighter1985
2419e46a0f Workaround related to the unknown statusbar crash. 2014-07-09 23:20:50 +02:00
dfighter1985
1f009a436d Copyright banner + line endings... I always mess this up somehow.. 2014-07-09 21:13:57 +02:00
dfighter1985
7e6b3ffa06 Texture chooser now supports atlas textures as well. 2014-07-09 21:07:12 +02:00
kaetemi
868ff2d106 Fix #162: Center ingame mouse cursor after login 2014-07-09 12:31:22 +02:00
kaetemi
2efdca688e Formatting: Use tabs 2014-07-09 16:59:55 +02:00
KISHAN GRIMOUT
b99dab48c6 fix windows 64bit build in mem_displayer.cpp 2014-07-09 13:41:43 +02:00
dfighter1985
81b56397dc Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
dfighter1985
76ae9f5c3d Added action property editor, editor factory, manager. Actions can now be edited using the editor widget in the property tree. 2014-07-08 18:26:20 +02:00
dfighter1985
ba43964ca3 Allow TextureChooser's texture selection to be queried. 2014-07-07 19:19:03 +02:00
shubham_meena
1546cfc57a fixed few bugs 2014-07-07 13:56:58 +05:30
dfighter1985
2277dbb92b CPath can now return the file list with a path filter. 2014-07-06 23:21:25 +02:00
shubham_meena
75cfa80376 branch updated 2014-07-07 02:12:40 +05:30
shubham_meena
c23e45172d merging conflicts 2014-07-07 01:57:08 +05:30
shubham_meena
296836f94a removed merged conflicts 2014-07-07 01:48:42 +05:30
shubham_meena
b59e3bdf9a updates database 2014-07-05 13:01:56 +05:30