[hexalate] 01/03: New upstream version 1.1.2

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 79acc87bcaeda2c9d8bef157331a03a57160957b
Author: Unit 193 <unit...@ubuntu.com>
Date:   Fri Jan 12 00:04:16 2018 -0500

New upstream version 1.1.2
---
 NEWS  | 4 
 hexalate.pro  | 9 ++---
 mac_deploy.sh | 2 +-
 windows/installer.nsi | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index b2c8984..ad0cf4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.1.2
+-
+* FIXED: Could not compile with Qt 5.10.
+
 1.1.1
 -
 * FIXED: Did not always install translations in Linux.
diff --git a/hexalate.pro b/hexalate.pro
index 801e231..6d8f95c 100644
--- a/hexalate.pro
+++ b/hexalate.pro
@@ -1,4 +1,7 @@
-lessThan(QT_VERSION, 5.2) {
+lessThan(QT_MAJOR_VERSION, 5) {
+   error("Hexalate requires Qt 5.2 or greater")
+}
+equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 2) {
error("Hexalate requires Qt 5.2 or greater")
 }
 
@@ -7,7 +10,7 @@ QT += widgets
 CONFIG += warn_on c++11
 
 DEFINES += QT_DEPRECATED_WARNINGS
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050900
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x051000
 DEFINES += QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
 # Allow in-tree builds
@@ -18,7 +21,7 @@ DEFINES += QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 }
 
 # Set program version
-VERSION = 1.1.1
+VERSION = 1.1.2
 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
 
 # Set program name
diff --git a/mac_deploy.sh b/mac_deploy.sh
index 65360b7..e9e00fe 100755
--- a/mac_deploy.sh
+++ b/mac_deploy.sh
@@ -2,7 +2,7 @@
 
 APP='Hexalate'
 BUNDLE="$APP.app"
-VERSION='1.1.1'
+VERSION='1.1.2'
 
 # Remove any previous disk folder or DMG
 echo -n 'Preparing... '
diff --git a/windows/installer.nsi b/windows/installer.nsi
index 5246dcf..ad3b0f4 100644
--- a/windows/installer.nsi
+++ b/windows/installer.nsi
@@ -4,7 +4,7 @@
 !define APPNAME "Hexalate"
 !define VERSIONMAJOR 1
 !define VERSIONMINOR 1
-!define VERSIONPATCH 1
+!define VERSIONPATCH 2
 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
 !define ABOUTURL "https://gottcode.org/hexalate/;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch pristine-tar updated (854bac0 -> 4bc2029)

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch pristine-tar
in repository hexalate.

  from  854bac0   pristine-tar data for hexalate_1.1.1.orig.tar.gz
   new  4bc2029   pristine-tar data for hexalate_1.1.2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hexalate_1.1.2.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 hexalate_1.1.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 hexalate_1.1.2.orig.tar.gz.delta
 create mode 100644 hexalate_1.1.2.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 03/03: Update Standards-Version to 4.1.3.

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 8874575d91a1e5417745736b04466d9e54bf6af1
Author: Unit 193 <unit...@ubuntu.com>
Date:   Fri Jan 12 00:05:06 2018 -0500

Update Standards-Version to 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1b80cc5..7d98126 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
pkg-config,
qtbase5-dev,
qttools5-dev-tools
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Homepage: https://gottcode.org/hexalate/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/hexalate.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/hexalate.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch upstream updated (a4c363e -> 79acc87)

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch upstream
in repository hexalate.

  from  a4c363e   New upstream version 1.1.1
   new  79acc87   New upstream version 1.1.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS  | 4 
 hexalate.pro  | 9 ++---
 mac_deploy.sh | 2 +-
 windows/installer.nsi | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] annotated tag upstream/1.1.2 created (now 2f976e0)

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to annotated tag upstream/1.1.2
in repository hexalate.

at  2f976e0   (tag)
   tagging  79acc87bcaeda2c9d8bef157331a03a57160957b (commit)
  replaces  upstream/1.1.1
 tagged by  Unit 193
