Thorbjørn Lindeijer
Thorbjørn Lindeijer
It would be nice if the appearance of objects was not solely determined by a few hardcoded options, but could be replaced or added to by scripts. A script could...
Exposes the file name filter used by a file format. ``` > tiled.mapFormat("tmx").nameFilter $1 = Tiled map files (*.tmx *.xml) > tiled.mapFormat("json").nameFilter $2 = JSON map files (*.tmj *.json) >...
This might improve native style based on GTK 3, depending on the context.
Platform: Linux / winit / FemtoVG / X11, Language: Rust Consider the following code: ```qml if (Facade.portfolio.file-name != ""): MainContent {} ``` When I call `facade.set_portfolio`, the `MainContent` appears to...
This makes the functionality easier to discover. Previously editing the tileset image parameters was only possible by clicking the value of the Image property in the Properties view, and then...
Implementation so far: * Added 'list' as option to the Add Property dialog, for adding a `QVariantList`. * Adjusted the `CustomPropertiesHelper` to create sub-properties that display the values in the...
* Set Property 'foo' * Add Property 'foo' * Remove Property 'foo' Currently I haven't touched "Rename Property" because I think it would get a little too verbose if we...
This way we should support building Tiled with zlib in some strange location, like on NixOS. To support this on the latest version of Qbs, we need to set `Project.qbsModuleProviders`...
These are updates to the Spanish translations by Francisco Zamorano ([Paco_Zamo](https://app.transifex.com/user/profile/Paco_Zamo/)), pulled from Transifex. Since a while I'm no longer using Transifex since Weblate provides a nicer way to update...
Untested! No import format supports these yet and the tax calculation hasn't been verified.