Commit Graph

132 Commits (78f465406372cef8014dbe2df15017f73d7cfcbb)

Author SHA1 Message Date
dfighter1985 78f4654063 Implemented tilebank texture path setting.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 df7307583b Implemented choosing / resetting vegetset for tile sets.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 2993c88a5d When selecting another land, select the first tile set, if it exists.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 f66c1e837e Connect the selection model so the widgets are updated.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 9b403212c0 Each land has it's own TilesetModel now. When changing the land the model also changes.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 947782a2c5 Implemented land name changing.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 9519c4f0f5 Implemented land removal.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 02ccd3b1c1 Implemented land adding.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 e9e42701b9 Renamed land related widgets.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 c7ca20c748 Implemented tileset move up and move down.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 9d1fec6ce1 Implemented tileset rename.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 71fc4a098b Implemented tileset removal.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 5301b00e58 Don't try to delete the same items more than once!
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 4d6de3f737 Don't allow 2 tilesets to have the same name.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 dcc072ba18 Update qrc location.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3940e656e3 Error message when files can't be opened.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 32172e0e77 Added save and save as items to the context menu.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 ed44cc4823 Shouldn't crash when adding a new row.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 26b120f664 Mark translated item with green, untranslated ones with red.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 e92a07db33 New context menu options: mark / unmark translated.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 2fea6f45f5 Make sure a correct hash is not used for untranslated strings.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 0bd4b56589 Save to the right file.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 76d3e0df20 Set header text according to the language.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 2c812e90ab Work with translated files, instead of work files.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 fbcfa4ee6f Ask for confirmation before deleting a row.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 62a6b408a2 Show insert / delete row in context menu.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 d9c2620e6e Implemented row deletion / insertion.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 485ee77406 Use the QWidget modified property instead of the UXTEditor's own.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3e188334fe Allow only 1 instance of the uxt editor.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 9bda0bd1e7 Added copyright headers to the new files.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 05216897f0 Implemented saving.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 fbc1632d04 Apply table changes to the loaded data, and offer to save when closing the changed table.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 0de5152aa9 Set header texts.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 d33fb9345e UXT Editor widget
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 f60f761b7a I don't really know what to write here.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 28c30b70f1 Set the undostack so we won't crash...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 d30e9ad226 Initialize the undostack to NULL, so we get a proper crash instead of a dangled pointer crash.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 63b6a03f85 Fixed another crash.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 1cbcca259c 'Fixed' the Mission Compiler crash.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 56a4c3ea7d When changing a property make sure to set default to false, so it's actually saved!
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 61b8a4ef82 Save world editor files.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 2d865a8567 Trying to load an invalid world editor file shouldn't crash the application, and an error messagebox should inform the user.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3517283526 Apply property changes.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3ad5ffee15 Block only the propertychanged signal in the const_string_array property manager.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 8f8b4fae65 Store QtProperty, IPrimitive pairs and look the primitive up when the property changes.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 820b6bc8ca Changed property to p, property is a reserved word in VS.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 aa82655ee7 Use \n instead of ; as a separator.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 8ff5317f01 Identation
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 a222e44eaa Implemented const_string_array editor.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 094210a079 Workaround related to the unknown statusbar crash.
--HG--
branch : gsoc2014-dfighter
11 years ago