on  Fri Jan 12 00:04:23 2018 -0500

- Log -
Upstream version 1.1.2

Unit 193 (1):
  New upstream version 1.1.2

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 02/03: Updated version 1.1.2 from 'upstream/1.1.2'

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit e68d3b604b297dd8a15d1af8f2f83919e25a4149
Merge: cddc796 79acc87
Author: Unit 193 <unit...@ubuntu.com>
Date:   Fri Jan 12 00:04:23 2018 -0500

Updated version 1.1.2 from 'upstream/1.1.2'

with Debian dir 8a74ed47a771fad658662af57aca23e519b38a38

 NEWS  | 4 
 hexalate.pro  | 9 ++---
 mac_deploy.sh | 2 +-
 windows/installer.nsi | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 01/01: pristine-tar data for hexalate_1.1.2.orig.tar.gz

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch pristine-tar
in repository hexalate.

commit 4bc20291ed9b8de5ea78fd7d41483bcfddf701ee
Author: Unit 193 <unit...@ubuntu.com>
Date:   Fri Jan 12 00:04:23 2018 -0500

pristine-tar data for hexalate_1.1.2.orig.tar.gz
---
 hexalate_1.1.2.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 hexalate_1.1.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/hexalate_1.1.2.orig.tar.gz.delta b/hexalate_1.1.2.orig.tar.gz.delta
new file mode 100644
index 000..4478a0c
Binary files /dev/null and b/hexalate_1.1.2.orig.tar.gz.delta differ
diff --git a/hexalate_1.1.2.orig.tar.gz.id b/hexalate_1.1.2.orig.tar.gz.id
new file mode 100644
index 000..7eebe98
--- /dev/null
+++ b/hexalate_1.1.2.orig.tar.gz.id
@@ -0,0 +1 @@
+05be70e4fe36ae1a566414eb4b393ff19ea10216

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch master updated (cddc796 -> 8874575)

2018-01-11 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch master
in repository hexalate.

  from  cddc796   d/rules: Drop --parallel as this is default with compat 
10.
   new  79acc87   New upstream version 1.1.2
   new  e68d3b6   Updated version 1.1.2 from 'upstream/1.1.2'
   new  8874575   Update Standards-Version to 4.1.3.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS  | 4 
 debian/control| 2 +-
 hexalate.pro  | 9 ++---
 mac_deploy.sh | 2 +-
 windows/installer.nsi | 2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch master updated (06404e0 -> cddc796)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch master
in repository hexalate.

  from  06404e0   d/compat, d/control: Bump dh compat to 10.
   new  cddc796   d/rules: Drop --parallel as this is default with compat 
10.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 +++-
 debian/rules | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 01/01: d/rules: Drop --parallel as this is default with compat 10.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit cddc7963138e48f1b5c67e7a9fef95627ca21a65
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 16:54:28 2017 -0400

d/rules: Drop --parallel as this is default with compat 10.
---
 debian/changelog | 4 +++-
 debian/rules | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8443d0..aaa0215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ hexalate (1.1.1-1) unstable; urgency=medium
 - Build-depend on qttools5-dev-tools.
   * d/copyright: Update years.
   * d/menu: Drop as per policy, we have a desktop file.
-  * d/rules: Append LDFLAGS to link only as needed.
+  * d/rules:
+- Append LDFLAGS to link only as needed.
+- Drop --parallel as this is default with compat 10.
 
  -- Unit 193 <unit...@ubuntu.com>  Wed, 13 Sep 2017 10:20:06 -0400
 
diff --git a/debian/rules b/debian/rules
index af43b47..41ff4dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export QT_SELECT=5
 
 %:
-   dh $@ --parallel
+   dh $@
 
 override_dh_auto_configure:
dh_auto_configure -- BINDIR=games

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 02/02: d/compat, d/control: Bump dh compat to 10.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 06404e03a0c75b833a1646b3b9d82089b9b7fc86
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 16:53:19 2017 -0400

