Commit graph

3312 commits

Author SHA1 Message Date
Bill Kendrick
e87f36d9a7 Fix Haiku "unable to open saved files" bug
Appling patch from a92961004d
that fixes https://github.com/haikuports/haikuports/issues/3045
2020-06-22 23:04:13 -07:00
Bill Kendrick
b65d7f9da4 Bumping version to 0.9.25 2020-06-22 22:58:12 -07:00
Pere Pujal i Carabantes
7769410b2e Merge 0.9.24 master branch into sdl2.0 2020-05-31 00:47:19 +02:00
Bill Kendrick
90871308ef Bump release date to today (2020-05-29) 2020-05-29 20:15:45 -07:00
Bill Kendrick
10c833e565 Bump version date -> 2020-05-23 2020-05-23 23:32:49 -07:00
Pere Pujal i Carabantes
bcc3bdda96 Closing Tux Paint before the end of font scanning resulted in crashes in the Android port. 2020-05-14 00:48:50 +02:00
Pere Pujal i Carabantes
ba19100fb9 Sometimes the progress bar gets keeps statically showing when returning to foreground. 2020-05-06 19:47:02 +02:00
Pere Pujal i Carabantes
2a430c0dc0 Undeffing FORKED_FONTS seems to improve things on Android. The system onscreen keyboard hid the progress bar, don't show it until fonts are already in place. 2020-05-05 00:24:42 +02:00
dolphin6k
fe57108f2f Re-organized %files section and correct path for 'tp-magic-config --plugindocprefix' 2020-05-01 17:45:41 +09:00
dolphin6k
0580897a26 Wrong change log date in spec file. 2020-05-01 16:11:17 +09:00
dolphin6k
8a271b6a4e SPEC file to use xdg-utils to install icons. 2020-05-01 14:54:46 +09:00
dolphin6k
99fb3f7dce Some systems require inluding librsvg-cairo.h explicitly. 2020-05-01 14:51:10 +09:00
Bill Kendrick
b0dda9ac26 Updates to RPM .spec file
Disable target "install-xdg". Add ImageMagick for BuildReq.
(From Shin-Ichi)
2020-04-26 21:19:33 -07:00
Bill Kendrick
d172f38d4d Win32 build (& doc) tweaks
TOYAMA Shin-ichi noticed that when building for Win32 under mingw/msys,
an #include of "librsvg-cairo.h" was also necessary.

He also bumped the version # in win32/resources.rc
(and I put his credit in there).

I updated docs/RELEASE.txt to mention that .rc file also needing
updated when preparing a new release.
2020-04-10 19:05:52 -07:00
Pere Pujal i Carabantes
703696bb9b Android prints were cut at the edges. 2020-04-04 19:25:35 +02:00
Bill Kendrick
91505fae8e Debug output clean-up
Wrapped some debug output in "#ifdef DEBUG" tests,
and made sure some warnings and errors were going to
STDERR, rather than STDOUT.

