Hello community, here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory checked in at 2015-03-25 09:56:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old) and /work/SRC/openSUSE:Factory/.kde-gtk-config5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config5" Changes: -------- --- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes 2015-03-01 15:03:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 2015-03-25 09:56:59.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 19 17:42:30 UTC 2015 - [email protected] + +- Update to 5.2.2: + * Bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.2.php + +------------------------------------------------------------------- +Mon Mar 16 11:56:34 UTC 2015 - [email protected] + +- Add explicit kio-devel, kiconthemes-devel and pkgconfig(Qt5Network) + BuildRequires + +------------------------------------------------------------------- Old: ---- kde-gtk-config-5.2.1.tar.xz New: ---- kde-gtk-config-5.2.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-gtk-config5.spec ++++++ --- /var/tmp/diff_new_pack.9hpvsv/_old 2015-03-25 09:56:59.000000000 +0100 +++ /var/tmp/diff_new_pack.9hpvsv/_new 2015-03-25 09:56:59.000000000 +0100 @@ -17,7 +17,7 @@ Name: kde-gtk-config5 -Version: 5.2.1 +Version: 5.2.2 Release: 0 Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE License: LGPL-3.0+ and GPL-3.0+ @@ -34,8 +34,11 @@ BuildRequires: kconfigwidgets-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kio-devel BuildRequires: knewstuff-devel BuildRequires: xz +BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(gtk+-2.0) ++++++ kde-gtk-config-5.2.1.tar.xz -> kde-gtk-config-5.2.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/CMakeLists.txt new/kde-gtk-config-5.2.2/CMakeLists.txt --- old/kde-gtk-config-5.2.1/CMakeLists.txt 2015-02-21 21:29:53.000000000 +0100 +++ new/kde-gtk-config-5.2.2/CMakeLists.txt 2015-03-19 17:06:12.000000000 +0100 @@ -1,12 +1,12 @@ project(kde-gtk-config) -set(PROJECT_VERSION "5.2.1") +set(PROJECT_VERSION "5.2.2") cmake_minimum_required(VERSION 2.8.12) find_package(ECM 0.0.9 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${ECM_MODULE_PATH}) -find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Widgets Test) -find_package(KF5 REQUIRED COMPONENTS I18n ConfigWidgets NewStuff Archive KCMUtils) +find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Widgets Test Network) +find_package(KF5 REQUIRED COMPONENTS I18n KIO ConfigWidgets NewStuff Archive KCMUtils IconThemes) include_directories( ${CMAKE_SOURCE_DIR} @@ -52,7 +52,7 @@ target_compile_definitions(kcm_kdegtkconfig PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}") target_link_libraries(kcm_kdegtkconfig KF5::I18n KF5::KIOWidgets KF5::NewStuff KF5::Archive KF5::NewStuff KF5::ConfigWidgets KF5::IconThemes) -kservice_desktop_to_json(kcm_kdegtkconfig kde-gtk-config.desktop) +kcoreaddons_desktop_to_json(kcm_kdegtkconfig kde-gtk-config.desktop) install(TARGETS kcm_kdegtkconfig DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES ${GHNS_FILES} DESTINATION ${CONFIG_INSTALL_DIR}) Files old/kde-gtk-config-5.2.1/icons/128-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/128-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/16-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/16-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/22-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/22-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/24-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/24-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/256-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/256-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/32-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/32-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/48-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/48-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/64-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/64-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/8-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/8-apps-kde-gtk-config.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/icons/CMakeLists.txt new/kde-gtk-config-5.2.2/icons/CMakeLists.txt --- old/kde-gtk-config-5.2.1/icons/CMakeLists.txt 2015-02-21 21:29:40.000000000 +0100 +++ new/kde-gtk-config-5.2.2/icons/CMakeLists.txt 2015-03-19 17:05:59.000000000 +0100 @@ -1,15 +1,15 @@ ecm_install_icons( ICONS - hi128-apps-kde-gtk-config.png - hi16-apps-kde-gtk-config.png - hi22-apps-kde-gtk-config.png - hi24-apps-kde-gtk-config.png - hi256-apps-kde-gtk-config.png - hi32-apps-kde-gtk-config.png - hi48-apps-kde-gtk-config.png - hi64-apps-kde-gtk-config.png - hi8-apps-kde-gtk-config.png - hisc-apps-kde-gtk-config.svgz - + 128-apps-kde-gtk-config.png + 16-apps-kde-gtk-config.png + 22-apps-kde-gtk-config.png + 24-apps-kde-gtk-config.png + 256-apps-kde-gtk-config.png + 32-apps-kde-gtk-config.png + 48-apps-kde-gtk-config.png + 64-apps-kde-gtk-config.png + 8-apps-kde-gtk-config.png + sc-apps-kde-gtk-config.svgz + THEME hicolor DESTINATION ${ICON_INSTALL_DIR} ) Files old/kde-gtk-config-5.2.1/icons/hi128-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi128-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi16-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi16-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi22-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi22-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi24-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi24-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi256-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi256-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi32-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi32-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi48-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi48-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi64-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi64-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hi8-apps-kde-gtk-config.png and new/kde-gtk-config-5.2.2/icons/hi8-apps-kde-gtk-config.png differ Files old/kde-gtk-config-5.2.1/icons/hisc-apps-kde-gtk-config.svgz and new/kde-gtk-config-5.2.2/icons/hisc-apps-kde-gtk-config.svgz differ Files old/kde-gtk-config-5.2.1/icons/sc-apps-kde-gtk-config.svgz and new/kde-gtk-config-5.2.2/icons/sc-apps-kde-gtk-config.svgz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/kde-gtk-config.desktop new/kde-gtk-config-5.2.2/kde-gtk-config.desktop --- old/kde-gtk-config-5.2.1/kde-gtk-config.desktop 2015-02-21 21:29:40.000000000 +0100 +++ new/kde-gtk-config-5.2.2/kde-gtk-config.desktop 2015-03-19 17:05:59.000000000 +0100 @@ -1,6 +1,7 @@ [Desktop Entry] Categories=Qt;KDE;X-KDE-settings-looknfeel; Comment=Widget Style of GNOME/GTK Applications +Comment[bs]=Izgled kontrola za GNOME/GTK Aplikacije Comment[ca]=Estri per a l'estil de les aplicacions GNOME/GTK Comment[cs]=Styl widgetu aplikací GNOME/GTK Comment[da]=Kontrolstil for GNOME-/GTK-programmer @@ -38,6 +39,7 @@ Exec=kcmshell5 kde-gtk-config Icon=kde-gtk-config Name=GNOME Application Style (GTK) +Name[bs]=GNOME aplikacijski stil (GTK) Name[ca]=Estil de les aplicacions GNOME (GTK) Name[cs]=Styl aplikací GNOME (GTK) Name[da]=Programstil for GNOME (GTK) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/po/bs/kde-gtk-config.po new/kde-gtk-config-5.2.2/po/bs/kde-gtk-config.po --- old/kde-gtk-config-5.2.1/po/bs/kde-gtk-config.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kde-gtk-config-5.2.2/po/bs/kde-gtk-config.po 2015-03-19 17:06:02.000000000 +0100 @@ -0,0 +1,359 @@ +# Bosnian translations for kde package. +# Copyright (C) 2012 This_file_is_part_of_KDE +# This file is distributed under the same license as the kde package. +# Samir Ribic <[email protected]>, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: kde 49i410\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2015-01-13 12:15+0000\n" +"PO-Revision-Date: 2013-10-19 01:37+0000\n" +"Last-Translator: Samir Ribić <Unknown>\n" +"Language-Team: Bosnian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Launchpad (build 17341)\n" +"X-Launchpad-Export-Date: 2015-02-15 06:21+0000\n" + +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Samir Ribić" + +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: src/dialog_installer.cpp:86 src/dialog_installer.cpp:100 +#, kde-format +msgid "Could not install the %1 theme." +msgstr "Ne mogu instalirati temu %1." + +#: src/dialog_installer.cpp:86 src/dialog_installer.cpp:100 +msgid "Cannot install theme" +msgstr "Ne mogu instalirati temu" + +#: src/dialog_installer.cpp:110 src/dialog_installer.cpp:136 +msgid "Parsing theme..." +msgstr "Analiziram temu..." + +#: src/dialog_installer.cpp:125 +msgid "This GTK theme can be installed" +msgstr "Ova GTK tema se ne može instalirati" + +#: src/dialog_installer.cpp:128 +msgid "This GTK theme cannot be installed" +msgstr "Ova GTK tema se ne može instalirati" + +#: src/dialog_installer.cpp:151 +msgid "This icons theme can be installed" +msgstr "Ova tema ikona se može instalirati" + +#: src/dialog_installer.cpp:154 +msgid "This icons theme cannot be installed" +msgstr "Ova tema ikona se ne može instalirati" + +#: src/dialog_installer.cpp:174 +msgid "Installing GTK theme..." +msgstr "Instaliram GTK temu..." + +#: src/dialog_installer.cpp:180 +msgid "Installing icons..." +msgstr "Instaliram ikone..." + +#: src/dialog_installer.cpp:189 +msgid "Icons Successfully Installed" +msgstr "Ikone uspješno instalirane" + +#: src/dialog_installer.cpp:193 +msgid "The icons theme cannot be installed" +msgstr "Ova tema ikona se ne može instalirati" + +#: src/dialog_installer.cpp:202 +msgid "GTK Theme Successfully Installed" +msgstr "GTK tema uspješno instalirana" + +#: src/dialog_installer.cpp:205 +msgid "The GTK theme cannot be installed" +msgstr "GTK tema se ne može instalirati" + +#: src/dialog_uninstaller.cpp:84 +msgid "Uninstalling GTK theme..." +msgstr "Deinstaliram GTK temu..." + +#: src/dialog_uninstaller.cpp:104 +msgid "Uninstalling icons..." +msgstr "Deinstaliram ikone..." + +#: src/dialog_uninstaller.cpp:115 +msgid "GTK theme successfully uninstalled." +msgstr "GTK tema uspješno deinstalirana." + +#: src/dialog_uninstaller.cpp:118 +msgid "Could not uninstall the GTK theme." +msgstr "Ne mogu deinstalirati GTK temu." + +#: src/dialog_uninstaller.cpp:130 +msgid "Icons successfully uninstalled." +msgstr "Ikone uspješno deinstalirane." + +#: src/dialog_uninstaller.cpp:133 +msgid "Could not uninstall the icons theme." +msgstr "Ne mogu deinstalirati temu ikona." + +#: src/gtkconfigkcmodule.cpp:62 +msgid "KDE GTK Config" +msgstr "KDE GTK konfiguracija" + +#: src/gtkconfigkcmodule.cpp:63 +msgid "Configure your GTK Applications" +msgstr "Konfigurišite vaše GTK aplikacije" + +#: src/gtkconfigkcmodule.cpp:65 +msgid "Copyright 2011 José Antonio Sánchez Reynaga" +msgstr "Autorska prava 2011 José Antonio Sánchez Reynaga" + +#: src/gtkconfigkcmodule.cpp:66 +msgid "José Antonio Sánchez Reynaga (antonioJASR)" +msgstr "José Antonio Sánchez Reynaga (antonioJASR)" + +#: src/gtkconfigkcmodule.cpp:66 +msgid "Main Developer" +msgstr "Glavni programer" + +#: src/gtkconfigkcmodule.cpp:67 +msgid "Aleix Pol i Gonzalez" +msgstr "Aleix Pol i Gonzalez" + +#: src/gtkconfigkcmodule.cpp:67 +msgid "Feature development. Previews, code refactoring." +msgstr "Razvoj mogućnosti programa. Predverzije, refaktorisanje." + +#: src/gtkconfigkcmodule.cpp:68 +msgid "Manuel Tortosa (manutortosa)" +msgstr "Manuel Tortosa (manutortosa)" + +#: src/gtkconfigkcmodule.cpp:68 +msgid "Ideas, tester, internationalization" +msgstr "Ideje, testiranje, internacionalizacija" + +#: src/gtkconfigkcmodule.cpp:69 +msgid "Adrián Chaves Fernández (Gallaecio)" +msgstr "Adrián Chaves Fernández (Gallaecio)" + +#: src/gtkconfigkcmodule.cpp:69 +msgid "Internationalization" +msgstr "Internacionalizacija" + +#: src/gtkconfigkcmodule.cpp:122 +msgid "Download GTK2 themes..." +msgstr "Preuzmi GTK2 teme..." + +#: src/gtkconfigkcmodule.cpp:123 +msgid "Download GTK3 themes..." +msgstr "Preuzmi GTK3 teme..." + +#: src/gtkconfigkcmodule.cpp:124 +msgid "Install a local theme..." +msgstr "Instaliraj lokalnu temu..." + +#: src/gtkconfigkcmodule.cpp:125 +msgid "Uninstall a local theme..." +msgstr "Deinstaliraj lokalnu temu..." + +#: src/gtkconfigkcmodule.cpp:321 +msgid "It was not possible to save the config" +msgstr "Nije bilo moguće snimiti konfiguraciju" + +#. i18n: ectx: property (windowTitle), widget (QDialog, dialog_installer) +#: src/ui/dialog_installer.ui:20 +msgid "Installer" +msgstr "Instaler" + +#. i18n: ectx: attribute (title), widget (QWidget, tabWidgetPage1) +#: src/ui/dialog_installer.ui:54 +msgid "Add GTK Theme" +msgstr "Dodaj GTK temu" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#. i18n: ectx: property (text), widget (QLabel, label_6) +#: src/ui/dialog_installer.ui:69 src/ui/dialog_installer.ui:224 +msgid "<b>Step 2</b>" +msgstr "<b>Korak 2</b>" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#. i18n: ectx: property (text), widget (QLabel, label_7) +#: src/ui/dialog_installer.ui:82 src/ui/dialog_installer.ui:198 +msgid "Select the theme file you want to install:" +msgstr "Odaberite tematsku datoteku koju želite instalirati:" + +#. i18n: ectx: property (text), widget (QLabel, label_4) +#. i18n: ectx: property (text), widget (QLabel, label_8) +#: src/ui/dialog_installer.ui:120 src/ui/dialog_installer.ui:244 +msgid "Click the next button in order to install the theme in your system." +msgstr "Kliknite na dugme za dalje, da instalirate temu u vašem sistemu." + +#. i18n: ectx: property (text), widget (QLabel, label) +#. i18n: ectx: property (text), widget (QLabel, label_5) +#: src/ui/dialog_installer.ui:133 src/ui/dialog_installer.ui:211 +msgid "<b>Step 1</b>" +msgstr "<b>Korak 1</b>" + +#. i18n: ectx: property (text), widget (QPushButton, but_theme_install) +#: src/ui/dialog_installer.ui:143 +msgid "Install GTK Theme" +msgstr "Instaliraj GTK temu" + +#. i18n: ectx: property (filter), widget (KUrlRequester, theme_file) +#. i18n: ectx: property (filter), widget (KUrlRequester, icon_file) +#: src/ui/dialog_installer.ui:153 src/ui/dialog_installer.ui:261 +msgid "*.tar.gz *.tar|Compressed file" +msgstr "*.tar.gz *.tar|Kompresovana datoteka" + +#. i18n: ectx: attribute (title), widget (QWidget, tab) +#: src/ui/dialog_installer.ui:177 +msgid "Add New Icons Theme" +msgstr "Dodaj novu temu ikona" + +#. i18n: ectx: property (text), widget (QPushButton, but_icon_install) +#: src/ui/dialog_installer.ui:254 +msgid "Install Icons" +msgstr "Instaliraj ikone" + +#. i18n: ectx: property (windowTitle), widget (QDialog, dialog_uninstaller) +#: src/ui/dialog_uninstaller.ui:14 +msgid "Remove Themes" +msgstr "Ukloni teme" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#: src/ui/dialog_uninstaller.ui:38 +msgid "Select a GTK theme to uninstall" +msgstr "Odaberi GTK temu za deinstaliranje" + +#. i18n: ectx: property (text), widget (QPushButton, but_uninstall_theme) +#. i18n: ectx: property (text), widget (QPushButton, but_uninstall_icon) +#: src/ui/dialog_uninstaller.ui:55 src/ui/dialog_uninstaller.ui:91 +msgid "Uninstall" +msgstr "Deinstaliraj" + +#. i18n: ectx: property (text), widget (QLabel, label_10) +#: src/ui/dialog_uninstaller.ui:78 +msgid "Remove GTK Theme" +msgstr "Ukloni GTK temu" + +#. i18n: ectx: property (text), widget (QLabel, label_6) +#: src/ui/dialog_uninstaller.ui:98 +msgid "Select an icon theme to uninstall" +msgstr "Odaberi temu ikona za deinstaliranje" + +#. i18n: ectx: property (text), widget (QLabel, label_12) +#: src/ui/dialog_uninstaller.ui:121 +msgid "Remove Icon Theme" +msgstr "Ukloni temu ikona" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) +#: src/ui/gui.ui:17 +msgid "GTK Themes" +msgstr "GTK teme" + +#. i18n: ectx: property (text), widget (QLabel, label_9) +#: src/ui/gui.ui:23 +msgid "Select a GTK2 Theme:" +msgstr "Odaberi GTK2 temu:" + +#. i18n: ectx: property (toolTip), widget (QToolButton, gtk2Preview) +#. i18n: ectx: property (toolTip), widget (QToolButton, gtk3Preview) +#: src/ui/gui.ui:45 src/ui/gui.ui:79 +msgid "Preview theme" +msgstr "Pregled teme" + +#. i18n: ectx: property (text), widget (QLabel, label_21) +#: src/ui/gui.ui:57 +msgid "Select a GTK3 Theme:" +msgstr "Odaberi GTK3 temu:" + +#. i18n: ectx: property (text), widget (QLabel, label_3) +#: src/ui/gui.ui:91 +msgid "Font:" +msgstr "Font:" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3) +#: src/ui/gui.ui:104 +msgid "Behaviour" +msgstr "Ponašanje" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: src/ui/gui.ui:113 +msgid "GTK style toolbar:" +msgstr "Alatna traka s GTK stilom:" + +#. i18n: ectx: property (text), item, widget (QComboBox, cb_toolbar_icons) +#: src/ui/gui.ui:121 +msgid "Icons Only" +msgstr "Samo ikone" + +#. i18n: ectx: property (text), item, widget (QComboBox, cb_toolbar_icons) +#: src/ui/gui.ui:126 +msgid "Text Only" +msgstr "Samo tekst" + +#. i18n: ectx: property (text), item, widget (QComboBox, cb_toolbar_icons) +#: src/ui/gui.ui:131 +msgid "Text Under Icons" +msgstr "Tekst ispod ikona" + +#. i18n: ectx: property (text), item, widget (QComboBox, cb_toolbar_icons) +#: src/ui/gui.ui:136 +msgid "Text After Icons" +msgstr "Tekst nakon ikona" + +#. i18n: ectx: property (text), widget (QLabel, label_22) +#: src/ui/gui.ui:144 +msgid "Show icons in GTK buttons:" +msgstr "Prikaži ikone u GTK dugmadima:" + +#. i18n: ectx: property (text), widget (QLabel, label_23) +#: src/ui/gui.ui:158 +msgid "Show icons in GTK menus:" +msgstr "Prikaži ikone u GTK menijima:" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox_6) +#: src/ui/gui.ui:193 +msgid "Icon Themes" +msgstr "Teme ikona" + +#. i18n: ectx: property (text), widget (QLabel, label_10) +#: src/ui/gui.ui:199 +msgid "Icon theme:" +msgstr "Tema ikona:" + +#. i18n: ectx: property (text), widget (QLabel, label_2) +#: src/ui/gui.ui:219 +msgid "Fallback theme:" +msgstr "Rezervna tema:" + +#. i18n: ectx: property (toolTip), widget (QToolButton, newThemes) +#: src/ui/gui.ui:456 +msgid "" +"<html><head/><body><p>Here you can find more GTK themes to try. You can " +"either download them from the following websites.</p><p>Also you can " +"download it from the opendesktop facilities as suggested below</p><p align=" +"\"center\"><a href=\"http://gnome-look.org\"><span style=\" text-decoration: " +"underline; color:#0000ff;\">gnome-look.org</span></a><br/><a href=\"art." +"gnome.org\"><span style=\" text-decoration: underline; color:#0000ff;\">art." +"gnome.org</span></a></p></body></html>" +msgstr "" +"<html><head/><body><p>Ovdje možete naći više GTK tema za probati. Možete ih " +"preuzeti i sa sljedećih stranica.</p><p>Također, možete preuzeti i s " +"opendesktop sistema kako je dolje navedeno</p><p align=\"center\"><a href=" +"\"http://gnome-look.org\"><span style=\" text-decoration: underline; color:" +"#0000ff;\">gnome-look.org</span></a><br/><a href=\"art.gnome.org\"><span " +"style=\" text-decoration: underline; color:#0000ff;\">art.gnome.org</span></" +"a></p></body></html>" + +#. i18n: ectx: property (text), widget (QToolButton, newThemes) +#: src/ui/gui.ui:459 +msgid "Get New Themes" +msgstr "Dobavi nove teme" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/src/fontshelpers.cpp new/kde-gtk-config-5.2.2/src/fontshelpers.cpp --- old/kde-gtk-config-5.2.1/src/fontshelpers.cpp 2015-02-21 21:29:40.000000000 +0100 +++ new/kde-gtk-config-5.2.2/src/fontshelpers.cpp 2015-03-19 17:05:59.000000000 +0100 @@ -21,7 +21,7 @@ #include "fontshelpers.h" #include <QFontDatabase> -#include <QRegExp> +#include <QRegularExpression> #include <QDebug> #include <QStringList> @@ -43,15 +43,18 @@ familyIdx = idx; } } - QRegExp fontRx(QString("( [a-zA-Z0-9 ]*) +([0-9]+)$")); - fontRx.indexIn(font, familyIdx); - - QString fontStyle = fontRx.cap(1).trimmed(); - int fontSize = fontRx.cap(2).toInt(); QFont f; f.setFamily(fontFamily); - f.setStyleName(fontStyle); - f.setPointSize(fontSize); + QRegularExpression fontRx(QStringLiteral(" (.*) +([0-9]+)$")); + QRegularExpressionMatch match = fontRx.match(font, familyIdx); + if (match.isValid()) { + QString fontStyle = match.captured(1).trimmed(); + int fontSize = match.captured(2).toInt(); + f.setStyleName(fontStyle); + f.setPointSize(fontSize); + } else { + qWarning() << "Couldn't figure out syle and size" << font; + } return f; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/tests/configsavetest.cpp new/kde-gtk-config-5.2.2/tests/configsavetest.cpp --- old/kde-gtk-config-5.2.1/tests/configsavetest.cpp 2015-02-21 21:29:40.000000000 +0100 +++ new/kde-gtk-config-5.2.2/tests/configsavetest.cpp 2015-03-19 17:05:59.000000000 +0100 @@ -7,7 +7,7 @@ #include <QtTest> -QTEST_MAIN(ConfigSaveTest); +QTEST_GUILESS_MAIN(ConfigSaveTest); void ConfigSaveTest::fillValues(AbstractAppearance* a) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.2.1/tests/fontstest.cpp new/kde-gtk-config-5.2.2/tests/fontstest.cpp --- old/kde-gtk-config-5.2.1/tests/fontstest.cpp 2015-02-21 21:29:40.000000000 +0100 +++ new/kde-gtk-config-5.2.2/tests/fontstest.cpp 2015-03-19 17:05:59.000000000 +0100 @@ -39,14 +39,15 @@ QString str = fontToString(f); QFont f2 = stringToFont(str); + QCOMPARE(f2.styleName(), style); if(str != fontToString(f2)) { qDebug() << "faulty font:" << str << f << f2; } - QCOMPARE(str, fontToString(f2)); + QCOMPARE(fontToString(f2), str); if(f != f2) { qDebug() << "faulty font:" << f << f2; } - QCOMPARE(f, f2); +// QCOMPARE(f, f2); } } } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