d/compat, d/control: Bump dh compat to 10.
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7cbe3e2..a8443d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ hexalate (1.1.1-1) unstable; urgency=medium
   * New upstream version 1.1.1
 - Refresh patch.
   * Update Standards-Version to 4.1.0.
+  * d/compat, d/control: Bump dh compat to 10.
   * d/control, d/copyright, d/hexalate.6: Use https where possible.
   * d/control:
 - Use canonical Vcs-* fields.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6bcb1ba..1b80cc5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Jackson Doak <nosk...@ubuntu.com>,
Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
pkg-config,
qtbase5-dev,
qttools5-dev-tools

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 01/02: d/menu: Drop as per policy, we have a desktop file.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 6dacb7b93c101ca72b90d8152b44b09086ff0e9e
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 16:52:26 2017 -0400

d/menu: Drop as per policy, we have a desktop file.
---
 debian/changelog | 1 +
 debian/menu  | 6 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f67b90c..7cbe3e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ hexalate (1.1.1-1) unstable; urgency=medium
 - Use canonical Vcs-* fields.
 - Build-depend on qttools5-dev-tools.
   * d/copyright: Update years.
+  * d/menu: Drop as per policy, we have a desktop file.
   * d/rules: Append LDFLAGS to link only as needed.
 
  -- Unit 193 <unit...@ubuntu.com>  Wed, 13 Sep 2017 10:20:06 -0400
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index c10bdc0..000
--- a/debian/menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(hexalate):needs="X11" \
-  section="Games/Puzzles"\
-  longtitle="Hexalate: color matching puzzle" \
-  icon="/usr/share/pixmaps/hexalate.xpm" \
-  title="Hexalate" \
-  command="/usr/games/hexalate"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch master updated (0db465a -> 06404e0)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch master
in repository hexalate.

  from  0db465a   Update changelog for release.
   new  6dacb7b   d/menu: Drop as per policy, we have a desktop file.
   new  06404e0   d/compat, d/control: Bump dh compat to 10.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 2 ++
 debian/compat| 2 +-
 debian/control   | 2 +-
 debian/menu  | 6 --
 4 files changed, 4 insertions(+), 8 deletions(-)
 delete mode 100644 debian/menu

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 05/10: d/copyright: Update years.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 79180238fd17d2f390f7c40452354ab25a20fc25
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:00:28 2017 -0400

d/copyright: Update years.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 518035e..0406e75 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Graeme Gott <gra...@gottcode.org>
 Source: https://gottcode.org/hexalate/
 
 Files: *
-Copyright: 2009-2013 Graeme Gott <gra...@gottcode.org>
+Copyright: 2009-2016 Graeme Gott <gra...@gottcode.org>
 License: GPL-3+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch upstream updated (5eec9aa -> a4c363e)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch upstream
