mypaint (1.3.0~git4990-c32bd422-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: c32bd422b2e356f4e7fae4c02ff8ca337a321f49
* Date: 1538106647
* git changelog:
* c32bd422 - PY3 palette load/save compat with PY2
* cd662639 - PY3 load png workaround
* c5fe00ec - windows build- don't update msys2
* e474dd27 - Merge pull request #862 from briend/xytilt
* af306e4c - py3: palette load/save fixes.
* 74193b17 - xtilt ytilt view rotation moved to brush engine
-- Alexander Pozdnyakov <censored> Sat, 29 Sep 2018 06:21:53 +0300
mypaint (1.3.0~git4984-deef9dc8-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: deef9dc83852e12126cc8c48869857cc8a0b83a2
* Date: 1528439408
* git changelog:
* deef9dc8 - BrushEditor: organize experimental brushes into new
groups
* eb27b705 - Merge pull request #897 from briend/fullscreen_timer
* 05ba3880 - Merge pull request #925 from briend/free_modifiers
-- Alexander Pozdnyakov <censored> Fri, 08 Jun 2018 21:17:03 +0300
mypaint (1.3.0~git4979-791da343-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 791da34309ff6819850c061a1cc14ff24a61a5e2
* Date: 1526363258
* git changelog:
* 791da343 - MSYS2 partial upgrade to fix bundles
-- Alexander Pozdnyakov <censored> Sun, 27 May 2018 07:02:02 +0300
mypaint (1.3.0~git4978-82ce4549-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 82ce4549321f77733e2e9f2acdc22eef1faf9774
* Date: 1522447186
* git changelog:
* 82ce4549 - Py3: fix for managed_install.
* 1e2867e0 - Merge pull request #911 from avsej/master.
* 489911ea - Merge pull request #916 from QuLogic/git-version
* be50ab2c - Fix conversion of git version to str.
* 9be8974a - Py3: fix layer truthiness.
* 2d2c553b - Py3: layer bool coercion: add test.
* 645a395d - CODEQUAL: add some minor flake8 fixes.
* 89614604 - Load cursors in 'enter' handler
-- Alexander Pozdnyakov <censored> Sat, 31 Mar 2018 15:38:58 +0300
mypaint (1.3.0~git4970-e1c2a9f8-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: e1c2a9f82d542bdb4c3699fbb96ea92f624322c3
* Date: 1521215707
* git changelog:
* e1c2a9f8 - CODEQUAL: require flake8 pass for new code in PRs.
* 373a607c - Enable HoundCI for Python.
* c62ccfd6 - CODEQUAL: let flake8 run globally & generate useful
output.
* 32091849 - Py3: relative imports to absolute.
* 7f74b385 - Py3: gui.inktool: fix comparisons of number & None
* 3def8604 - gui.inktool: don't use confusing builtin name.
* c37243a0 - Py3: fix writes to dict being iterated.
* 7896dfcb - Py3: RecentManager unicode fix.
* db02a5e9 - Py3: fix lib.pixbuf.save() arg passing (again).
* e2bc4b7c - lib.helpers: doctest for freedesktop_thumbnail().
* 9d1a2819 - lib.helpers: comments updates.
* feb564c5 - filehandling: use filename_to_unicode (check me!)
* 852eb08c - Py3: xrange
* 4836715b - Py3: hashing of equal-by-id objects.
* 351322c4 - Py3: comparisons between None and numbers.
* 056463b3 - Py3: arithmetic (ints vs. floats).
* a665e777 - Py3: unicode and bytes compat.
* 41cb55ca - Py3: dict iter*() and views compat.
* aac8a229 - CODEQUAL: flake8 fixups, copyrights etc.
* 8112f1dc - Py3: test brush loading from both v3 and v2 formats.
* fb8cc34b - Test brushes: separate v2 and new v3 test cases.
* 02b7c4df - Travis: experimentally include Py3 build.
* 23eca429 - Py3: JSON saving and loading, for settings dicts.
* f06c90d8 - Py3: comparisons against (possible) None values.
* 1143804d - Py3: xrange compat.
* c8dd70f4 - Py3: metaclass compat.
* 1e4d34af - Py3: comparison of str to None.
* f3b63d9b - lib.color: Py3: indexing of "bytes".
* b92e60c6 - lib.color: add doctest.
* 311c3a3e - lib.strokemap: Py3: bytes and unicode fixes.
* fefb33e5 - lib.strokemap: add doctests, deprecate some stuff.
* a061aeb4 - Py3: unicode vs. bytes stuff.
* 62f5a96c - Py3: dict iter* stuff.
* 67ac223c - Py3: import fixes.
* 3486dd87 - CODEQUAL: fix flake8 warnings.
* e8b230d7 - Remove some deprecation warnings.
* a0129f44 - Fix a regression in lib.tiledsurface.flood_fill()
* a21086d4 - Add test case for lib.tiled_surface.flood_fill()
* ccf1a3d0 - tiledsurface: fix autosave regression.
* b8a99f32 - Add test case for PngFileUpdateTask.
* 8790eb3f - Automated backups: more fine-grained syncing of
settings.
* 570a5351 - Just report exceptions raised in auto-backups.
* 0a1ac913 - More fixups for g_filename_to_utf8().
* 0e3d0e6d - Py3: brushmanager: fix for the current suite of
doctests.
* 03113a30 - brushmanager: add doctests and a test brushpack.
* f8cac42e - Py3: brushmanager: iteritems
* b63177ef - CODEQUAL: remove unused code.
* 2b3a9d83 - Py3: CssProvider only accepts bytes now.
* b2334716 - Py3: sys.argv conversion compat.
* 7e4cac60 - Py3: logging fixes.
* c7b941eb - Fix PangoCairo gi version warning.
* 2f4fcd96 - Fix an annoying warning regression.
* e66ef65c - Py3: stringio, urllib
* 1c920f1f - Py3: unicode and xrange
* f30bf319 - Py3: metaclass compat.
* a57771e0 - CODEQUAL: lint; fix imports, copyrights, typos…
-- Alexander Pozdnyakov <censored> Fri, 16 Mar 2018 19:28:01 +0300
mypaint (1.3.0~git4914-acb10b6b-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: acb10b6bc162b3d14cb51aeaf99e62fe816fa034
* Date: 1519844597
* git changelog:
* acb10b6b - fastpng: revert filename passing to fix builds.
* 9e34a541 - Swig: we have to pass filenames to C++ now, and it
sucks.
* 17f80838 - Begin fixing build and nosetests for Python 3.
* 83ac8f85 - Py3 prep: several import fixes.
* 8f5231d7 - BUGFIX: fix missing definition of "logger".
* fa65003b - CODEQUAL: pre-Py3 non-functional changes
* dfdb69e1 - New commands: Refactor Layer Group (tiles/pixels)
* 32ac1350 - Layer stack snapshots: fix a state announce bug.
* e5d99779 - New commands: Remove Layer Backdrop (by tiles/pixels).
* 34aa3ee8 - Move @with_wait_cursor.
* cd27d3c6 - CODEQUAL: assorted flake8 fixes
* f5d21365 - Cache rendered 8bpc tiles instead.
* 5eebb8dd - Rework rendering: extract ops, tighter tile loop.
* 2f0e351d - CODEQUAL: some flake8, doc & code style fixes.
* 9ef48a33 - Autosave: don't start if clean.
* 3645ee79 - LRU cache: add pop()
* f576e856 - Windows: update the interactive deps helper.
-- Alexander Pozdnyakov <censored> Sat, 03 Mar 2018 06:32:53 +0300
mypaint (1.3.0~git4897-046ec8fb-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 046ec8fb22ff65d1987e64783434a7501a00337f
* Date: 1515465520
* git changelog:
* 046ec8fb - lib/document: fix export by layers-view-name.
* 612be97c - Layer stack: replace deepenumerate() with walk().
* 4137c3c5 - FEATURE: add save by view.
* 4ddb4f92 - Add helper funcs: casefold() marker, safename().
* 26e7510d - Fix multifile "ValueError: Progress.items has already
been set".
* 30df5689 - Save dialog: some layout fixes.
* 769ee818 - CODEQUAL: some flake8 fixes.
* a1d28239 - Try to make the views feature a bit friendlier.
-- Alexander Pozdnyakov <censored> Sun, 21 Jan 2018 10:00:31 +0300
mypaint (1.3.0~git4889-c93d260d-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: c93d260d4d6c19e9a066198c14009915d0afcedc
* Date: 1514409697
* git changelog:
* c93d260d - EXPERIMENTAL: add bulk layer visibility switching.
* 18ed7d49 - Merge branch layervis-underpinnings.
* 69c74e7a - Merge pull request #880 from bmwiedemann/python3
* 8092d4e4 - Layers list: announce branch visibility/locked deeply.
* 9961c6f9 - layerprops: fix entry weirdness and ugliness.
* a2674a98 - More thorough clearing when loading docs.
* 5d3c2be2 - Change syncing: flush for certain before saving.
* 7c8401b4 - Fix: layer snapshots were recording/replaying opacity
twice.
* 42a3efaa - Layers window: put mode and opacity on same line.
* 4f8d6714 - lib.observable: make calling_observers part of the API.
* e7b596a4 - Standardize existing MVP stuff.
* 52295547 - Move unique naming vars.
* 4852cc38 - Make the app preferences dict observable too.
* 23bde159 - Allow per-document settings.
* 445fb8a2 - observable: hide some internals, update copyright.
* 22d28b41 - Add ObservableDict class (for prefs & settings)
* 29778af2 - CODEQUAL: apply some changes suggested by flake8
* 49f0a9fd - Port SCons files to python3
-- Alexander Pozdnyakov <censored> Sat, 30 Dec 2017 23:29:04 +0300
mypaint (1.3.0~git4871-59977ecf-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 59977ecf481bebf7ad8da2ebc7c8d63fd595902b
* Date: 1509838573
* git changelog:
* 59977ecf - Merge pull request #836 from briend/pickHCY
* ac16c80a - ColorPicker HCY: Allow grabbing H, C, or Y from canvas
-- Alexander Pozdnyakov <censored> Sat, 18 Nov 2017 00:10:28 +0300
mypaint (1.3.0~git4869-0b19fce4-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 0b19fce428464ee60772152e168dcc939dc124f9
* Date: 1508273089
* git changelog:
* 0b19fce4 - Action rename fixup: whoops, didn't catch them all.
* ee5a2834 - Widen layers list rows for future work (discuss?)
* 7ff93aab - Add TYPE_DESCRIPTION for layer type classes.
* ecc8a814 - gui.layers: fix missing initial selection.
* 91eb045c - Layers window: taller minimum size
* 308c9270 - Rename the layer properties action + menu item.
* 15d1bbdd - Make "Rename Layer" use the new properties dialog.
* 9cff2cbe - New module: layer properties dialog.
* fed81ca5 - lib.command: RenameLayer is now updatable.
-- Alexander Pozdnyakov <censored> Thu, 19 Oct 2017 19:10:17 +0300
mypaint (1.3.0~git4860-8aac31c4-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 8aac31c4d1e4d7b1bf8e1411f7241b6871d77bf5
* Date: 1506393396
* git changelog:
* 8aac31c4 - Merge pull request #864 from cg-cnu/master
* 55b87a15 - removed .
* bfb51dc3 - fine tuned readme
-- Alexander Pozdnyakov <censored> Sat, 07 Oct 2017 18:41:41 +0300
mypaint (1.3.0~git4857-a654615e-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: a654615e3d909e8e66d47ba1642a0a63ff758b9e
* Date: 1506042331
* git changelog:
* a654615e - Fix division by 0 when saving empty layer group.
* 65ad0336 - Destructive action dialog: add CSS style to danger
button.
* a9961d20 - various: flake8 fixes, typos, comment fixes
* 4e3245de - Swap "clockwise" and "anticlockwise" labels.
-- Alexander Pozdnyakov <censored> Fri, 22 Sep 2017 08:45:58 +0300
mypaint (1.3.0~git4853-08b82b69-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 08b82b69ed06986e94728991b2ed3cdbf11d6014
* Date: 1504529083
* git changelog:
* 08b82b69 - Bugfix: png thumbs, fix multi-definition of alpha=True.
* 830985d7 - Layers window: add thumbnail previews column.
* dbc528d6 - Bugfix: pass sized progress item to load_from_stream().
* 8183019b - flatpak: update flatpakref
* 8575e55b - Update README
-- Alexander Pozdnyakov <censored> Fri, 08 Sep 2017 12:07:25 +0300
mypaint (1.3.0~git4848-fad5f81-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: fad5f81c27af14e9324c89d227c5569dc918bcb3
* Date: 1502434058
* git changelog:
* fad5f81 - Update meta.py
-- Alexander Pozdnyakov <censored> Fri, 11 Aug 2017 22:17:34 +0300
mypaint (1.3.0~git4847-70ce73d-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 70ce73d9e0776d42f33306cc7c6ed1790705899c
* Date: 1501371164
* git changelog:
* 70ce73d - Fix a missing return statement.
* 5efc32a - lib.feedback: Fix import ordering bug.
* 40fc582 - Add missing "import lib.feedback" everywhere!
* dba8e08 - Add progress bar for loading and saving.
* 731a77a - Don't paint the insensitive state with alpha.
* 3308e0f - lib.feedback: New mechanism for reporting feedback.
* c135968 - Various: flake8 conformance + typos.
* 06af07e - filehandling: refactor existing UI feedback.
* 842c4d1 - filehandling: remove some dead code.
* 3b3d497 - README: make AppVeyor badge link to master branch.
* 1f679d0 - Tidy imports of the mode constants.
* 79a7da9 - lib.layer: flake8 compliance.
* 4253cca - Vacuum the rendering mipmaps too.
* e5af48b - lib.tiledsurface: update copyright info.
* c04ac85 - lib.tiledsurface: flake8 fixes.
* e2bb20b - Profiling: find gprof2dot.py more reliably
* 12fd8f5 - Fix doctests :tired_face:
* 29aa6d9 - Debug menu: add "Vacuum Empty Tiles" command.
* 623412c - Minor PEP8/Flake8 fixes.
* 147d339 - flake8: tolerate E226 (spaces around arithmetic).
* 9cdd70d - Fix Travis build.
* 56d7079 - Dynamics: reset button clears the mapping graph.
-- Alexander Pozdnyakov <censored> Sun, 30 Jul 2017 12:01:06 +0300
mypaint (1.3.0~git4825-f03e5ec-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: f03e5ec58b1d7d954c65b08059209985feda43a0
* Date: 1499996097
* git changelog:
* f03e5ec - Appveyor: Add Gtk3 Demo to Styrene Build
* c217793 - test_docPaint: recreate images after random input changes
* 85a12bf - Colour preview widget: fix no-show of popup.
* 7598868 - ColorAdjusterWidget: send a "clicked" event.
* 201fc35 - Remove some unused properties.
* 5ea014e7 - gui.dialogs: rename dialog: input hints & purpose.
* 2c2400a - gui.dialogs: center rename dialog on parent.
* 724e4dd - gui.dialogs: flake8, strings updates, docstrings.
* c15450b - inktool: fix exception on "Insert Point" button.
* 57b0c1a - inktool: flake8 compliance
* beeffe0 - BrushPreview: fix render bug introduced with viewzoom
* 5d43320 - Brushes: label script arguments
* 922f73d - Brushes: Renamed Groups
* 1399b88 - Appveyor: Use Appveyor Provided Version
* e16c323 - Release.sh: Added Git Versioning
* 55f8aca - Appimage: Shorten Git Extenstion
-- Alexander Pozdnyakov <censored> Sun, 16 Jul 2017 19:19:42 +0300
mypaint (1.3.0~git4809-8b9928f-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 8b9928fb5e23935ecf024b6c64ff33262dc6dc98
* Date: 1498682661
* git changelog:
* 8b9928f - Appimage: Fix Launch Crash
* 26b5dce - Appveyor: Format Fixes
* 83fe746 - Update for libmypaint-2.0.
* d46875b - Merge pull request #825 from briend/brushfix
* 5dedd7a - viewzoom brush tweaks. Missed a few offset_by_speed. Very
few brushes used this setting.
* c86368d - Merge pull request #824 from mypaint/brushtweaks
* 92deb10 - Brushes tweaked for viewzoom speed1, speed2 changes
* cb0ce5c - Merge pull request #822 from mypaint/zoomfix
* 177928d - update doctest images after zoomview fixes
-- Alexander Pozdnyakov <censored> Thu, 29 Jun 2017 21:24:06 +0300
mypaint (1.3.0~git4800-7b066bd-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 7b066bda09275464081e0ad0f86357446363278c
* Date: 1497773354
* git changelog:
* 7b066bd - Update BUILDING.md
* cab48ae - Merge pull request #819 from briend/doctest-fix
* 108e8a6 - correct doctests. view-zoom calibration changed
fundamental speed calculation, which watercolor brush uses. New
comparison images needed. fixes #818
* 06282c7 - Fix up doctests.
* 57d37ad - inputs: zoom and view-rotation inputs
* 066b01c - brushwork: accept non-tree target layers
* 92d1ed6 - lib.document: add doctests for load and import_layers.
* e0843b7 - Feature: add an "Import Layers…" action.
* df775d1 - lib.command: allow AddLayer to add imported layers.
* ca96a90 - gui/filehandling.py: flake8 correctness
* a6648a2 - gui/filehandling.py: remove dead code.
* aecdf5f - gui/buttonmap.py: flake8 compliance.
* cf14342 - Wayland: use CROSSHAIR not MOUSE cursor.
* 48e30b3 - Merge pull request #812 from briend/curve-points.
* 75fb10e - curves widget: snapto on 0.5, lines drawn on 0.10
* fc75712 - increase curve points to 64
* be1fe88 - Windows CI: convert to Styrene bundler.
* 128c5e1 - Appveyor: Separate Artifacts
* 90b4210 - Appveyor: Automated Windows Builds
* 4acb2ab - Make cairo_request() compatible with headless.
* 4e90888 - Add API for temp. overlays for the current layer.
* e46ed6e - Make blit_tile_into use the surface's impl.
* 527df05 - lib.layer: various flake8 fixes (NFC)
* d6e76c9 - Add API to allow Cairo drawing on layers.
* 6698847 - pixbufsurface: flake8 tweaks (NFC)
* daf8a1d - Mode stack: Add layer for brush tools
-- Alexander Pozdnyakov <censored> Sun, 18 Jun 2017 12:28:25 +0300
mypaint (1.3.0~git4774-bde8a54-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: bde8a5468983f273b413b4898197ae902f9726c3
* Date: 1495821644
* git changelog:
* bde8a54 - Merge pull request #801 from manuq/flatpak
* c463af0 - Flatpak: use MyPaint repo from the parent directory
* 7f1bb06 - Flatpak: Append -Nightly to the app-id
* 0ed67d6 - Flatpak: Add flatpak working directory to gitignore
* ee012df - Flatpak: explain local build & install in README
* 02cf959 - Merge branch 'master' into flatpak
* 6de9d62 - Refactor painting layers
* 98dd2e4 - gui/mode: flake8 linter fixes.
* e3d6760 - Flatpak: Add patch to open layer in external app
* 5949a77 - Flatpak: Add README
* f1c77a1 - Merge branch 'master' into flatpak
* f9c317a - Fix layer preview exception.
* 5e800f4 - Fix tile size import.
* 5a57637 - lib.layer.data: code cleanup, NFC
* f8d5a53 - Flatpak: Fix flatpakref description
* 3e202a9 - Flatpak: Add flatpakref for mypaint-stable
* 1b0f0cd - Revert "Flatpak: Allow to use the entire host filesystem"
* e65fc7b - Flatpak: Allow to use the entire host filesystem
* 04e3fff - Flatpak: copy icon to the ID name
* 48d83e8 - Flatpak: renames and add Nightly prefix
* ff4d026 - Flatpak manifest: Remove unneeded cleanup section
* dca4fe5 - Flatpak: Use simple buildsystem not custom Makefile
* f8bcce7 - Add Flatpak packaging
-- Alexander Pozdnyakov <censored> Mon, 29 May 2017 16:44:34 +0300
mypaint (1.3.0~git4751-687f3ea-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 687f3ea9e75a4b2eb8a9342144170e90f29ae7c2
* Date: 1492997419
* git changelog:
* 687f3ea - lib.i18n: Windows: use UI language as 1st choice
* 3071e79 - lib.i18n: fix flake8 warnings, whitespace
* 385fe33 - CI-Tools: Added Doctest Option
* 155fffa - BUILDING.md: add a table of contents
* ea4bf67 - README: update status badges
* 30ee09c - Appveyor: Init Support
* 97b7191 - Appimage: Fix Filename
* fbda54b - Tea-CI: Build libmypaint from Source.
* c3b625c - Check for symmetry edit mode before color set
* eb0f664 - Improve X/Y axis rendering
* 006b1b2 - Increase symmetry lines limit
* 53f6ed1 - Reduce wordiness in rotational lines label
* 2471292 - lib.layer.tree: Reduce line length where possible
* 0091731 - lib.layer.core: update set_symmetry_state docstr
* 5c4fcf5 - Move rot_symmetry_lines validation to libmypaint
* 246350e - Update GUI for snowflake symmetry support
* 1bb9899 - Implement GUI for accessing alt symmetry modes
* 71e5e36 - setuptools: update translator docs & scripts
* 909288b - windows: add setuptools to the user depinstall script
* 64e9097 - Tea-CI: build and test with setuptools
* c952f7d - Travis: build using setuptools
* e184774 - Consolidate docs
* 1ab0ec0 - setup.py: add managed_install and managed_uninstall
* db776ac - setup.py demo: use a throwaway install
* 426a331 - setup.py: run the tests
-- Alexander Pozdnyakov <censored> Fri, 28 Apr 2017 11:20:39 +0300
mypaint (1.3.0~git4726-61c6212-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 61c62122e889644ae89f4944a4b2b38d8f8fba00
* Date: 1491851432
* git changelog:
* 61c6212 - Merge pull request #775 from
odysseywestra/New_Keybaord_Shortcuts
* bb479bb - Keyboard: Remove PR-Notes
* 16fd11c - Keyboard: Corrected typo for Change Color's Icon
* 62bd9e9 - Keybaord Shortcuts Suggestions Added
* 74a631e - New Keybaord Shortcuts and Defaults
-- Alexander Pozdnyakov <censored> Fri, 14 Apr 2017 10:55:11 +0300
mypaint (1.3.0~git4721-ee3aa96-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: ee3aa96c9212e0999a580248508045c76e776b29
* Date: 1489960544
* git changelog:
* ee3aa96 - setup.py: fix typo
* 85f73fe - setup.py: more little tweaks
* c9ac989 - setup.py: add a custom clean command
* 357278e - setup.py: bump up verbosity
* 3808032 - setup.py build --debug: remove -NDEBUG
* 31207b0 - setup.py: be more setuptools
* 8ab8ca5 - setup.py demo: tweak command for windows, dry-run
* 9052a6d - setup.py: setuptools, demo, nosetests, metadata
* ebffc89 - setup.py: normalize command imports
-- Alexander Pozdnyakov <censored> Sat, 25 Mar 2017 12:31:26 +0300
mypaint (1.3.0~git4712-c0d38aa-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: c0d38aad1a2f8d6af8ab9f005c05b9f7c41499bc
* Date: 1488657539
* git changelog:
* c0d38aa - tiledrawwidget+freehand: replace eventhack code
* 0f8d5d4 - freehand: flake8 fixes
* 321c953 - lib.brush: code organization fixes
* d4bb21f - lib.brush: flake8 fixes
* aaec823 - Translated using Weblate (Kabyle)
* b450a25 - Merge remote-tracking branch 'origin/master'
* 38dc93d - Translated using Weblate (Malay)
* 0b1f35a - Translated using Weblate (Kabyle)
* b5f0987 - i18n: remove pt_PT (0%) in favour of pt_BR (75%)
* 502a407 - Translated using Weblate (Kabyle)
* da45c61 - Added translation using Weblate (Malay)
* 36205c3 - Added translation using Weblate (Kabyle)
* eda8b14 - Merge remote-tracking branch 'origin/master'
-- Alexander Pozdnyakov <censored> Fri, 10 Mar 2017 23:12:46 +0300
mypaint (1.3.0~git4597-2dd8b50-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 2dd8b509ce0b0b341e4517830be12c1d76881d37
* Date: 1487547409
* git changelog:
* 2dd8b50 - thumbnailer: fix script
* de75cf2 - thumbnailer: fix a gi warning
-- Alexander Pozdnyakov <censored> Fri, 24 Feb 2017 23:59:42 +0300
mypaint (1.3.0~git4595-9d59f18-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 9d59f180a20314c1f1f1ddba71cdb0f11511cae9
* Date: 1487462429
* git changelog:
* 9d59f18 - tdw, icon editor: fix the scale factor for HiDPI
* 0ef6b6a - brushiconeditor: flake8 compliance
* e79047c - tdw: flake8 compliance
* f1519ed - test_performance: Flake8 tweaks, suppress warnings
* 7b0d42e - Replace old icon cache info with a wiki link
* 73d440d - Typo: libmypaint.so
* cf1665b - Update "missing icons" text
* 2a36037 - Remove unnecessary float casts for division.
* 8c91995 - py3k: Add division __future__ import everywhere.
* 1fcbc6c - py3k: Use new-style division.
* 5ac7da9 - Update the "object-unlocked" icon (#714)
* 097738a - brusheditor: no sliders + icon if setting is constant
* 50f4ef8 - brusheditor: mark pressure_gain_log as non-experimental
* f2f2476 - brusheditor: fix open-out behaviour at start
* 67e6eb4 - distutils: add run-the-build command
* 8aa2b45 - about box: update copyright, show more info
* 1678e3d - brusheditor: code cleanup
* c6bd245 - distutils: respect --debug in build_ext
* d0c6853 - distutils: framework for platform-specifics
* 58eb9ab - distutils: script suffixes and modes and headers
* f0d0628 - distutils: fix locales install location
* 9d782cd - distutils: actually build translations
* fb30717 - Add basic distutils support
* 9b892a1 - Update README
* f59b29b - Add libmypaint to the Windows dep script
* 9006d44 - Fix UI paths to be relative to .py files
-- Alexander Pozdnyakov <censored> Sun, 19 Feb 2017 12:06:52 +0300
mypaint (1.3.0~git4569-2ce62fd-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 2ce62fdbf9b79fd9f8d83818115e70a04c04ba37
* Date: 1484689914
* git changelog:
* 2ce62fd - Update changelog for v1.2.1
-- Alexander Pozdnyakov <censored> Sat, 21 Jan 2017 14:38:39 +0300
mypaint (1.3.0~git4568-3d92aa7-1) unstable; urgency=medium
* Compile
* URL: https://github.com/mypaint/mypaint.git
* Branch: master
* Commit: 3d92aa751b8df4cdbf64dd863e89525d33ca721d
* Date: 1483301900
-- Alexander Pozdnyakov <censored> Wed, 11 Jan 2017 22:43:45 +0300
mypaint (1.3.0~git3568-1) unstable; urgency=medium
* compile
-- Alexander Pozdnyakov <censored> Wed, 11 Jan 2017 20:57:17 +0300
mypaint (1.2.0-3) unstable; urgency=medium
* Update d/rules to use dh sequencer. Fixes arch-indep FTBFS.
(Closes: #845111)
* Update to dh compat level 9.
-- Vincent Cheng <censored> Tue, 22 Nov 2016 00:02:02 -0800
mypaint (1.2.0-2) unstable; urgency=medium
* Acknowledge NMU. Thanks Tobias!
* Add debian/patches/fix-glib-2.48-startup-crash.patch to fix startup crash.
(Closes: #822784)
* Add myself to Uploaders.
* Update Standards version to 3.9.8.
-- Vincent Cheng <censored> Mon, 02 May 2016 22:43:44 -0700
mypaint (1.2.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* libpng transition: Change B-D from libpng12-dev to libpng-dev.
(Closes: #819440)
-- Tobias Frost <censored> Mon, 28 Mar 2016 16:41:19 +0200
mypaint (1.2.0-1) unstable; urgency=low
* Team upload.
[ Andrew Chadwick ]
* New release. (Closes: #812865)
* Update copyright.
* Install docs.
* Update watchfile, and add my signing signature.
* Changelog has changed filename.
* Add dh-python to build-deps.
* Standards bump 3.9.4 -> 3.9.6.
* Patches are in upstream now, drop patches/.
* Add Nautilus thumbnailer to install.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Vincent Cheng ]
* Import Andrew Chadwick's changes from https://github.com/mypaint/debian
* Update build-depends from libjson0-dev to libjson-c-dev. (Closes: #745007)
* Remove debian/menu file as per tech-ctte decision in #741573.
-- Vincent Cheng <censored> Mon, 01 Feb 2016 19:00:26 -0800
mypaint (1.1.0-3) unstable; urgency=low
* Remove redundant patch: we don't run the memory-intensive test any more.
* (Fixes unpack failure FTBFS with patch 2.7.1 (closes: Bug#706508))
-- Andrew Chadwick <censored> Wed, 01 May 2013 12:48:43 +0100
mypaint (1.1.0-2) unstable; urgency=low
* Fix FTBFS with DEB_BUILD_OPTIONS=noopt (closes: Bug#704935)
* Fix hardening flags not being honoured (closes: Bug#704927)
-- Andrew Chadwick <censored> Sun, 21 Apr 2013 20:37:02 +0100
mypaint (1.1.0-1) unstable; urgency=low
* New upstream version.
* New upstream has an updated ru_RU.UTF-8 translation (closes: Bug#685254).
* Standards bump and check 3.9.2 -> 3.9.4.
* debian/rules: fix lintian script-not-executable for label-brush-mypaint.sh
* debian/{rules,control}: split out hi-res data (closes: Bug#660881).
* debian/copyright: update to cover new upstream licenses; machine-readable.
* Mark myself as Uploader and PAPT as Maintainer (closes: Bug#691827).
* Recommend shared-mime-info (closes: Bug#545396).
* Migrated from deprecated dh_pysupport to dh_python2.
* debian/control: update homepage link
* debian/control: provide Vcs-* info
* debian/rules: use dh_install, and use it to check for overlooked files
* Move message catalogs to mypaint-data.
* Backport license update to the all-colours palette (lintian, spelling(!)).
* Backport removal of deprecated Encoding key from upstream (lintian).
* Build with hardening flags.
* Patch in upstream test suite fixes, and run tests during build.
* (Only the one which will run with <= 512M RAM, e.g. some ARM buildbots.)
* (19 Jan) Move development to Debian VCS (requirement of python apps team).
* Add python-matplotlib and python-tk in build-depends (test suite reqs);
* Lowercase first letter of each short package description (best practice).
* Newlines for Build-Depends and Depends (sponsor preference).
-- Andrew Chadwick <censored> Wed, 20 Mar 2013 13:08:23 +0000
mypaint (1.0.0-1) unstable; urgency=low
* New upstream version.
* debian/rules: add lintian recommended targets.
-- Gürkan Sengün <censored> Fri, 25 Nov 2011 10:38:25 +0100
mypaint (0.9.1-1) unstable; urgency=low
* New upstream version. (Closes: #618792)
* Added versioning for depends of mypaint-data. (Closes: #614091)
* Bump debhelper version to 8.
* Bump standards version to 3.9.2.
* debian/control: Changed Source:Version to source:Version.
-- Gürkan Sengün <censored> Tue, 03 May 2011 14:19:24 +0100
mypaint (0.9.0-1) unstable; urgency=low
* New upstream version, dropped protobuf dependency. (Closes: #570685)
* Bump standards version to 3.9.1.
* Updated the manual page.
-- Gürkan Sengün <censored> Tue, 02 Nov 2010 22:32:34 +0100
mypaint (0.8.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "Please do not hardcode python dependencies in debian/control"
applied patch by Daniel Hahler, thanks Daniel! (Closes: #575641)
-- Bastian Venthur <censored> Fri, 13 Aug 2010 22:01:39 +0200
mypaint (0.8.2-1) unstable; urgency=low
* New upstream version.
* Added watch file.
* Add missing dependency to python-gtk2. (Closes: #571600)
* Switch to dpkg-source 3.0 (quilt) format to avoid repackaging.
-- Gürkan Sengün <censored> Wed, 24 Feb 2010 11:05:51 +0100
mypaint (0.8.0-2) unstable; urgency=low
* Bump standards version.
* debian/cntrol: add depends for python-protobuf. (Closes: #568958)
* Add debian/manpages so the manual page gets installed.
-- Gürkan Sengün <censored> Tue, 09 Feb 2010 10:35:26 +0100
mypaint (0.8.0-1) unstable; urgency=low
* New upstream version.
* debian/changelog: Updated copyright year.
* debian/control: Add build-depends for protobuf-compiler.
* debian/control: Add depends for python-numpy. (Closes: #551322)
-- Gürkan Sengün <censored> Sat, 30 Jan 2010 19:53:23 +0100
mypaint (0.7.1-2) unstable; urgency=low
* Added missing copyright holders.
* Applied patch to fix desktop icons. (Closes: #545387)
Thanks to Andrew Chadwick for the patch.
* Applied patch to fix multiple builds. (Closes: #545650)
Thanks to Andrew Chadwick for the patch.
-- Gürkan Sengün <censored> Mon, 21 Sep 2009 16:55:18 +0200
mypaint (0.7.1-1) unstable; urgency=low
* Initial release. (Closes: #527598)
-- Gürkan Sengün <censored> Wed, 19 Aug 2009 23:31:35 +0200