Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mapeditor/tiled
Flexible level editor
https://github.com/mapeditor/tiled
This only fixes it for item view items, and not selected text in
general. Probably should be fix...
In Qt 6, the enum values in the Qt object are only available in QML, or
in JS scripts used by QM...
Since Qt 6.3, there is an assertion that triggers when a QObject derived
class gets destroyed an...
85dbefc5bd721afaad1d4e24230f1a514aeed5ce authored over 2 years ago
Currently translated at 95.8% (1341 of 1399 strings)
b45e70cd487f0fb89d4675c11cf8940bdf29fa7f authored over 2 years agoCurrently translated at 100.0% (1399 of 1399 strings)
1f6e78a1c9ed80e4ab7502da9b0ce7ff6a86074b authored over 2 years agoCurrently translated at 100.0% (1399 of 1399 strings)
ac59cdf59ee2dfebc4bb55c5634b610ce586abf1 authored over 2 years ago
Provides faster access to the already loaded image, than using the
imageSource property and load...
Several places where maps were being rendered to an image were not taking
into account the conte...
2d4b64059533416d1404bc48b886b53692d90514 authored over 2 years ago
Also adjusted the documentation.
1eb76b94c7612ef5e98fa98212875dfeb63d45e2 authored over 2 years agob92c813a313e684b76c58a629db50c6ad51c9f34 authored over 2 years ago
Currently AppVeyor builds will be 6.3.0, but hopefully it'll be updated
to 6.3.1 soon as well.
Addendum to 7a060fb119236520beb78d1f344bda2a35d82f0c.
cb79aae14038fb1e4bcbc5eca4c4bb83b716e8b8 authored over 2 years ago64642c0432354377516303bac3efecfdfc43520d authored over 2 years ago
Now building all packages in a single workflow, which helps sharing code
using a build matrix an...
Apparently std::optional has no value() method yet on macOS SDK 10.12.
cf40a85c871e120307724b02c34fb77900c1dca5 authored over 2 years ago
This is a bit of a hack, but it should make it a little easier to find
and set the various Autom...
Not sure this code is still needed on current macOS versions. When
compiling against Qt 5.12 it ...
In general there would always be a .tiled-project file that can be
opened instead, but there app...
Fields were by default not growing beyond their size hint and centered
instead, which looked ver...
Breaking string freeze for this one, but only Russian translation was
touched so far and this is...
Currently translated at 94.1% (1318 of 1400 strings)
88f15760df34a45e17b95422f956b0d687600ad4 authored over 2 years agoRegression in 517fb0fb9ee53ae77b6ab05cf7a1a9c8f38dcbd3.
e67282f8215b9af235753aca9fbe23fe00829236 authored over 2 years agoRegression in 7f7589e54d824fc28949f5ad914a8e5b2377f7cd.
916d7accdb70032fc1e6bc83401480cef8dca5c9 authored over 2 years agoHopefully this will unbreak the Qt 6 builds.
6abda01e782857bc2935e00682419236afc93a0a authored over 2 years ago
* Don't try to adjust members when importing Object Types, since they
will already be referenc...
5a5ec184dad1260fb393cc3b6aa7d3dda551d094 authored over 2 years ago
See snapcore/action-publish#28 for details.
e79f4fe8ee98d0087f35cbfce21f6bfedfaf6d22 authored over 2 years ago
This marks the string freeze for Tiled 1.9. For up-to-date translations, the
summary is as follo...
3af0dc3099976a6a6fde3546c54ada99f1890284 authored over 2 years ago
ad7a1d2ddc1aa8aabc48db95e809938b1b1b5a6d authored over 2 years ago
b07f51e5dbccbe0411ca914626393e6db15b0e82 authored over 2 years ago
The name "Property Types" is probably too specific now that the classes
can also be used as the ...
The private header used from qtdeclarative5-private-dev depends in turn on
private headers from ...
82578e620eaab52014cb9e39a9e9145fb180b189 authored over 2 years ago
Conflicts:
NEWS.md
src/tiled/automapper.cpp
src/tiled/clipboardmanager.cpp
src/tiled/tiled.p...
fa4f17699665c4b9e6ce0bfc55109294385fec7b authored over 2 years ago
Currently translated at 83.1% (1148 of 1380 strings)
83270f5ff19cf89c546cabc4646c288afe185474 authored over 2 years ago
More accurately describes what it does, namely negating the condition at
a specific location for...
See https://github.com/mapeditor/tiled/issues/3100#issuecomment-1154423548
95af3a7db05836994afaa94da7c674981d8d4a58 authored over 2 years agoMerge object types into property types.
902efd65ccc17e1b6824941f86f01bf5784d916f authored over 2 years ago
Actually seen on Sentry after exporting a map using a scripted export
format, since EditableMap:...
For compatibility.
Enums are left out when exporting to this format, and the object types
do no...
685dbff38244776108b8ddbe669b4d8937752311 authored over 2 years ago
This can currently be used to make the class of objects and tiles write
out as "type", as used t...
This breaks compatibility with older versions of Tiled, which will not
load the "type" for tiles...
On MSVC, Qt 6.3 requires /permissive- (standards conformance mode) to be
set. Since we're still ...
When an attempt to rename a property type by pressing Enter in the Name field
would cause a name...
0072eb361227527e158f5c36be9e7c992e175013 authored over 2 years ago
This adds options to limit where a custom class can be used. With this,
we can avoid clutter in ...
Implemented by ignoring viewport transformations for these objects,
which means point objects ar...
TemplateObject instances are no longer used as Object anywhere, so it
did not need to derive fro...
Also modified the orthogonal-outside example to include a point object.
1aaa5c0a4a078855506333e1ade158d9ebea53b2 authored over 2 years ago
It is now only used after a project is loaded, to import the types into
the project.
This enables clicking through random variations, where previously the
mouse had to be moved to g...
* Project-referenced object types will now be automatically imported
as class property types.
...
Expands on f6bf60ff759a3c5a7ffd02cc1c0e02b7e97bf810. Now this behavior
also applies to the follo...
With this change, Class Property Types replace all usages of Object
Types. Some reason should s...
Now the ClassPropertyType is exactly the same as the ObjectType, and
could replace it. The only ...
Part of issue #3100
36560062b90dda53fa651c98f85440ff348dd29b authored over 2 years ago* Tile Render Size can be either "Tile" or "Grid"
When set to "Tile", the tile determines the...
e94dd2cc5f6d20ab729afbef9708882500c4d27d authored over 2 years ago
Conflicts:
NEWS.md
* Tile objects could not be selected when their image had no alpha
channel, because in that ca...
Use the new rotate90 cell property, which was added in Defold 1.2.191.
Closes #3369
e9fcd8e631f2f7a568eced365a2c005b5d263569 authored over 2 years ago
Since some actions have multiple shortcuts by default, there can be
hidden conflicts in the keyb...
Some actions have multiple shortcuts (for example the "Close" action has
both Ctrl+F4 and Ctrl+W...
Now that we're storing a sub-rectangle for each tile, we can use it to
avoid actually cutting ou...
When importing a keyboard mapping scheme, any actions without a shortcut
were ignored. This mean...
See issue #3279
3ac1ca275d51383918bb3693f30f4c98562b6982 authored over 2 years ago
Since the right-click to open the context menu was selecting the stamp,
there was no longer a ne...
'New Project', 'Recent Projects' and 'Close Project' actions are now
part of the File menu, wher...
No longer needed now that we have 'Open File or Project' in File menu.
e1275bfce9ed976d6d8a14d77302bfaaeaced214 authored over 2 years ago
This action replaces the 'Save Project As' action, and should be in
general more intuitive. The ...
The system QLocale might include multiple UI languages in order of
preference. Using the QTransl...
When a group of objects is pasted and some of the pasted objects
contained references to other p...
49e09a4457e40443679bb0836c7d207e5ff62d1d authored over 2 years ago
Since the tinting is so expensive, we're now keeping up to 100 MB of
tinted versions allocated.
...
The new 'forest' example demonstrates the use of sub-images.
Co-authored-by: Thorbjørn Lindei...
accee950b4a9b84249038496afe778cf791283d7 authored over 2 years agolibqt5svg5-dev required due to ce441e18339ec197d010949487bf1d4d5625edaf.
51fc8c6cf5f9079a1e877037a548ef9790edf663 authored over 2 years ago
Conflicts:
NEWS.md
src/tiled/libtilededitor.qbs
tiled.pri
5101b63637347e66d5462455caec6da08db676d5 authored over 2 years ago
4a0f919875e6a974965bd825d1e4134caeec87dc authored over 2 years ago
Tiled needs QtSvg to be present since some of the icons use the SVG
format. Directly depending o...
91823a16152c0fa978acaf6aac45e03b511fb688 authored over 2 years ago
Currently translated at 100.0% (1380 of 1380 strings)
b81f92bf41867ead5337b0c76e4c3a96c3374c05 authored over 2 years agoCurrently translated at 100.0% (4 of 4 strings)
Translation: Tiled/Documentation Index
Translat...
Currently translated at 97.4% (1345 of 1380 strings)
dca8c87e1467665cdbf0a977202176421bd04463 authored over 2 years ago
Before, since these were stored in static variables, they would not
update when the application ...
This is necessary after theme changes that make the previously drawn
checkboxes look out of plac...
In case of maximized windows, restoring the geometry causes two resize
events. We need to wait ...
It's removed in Debian and Ubuntu 21.04. Probably it suffices to just
install qtbase5-dev.
Since it does not appear to be possible to tell apart an "invalid"
QColor value from "black" whe...
For non-infinite maps, it now also handles layers that don't start at
0,0 correctly, though this...
I forgot this branch is still supporting Qt 5.6.
814444e5833c79898e86d5eafee5be95f675ecd4 authored over 2 years ago7e20ea75e2d585aafac9e80f45c4896db750a282 authored over 2 years ago
While it might make sense to hide these when using the native system
style, showing the shortcut...
The world-related actions moved to their own menu at some point.
Closes #3354
cefc7e6e9b6968b88b857ad845f721097da26f2a authored over 2 years ago
Python API actually does offer support for group layers, since
Tiled 1.2.2.
Now directly skips any non-interesting points, instead of excluding them
within the iteration. N...