Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tiled Map Editor

A free, easy to use and flexible 2D level editor.
Collective - Host: opensource - https://opencollective.com/tiled - Website: https://www.mapeditor.org/ - Code: https://github.com/mapeditor/tiled

Fixed several issues with drawing ellipses

I've replaced the ellipse drawing algorithms with implementations by
Zingl Alois, originally wri...

github.com/mapeditor/tiled - d691d520780ffdadeeae1c6e8d6656346c6374ce authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
macOS: Revert builds back to Qt 6.5.0

Moved the macOS builds back to Qt 6.5.0 for now, due to a regression
affecting Qt 6.5.1 (QTBUG-1...

github.com/mapeditor/tiled - 13f509e9916df6b12c8b877afb1842ba07035fa8 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Added WangSet.effectiveTypeForColor

Moved implementation in WangBrush to WangSet, so that it can be reused
by the script API.

github.com/mapeditor/tiled - 0c11a8e1a387be1b5ee1aafb7d61418cc56510a4 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Allow referencing built-in icons from Tool.icon

For example ":images/22/stock-tool-bucket-fill.png" to refer to the
Bucket Fill tool icon.

Note...

github.com/mapeditor/tiled - 4b3ef429a7430304c035fc0f68f003102c3ecc27 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Added TileLayerWangEdit.wangSet

github.com/mapeditor/tiled - 00be12d4b54f7cd9540726f94aafbd3ca0180d18 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Updated Ubuntu 20.04 workflow to 22.04

github.com/mapeditor/tiled - 94e1bbc3934b9e1c2c35b73277db000b6df6272f authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Improved support for erasing tiles in scripted tools

* The Tool.preview now includes empty-but-modified tiles in the
highlighted area.

* The TileM...

github.com/mapeditor/tiled - d66057236c81466e316b488840dda99e474a5898 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Added TileLayerWangEdit.generate

Returns a bare tile layer. Example use in a custom tool:

mouseMoved: function(x, y, modifie...

github.com/mapeditor/tiled - 23fbcfa4a1d2bbe2b6f6ee00444cd51fbd5f8a09 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Avoid compiler warning about dangling reference

This addresses the following warning:

warning: possibly dangling reference to a temporary [...

github.com/mapeditor/tiled - cab3ea3b409bb70c854c5d1415215110c8fee92d authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Support custom properties on the project (#3667)

* Derive Project from Object, added ProjectDocument and related enum types
* Support Project in...

github.com/mapeditor/tiled - 3141a391e0f79532b2d61f8b6cd03c98a07a6c0a authored over 1 year ago by dogboydog <dogboydog@users.noreply.github.com>
AppImage: Updated to Sentry 0.6.4

github.com/mapeditor/tiled - 3954876d04763be3dafce2b400db6e2bf89c96a2 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Added API for editing tile layers using terrain sets (#3758)

* Added TileLayer.wangEdit, which returns a TileLayerWangEdit instance
* Moved shared functiona...

github.com/mapeditor/tiled - fcd973355bc67cc446b730407f6749e3cd49af43 authored over 1 year ago by a-morphous <84998015+a-morphous@users.noreply.github.com>
macOS: Build an x64_64 + arm64 fat binary (#3754)

The Qt 6 build for macOS 10.14+ is now a universal app.

Closes #3707

github.com/mapeditor/tiled - c5c69711e8c037094082758b66b37b766b74e9cb authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Update Castle Game Engine to link to manual (#3765)

github.com/mapeditor/tiled - f23e815b40e805011ca80a222c472c9e56cef1b3 authored over 1 year ago by Michalis Kamburelis <michalis.kambi@gmail.com>
Added custom tile properties to Godot .tscn export format (#3653)

Custom tile properties will now get exported as Custom Data Layers on
the Godot TileSet resour...

github.com/mapeditor/tiled - c59d9f95f60b202477657de86fcbe44732c78551 authored over 1 year ago by Kevin Harrison <keharriso@gmail.com>
Fixed "Offset Map" action to offset all objects when choosing "Whole Map" as bounds

Also take into account tile object size and alignment when determining
whether an object is wit...

github.com/mapeditor/tiled - 6b66aa486b4fb4b930cba3c806c0e4ad57a62be8 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed possible assertion failure on startup

Closes #3762

github.com/mapeditor/tiled - 7322755561eda92c38b7d4b7b7cef84b621cdf9a authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
AppImage: Updated to Sentry 0.6.3

github.com/mapeditor/tiled - affd736b2489bc8d68f417f5433a4ae139934dd0 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Fixed macos-latest workflow (#3760)

* `qbs` now depends on `qt` and not `qt5`
* Explicit linking appears to be no longer necessary

github.com/mapeditor/tiled - 80efa844b80fe0793abe4f7aeb047fe0235ee09d authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Updated to Qt 6.5.1

github.com/mapeditor/tiled - e2f8dbf4877feba722cdf7b9a2a840087d331293 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Merge pull request #3757 from weblate/weblate-tiled-translations

Translations update from Hosted Weblate

github.com/mapeditor/tiled - 0764caeedd8bf7e254ce7781721b493f9025c2bf authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Translated using Weblate (French)

Currently translated at 80.2% (975 of 1215 strings)

Translation: Tiled/Manual
Translate-URL: ht...

github.com/mapeditor/tiled - 44459b2c27da7495e2730ef861110df19356a537 authored over 1 year ago by Corentin PEIGNÉ <corentin.peigne@gmail.com>
Translated using Weblate (French)

Currently translated at 85.8% (1043 of 1215 strings)

Translation: Tiled/Manual
Translate-URL: h...

github.com/mapeditor/tiled - 13d1ad9524aa3ccfb49343a3518036a660875dfd authored over 1 year ago by firstmiddlelast <qube132@yahoo.com>
Translated using Weblate (French)

Currently translated at 82.4% (787 of 955 strings)

Translation: Tiled/Reference
Translate-URL: ...

github.com/mapeditor/tiled - 70468827fade7a91762300dbac99c07adb2889f4 authored over 1 year ago by Corentin PEIGNÉ <corentin.peigne@gmail.com>
GitHub Actions: Updated builds to Qt 6.5 (#3688)

Install new libxcb-cursor0 dependency for Qt 6.5 based AppImage.

github.com/mapeditor/tiled - 062145f77b5489601a8c16677b0a7df5a40b704a authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Added installation links to README.md

Also included links to SignPath regarding their free code signing service.

Closes #3691

github.com/mapeditor/tiled - 85da94e9fd5be16d71d25d690bcffd255baa31a6 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed spelling errors found by codespell

github.com/mapeditor/tiled - d2cddb7b4320b372070e981c82fb3432d3d4a4b5 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Disable the additional icon cache for Qt >= 6.5.1

Qt 6.5.1 caches null icons again, so it does not suffer from the
performance issues caused by re...

github.com/mapeditor/tiled - 32664696c6ba1636b3f884d6e6ad808b99ad3901 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Update to Sphinx 6

github.com/mapeditor/tiled - 1f3fc1b11f0be3022a303307877b2097b20e010c authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Build on Ubuntu 22.04 and use Python 3.11

There's an import error affecting urllib3 2.0 on the current
environment:

urllib3 v2.0 only s...

github.com/mapeditor/tiled - d7808a6ffb5364cbfe4130eac0a21c30c58688d5 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Fixed link to Flame game engine

github.com/mapeditor/tiled - 3ea9271574ac20384e84f4217baafdd2949a34fc authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added links to DRTiled and DRTiled Renderer

github.com/mapeditor/tiled - f2a64781038f84048dc6516f60651058e2662444 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qt 6: Increased the image allocation limit from 1 GB to 4 GB

Apparently some people are using really huge images. Let's see if we'll
ever hear from this agai...

github.com/mapeditor/tiled - a9dabb17a29605b09c88d384498af997efd41093 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
doc: Mention OCaml tmx library

github.com/mapeditor/tiled - 0dd14dca2b08fdd0db1d09d429e15d23f2c9c8f4 authored over 1 year ago by Jacob First <jacob.first@member.fsf.org>
Fixed updating of object selection outlines when changing parallax factor

See comments on issue #3669.

github.com/mapeditor/tiled - a56b5a250fd6a7c622219771dcd7b9732ec444e4 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed object preview position with parallax factor on group layer

Closes #3669

github.com/mapeditor/tiled - 905bff14df32cd3a507ba4d5a2517a289f0b900e authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed hover highlight rendering with active parallax factor

See comments on issue #3669.

github.com/mapeditor/tiled - e7578dc9f5cf7d7101c7823143dc1eac74a3befd authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Disable drawPixmapFragments workaround for Qt 6.5

QTBUG-111416 was fixed in Qt 6.5.0.

github.com/mapeditor/tiled - 45902b156c2d84a1112aeec42a2535e74a23bc28 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Revert "Re-enabled Space for toggling layer visibility"

This reverts commit 0de0f20e304bbed4d8c52e4cc09586bb12d34c5a.

This shortcut was only provided f...

github.com/mapeditor/tiled - f32f9a649f7902f743e83276218e908d5616a2bd authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added information about maximum number of enum flags

A 32-bit signed integer is used to store the flags, which has maximum
value 2147483647. Hence, t...

github.com/mapeditor/tiled - 2a8fc6e9153643eee61d3638ace0458ff5e62970 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Fixed references to moved icon images

github.com/mapeditor/tiled - e4c36b9acfaa61b47cb88313e41fb3f373f14a23 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added missing MapObject constructor

The constructor overload taking a shape was missing. It appears to have
been available since Til...

github.com/mapeditor/tiled - 3bed6bfbfc77bc21c0700bc592567b5a45ebedcb authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Bumped tiled-api to 1.10.1

github.com/mapeditor/tiled - 3a1069cd80ba4f2115aac3216c47e672c89e31b2 authored over 1 year ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Small grammar fix in Automapping (#3659)

github.com/mapeditor/tiled - 01042d095e0833424ad3e3aac7abade0e6a192a3 authored over 1 year ago by eishiya <70545646+eishiya@users.noreply.github.com>
Fixed icon for tiled.exe

Fixing the path as in 358b6a2d21cdcf12b006706d4 was not enough, because
the icon had already bro...

github.com/mapeditor/tiled - 3b2a3c47cb1c8affe59865f671663b7c6ca2e8ef authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed icon for tiled.exe

Broke in 1c1e33cae58ac728f62d5af96091afe6e86a1b85 due to moving the ico.

github.com/mapeditor/tiled - 358b6a2d21cdcf12b006706d43ee17d64fa1bb97 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Simplify the Linux AppImage workflow a little

Use newer GCC and Qt Creator versions also for the Qt 5 build, since it
will not work on Ubuntu ...

github.com/mapeditor/tiled - f75eb7fd1b7dd520cb149b8b270a9b753f142cdb authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Compile the Qt 5 AppImage also on Ubuntu 20.04

This probably does raise its minimum version, but Ubuntu 18.04 is no
longer supported on GitHub ...

github.com/mapeditor/tiled - cc01241bdcc0df499247e2495bb7545a2be1531a authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Bumped the version to 1.10.1

github.com/mapeditor/tiled - 0018b97c4be50cfcb86c441966e17054b3654329 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Merge pull request #3645 from weblate/weblate-tiled-translations

Translations update from Hosted Weblate

github.com/mapeditor/tiled - 12bc5135c950c552e076b28783492e543fe61755 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Translated using Weblate (French)

Currently translated at 100.0% (1425 of 1425 strings)

github.com/mapeditor/tiled - c71830d8d35d396092de95b9e9da47ca784fa935 authored almost 2 years ago by Rhenaud Dubois <rhen33390@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 98.5% (1404 of 1425 strings)

github.com/mapeditor/tiled - f16fbd573f480ffdf46fa46f989efab2358062cd authored almost 2 years ago by Felipe Nogueira <contato.fnog@gmail.com>
Translated using Weblate (Czech)

Currently translated at 98.2% (1400 of 1425 strings)

github.com/mapeditor/tiled - 12b1675a7bf0420aacfbf45615bbdfc67d86e9fd authored almost 2 years ago by Vojtěch Šamla <auzkok@seznam.cz>
Godot 4 plugin: Removed depth limit for .godot project file

Closes #3612

github.com/mapeditor/tiled - bca1eff702a1c32d7f771531b95f09f72cad9807 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Make panning with Space require pressing a mouse button as well (#3637)

At the same time, you can now also use Space panning with the tileset
view. Code refactored to ...

github.com/mapeditor/tiled - e09849e065b3c6ca56513ae1f6fef8797cccc1af authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Updated CodeQL workflow

* Use Ubuntu 22.04
* Updated the codeql-actions from v1 to v2
* Run it also when its workflow fi...

github.com/mapeditor/tiled - 6ebbedd88b4fe4bdc6c68929393b334df39125d7 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Removed Qt::WA_StaticContents workaround for child windows (#3639)

My abandoned patch https://codereview.qt-project.org/c/qt/qtbase/+/74595/
resurfaced 4 years la...

github.com/mapeditor/tiled - 91b4e0501441a299f06b975d65f7a90188839876 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Fixed behavior of Dialog.SameWidgetRows

When a new row was created automatically when adding a widget, it was
failing to remember the ty...

github.com/mapeditor/tiled - cdef7e60e8363bf75d8ff681a79751cc7954fbec authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Improved scripting API docs for check box and button

github.com/mapeditor/tiled - 629541c26511d2fec22c3cbbf323f5096d1da090 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Removed "Add Folder to Project" button from the startup page

This button is no longer very useful to show on this page and is now
even somewhat confusing. Wh...

github.com/mapeditor/tiled - cae1d65488682a72adedf6a87a1dcba08fb21c21 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Avoid shipping debug information in AppImage

Debug information was getting installed after using the convenience
install properties in 46c447...

github.com/mapeditor/tiled - ffdc3ac5c394312d7ad219b3f769b310ca0334a7 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
snap: Update from core20 to core22

github.com/mapeditor/tiled - 1e1f97b2edd499b4cbb1a860fba50bdfd9678ab1 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qbs: Generate the qrc file using qt.core.resource_data file tag

This way we just need to maintain the directory structure and don't need
to manually adjust a qr...

github.com/mapeditor/tiled - 1c1e33cae58ac728f62d5af96091afe6e86a1b85 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qt 6 / Linux: Fixed long startup time for some icon themes

Qt 6 no longer caches theme icons when they could not be found, resulting
in many expensive icon...

github.com/mapeditor/tiled - e3ca255954f9780b653cad19c877f85074323c71 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
doc: Fixed link in scripting API documentation

github.com/mapeditor/tiled - 930aba2cfcf437e53f79d305d2d9bd3c4c26c5d1 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
JSON plugin: Fixed loading of empty tilesets created by script

When creating a new tileset using the scripting API, the tile size
defaults to 0x0. Previously, ...

github.com/mapeditor/tiled - b1454c919ede344ebdac3111b409f0a5dbcc3565 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Scripting: Added read-only access to Project properties (#3622)

* Added tiled.project
* Added Project.extensionsPath
* Added Project.automappingRulesFile
* A...

github.com/mapeditor/tiled - 5113f40e85050ba3981e548411ea391ac953c88d authored almost 2 years ago by dogboydog <dogboydog@users.noreply.github.com>
Fixed grid rendering for odd Hex Side Length values (#3625)

Also prevented infinite loop with certain tile size and negative side
length setups.

Also tw...

github.com/mapeditor/tiled - c6a7500cd9090f3b7dacfd2f965c7dc20a5e7940 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed tile stamp getting messed up on staggered maps in some cases

Closes #3431

github.com/mapeditor/tiled - e35482c8abc8f3f64f429846c17f6cee30a5da15 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Improved Terrain Brush for Hexagonal (Staggered) maps with side length 0

Now Hexagonal (Staggered) maps are treated the same way as Isometric
(Staggered) maps, which mig...

github.com/mapeditor/tiled - 9aaada79fefd82ac635f70c05d3e2da25ff4fb29 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qbs: Use the texttemplate module for the tiled.rc file

github.com/mapeditor/tiled - 16229d03c3999e1107c6ec605270b9243a494531 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qt 6: Increased the image allocation limit from 128 MB to 1 GB

Closes #3616

github.com/mapeditor/tiled - fffe87dc792f1d0a9c60a31e9645429e083362c2 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Fixed object labels to adjust to application font changes

github.com/mapeditor/tiled - 6a22eb870491a38930c73d91095784816b939498 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Git ignore clangd cache

github.com/mapeditor/tiled - 61adc4d0ec4335b83604b0899a94476ff5d9b9b4 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
GitHub Actions: Updated builds to Qt 6.4.3

github.com/mapeditor/tiled - 9a45129336bd4ff7a3809f379d3471ece661088c authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qbs: Added libDir option and use convenience install properties

Since Qbs 1.13, Application and DynamicLibrary items have convenient
"install" and "installDir" ...

github.com/mapeditor/tiled - 46c447422209929b14e6622dec51942d5bbe09b1 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Qbs: Increased minimum version to Qbs 1.13

Removed no longer necessary base module imports.

github.com/mapeditor/tiled - bca8635d360e0944f93450eca436b6d4304eba9d authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Bumped tiled-api to 1.10.0

github.com/mapeditor/tiled - 354f884210bcfdd96c00421dd902b2037f119c7a authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Tweaks to API docs due to Tiled releases now using Qt 6

github.com/mapeditor/tiled - 928eea5d9957fcf04c3f64d4d0a595879da4b010 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Improve styling and minor wording fix on Automapping page (#3610)

Changed property names to **bold** from `code`, so that it's clearer what's a value or text you ...

github.com/mapeditor/tiled - 06c0d8b7e61297174c3a4cb9843e83ba7cf86da4 authored almost 2 years ago by eishiya <70545646+eishiya@users.noreply.github.com>
docs: Restored the documentation for the IgnoreLock property

github.com/mapeditor/tiled - eed11a2e67d90c997e6d8e3321f06f74f92a9ccb authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Updated date of 1.10 release

github.com/mapeditor/tiled - 83fb60ddd8a9e0a89c610fcc85ebf0eb1f527a5d authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Updated .po files for Manual translations > 1%

github.com/mapeditor/tiled - 1da354e11f566baf3ddd5461d4d87fd47454849d authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Updated .pot files for translating the manual

github.com/mapeditor/tiled - d8485666e16986eb8798e67a2840302166ef8650 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added .md files to Qbs project and formatting tweaks

github.com/mapeditor/tiled - b53c290d3b33359dfe70f3a74968e9d769dbbc4b authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Merge pull request #3609 from weblate/weblate-tiled-translations

Translations update from Hosted Weblate

github.com/mapeditor/tiled - 8953dbf024fd682c42b71dab9e7900fafe54bce5 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Translated using Weblate (German)

Currently translated at 12.0% (100 of 830 strings)

Translation: Tiled/Reference
Translate-URL: ...

github.com/mapeditor/tiled - b574919f8e8d65d3ff03ba3538aaa9dc4a351051 authored almost 2 years ago by Ettore Atalan <atalanttore@googlemail.com>
Translated using Weblate (German)

Currently translated at 16.3% (174 of 1062 strings)

Translation: Tiled/Manual
Translate-URL: ht...

github.com/mapeditor/tiled - 5d2947cd860faf6d9b2323ffbad69f9477649b35 authored almost 2 years ago by Ettore Atalan <atalanttore@googlemail.com>
Translated using Weblate (German)

Currently translated at 100.0% (1425 of 1425 strings)

github.com/mapeditor/tiled - 30cf9d1d442c175474804faf4b4eb732407ed37f authored almost 2 years ago by Ettore Atalan <atalanttore@googlemail.com>
docs: Scripting API fixes and additions

* Added QLineEdit.text
* Added QTextEdit.markdown
* Fixed link in docs for Dialog.addTextEdit

github.com/mapeditor/tiled - d412aee0c427482eaaabfae9100b14e5636e8f76 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
Merge pull request #3606 from bjorn/docs-automapping

docs: Added new documentation about Automapping

github.com/mapeditor/tiled - d1c9375795025be141536a153b0bb09ac6a4ab36 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Tweaked Automapping > Credits section

github.com/mapeditor/tiled - de3abed89efdce6019175cc59d7444ea1e3dfe20 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added 'make livehtml' based on sphinx-autobuild

sphinx-autobuild will watch files for changes, automatically rebuild and
then trigger a page ref...

github.com/mapeditor/tiled - a1d7847dd3b41f0eee9c04576b546a2c361118b7 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added icons to special tiles

Thanks to @eishiya for the HTML/CSS technique, now implemented using
MyST and its attrs_inline e...

github.com/mapeditor/tiled - cadf87d9a2bb406a4162f3244545dbd65c1ec86c authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Small fixes to the new Automapping page

github.com/mapeditor/tiled - f9faed3f6cd2cde2fe31217794637c3bd95118e2 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Removed old Automapping images

github.com/mapeditor/tiled - 313c21b748ac91f89f82dc844596cd701b409341 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Added new documentation about Automapping

Written by @eishiya.

github.com/mapeditor/tiled - dc514f2d94a0d0a42fd9dbf5b089fc4681813f5a authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Enabled MyST for Markdown pages

github.com/mapeditor/tiled - 201d1f1647c5c5e24b00c2e47b3d865154953919 authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Removed outdated note regarding scripting API

Since Qt 5.12 is the minimum supported version anyway, the full
scripting API and ECMAScript 7 f...

github.com/mapeditor/tiled - 88ea21db7296a4aeb7e99ecb4936eb03687ccc0c authored almost 2 years ago by Thorbjørn Lindeijer <bjorn@lindeijer.nl>
docs: Document QWidget.styleSheet (#3605)

Also made Dialog extend Qt.QWidget.

Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>

github.com/mapeditor/tiled - b9e9e3fb923ae05bbbe105a2c1bf3c7bafe81005 authored almost 2 years ago by dogboydog <dogboydog@users.noreply.github.com>