Motivation: Less noise while launching/using Tux Paint,
unless it matters.
2020-04-02 22:15:13 -07:00
Pere Pujal i Carabantes
e6f583bd8e Merge branch 'master' into sdl2.0 2020-04-02 16:27:42 +02:00
Bill Kendrick
b9c929a0a1 Rework how progress bar shown with stamps
Was drawing progress bar while DRAWING stamps into the UI
(in https://sourceforge.net/p/tuxpaint/tuxpaint/ci/ad4bfde57c170082d93979a7073f7358872eca21/),
even if they were already loaded and thumbnailed.

Now only doing it when loading a new stamp.  Should hopefully
help with performance.  (h/t Pere for reporting slowness on Android)
2020-04-01 22:29:57 -07:00
Bill Kendrick
950ad369b9 Doc'ing Mark Kim's macOS build doc update 2020-04-01 22:10:37 -07:00
Mark Kim
3fa7cefa69 macOS update building procedure 2020-04-02 00:19:02 -04:00
Pere Pujal i Carabantes
a95796381c Last minute translations for 0.9.24
Merge branch 'master' into sdl2.0
2020-04-01 11:17:26 +02:00
Bill Kendrick
50a570ef2b Doc'ing Norwegian Nynorsk translation update 2020-03-30 23:25:01 -07:00
Karl Ove Hufthammer
3b4e07ef2b Minor improvements in Norwegian Nynorsk translation 2020-03-30 19:14:10 +02:00
Karl Ove Hufthammer
9487ff4230 Fix spelling mistake in Norwegian Nynorsk translation 2020-03-30 19:10:17 +02:00
Bill Kendrick
a404bfdba8 Doc'ing Valencian update 2020-03-29 17:11:29 -07:00
Pere Pujal i Carabantes
0bbbe8dc99 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2020-03-29 23:43:43 +02:00
Pere Pujal i Carabantes
c7794df2af Updating Valencian 2020-03-29 23:42:38 +02:00
Pere Pujal i Carabantes
aefcd2c184 Updating Valencian 2020-03-29 23:41:18 +02:00
Bill Kendrick
d820fade47 Swahili translation update 2020-03-29 12:40:52 -07:00
Pere Pujal i Carabantes
937b40e449 0.9.24 Merge branch 'master' into sdl2.0 2020-03-29 16:35:50 +02:00
Bill Kendrick
5ad2621abc Ensure all docs/etc. show 0.9.24 version # 2020-03-28 22:38:10 -07:00
Bill Kendrick
ad4bfde57c Show progress bar while loading (more) stamps 2020-03-15 13:06:13 -07:00
Pere Pujal i Carabantes
1d67cc867c Tweaking orientation handling in Android. 2019-11-04 01:14:38 +01:00
Pere Pujal i Carabantes
70d9da8369 Halloween, Merge branch 'master' into sdl2.0 2019-11-02 01:01:11 +01:00
Pere Pujal i Carabantes
4e4a6e569d Handling orientation on Android. 2019-11-02 01:00:16 +01:00
Bill Kendrick
2860da7668 Replace KDE icon install with Freedesktop.org
Replaced KDE (older, KDE4, in fact) specific icon and
launcher (.desktop file) installation & uninstallaton
invocations in Makefile with those that use Freedesktop.org
`xdg-...` tools.
2019-10-29 22:44:11 -07:00
Pere Pujal i Carabantes
6e1b801de2 Fallback to nanosvg when rsgv fails. 2019-10-22 00:17:00 +02:00
Pere Pujal i Carabantes
be761daf7c Merge branch 'master' into sdl2.0 2019-10-19 17:08:37 +02:00
Pere Pujal i Carabantes
c3e652f5ff Defer setting the window icon until there is a window. 2019-10-19 16:59:33 +02:00
Bill Kendrick
6c5eb54c49 Update (c) to 2019
h/t Jonathan Carter
2019-10-05 14:00:41 -07:00
Bill Kendrick
a8b3153a5a Update version # in tuxpaint.spec 2019-09-26 22:10:56 -07:00
Bill Kendrick
19def18abb Properly doc fullscreen option in manpage
Manpage still showed that "--fullscreen" (with no value) could be
specified.  Lately, it requires =yes, =no, or =native.
For https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769368

Also, remove a duplicated credit from the contributor list.
2019-09-25 23:25:19 -07:00
Bill Kendrick
acabe10e30 Unique filename when thumbnailing starters
Helps for parallel builds (e.g., `make -j12`).  h/t Pere.
2019-09-25 23:16:59 -07:00
Bill Kendrick
8667c29650 Doc'ing Pere's bugfix w/ SVG & PNG Starters
Mentioning Pere's bugfix for starters/templates PNG vs SVG
confusion, in changelog.
2019-09-25 22:50:22 -07:00
Pere Pujal i Carabantes
ca0420df40 Better solution for frame_heart.png being wrongly discarded as the .png version of frame_hearts.png. 2019-09-26 00:22:53 +02:00
Pere Pujal i Carabantes
13b00d344f Merge branch 'master' into sdl2.0
2019 september 24 after remading the POs.
2019-09-24 20:14:14 +02:00
Pere Pujal i Carabantes
0ac3137487 .gitignore as the master branch 2019-09-24 20:10:23 +02:00
Bill Kendrick
d0aeab0e95 Ran update-po.sh in tuxpaint
Forgot to do this earlier, after altering source (moving Fill tool).
This also helps update source line numbers, sometimes referenced by
translators.
2019-09-24 08:43:28 -07:00
Bill Kendrick
94132b4049 Ignoring src/po/POTFILES.in
This file is generated, based on POTFILES.in.in (for main Tux Paint code)
and all of the Magic tool source files, by the "update-po.sh" script.
2019-09-24 08:42:00 -07:00
Pere Pujal i Carabantes
a1c778135d Merge branch 'master' into sdl2.0
Merging master 2019-september-24 into sdl2.0 branch
2019-09-24 14:52:40 +02:00