aisleriot 3.7.91
- From: Christian Persch <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: aisleriot 3.7.91
- Date: Mon, 4 Mar 2013 23:10:56 +0000 (UTC)
About Aisleriot
===============
A collection of patience games written in guile scheme
ChangeLog
=========
commit 346b87b889b56c6fcb08852e1d13376cc00dae05
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 23:50:23 2013 +0100
Version 3.7.91
configure.ac | 2 +-
data/Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
commit 9b4330b7289eda0c2b51816d44a4b2da4a5a3384
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 17:44:22 2013 -0500
Increase the default window size to 800x600
600x400 is just way too small for a game. And we should
still be safe for small screen because we are only setting
the natural size and not the minimum size.
https://bugzilla.gnome.org/show_bug.cgi?id=695087
src/window.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 91ee1b0d2a0a6d3b944c127105909e8f3b253861
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 17:12:38 2013 -0500
art: change the default card theme to gnomangelo_bitmap
After discussion on #gnome-design.
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit b312d63775fb3a5c247aef012877a11f5686a78e
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 17:09:10 2013 -0500
art: add a bit more texture to the baize
Update by Andreas Nilsson.
data/baize.png | Bin 52944 -> 78550 bytes
data/baize.xcf | Bin 520330 -> 258595 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
commit aa1a707a1d5b938af057e08608c902564ace0da5
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Mar 4 22:45:04 2013 +0100
Updated Polish translation
po/pl.po | 166 +++++++++++++++++++++++++++++++++++----------------------------
1 file changed, 92 insertions(+), 74 deletions(-)
commit a585ae6e156a2f3748e8e7e997d957c68f21cbb2
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Mar 4 22:40:26 2013 +0100
Updated POTFILES.in
po/POTFILES.in | 1 +
1 file changed, 1 insertion(+)
commit 3439a2e1285796b95a7e1aa066f52375c74a4404
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 01:16:49 2013 -0500
Add recent items to the game select dialog
https://bugzilla.gnome.org/show_bug.cgi?id=695102
src/ar-game-chooser.c | 206 +++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 171 insertions(+), 35 deletions(-)
commit 2e274a63c740e066b04f5ac31f14c3f566b459ad
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Mar 4 00:03:12 2013 -0500
Increase width of game select dialog
https://bugzilla.gnome.org/show_bug.cgi?id=695102
src/ar-game-chooser.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit f047b9919eb0c04c3f5882ee591cf7f1656ab105
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 21:56:05 2013 +0100
art: Replace old baize with random noise
Artwork done by Andreas Nilsson, licence is GPL 3+.
https://bugzilla.gnome.org/show_bug.cgi?id=695086
data/baize.png | Bin 428 -> 52944 bytes
data/baize.xcf | Bin 0 -> 520330 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
commit 47a1a11fe305ca34dbf128bff90832dc9c094d39
Author: Mads Rosendahl <madsrh gmail com>
Date: Sun Mar 3 18:08:54 2013 -0500
Replace GNOME foot on card artwork
This adds a new design for the card back artwork and replaces
the jokers with those from David Bellot's SVG cards.
https://bugzilla.gnome.org/show_bug.cgi?id=588260
cards/gnomangelo_bitmap.svg | 1003 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 981 insertions(+), 22 deletions(-)
commit d63b321caaf3c17a0580bd3f716d3f461b375b8c
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 21:24:57 2013 +0100
sol: Update year
src/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 43964397f512836c932dbf01590d3683e788d9c9
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 21:22:51 2013 +0100
app: Add some safety checks
src/ar-application.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 2ca62af5f432e22ef164124b0344a018ccd5a0c9
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 21:21:17 2013 +0100
app: Move command line handling back outside GApplication
GApplication's command line handling sucks, and it comes too late.
src/ar-application.c | 122 +++++++++-----------------------------------------
src/ar-application.h | 3 +-
src/sol.c | 123 ++++++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 142 insertions(+), 106 deletions(-)
commit 471e16efa934749780dd601e6f2c62236fcc4ccc
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 20:57:19 2013 +0100
app: Remove weird constructor
src/ar-application.c | 20 --------------------
1 file changed, 20 deletions(-)
commit 608905b54a54ed06b46f0e1f5ab0100d423fea92
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 20:56:39 2013 +0100
app: Remove shutdown handler
GApplication already syncs GSettings, no need to do it manually again.
src/ar-application.c | 9 ---------
1 file changed, 9 deletions(-)
commit 614cdaabfc84567cdcdadc3265e15aa93239936e
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 20:54:31 2013 +0100
app: Don't show the app menu in the window in fallback mode
src/window.c | 1 +
1 file changed, 1 insertion(+)
commit 73b8c6401597544492e8e4c06bc24da1cfd86b77
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 20:53:31 2013 +0100
app: Make the app non-unique
src/ar-application.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 534cee3e3907a60c6a80a8367f704ecd243647d5
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 4 20:52:59 2013 +0100
app: Rename
src/Makefile.am | 6 +-
src/application.h | 52 ----------------
src/{application.c => ar-application.c} | 101 +++++++++++++++++---------------
src/ar-application.h | 42 +++++++++++++
src/sol.c | 5 +-
5 files changed, 103 insertions(+), 103 deletions(-)
commit c6aa4addf24c29a99c4c2cf13186fd3db8730dbd
Author: William Jon McCann <william jon mccann gmail com>
Date: Sun Mar 3 23:09:07 2013 -0500
Add an app menu
https://bugzilla.gnome.org/show_bug.cgi?id=679715
src/application.c | 108 +++++++++++++++++++++++++++++++++++----------
src/window.c | 128 ++++++++++++++++++++++++++++++++----------------------
src/window.h | 4 ++
3 files changed, 166 insertions(+), 74 deletions(-)
commit bc2ac2e9e0419b11ec964a5e9ba638f7ed6863b5
Author: William Jon McCann <william jon mccann gmail com>
Date: Sun Mar 3 21:46:34 2013 -0500
Port to GtkApplication
https://bugzilla.gnome.org/show_bug.cgi?id=679715
src/Makefile.am | 2 +
src/application.c | 314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/application.h | 52 +++++++++
src/sol.c | 144 ++-----------------------
src/window.c | 162 +++++++---------------------
src/window.h | 11 +-
6 files changed, 422 insertions(+), 263 deletions(-)
commit bb4eba3690f8a6dac8d29b84920836d227f2292d
Author: Christian Persch <chpe gnome org>
Date: Sat Oct 27 18:48:44 2012 +0200
window: Use GResource for the UI description
src/Makefile.am | 2 +
src/aisleriot-debug-ui.xml | 26 +++++++++++++
src/aisleriot-ui.xml | 52 +++++++++++++++++++++++++
src/aisleriot.gresource.xml.in | 2 +
src/window.c | 87 ++++--------------------------------------
5 files changed, 89 insertions(+), 80 deletions(-)
commit 151fb3b8e2217d318f8dc379a72b6cd7da0adf22
Author: Christian Persch <chpe gnome org>
Date: Sat Oct 27 18:34:14 2012 +0200
window: Always create action for sound and animations
Unconditionally create the actions, but hide them when the feature isn't
enabled.
src/window.c | 57 +++++++++++++++++++++++++--------------------------------
1 file changed, 25 insertions(+), 32 deletions(-)
commit 3c5c5a99b3a89b10e562354ad211ea489fa0e915
Author: Christian Persch <chpe gnome org>
Date: Sat Oct 27 18:19:36 2012 +0200
window: Add accessors for the UI manager and action group
src/window.c | 25 +++++++++++++++++++++++++
src/window.h | 5 +++++
2 files changed, 30 insertions(+)
commit 9671d418dfe6b9bb7a0c3cb7e5de30601e97b249
Author: Mario Blättermann <mario blaettermann gmail com>
Date: Tue Feb 26 21:14:33 2013 +0100
[l10n]Updated German translation
po/de.po | 89 +++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 43 deletions(-)
commit 56b0aa0417bd1a18061c1ec137c16f2d1fe67fc0
Author: Gheyret Kenji <gheyret gmail com>
Date: Fri Feb 22 21:57:40 2013 +0900
Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret gmail com>
po/ug.po | 270 +++++++++++++++++++++++++++++++--------------------------------
1 file changed, 135 insertions(+), 135 deletions(-)
commit 080021f7e7f98e3fdc3bf76cd7ff694d01594a17
Author: Marek Černocký <marek manet cz>
Date: Tue Feb 19 11:37:02 2013 +0100
Updated Czech translation
po/cs.po | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
commit 7e7e774027182d9580ee829ada171f6e5bdb428b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Feb 16 20:35:31 2013 +0100
Updated Polish translation
po/pl.po | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
commit f7c134c9dca7976f99deb9d5c0761096537665bc
Author: Anish A <aneesh nl gmail com>
Date: Thu Feb 7 10:51:25 2013 +0400
Updated Malayalam Localization
po/ml.po | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
commit 2badb2e8b1e55f9889320a2294f23e471863cbef
Author: Inaki Larranaga Murgoitio <dooteo zundan com>
Date: Mon Feb 4 22:23:16 2013 +0100
Updated Basque language
po/eu.po | 1993 +++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 1141 insertions(+), 852 deletions(-)
commit db5d6667e1a8353466b5480962c5c4568c900e14
Author: Chao-Hsiung Liao <j_h_liau yahoo com tw>
Date: Mon Feb 4 19:36:24 2013 +0800
Updated Traditional Chinese translation(Hong Kong and Taiwan)
po/zh_HK.po | 34 ++++++++++++++++++++++------------
po/zh_TW.po | 34 ++++++++++++++++++++++------------
2 files changed, 44 insertions(+), 24 deletions(-)
commit 55b146c55bd112fefe2ca8e584919a470537c875
Author: Milo Casagrande <milo ubuntu com>
Date: Sun Jan 27 17:52:31 2013 +0100
[l10n] Updated Italian translation.
po/it.po | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 deletions(-)
commit f81548df4eb40d45ce8022bed4d67fde711397ed
Author: Gheyret Kenji <gheyret gmail com>
Date: Sun Jan 27 13:26:05 2013 +0900
Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret gmail com>
po/ug.po | 1170 +-------------------------------------------------------------
1 file changed, 5 insertions(+), 1165 deletions(-)
commit e4df0950b7061368d3afb2e3f2f7da9553d28726
Author: Gheyret Kenji <gheyret gmail com>
Date: Sun Jan 27 13:12:28 2013 +0900
Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret gmail com>
po/ug.po | 141 +++++++++++++++++++++++++++++++--------------------------------
1 file changed, 69 insertions(+), 72 deletions(-)
commit d2342e745f9544c84c634df5dc0770abfea172a7
Author: Aurimas Černius <aurisc4 gmail com>
Date: Wed Jan 23 22:15:00 2013 +0200
Updated Lithuanian translation
po/lt.po | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
commit 221b4fc1f8fc8a4dc28b6024af59667ec05017df
Author: Aurimas Černius <aurisc4 gmail com>
Date: Wed Jan 23 21:51:02 2013 +0200
Updated Lithuanian translation
po/lt.po | 527 +++++++++++++++++++++++----------------------------------------
1 file changed, 189 insertions(+), 338 deletions(-)
commit b2381b56c643cfc416a7d33450a86c36193cc5de
Author: Ján Kyselica <kyselica jan gmail com>
Date: Mon Jan 21 21:49:12 2013 +0100
Updated slovak translation
po/sk.po | 60 ++++++++++++++++++++++++++++++++++++------------------------
1 file changed, 36 insertions(+), 24 deletions(-)
commit 5e47d6c75fbf71f4a451966ac7c15a757b53fdbb
Author: Kjartan Maraas <kmaraas gnome org>
Date: Mon Jan 21 11:49:59 2013 +0100
Updated Norwegian bokmål translation
po/nb.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit c82dcfdb152eda501b250b680f679c018adc1c83
Author: Мирослав Николић <miroslavnikolic rocketmail com>
Date: Fri Jan 18 09:31:59 2013 +0100
Updated Serbian translation
po/sr.po | 47 +++++++++++++++++++++++------------------------
po/sr latin po | 47 +++++++++++++++++++++++------------------------
2 files changed, 46 insertions(+), 48 deletions(-)
commit bab3f047bcd599388a278e6208d93de92550599a
Author: Balázs Úr <urbalazs src gnome org>
Date: Sun Jan 13 11:55:01 2013 +0100
Updated Hungarian translation
po/hu.po | 97 ++++++++++++++++------------------------------------------------
1 file changed, 24 insertions(+), 73 deletions(-)
commit 8d9b2210ebd112ac082f0757c0f9b000f6996cfb
Author: Alexander Shopov <ash kambanaria org>
Date: Sun Jan 13 11:48:48 2013 +0200
Updated Bulgarian translation
po/bg.po | 1961 +++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 1105 insertions(+), 856 deletions(-)
commit 2e931633473521c843dc2905fea341612d624466
Author: Matej Urbančič <mateju svn gnome org>
Date: Sat Dec 29 20:48:00 2012 +0100
Updated Slovenian translation
po/sl.po | 459 +++++++++++++++++++++++++--------------------------------------
1 file changed, 183 insertions(+), 276 deletions(-)
commit b72ccc956a581595a9fad2b794bbab7c595983b8
Author: Fran Diéguez <fran dieguez mabishu com>
Date: Mon Dec 24 23:21:57 2012 +0100
Updated Galician translations
po/gl.po | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)
commit 057f1cac924e6de82e499b2a91af2cdfca6ed662
Author: Kjartan Maraas <kmaraas gnome org>
Date: Fri Dec 21 17:40:21 2012 +0100
Updated Norwegian bokmål translation
po/nb.po | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 deletions(-)
commit 8f2b60376fa41d6155aa4bde95876b964738b7da
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Sun Dec 16 21:00:56 2012 +0100
Updated Spanish translation
po/es.po | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
commit 6d8fac05b034928ca50effc42f6bcbe442394f15
Author: OKANO Takayoshi <kano na rim or jp>
Date: Wed Nov 28 21:54:25 2012 +0900
[l10n] Update Japanese translation
po/ja.po | 37 ++++++++++++++++++++++---------------
1 file changed, 22 insertions(+), 15 deletions(-)
commit 1188a2ba5c8355dd31bb8f9e41334ee299a05747
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Nov 27 16:51:09 2012 +0100
Updated Polish translation
po/pl.po | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
commit f52e923019141551999f8d8ee357d66fd78926c6
Author: B. Prathibha <prathibhab cdac in>
Date: Fri Nov 23 17:50:53 2012 +0100
build: Add keywords to desktop file
https://bugzilla.gnome.org/show_bug.cgi?id=688525
data/sol.desktop.in.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
commit 36f7e4fe3a899dd0a796176503fa7ac00c1d6942
Author: Christian Persch <chpe gnome org>
Date: Fri Nov 23 17:52:03 2012 +0100
build: Post branch version bump
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7d34a29e7994ef14b68315999f1c16994d27df66
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Tue Nov 20 12:39:45 2012 +0100
Updated Spanish translation
po/es.po | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
commit db6db790200597b75ce7c7d59f241beb239ac9c4
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Tue Nov 20 12:39:37 2012 +0100
Updated Spanish translation
help/es/es.po | 45 ++++++++++++++++++++++++++++++---------------
1 file changed, 30 insertions(+), 15 deletions(-)
commit 588dcbb2d5cc8ada5b9316035d9ccc513544deb2
Author: Marek Černocký <marek manet cz>
Date: Mon Nov 19 23:37:15 2012 +0100
Updated Czech translation
po/cs.po | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
commit bd72075a59186ba599e47a86f2311e39073e957b
Author: Vincent Povirk <madewokherd gmail com>
Date: Sat Oct 20 12:02:56 2012 -0500
klondike: Add "Unlimited redeals" option.
For bug 683195.
games/klondike.scm | 7 +++++--
help/C/klondike.xml | 5 +++++
2 files changed, 10 insertions(+), 2 deletions(-)
Download
========
http://download.gnome.org/sources/aisleriot/3.7/aisleriot-3.7.91.tar.xz (4.26M)
sha256sum: 3badfe462a017d99a76e53ccc61e78a19ccf9a5157b833761ad68894157418bb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]