in repository hexalate.

  from  5eec9aa   Imported Upstream version 1.0.3
   new  a4c363e   New upstream version 1.1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore|   1 +
 CREDITS   |  10 ++-
 NEWS  |  16 +
 README|   5 +-
 doc/hexalate.6|  36 +++
 hexalate.pro  |  55 +++-
 icons/hexalate.appdata.xml|  93 ++
 icons/hexalate.desktop|  30 +++--
 icons/hexalate.icns   | Bin 187133 -> 426077 bytes
 icons/hicolor/1024x1024/apps/hexalate.png | Bin 0 -> 101992 bytes
 icons/hicolor/128x128/apps/hexalate.png   | Bin 8959 -> 8716 bytes
 icons/hicolor/16x16/apps/hexalate.png | Bin 679 -> 666 bytes
 icons/hicolor/22x22/apps/hexalate.png | Bin 1052 -> 1033 bytes
 icons/hicolor/24x24/apps/hexalate.png | Bin 1205 -> 1210 bytes
 icons/hicolor/256x256/apps/hexalate.png   | Bin 20106 -> 19197 bytes
 icons/hicolor/32x32/apps/hexalate.png | Bin 1795 -> 1538 bytes
 icons/hicolor/48x48/apps/hexalate.png | Bin 2823 -> 2779 bytes
 icons/hicolor/512x512/apps/hexalate.png   | Bin 0 -> 42612 bytes
 icons/hicolor/64x64/apps/hexalate.png | Bin 4276 -> 3952 bytes
 icons/icon.qrc|   9 +--
 icons/po/ca.po|  39 +++
 icons/po/cs.po|  40 
 icons/po/de.po|  45 +
 icons/po/description.pot  |  38 +++
 icons/po/el.po|  39 +++
 icons/po/es.po|  44 +
 icons/po/et.po|  39 +++
 icons/po/fr.po|  39 +++
 icons/po/hu.po|  44 +
 icons/po/it.po|  39 +++
 icons/po/lt.po|  46 +
 icons/po/ms.po|  45 +
 icons/po/nl.po|  44 +
 icons/po/pl.po|  46 +
 icons/po/pt_BR.po |  45 +
 icons/po/ro.po|  46 +
 icons/po/ru.po|  46 +
 icons/po/tr.po|  39 +++
 icons/po/update-po.sh |  66 +++
 mac_deploy.sh |   6 +-
 src/locale_dialog.cpp |  45 +++--
 src/main.cpp  |  20 ++
 src/piece.cpp |  18 ++
 src/piece.h   |   2 +-
 src/puzzle.cpp|  26 +---
 src/window.cpp|  17 ++---
 translations/hexalate_ca.qm   | Bin 1057 -> 0 bytes
 translations/hexalate_ca.ts   |  33 --
 translations/hexalate_cs.qm   | Bin 2130 -> 0 bytes
 translations/hexalate_cs.ts   |  33 --
 translations/hexalate_de.qm   | Bin 2264 -> 0 bytes
 translations/hexalate_de.ts   |  37 +--
 translations/hexalate_el.qm   | Bin 2332 -> 0 bytes
 translations/hexalate_el.ts   |  33 --
 translations/hexalate_en.qm   | Bin 23 -> 0 bytes
 translations/hexalate_en.ts   |  33 --
 translations/hexalate_es.qm   | Bin 2290 -> 0 bytes
 translations/hexalate_es.ts   |  33 --
 translations/hexalate_et.qm   | Bin 2140 -> 0 bytes
 translations/hexalate_et.ts   |  33 --
 translations/hexalate_fr.qm   | Bin 2296 -> 0 bytes
 translations/hexalate_fr.ts   |  33 --
 translations/hexalate_hu.qm   | Bin 2127 -> 0 bytes
 translations/hexalate_hu.ts   |  33 --
 translations/hexalate_it.ts   | 104 ++
 translations/hexalate_lt.ts   | 104 ++
 translations/hexalate_ms.qm   | Bin 2195 -> 0 bytes
 translations/hexalate_ms.ts   |  33 --
 translations/hexalate_nl.qm   | Bin 2152 -> 0 bytes
 translations/hexalate_nl.ts   |  33 --
 translations/hexalate_pl.qm   | Bin 2166 -> 0 bytes
 translations/hexalate_pl.ts   |  

[hexalate] annotated tag upstream/1.1.1 created (now 8b5b5ad)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to annotated tag upstream/1.1.1
in repository hexalate.

at  8b5b5ad   (tag)
   tagging  a4c363ec7e8607d095877d473255dd48b3e1c192 (commit)
  replaces  upstream/1.0.3
 tagged by  Unit 193
on  Wed Sep 13 09:52:57 2017 -0400

- Log -
Upstream version 1.1.1

Unit 193 (1):
  New upstream version 1.1.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 01/01: pristine-tar data for hexalate_1.1.1.orig.tar.gz

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch pristine-tar
in repository hexalate.

commit 854bac0735359d29432c24e8f82919c3828d7220
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 09:52:57 2017 -0400

pristine-tar data for hexalate_1.1.1.orig.tar.gz
---
 hexalate_1.1.1.orig.tar.gz.delta | Bin 0 -> 4025 bytes
 hexalate_1.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/hexalate_1.1.1.orig.tar.gz.delta b/hexalate_1.1.1.orig.tar.gz.delta
