./graphics/tuxpaint-config, Configuration program for tuxpaint

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.25, Package name: tuxpaint-config-0.0.25, Maintainer: pkgsrc-users

"Tux Paint Config" is a graphical configuration tool for "Tux
Paint." It provides a point-and-click interface that allows parents
and teachers to alter Tux Paint's behavior -- disable sound effects,
run in full-screen mode, etc. -- without needing to manipulate a
text-based configuration file.


Required to run:
[x11/xcursor] [print/libpaper] [x11/fltk13]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 872.762 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-29 23:59:41 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
tuxpaint-config: update to 0.0.25.

2024.October.25 (0.0.25)
 * Squelch [admittedly impossible] compiler warning
   "array subscript -1 is below array bounds"
   under g++ 13.2.0.

 * Addressed some "defined but not used" warnings.

2024.July.17 (0.0.24)
 * Option for new Tux Paint 0.9.33 feature:
   + "Ungroup Magic Tools" option added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>

2024.January.27 (0.0.23)
 * Option for new Tux Paint 0.9.32 feature:
   + "Complexity" level control added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>
     w/ help from TOYAMA Shin-ichi

 * Other Improvements:
   + Simplify macOS building by signing macOS app bundle anonymously by
     default.
     Mark Kim <markuskimius@gmail.com>

2023.July.20 (0.0.22)
 * Options for new Tux Paint 0.9.31 features:
   + "Disable 'Make Template'" added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>

   + "Disable 'Erase' (file deletion)" added to "Simplification".
     Bill Kendrick <bill@newbreedsoftware.com>

   + "UI Font" added to "Locale".  (Queries system, via \ 
Pango, for
     available fonts and presents them in a selection list.)
     Bill Kendrick <bill@newbreedsoftware.com>

 * Bug fixes:
   + Activate "Apply" & "Reset" buttons immediately upon \ 
