Hello community,

here is the log from the commit of package terminus for openSUSE:Factory 
checked in at 2020-05-14 23:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminus (Old)
 and      /work/SRC/openSUSE:Factory/.terminus.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terminus"

Thu May 14 23:25:55 2020 rev:9 rq:805377 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/terminus/terminus.changes        2020-04-22 
20:59:28.392159483 +0200
+++ /work/SRC/openSUSE:Factory/.terminus.new.2738/terminus.changes      
2020-05-14 23:26:01.001141012 +0200
@@ -1,0 +2,6 @@
+Wed May 13 07:58:29 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to 1.12.0:
+  * Fix popup menu translations
+
+-------------------------------------------------------------------

Old:
----
  terminus-1.10.0.tar.gz

New:
----
  terminus-1.12.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ terminus.spec ++++++
--- /var/tmp/diff_new_pack.JxXnnC/_old  2020-05-14 23:26:02.169143561 +0200
+++ /var/tmp/diff_new_pack.JxXnnC/_new  2020-05-14 23:26:02.173143570 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           terminus
-Version:        1.10.0
+Version:        1.12.0
 Release:        0
 Summary:        An X terminal written in Vala
 License:        GPL-3.0-only

++++++ terminus-1.10.0.tar.gz -> terminus-1.12.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/HISTORY.md 
new/terminus-1.12.0/HISTORY.md
--- old/terminus-1.10.0/HISTORY.md      2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/HISTORY.md      2020-04-24 21:45:52.000000000 +0200
@@ -1,5 +1,9 @@
 # History of versions #
 
+* Version 1.12.0 (2020-04-24)
+  * Fix popup menu translations
+* Version 1.11.0 (2020-04-16)
+  * Fix resize and freeze under Wayland
 * Version 1.10.0 (2020-04-15)
   * Now it receives the focus under X11
 * Version 1.9.0 (2020-04-09)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/PKGBUILD new/terminus-1.12.0/PKGBUILD
--- old/terminus-1.10.0/PKGBUILD        2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/PKGBUILD        2020-04-24 21:45:52.000000000 +0200
@@ -1,5 +1,5 @@
 pkgname=terminus
-pkgver=1.10.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A new terminal for XWindows
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/cmake/CMakeLists.txt 
new/terminus-1.12.0/cmake/CMakeLists.txt
--- old/terminus-1.10.0/cmake/CMakeLists.txt    1970-01-01 01:00:00.000000000 
+0100
+++ new/terminus-1.12.0/cmake/CMakeLists.txt    2020-04-24 21:45:52.000000000 
+0200
@@ -0,0 +1,17 @@
+### CMakeLists automatically created with AutoVala
+### Do not edit
+
+IF(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/)
+       install(DIRECTORY
+               ${CMAKE_CURRENT_SOURCE_DIR}/
+       DESTINATION
+               share/autovala/cmake
+       )
+ELSE()
+       install(FILES
+               ${CMAKE_CURRENT_SOURCE_DIR}/
+       DESTINATION
+               share/autovala/cmake
+       )
+ENDIF()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/debian/changelog 
new/terminus-1.12.0/debian/changelog
--- old/terminus-1.10.0/debian/changelog        2020-04-15 23:28:53.000000000 
+0200
+++ new/terminus-1.12.0/debian/changelog        2020-04-24 21:45:52.000000000 
+0200
@@ -1,3 +1,15 @@
+terminus (1.12.0-Debian1) sid; urgency=low
+
+  * Fix popup menu translations
+
+ -- Sergio Costas Rodriguez <[email protected]>  Fri, 24 Apr 2020 23:55:00 
+0200
+
+terminus (1.11.0-Debian1) sid; urgency=low
+
+  * Fix resize and freeze under Wayland
+
+ -- Sergio Costas Rodriguez <[email protected]>  Thu, 16 Apr 2020 23:55:00 
+0200
+
 terminus (1.10.0-Debian1) sid; urgency=low
 
   * Now it receives the focus under X11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/debian/control 
new/terminus-1.12.0/debian/control
--- old/terminus-1.10.0/debian/control  2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/debian/control  2020-04-24 21:45:52.000000000 +0200
@@ -8,7 +8,7 @@
 
 Package: terminus
 Architecture: any
-Version: 1.10.0
+Version: 1.12.0
 Depends: libgee-0.8-2, libkeybinder-3.0-0, libvte-2.91-0, libpcre3, 