new file mode 100644
index 000..82d9494
Binary files /dev/null and b/hexalate_1.1.1.orig.tar.gz.delta differ
diff --git a/hexalate_1.1.1.orig.tar.gz.id b/hexalate_1.1.1.orig.tar.gz.id
new file mode 100644
index 000..3c4ad49
--- /dev/null
+++ b/hexalate_1.1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+3e2ee4613ff598b33850c299a7da6768a12f2f40

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch pristine-tar updated (050892d -> 854bac0)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch pristine-tar
in repository hexalate.

  from  050892d   pristine-tar data for hexalate_1.0.3.orig.tar.bz2
   new  854bac0   pristine-tar data for hexalate_1.1.1.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hexalate_1.1.1.orig.tar.gz.delta | Bin 0 -> 4025 bytes
 hexalate_1.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 hexalate_1.1.1.orig.tar.gz.delta
 create mode 100644 hexalate_1.1.1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 04/10: d/control, d/copyright, d/hexalate.6: Use https where possible.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit d98a7425b80ec5ad0419727952e807045b14a3f3
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 09:59:18 2017 -0400

d/control, d/copyright, d/hexalate.6: Use https where possible.
---
 debian/control| 4 ++--
 debian/copyright  | 4 ++--
 debian/hexalate.6 | 3 +--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f1208c1..a2ec9e0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 9),
qtbase5-dev,
pkg-config
 Standards-Version: 3.9.6
-Homepage: http://gottcode.org/hexalate/
+Homepage: https://gottcode.org/hexalate/
 Vcs-Git: git://anonscm.debian.org/pkg-games/hexalate.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/hexalate.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-games/hexalate.git
 
 Package: hexalate
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index e8a3b11..518035e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: hexalate
 Upstream-Contact: Graeme Gott <gra...@gottcode.org>
-Source: http://gottcode.org/hexalate/
+Source: https://gottcode.org/hexalate/
 
 Files: *
 Copyright: 2009-2013 Graeme Gott <gra...@gottcode.org>
diff --git a/debian/hexalate.6 b/debian/hexalate.6
index 6db468f..f6eacaa 100644
--- a/debian/hexalate.6
+++ b/debian/hexalate.6
@@ -13,9 +13,8 @@ The game stores the positions and rotations
 of the circles across runs.
 .SH SEE ALSO
 .PP
-Website: http://gottcode.org/hexalate/
+Website: https://gottcode.org/hexalate/
 .SH AUTHORS
 Tanglet was written by Graeme Gott <gra...@gottcode.org>
 .PP
 This manual page was written by Dariusz Dwornikowski 
<dariusz.dwornikow...@cs.put,poznan.pl>.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 06/10: d/control: Use canonical Vcs-* fields.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit db7a1edb28baf56d9e92162722501edb7296da33
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:02:51 2017 -0400

d/control: Use canonical Vcs-* fields.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a2ec9e0..6125dee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 9),
pkg-config
 Standards-Version: 3.9.6
 Homepage: https://gottcode.org/hexalate/
-Vcs-Git: git://anonscm.debian.org/pkg-games/hexalate.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-games/hexalate.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/hexalate.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-games/hexalate.git
 
 Package: hexalate
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 03/10: Refresh patch.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit a7804dc7a05c62403e276670c1f861bb7d3e3c6e
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 09:58:43 2017 -0400

Refresh patch.
---
 debian/patches/add-keywords-to-desktop.patch | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/debian/patches/add-keywords-to-desktop.patch 
b/debian/patches/add-keywords-to-desktop.patch
index 2c749ac..bc2f2c4 100644
--- a/debian/patches/add-keywords-to-desktop.patch
+++ b/debian/patches/add-keywords-to-desktop.patch
@@ -5,16 +5,7 @@ Forwarded: yes
 Last-Update: 2014-05-07
 --- a/icons/hexalate.desktop
 +++ b/icons/hexalate.desktop
