Commit graph

133 commits

Author SHA1 Message Date
dfighter1985
ffa6d8b958 Use the QWidget modified property instead of the UXTEditor's own. 2014-07-18 01:18:41 +02:00
dfighter1985
d7564b2fda Allow only 1 instance of the uxt editor. 2014-07-18 01:08:31 +02:00
dfighter1985
4345445129 Added copyright headers to the new files. 2014-07-18 00:53:36 +02:00
dfighter1985
bc1b9600e2 Implemented saving. 2014-07-18 00:50:40 +02:00
dfighter1985
7abf5b2aa1 Apply table changes to the loaded data, and offer to save when closing the changed table. 2014-07-18 00:27:05 +02:00
dfighter1985
d4f57a1902 Set header texts. 2014-07-17 19:17:02 +02:00
dfighter1985
e5fd9ca07b UXT Editor widget 2014-07-17 19:08:29 +02:00
dfighter1985
f27af0f68d I don't really know what to write here. 2014-07-16 02:52:17 +02:00
dfighter1985
cbc3b5a8c9 Set the undostack so we won't crash... 2014-07-15 21:46:16 +02:00
dfighter1985
a24ad81206 Initialize the undostack to NULL, so we get a proper crash instead of a dangled pointer crash. 2014-07-15 21:41:11 +02:00
dfighter1985
269613fc82 Fixed another crash. 2014-07-15 20:29:57 +02:00
dfighter1985
cc9647c098 'Fixed' the Mission Compiler crash. 2014-07-15 20:19:53 +02:00
dfighter1985
2b31989661 When changing a property make sure to set default to false, so it's actually saved! 2014-07-15 18:51:06 +02:00
dfighter1985
e651c563e5 Save world editor files. 2014-07-15 01:30:30 +02:00
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
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
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
dfighter1985
2277dbb92b CPath can now return the file list with a path filter. 2014-07-06 23:21:25 +02:00
dfighter1985
b4ef9e6a01 Make sure to always convert to plain bitmap. 2014-07-05 03:31:21 +02:00
dfighter1985
7574fe4c26 No need to store the loaded image data after passing it to the label. 2014-07-05 03:13:01 +02:00
dfighter1985
249c082e9f Prototype of the texture chooser. 2014-07-05 02:55:46 +02:00
dfighter1985
ed6f5d1412 ActionList dialog can now select an action, and is used with the proc editor. 2014-07-03 00:44:38 +02:00
dfighter1985
a30caef9e1 Added facilities for viewing the loaded actions. 2014-07-02 22:27:04 +02:00
dfighter1985
d52ae8cd56 Line endings... 2014-07-02 20:44:46 +02:00
dfighter1985
b30536d92d Changed some property types. 2014-07-01 01:54:55 +02:00
dfighter1985
c52f20e583 Bitmap alignment can now be set as an enum. 2014-07-01 01:51:41 +02:00
dfighter1985
31ee29c7dc Quelled some compiler compliants. 2014-06-29 03:01:43 +02:00
dfighter1985
b65fd4b18b tooltip parent is now changable using an enum. 2014-06-29 02:53:33 +02:00
dfighter1985
1269cb33b9 Tooltip posrefs are now enums in the GUI Editor. 2014-06-29 01:44:06 +02:00
dfighter1985
092d591a18 Forgot the widget settings... 2014-06-27 00:49:31 +02:00
dfighter1985
62d0de2c55 Got rid of a memleak. 2014-06-27 00:47:29 +02:00
dfighter1985
c45f3547e5 The proper enum type is now determined by type not name. 2014-06-27 00:24:31 +02:00
dfighter1985
3ac5ecc59b text posref is now an enum too. 2014-06-27 00:07:44 +02:00
dfighter1985
b108dd7d34 Some refactoring. 2014-06-21 22:55:10 +02:00
dfighter1985
c004b02091 Posref can now be set as an enum, instead of a string in the property editor. 2014-06-21 18:25:14 +02:00
dfighter1985
73c099ae70 Text justification can now be set using an enum property editor. 2014-06-20 17:07:27 +02:00
dfighter1985
0fcfbafa1e A little refactoring 2014-06-20 16:26:10 +02:00
dfighter1985
698478a7fb Button types can now be set using an enum property editor. 2014-06-20 16:22:07 +02:00
dfighter1985
a6c994d9c4 Line endings... 2014-06-20 15:09:13 +02:00