libglib2.0-bin
 Description: A new terminal for X11 and Wayland both for classic,
  in-window terminal, and Guake-like (hot-key drop-down mode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/meson.build 
new/terminus-1.12.0/meson.build
--- old/terminus-1.10.0/meson.build     2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/meson.build     2020-04-24 21:45:52.000000000 +0200
@@ -1,6 +1,6 @@
 project('terminus',
   ['c','vala'],
-  version: '1.10.0')
+  version: '1.12.0')
 
 add_global_arguments('-DGETTEXT_PACKAGE="terminus"',language: 'c')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/po/es.po new/terminus-1.12.0/po/es.po
--- old/terminus-1.10.0/po/es.po        2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/po/es.po        2020-04-24 21:45:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: 1.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-10 15:48+0200\n"
+"POT-Creation-Date: 2020-04-24 21:42+0200\n"
 "PO-Revision-Date: 2020-04-10 15:14+0200\n"
 "Last-Translator: Sergio Costas <[email protected]>\n"
 "Language-Team: Español; Castellano <[email protected]>\n"
@@ -94,11 +94,11 @@
 msgid "Version %s"
 msgstr "Versión %s"
 
-#: src/settings.vala:306
+#: src/settings.vala:306 src/terminal.vala:123
 msgid "New window"
 msgstr "Nueva ventana"
 
-#: src/settings.vala:307
+#: src/settings.vala:307 src/terminal.vala:117
 msgid "New tab"
 msgstr "Nueva pestaña"
 
@@ -146,6 +146,30 @@
 msgid "Key"
 msgstr "Tecla"
 
+#: src/terminal.vala:92
+msgid "Copy"
+msgstr "Copiar"
+
+#: src/terminal.vala:98
+msgid "Paste"
+msgstr "Pegar"
+
+#: src/terminal.vala:106
+msgid "Split horizontally"
+msgstr "Dividir horizontalmente"
+
+#: src/terminal.vala:111
+msgid "Split vertically"
+msgstr "Dividir verticalmente"
+
+#: src/terminal.vala:131
+msgid "Preferences"
+msgstr "Preferencias"
+
+#: src/terminal.vala:140
+msgid "Close"
+msgstr "Cerrar"
+
 #: src/terminus.vala:112 src/terminus.vala:163
 #, c-format
 msgid "Error: palette file %s has unrecognized content at line %d\n"
@@ -327,24 +351,6 @@
 msgid "About"
 msgstr "Acerca de"
 
-#~ msgid "Copy"
-#~ msgstr "Copiar"
-
-#~ msgid "Paste"
-#~ msgstr "Pegar"
-
-#~ msgid "Split horizontally"
-#~ msgstr "Dividir horizontalmente"
-
-#~ msgid "Split vertically"
-#~ msgstr "Dividir verticalmente"
-
-#~ msgid "Preferences"
-#~ msgstr "Preferencias"
-
-#~ msgid "Close"
-#~ msgstr "Cerrar"
-
 #~ msgid "Rewrap on resize"
 #~ msgstr "Reorganizar al cambiar de tamaño"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/po/terminus.pot 
new/terminus-1.12.0/po/terminus.pot
--- old/terminus-1.10.0/po/terminus.pot 2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/po/terminus.pot 2020-04-24 21:45:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: terminus\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-10 15:48+0200\n"
+"POT-Creation-Date: 2020-04-24 21:42+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -66,11 +66,11 @@
 msgid "Version %s"
 msgstr ""
 
-#: src/settings.vala:306
+#: src/settings.vala:306 src/terminal.vala:123
 msgid "New window"
 msgstr ""
 
-#: src/settings.vala:307
+#: src/settings.vala:307 src/terminal.vala:117
 msgid "New tab"
 msgstr ""
 
@@ -118,6 +118,30 @@
 msgid "Key"
 msgstr ""
 
+#: src/terminal.vala:92
+msgid "Copy"
+msgstr ""
+
+#: src/terminal.vala:98
+msgid "Paste"
+msgstr ""
+
+#: src/terminal.vala:106
+msgid "Split horizontally"
+msgstr ""
+
+#: src/terminal.vala:111
+msgid "Split vertically"
+msgstr ""
+
+#: src/terminal.vala:131
+msgid "Preferences"
+msgstr ""
+
+#: src/terminal.vala:140
+msgid "Close"
+msgstr ""
+
 #: src/terminus.vala:112 src/terminus.vala:163
 #, c-format
 msgid "Error: palette file %s has unrecognized content at line %d\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/rpmbuild/SPECS/terminus.spec 