-@@ -13,7 +13,7 @@
- GenericName[es]=Juego de igualación de colores
- GenericName[hu]=Színkereső játék
- GenericName[ms]=Permainan Memadankan Warna
--GenericName[pl]=Gra dopasowania kolorów
-+GenericName[pl]=Gra w dopasowania kolorów
- GenericName[pt_BR]=Jogo de combinação de cores
- GenericName[ro]=Joc de potrivire culori
- GenericName[tr]=Renk Eşleştirme Oyunu
-@@ -22,3 +22,4 @@
+@@ -42,3 +42,4 @@
  Terminal=false
  Type=Application
  Categories=Qt;Game;LogicGame;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

[hexalate] 10/10: Update changelog for release.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 0db465ac74422c548f18b62d5b3e3b828fc47e25
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:22:25 2017 -0400

Update changelog for release.
---
 debian/changelog | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5188cca..f67b90c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+hexalate (1.1.1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.1.1
+- Refresh patch.
+  * Update Standards-Version to 4.1.0.
+  * d/control, d/copyright, d/hexalate.6: Use https where possible.
+  * d/control:
+- Use canonical Vcs-* fields.
+- Build-depend on qttools5-dev-tools.
+  * d/copyright: Update years.
+  * d/rules: Append LDFLAGS to link only as needed.
+
+ -- Unit 193 <unit...@ubuntu.com>  Wed, 13 Sep 2017 10:20:06 -0400
+
 hexalate (1.0.3-2) unstable; urgency=medium
 
   [ Vincent Cheng ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 08/10: d/control: Build-depend on qttools5-dev-tools.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 93a32c53d52248c62c40122751d645bb5ce2b877
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:10:10 2017 -0400

d/control: Build-depend on qttools5-dev-tools.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index adc8fef..6bcb1ba 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Games Team 
<pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Jackson Doak <nosk...@ubuntu.com>,
Dariusz Dwornikowski <dariusz.dwornikow...@cs.put.poznan.pl>
 Build-Depends: debhelper (>= 9),
+   pkg-config,
qtbase5-dev,
-   pkg-config
+   qttools5-dev-tools
 Standards-Version: 4.1.0
 Homepage: https://gottcode.org/hexalate/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/hexalate.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 09/10: d/rules: Append LDFLAGS to link only as needed.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 26bc6e8a6720d9a90437b10d3dee434f335e6ba2
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:18:37 2017 -0400

d/rules: Append LDFLAGS to link only as needed.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index d6afaa2..af43b47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export QT_SELECT=5
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] 07/10: Update Standards-Version to 4.1.0.

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit 2f9baefa7268fcfeee0c8f29ab666e18c6cd
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 10:03:41 2017 -0400

Update Standards-Version to 4.1.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6125dee..adc8fef 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jackson Doak <nosk...@ubuntu.com>,
 Build-Depends: debhelper (>= 9),
qtbase5-dev,
pkg-config
-Standards-Version: 3.9.6
+Standards-Version: 4.1.0
 Homepage: https://gottcode.org/hexalate/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/hexalate.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/hexalate.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/hexalate.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[hexalate] branch master updated (43dfaa9 -> 0db465a)

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a change to branch master
in repository hexalate.

  from  43dfaa9   changelog updated
   new  a4c363e   New upstream version 1.1.1
   new  f83a289   Updated version 1.1.1 from 'upstream/1.1.1'
   new  a7804dc   Refresh patch.
   new  d98a742   d/control, d/copyright, d/hexalate.6: Use https where 
possible.
   new  7918023   d/copyright: Update years.
   new  db7a1ed   d/control: Use canonical Vcs-* fields.
   new  2f9baef   Update Standards-Version to 4.1.0.
   new  93a32c5   d/control: Build-depend on qttools5-dev-tools.
   new  26bc6e8   d/rules: Append LDFLAGS to link only as needed.
   new  0db465a   Update changelog for release.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |   1 +
 CREDITS  |  10 ++-
 NEWS |  16 +
 README   |   5 +-
 debian/changelog |  15 
 debian/control   |  11 +--
 debian/copyright |   6 +-
 debian/hexalate.6|   3 +-
 debian/patches/add-keywords-to-desktop.patch |  11 +--
 debian/rules |   1 +
 doc/hexalate.6   |  36 ++
 hexalate.pro |  55 +-
 icons/hexalate.appdata.xml   |  93 
 icons/hexalate.desktop   |  30 ++--
 icons/hexalate.icns  | Bin 187133 -> 426077 bytes
 icons/hicolor/1024x1024/apps/hexalate.png| Bin 0 -> 101992 bytes
 icons/hicolor/128x128/apps/hexalate.png  | Bin 8959 -> 8716 bytes
 icons/hicolor/16x16/apps/hexalate.png| Bin 679 -> 666 bytes
 icons/hicolor/22x22/apps/hexalate.png| Bin 1052 -> 1033 bytes
 icons/hicolor/24x24/apps/hexalate.png| Bin 1205 -> 1210 bytes
 icons/hicolor/256x256/apps/hexalate.png  | Bin 20106 -> 19197 bytes
 icons/hicolor/32x32/apps/hexalate.png| Bin 1795 -> 1538 bytes
 icons/hicolor/48x48/apps/hexalate.png| Bin 2823 -> 2779 bytes
 icons/hicolor/512x512/apps/hexalate.png  | Bin 0 -> 42612 bytes
 icons/hicolor/64x64/apps/hexalate.png| Bin 4276 -> 3952 bytes
 icons/icon.qrc   |   9 +--
 icons/po/ca.po   |  39 ++
 icons/po/cs.po   |  40 +++
 icons/po/de.po   |  45 
 icons/po/description.pot |  38 ++
 icons/po/el.po   |  39 ++
 icons/po/es.po   |  44 
 icons/po/et.po   |  39 ++
 icons/po/fr.po   |  39 ++
 icons/po/hu.po   |  44 
 icons/po/it.po   |  39 ++
 icons/po/lt.po   |  46 
 icons/po/ms.po   |  45 
 icons/po/nl.po   |  44 
 icons/po/pl.po   |  46 
 icons/po/pt_BR.po|  45 
 icons/po/ro.po   |  46 
 icons/po/ru.po   |  46 
 icons/po/tr.po   |  39 ++
 icons/po/update-po.sh|  66 +
 mac_deploy.sh|   6 +-
 src/locale_dialog.cpp|  45 ++--
 src/main.cpp |  20 ++
 src/piece.cpp|  18 ++---
 src/piece.h  |   2 +-
 src/puzzle.cpp   |  26 ---
 src/window.cpp   |  17 ++---
 translations/hexalate_ca.qm  | Bin 1057 -> 0 bytes
 translations/hexalate_ca.ts  |  33 -
 translations/hexalate_cs.qm  | Bin 2130 -> 0 bytes
 translations/hexalate_cs.ts  |  33 -
 translations/hexalate_de.qm  | Bin 2264 -> 0 bytes
 translations/hexalate_de.ts  |  37 +-
 translations/hexalate_el.qm  | Bin 2332 -> 0 bytes
 translations/hexalate_el.ts  |  33 -
 translations/hexalate_en.qm  | Bin 23 -> 0 bytes
 translations/hexalate_en.ts  |  33 -
 

[hexalate] 02/10: Updated version 1.1.1 from 'upstream/1.1.1'

2017-09-13 Thread Unit 193
This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository hexalate.

commit f83a289977dc88bf5b09cd9981e72e042515c80e
Merge: 43dfaa9 a4c363e
Author: Unit 193 <unit...@ubuntu.com>
Date:   Wed Sep 13 09:52:57 2017 -0400

Updated version 1.1.1 from 'upstream/1.1.1'

with Debian dir 61c24c0a6e93fcc237a0df742421dc884fc23076

 .gitignore|   1 +
 CREDITS   |  10 ++-
 NEWS  |  16 +
 README|   5 +-
 doc/hexalate.6|  36 +++
 hexalate.pro  |  55 +++-
 icons/hexalate.appdata.xml|  93 ++
 icons/hexalate.desktop|  30 +++--
 icons/hexalate.icns   | Bin 187133 -> 426077 bytes
 icons/hicolor/1024x1024/apps/hexalate.png | Bin 0 -> 101992 bytes
 icons/hicolor/128x128/apps/hexalate.png   | Bin 8959 -> 8716 bytes
 icons/hicolor/16x16/apps/hexalate.png | Bin 679 -> 666 bytes
 icons/hicolor/22x22/apps/hexalate.png | Bin 1052 -> 1033 bytes
 icons/hicolor/24x24/apps/hexalate.png | Bin 1205 -> 1210 bytes
 icons/hicolor/256x256/apps/hexalate.png   | Bin 20106 -> 19197 bytes
 icons/hicolor/32x32/apps/hexalate.png | Bin 1795 -> 1538 bytes
 icons/hicolor/48x48/apps/hexalate.png | Bin 2823 -> 2779 bytes
 icons/hicolor/512x512/apps/hexalate.png   | Bin 0 -> 42612 bytes
 icons/hicolor/64x64/apps/hexalate.png | Bin 4276 -> 3952 bytes
 icons/icon.qrc|   9 +--
 icons/po/ca.po|  39 +++
 icons/po/cs.po|  40 
 icons/po/de.po|  45 +
 icons/po/description.pot  |  38 +++
 icons/po/el.po|  39 +++
 icons/po/es.po|  44 +
 icons/po/et.po|  39 +++
 icons/po/fr.po|  39 +++
 icons/po/hu.po|  44 +
 icons/po/it.po|  39 +++
 icons/po/lt.po|  46 +
 icons/po/ms.po|  45 +
 icons/po/nl.po|  44 +
 icons/po/pl.po|  46 +
 icons/po/pt_BR.po |  45 +
 icons/po/ro.po|  46 +
 icons/po/ru.po|  46 +
 icons/po/tr.po|  39 +++
 icons/po/update-po.sh |  66 +++
 mac_deploy.sh |   6 +-
 src/locale_dialog.cpp |  45 +++--
 src/main.cpp  |  20 ++
 src/piece.cpp |  18 ++
 src/piece.h   |   2 +-
 src/puzzle.cpp|  26 +---
 src/window.cpp|  17 ++---
 translations/hexalate_ca.qm   | Bin 1057 -> 0 bytes
 translations/hexalate_ca.ts   |  33 --
 translations/hexalate_cs.qm   | Bin 2130 -> 0 bytes
 translations/hexalate_cs.ts   |  33 --
 translations/hexalate_de.qm   | Bin 2264 -> 0 bytes
 translations/hexalate_de.ts   |  37 +--
 translations/hexalate_el.qm   | Bin 2332 -> 0 bytes
 translations/hexalate_el.ts   |  33 --
 translations/hexalate_en.qm   | Bin 23 -> 0 bytes
 translations/hexalate_en.ts   |  33 --
 translations/hexalate_es.qm   | Bin 2290 -> 0 bytes
 translations/hexalate_es.ts   |  33 --
 translations/hexalate_et.qm   | Bin 2140 -> 0 bytes
 translations/hexalate_et.ts   |  33 --
 translations/hexalate_fr.qm   | Bin 2296 -> 0 bytes
 translations/hexalate_fr.ts   |  33 --
 translations/hexalate_hu.qm   | Bin 2127 -> 0 bytes
 translations/hexalate_hu.ts   |  33 --
 translations/hexalate_it.ts   | 104 ++
 translations/hexalate_lt.ts   | 104 ++
 translations/hexalate_ms.qm   | Bin 2195 -> 0 bytes
 translations/hexalate_ms.ts   |  33 --
 translations/hexalate_nl.qm   | Bin 2152 -> 0 bytes
 translations/hexalate_nl.ts   |  33 --
 translations/hexalate_pl.qm   | Bin 2166 -> 0 bytes
 translations/hexalate_pl.ts   |  33 --
 tr