[iagno] Prepare 3.19.1.



commit a8ee7282b9a470c3489355a33da5b1a38f9ba74b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Oct 27 23:16:08 2015 +0100

    Prepare 3.19.1.

 NEWS           |    6 ++++++
 configure.ac   |    2 +-
 data/iagno.css |    7 +++++++
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ceb60b5..dbee94e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.19.1 - October 27, 2015
+=============================
+
+* Translation update: czech
+* Adaptation to current CSS-nodes (will break again)
+
 3.18.1 - October 12, 2015
 =============================
 
diff --git a/configure.ac b/configure.ac
index aeddc61..071cc2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Iagno], [3.18.1], [https://bugzilla.gnome.org/],
+AC_INIT([Iagno], [3.19.1], [https://bugzilla.gnome.org/],
         [iagno], [https://wiki.gnome.org/Apps/Iagno])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
diff --git a/data/iagno.css b/data/iagno.css
index 0b1e985..a5bd37f 100644
--- a/data/iagno.css
+++ b/data/iagno.css
@@ -18,18 +18,24 @@
  * with this application. If not, see <http://www.gnu.org/licenses/>.
  */
 
+/* GtkXyz is pre-3.19.1 */
+
 /* Labels' tweaks */
+GtkLabel.bold-label,
 label.bold-label {
   font-weight: bold;
 }
+GtkLabel.italic-label,
 label.italic-label {
   font-style: italic;
 }
+GtkGrid#scoreboard GtkLabel,
 GtkGrid#scoreboard label {
   padding: 5px 2px;
 }
 
 /* Themes' dialog listbox */
+GtkListBox#themes-listbox GtkImage,
 GtkListBox#themes-listbox image {
   transition-duration: 200ms;
   opacity: 0;
@@ -41,6 +47,7 @@ GtkListBox#themes-listbox GtkListBoxRow:selected * {
   opacity: 1;
   color:@theme_selected_fg_color;
 }
+GtkListBox#themes-listbox GtkListBoxRow:selected GtkImage:backdrop,
 GtkListBox#themes-listbox GtkListBoxRow:selected image:backdrop {
   color:@theme_unfocused_selected_fg_color;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]