new/terminus-1.12.0/rpmbuild/SPECS/terminus.spec
--- old/terminus-1.10.0/rpmbuild/SPECS/terminus.spec    2020-04-15 
23:28:53.000000000 +0200
+++ new/terminus-1.12.0/rpmbuild/SPECS/terminus.spec    2020-04-24 
21:45:52.000000000 +0200
@@ -1,5 +1,5 @@
 Name: terminus
-Version: 1.10.0
+Version: 1.12.0
 Release: 1
 License: Unknown/not set
 Summary: A new terminal for XWindows and Wayland
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/src/CMakeLists.txt 
new/terminus-1.12.0/src/CMakeLists.txt
--- old/terminus-1.10.0/src/CMakeLists.txt      2020-04-15 23:28:53.000000000 
+0200
+++ new/terminus-1.12.0/src/CMakeLists.txt      2020-04-24 21:45:52.000000000 
+0200
@@ -7,13 +7,13 @@
 set (RELEASE_NAME "terminus")
 set (CMAKE_C_FLAGS "")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
-set (VERSION "1.10.0")
+set (VERSION "1.12.0")
 set (TESTSRCDIR "${CMAKE_SOURCE_DIR}")
 set (DOLLAR "$")
 
 configure_file (${CMAKE_SOURCE_DIR}/src/Config.vala.base 
${CMAKE_BINARY_DIR}/src/Config.vala)
 add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