editing type-in
     and spinner fields; don't require focus to change first.
     Bill Kendrick <bill@newbreedsoftware.com>

   + Make sure to remove up generated gettext '.mo' files during
     "make uninstall" process.
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

   + Options that may contain spaces (directory paths, like "savedir",
     or shell comamnds like "printcommand") now have their values wrapped
     in double quotes (").
     - On Linux, use of `wordexp()` to handle shell expansion
       (e.g., "$HOME" or "~") requires things be wrapped in \ 
quotes
       if they contain spaces.
     - On other platforms, quotes will be trimmed by Tux Paint itself.
     - Affected options as of 0.9.31: "uifont", "colorfile",
       "savedir", "exportdir", "datadir",
       "printcommand", and "altprintcommand".
     Bill Kendrick <bill@newbreedsoftware.com>
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

   + Ensure UI Font list includes fonts bundled with Tux Paint but may not be
     visible to Tux Paint Config.
     Mark Kim <markuskimius@gmail.com>

 * Other changes:
   + Improvements to debugging output options.
     Mark Kim <markuskimius@gmail.com>

 * Build updates
   + macOS
     - Update for Tux Paint Config to find the same set of fonts found
       by Tux Paint on macOS.
     - Auto update version when building on macOS.
     Mark Kim <markuskimius@gmail.com>

   + Dropping old GNOME and KDE specific icon/launcher installers,
     having Makefile replicate more closely what `tuxpaint` does.
     h/t Tim Dickson
     Bill Kendrick <bill@newbreedsoftware.com>

   + Default spec file for rpmbuild.
     TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

 * Miscellaneous:
   + Option to enable debugging (see debug.h)
     Mark Kim <markuskimius@gmail.com>

2023.May.19 (0.0.21)
  * "Disable Magic Sizes" added to "Simplification",
    to match new setting in Tux Paint 0.9.30.
    Bill Kendrick <bill@newbreedsoftware.com>

  * Canvas size calculation appears, based on window size,
    orientation, button size, and color rows.
    Closes https://sourceforge.net/p/tuxpaint/feature-requests/106/
    Bill Kendrick <bill@newbreedsoftware.com>

  * Created "src/indent.sh", to run 'indent' against source files.
    Ran it during 0.0.21 development.
    Bill Kendrick <bill@newbreedsoftware.com>

  * New "haiku" Makefile target that builds with "-lintl"
    Luc 'Begasus' Schrijvers <begasus@gmail.com>
    and Bill Kendrick <bill@newbreedsoftware.com>

  * Fix path for tuxpaint.cfg on Haiku
    Luc 'Begasus' Schrijvers <begasus@gmail.com>

2023.April.2 (0.0.20)
  * "Disable Stamp Rotation" added to "Simplification",
    to match new setting in Tux Paint 0.9.29.
    Bill Kendrick <bill@newbreedsoftware.com>

  * "Button Size: Auto" added to "Video/Sound",
    to match new setting option in Tux Paint 0.9.29.
    Bill Kendrick <bill@newbreedsoftware.com>

  * Option to set joystick button to activate "Fill" tool
    (Closes https://sourceforge.net/p/tuxpaint/feature-requests/199/)
    Bill Kendrick <bill@newbreedsoftware.com>

  * [WIN32] Require "administrator" privileges
    to enable saving changes for "All Users" to the file in the system \ 
directory.
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

  * Added additional headings, some recently-added options
    (and older, missing ones), and fleshed out the Joystick
    section of Tux Paint Config.'s README.
    Bill Kendrick <bill@newbreedsoftware.com>

2022.June.3 (0.0.19)
  * "Reverse Sort" option added to "Saving",
    to match new setting in Tux Paint 0.9.28.

  * "Disable Brush spacing" option added to "Simplification",
    to match new setting in Tux Paint 0.9.28.

  * Improved layout to Saving tab
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
    Bill Kendrick <bill@newbreedsoftware.com>

  * Build updates:
    * macOS
      Mark Kim <markuskimius@gmail.com>
      * Applying to Tux Paint Config the same changes already made to the main
        Tux Paint application:
        * build-app.sh uses character class [[:space:]] instead of \t for
          compatibility with newer tools.
        * Add macos/build-universal.sh for building the universal binary.
        * Provide universal binary build instructions.
        * Small tweaks to the Makefile to better guide the user on the next
          steps and make the universal binary build instructions clearer.
      * Remove the `--openfolder` option when calling `bless` from Apple
        Silicon.  This option is no longer valid on Apple Silicon as of the
        March 2022 release of Xcode.

2021.November.25 (0.0.18)
  * Interface improvements:
    + Scaling up the Tux Paint Config. window size and
      font size of text shown in the UI, when the screen has
      a high DPI (>= 120) and sufficienlty high resolution
      (>= 1280 wide x >= 900 high).

      (Set an environment variable "TPC_SIZE=small" to
      override this, and use the smaller window & font sizes.
      "TCP_SIZE=large" can be supplied to force a larger UI.)

    + Made widget and label spacing and positioning more dynamic, to
      help with both high-DPI support (above) as well as better
      handling of UI when running in locales that have longer strings.

    + Allow window to be resized.

    Bill Kendrick <bill@newbreedsoftware.com>
    TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>
    Pere Pujal i Carabantes <perepujal@gmail.com>

  * New features:
    + "Use 'All Users' Settings" checkbox replaced with a
      3-way selection dialog that allows the local config
      to either (a) ignore system-wide configurations,
      and ONLY use the local config's, (b) merge the
      system-wide configuration with the local one
      (the previous default behavior) or (c) use only
      the system-wide one (deletes the local config file).
      (https://sourceforge.net/p/tuxpaint/bugs/201/)
      - MD Ekramul Ansari <https://sourceforge.net/u/ekramula2>
        (h/t Pere Pujal i Carabantes for 'rebasing' Erkamul's
        original patch from 2015(!); some bugfixing by Bill K.)

  * Localization updates:
    + Catalan translation
      Pere Pujal i Carabantes <perepujal@gmail.com>

    + French translation
      Chion Jacques <jacques.chion@orange.fr>

    + Galician translation
      Miguel Bouzada <mbouzada@gmail.com>

    + Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    + Japanese translation
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

    + Portugues translatione
      Hugo Carvalho <hugokarvalho@hotmail.com>

    + Allowing translations which fail to word-wrap naturally
      in FLTK due to lack of explicit whitespace (e.g. Japanese)
      to wrap (without resorting to including "\n" linebreaks
      within the translated strings), as FLTK doesn't handle
      this itself (as of v.1.3.4).  Utilizes `unibreak` library.

    + Default language option is now localizable (had always
      appeared in English).
      (Shin-ichi with tweaks by Bill)

 * Bug fixes
   * Some settings could not be reset to their defaults; mended.
     ("Button size", "Color palette rows", "Colors last \ 
in 'New' dialog",
     "Disable Magic Controls", "Disable Shape Controls", and
     "Disable 'Label' Tool")

2021.June.28 (0.0.17)
  * Moved "Alternative Color Palette" option from
    "Video/Sound" to "Data".

  * Added an "Interface Size" section to "Video/Sound", with
    sliders to control:
    + interface button size ("buttonsize")
    + number of color palette rows ("colorsrows")

  * macOS support for All Users
    macOS can once again save settings for All Users on modern macOS that
    requires authentication before writing to a global settings directory.
    The user, assuming one is of an admin user type, is prompted for their
    password when saving to the All Users directory.
    Mark K. Kim <markuskimius@gmail.com>

  * Documentation updates:
    * Added macOS installation instructions.
      Mark K. Kim <markuskimius@gmail.com>

  * Build updates:
    * Fix -Wexpansion-to-defined warning
      Mark K. Kim <markuskimius@gmail.com>

2020.December.27 (0.0.16)
  * Added "User Alternative Export Direction" option,
    under "Saving" section, to match option provided for
    new Tux Paint features (export image and export animated GIF).

  * Added "Disable Shape Controls" option,
    under "Simplification" section, to match new Tux Paint option.

  * Build updates:
    * Support for Mingw64 for 64-bit builds
      TOYAMA Shin-ichi <dolphin6k@wmail.plala.or.jp>

  * Added option for the Sardinian language.

  * Added to README the descriptions of some options which
    were previously missing.

2020.May.29 (0.0.15)
  * Added "'New' colors last", to match new Tux Paint feature.
    (Also, renamed "Start Blank" group to "Starting Out".)

  * Added "Stereo" option, to match new Tux Paint feature.

  * Build updates:
    + Allow DESTDIR to be used to specify a packaging directory.
      Tim Dickson <dickson.tim@googlemail.com>
      (Reflected for macOS: Mark K. Kim <markuskimius@gmail.com>)
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-04-13 16:13:57 by Thomas Klausner | Files touched by this commit (10)
Log message:
*: recursive PKGREVISION bump for libpaper shlib major bump
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202)
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
   2020-04-20 02:38:59 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Needs libXcursor. Fix portability