-set (VERSION "1.10.0")
+set (VERSION "1.12.0")
 add_definitions (${DEPS_CFLAGS})
 link_libraries ( ${DEPS_LIBRARIES} )
 link_directories ( ${DEPS_LIBRARY_DIRS} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/src/meson.build 
new/terminus-1.12.0/src/meson.build
--- old/terminus-1.10.0/src/meson.build 2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/src/meson.build 2020-04-24 21:45:52.000000000 +0200
@@ -4,7 +4,7 @@
 cfg_terminus.set('GETTEXT_PACKAGE', 'terminus')
 cfg_terminus.set('RELEASE_NAME', 'terminus')
 cfg_terminus.set('PREFIX', get_option('prefix'))
-cfg_terminus.set('VERSION', '1.10.0')
+cfg_terminus.set('VERSION', '1.12.0')
 cfg_terminus.set('TESTSRCDIR', meson.source_root())
 
 cfgfile_2 = configure_file(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/src/terminal.vala 
new/terminus-1.12.0/src/terminal.vala
--- old/terminus-1.10.0/src/terminal.vala       2020-04-15 23:28:53.000000000 
+0200
+++ new/terminus-1.12.0/src/terminal.vala       2020-04-24 21:45:52.000000000 
+0200
@@ -71,11 +71,11 @@
                private Gtk.Button new_menu_element(string text, string? icon = 
null) {
                        Gtk.Button item;
                        if (icon == null) {
-                               item = new Gtk.Button.with_label(_(text));
+                               item = new Gtk.Button.with_label(text);
                        } else {
                                item = new Gtk.Button();
                                var tmpbox   = new 
Gtk.Box(Gtk.Orientation.HORIZONTAL, 2);
-                               var tmplabel = new Gtk.Label(_(text));
+                               var tmplabel = new Gtk.Label(text);
                                var tmpicon  = new 
Gtk.Image.from_resource(icon);
                                tmpbox.pack_start(tmpicon, false, true);
                                tmpbox.pack_start(tmplabel, false, true);
@@ -89,13 +89,13 @@
                private void create_menu() {
 
                        this.menu_container = new 
Gtk.Box(Gtk.Orientation.VERTICAL, 0);
-                       this.item_copy = this.new_menu_element("Copy");
+                       this.item_copy = this.new_menu_element(_("Copy"));
                        this.item_copy.clicked.connect(() => {
                                this.do_copy();
                                this.menuPopover.hide();
                        });
 
-                       var item = this.new_menu_element("Paste");
+                       var item = this.new_menu_element(_("Paste"));
                        item.clicked.connect(() => {
                                this.do_paste();
                                this.menuPopover.hide();
@@ -103,24 +103,24 @@
 
                        this.add_separator();
 
-                       item = this.new_menu_element("Split horizontally", 
"/com/rastersoft/terminus/pixmaps/horizontal.svg");
+                       item = this.new_menu_element(_("Split horizontally"), 
"/com/rastersoft/terminus/pixmaps/horizontal.svg");
                        item.clicked.connect(() => {
                                this.split_horizontal(this);
                                this.menuPopover.hide();
                        });
-                       item = this.new_menu_element("Split vertically", 
"/com/rastersoft/terminus/pixmaps/vertical.svg");
+                       item = this.new_menu_element(_("Split vertically"), 
"/com/rastersoft/terminus/pixmaps/vertical.svg");
                        item.clicked.connect(() => {
                                this.split_vertical(this);
                                this.menuPopover.hide();
                        });
 
-                       item = this.new_menu_element("New tab");
+                       item = this.new_menu_element(_("New tab"));
                        item.clicked.connect(() => {
                                this.main_container.new_terminal_tab();
                                this.menuPopover.hide();
                        });
 
-                       item = this.new_menu_element("New window");
+                       item = this.new_menu_element(_("New window"));
                        item.clicked.connect(() => {
                                this.main_container.new_terminal_window();
                                this.menuPopover.hide();
@@ -128,7 +128,7 @@
 
                        this.add_separator();
 
-                       item = this.new_menu_element("Preferences");
+                       item = this.new_menu_element(_("Preferences"));
                        item.clicked.connect(() => {
                                this.menuPopover.hide();
                                Terminus.main_root.window_properties.show_all();
@@ -137,7 +137,7 @@
 
                        this.add_separator();
 
-                       item = this.new_menu_element("Close");
+                       item = this.new_menu_element(_("Close"));
                        item.clicked.connect(() => {
                                this.menuPopover.hide();
                                Posix.kill(this.pid, 9);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/src/window.vala 
new/terminus-1.12.0/src/window.vala
--- old/terminus-1.10.0/src/window.vala 2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/src/window.vala 2020-04-24 21:45:52.000000000 +0200
@@ -132,6 +132,7 @@
                                            this.resize(width, 
this.current_size);
                                        }
                                        
this.paned.set_position(this.current_size);
+                                       
Terminus.settings.set_int("guake-height", this.current_size);
                                        return true;
                                });
 
@@ -150,7 +151,6 @@
                                            return false;
                                        }
                                        this.mouseY = -1;
-                                       
Terminus.settings.set_int("guake-height", this.current_size);
                                        return true;
                                });
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/terminus.avprj 
new/terminus-1.12.0/terminus.avprj
--- old/terminus-1.10.0/terminus.avprj  2020-04-15 23:28:53.000000000 +0200
+++ new/terminus-1.12.0/terminus.avprj  2020-04-24 21:45:52.000000000 +0200
@@ -1,7 +1,7 @@
 ### AutoVala Project ###
 autovala_version: 30
 project_name: terminus
-project_version: 1.10.0
+project_version: 1.12.0
 vala_version: 0.30
 
 custom: terminus_gnome_shell/extension.js 
share/gnome-shell/extensions/[email protected]
@@ -12,7 +12,7 @@
 *vapidir: src/vapidir
 
 vala_binary: src/terminus
-*version: 1.10.0
+*version: 1.12.0
 use_gresource: extras_gresource_xml
 vala_vapi: checkwayland.vapi
 *vala_package: posix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminus-1.10.0/terminus_gnome_shell/extension.js 
new/terminus-1.12.0/terminus_gnome_shell/extension.js
--- old/terminus-1.10.0/terminus_gnome_shell/extension.js       2020-04-15 
23:28:53.000000000 +0200
+++ new/terminus-1.12.0/terminus_gnome_shell/extension.js       2020-04-24 
21:45:52.000000000 +0200
@@ -135,18 +135,20 @@
                                // This is the Guake Terminal window, so ensure 
that it is kept above and shown in all workspaces
                                window.make_above();
                                window.stick();
-                               window.maximize(Meta.MaximizeFlags.HORIZONTAL);
                                this._set_window_position(window);
                                window.connect('position-changed', () => {
                                        this._set_window_position(window);
                                });
+                               window.connect('size-changed', () => {
+                                       this._set_window_position(window);
+                               });
                        }
                });
        }
 
        _set_window_position(window) {
                let area = window.get_work_area_current_monitor();
-               window.move_frame(false, area.x, area.y);
+               window.move_resize_frame(false, area.x, area.y, area.width, 
this._settings2.get_int("guake-height"));
        }
 
        disable() {


Reply via email to