Hello community, here is the log from the commit of package qt5ct for openSUSE:Factory checked in at 2016-06-03 16:38:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt5ct (Old) and /work/SRC/openSUSE:Factory/.qt5ct.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5ct" Changes: -------- --- /work/SRC/openSUSE:Factory/qt5ct/qt5ct.changes 2016-04-28 17:02:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qt5ct.new/qt5ct.changes 2016-06-03 16:38:43.000000000 +0200 @@ -1,0 +2,13 @@ +Thu Jun 2 10:18:51 UTC 2016 - [email protected] + +- Update to version 0.24: + * Add a feature to preview the colour scheme on edit. + * Add icons for some actions. + * Fix palette editor. + * Fix documentation. + * Fix infinite recursion in the icon theme parser. + * Update Greek translation. +- Require the libQt5Gui5 version qt5ct was built against + (boo#980881). + +------------------------------------------------------------------- Old: ---- qt5ct-0.23.tar.bz2 New: ---- qt5ct-0.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt5ct.spec ++++++ --- /var/tmp/diff_new_pack.vzoYlC/_old 2016-06-03 16:38:44.000000000 +0200 +++ /var/tmp/diff_new_pack.vzoYlC/_new 2016-06-03 16:38:44.000000000 +0200 @@ -17,7 +17,7 @@ Name: qt5ct -Version: 0.23 +Version: 0.24 Release: 0 Summary: Qt5 Configuration Tool License: BSD-2-Clause @@ -27,9 +27,11 @@ BuildRequires: gcc-c++ BuildRequires: libQt5Gui-private-headers-devel >= 5.4.0 BuildRequires: libqt5-linguist >= 5.4.0 +BuildRequires: pkg-config BuildRequires: pkgconfig(Qt5Core) >= 5.4.0 BuildRequires: pkgconfig(Qt5Svg) >= 5.4.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +%requires_eq libQt5Gui5 # libqt5-qtct was last used in openSUSE Leap 42.1. Provides: libqt5-qtct = %{version} Obsoletes: libqt5-qtct < %{version} ++++++ qt5ct-0.23.tar.bz2 -> qt5ct-0.24.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/ChangeLog new/qt5ct-0.24/ChangeLog --- old/qt5ct-0.23/ChangeLog 2016-04-26 09:00:46.000000000 +0200 +++ new/qt5ct-0.24/ChangeLog 2016-06-02 07:14:58.000000000 +0200 @@ -141,3 +141,11 @@ * added support for single line comments in the style sheets * fixed issue with overriding application palette * updated Bulgarian translation (Kiril Kirilov) + +Version 0.24 +* added feature to preview color scheme on edit +* added icons for some actions +* fixed palette editor +* fixed documentation +* fixed infinite recursion in the icon theme parser (patch by Sergey A. Sukiyazov) +* updated Greek translation (Dimitrios Glentadakis) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/ChangeLog.svn new/qt5ct-0.24/ChangeLog.svn --- old/qt5ct-0.23/ChangeLog.svn 2016-04-26 09:00:46.000000000 +0200 +++ new/qt5ct-0.24/ChangeLog.svn 2016-06-02 07:14:58.000000000 +0200 @@ -1,4 +1,44 @@ ------------------------------------------------------------------------ +r299 | trialuser02 | 2016-06-01 16:11:40 +0300 (Ср., 01 июня 2016) | 1 line + +updated copyright +------------------------------------------------------------------------ +r298 | trialuser02 | 2016-06-01 16:08:23 +0300 (Ср., 01 июня 2016) | 1 line + +updated changelog +------------------------------------------------------------------------ +r297 | trialuser02 | 2016-06-01 16:07:38 +0300 (Ср., 01 июня 2016) | 1 line + +added icons for actions +------------------------------------------------------------------------ +r296 | trialuser02 | 2016-06-01 15:38:12 +0300 (Ср., 01 июня 2016) | 1 line + +updated changelogs +------------------------------------------------------------------------ +r295 | trialuser02 | 2016-06-01 15:32:10 +0300 (Ср., 01 июня 2016) | 1 line + +disabled table items selection in the palette editor +------------------------------------------------------------------------ +r294 | trialuser02 | 2016-06-01 15:20:25 +0300 (Ср., 01 июня 2016) | 1 line + +updating palette preview simultaneously with palette editor +------------------------------------------------------------------------ +r293 | trialuser02 | 2016-05-18 16:16:57 +0300 (Ср., 18 мая 2016) | 1 line + +fixed infinite recursion in the icon theme parser (patch by Sergey A. Sukiyazov) (#20) +------------------------------------------------------------------------ +r292 | trialuser02 | 2016-05-01 00:13:59 +0300 (Вс., 01 мая 2016) | 1 line + +fixed documentation +------------------------------------------------------------------------ +r291 | trialuser02 | 2016-05-01 00:04:11 +0300 (Вс., 01 мая 2016) | 1 line + +updated Greek translation (Dimitrios Glentadakis) +------------------------------------------------------------------------ +r290 | trialuser02 | 2016-04-26 10:03:38 +0300 (Вт., 26 апр. 2016) | 1 line + +version bump +------------------------------------------------------------------------ r288 | trialuser02 | 2016-04-26 09:51:10 +0300 (Вт., 26 апр. 2016) | 1 line updated changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/README new/qt5ct-0.24/README --- old/qt5ct-0.23/README 2016-04-26 09:00:46.000000000 +0200 +++ new/qt5ct-0.24/README 2016-06-02 07:14:58.000000000 +0200 @@ -5,7 +5,6 @@ Official home page: https://sourceforge.net/projects/qt5ct/ - Requirements: - GNU Linux or FreeBSD @@ -21,14 +20,15 @@ make install (under root) Add line 'export QT_QPA_PLATFORMTHEME=qt5ct' to ~/.profile and re-login. -Alternatively, execute the following command (under root): +Alternatively, create the file /etc/X11/Xsession.d/100-qt5ct with +the following line: -export "QT_QPA_PLATFORMTHEME=qt5ct" > /etc/X11/Xsession.d/101-qt5ct +export QT_QPA_PLATFORMTHEME=qt5ct -and restart X11 server. +Now restart X11 server to take the changes effect. Extra build options (for advanced users only): -qmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful only for QML applications) +qmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful for QML applications only) qmake PLUGINDIR=<custom path> - changes a path of the platform plugin (libqt5ct.so) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/appearancepage.cpp new/qt5ct-0.24/src/qt5ct/appearancepage.cpp --- old/qt5ct-0.23/src/qt5ct/appearancepage.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/appearancepage.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -33,6 +33,7 @@ #include <QInputDialog> #include <QMessageBox> #include <QMenu> +#include <QIcon> #include "qt5ct.h" #include "appearancepage.h" #include "paletteeditdialog.h" @@ -61,13 +62,16 @@ w->move(10, 10); QMenu *menu = new QMenu(this); - menu->addAction(tr("Create"), this, SLOT(createColorScheme())); + menu->addAction(QIcon::fromTheme("list-add"), tr("Create"), this, SLOT(createColorScheme())); m_changeColorSchemeAction = menu->addAction(tr("Edit"), this, SLOT(changeColorScheme())); menu->addAction(tr("Create a Copy"), this, SLOT(copyColorScheme())); m_renameColorSchemeAction = menu->addAction(tr("Rename"), this, SLOT(renameColorScheme())); menu->addSeparator(); m_removeColorSchemeAction = menu->addAction(tr("Remove"), this, SLOT(removeColorScheme())); m_ui->colorSchemeButton->setMenu(menu); + + m_changeColorSchemeAction->setIcon(QIcon::fromTheme("accessories-text-editor")); + m_removeColorSchemeAction->setIcon(QIcon::fromTheme("list-remove")); connect(menu, SIGNAL(aboutToShow()), SLOT(updateActions())); readSettings(); @@ -146,12 +150,13 @@ } PaletteEditDialog d(m_customPalette, m_selectedStyle, this); + connect(&d, SIGNAL(paletteChanged(QPalette)), SLOT(setPreviewPalette(QPalette))); if(d.exec() == QDialog::Accepted) { m_customPalette = d.selectedPalette(); createColorScheme(m_ui->colorSchemeComboBox->currentData().toString(), m_customPalette); - updatePalette(); } + updatePalette(); } void AppearancePage::removeColorScheme() @@ -247,9 +252,14 @@ if(!m_selectedStyle) return; + setPreviewPalette(m_ui->customPaletteButton->isChecked() ? + m_customPalette : m_selectedStyle->standardPalette()); +} + +void AppearancePage::setPreviewPalette(const QPalette &p) +{ QPalette previewPalette = palette(); - QPalette currentPalette = m_ui->customPaletteButton->isChecked() ? - m_customPalette : m_selectedStyle->standardPalette(); + QPalette::ColorGroup colorGroup = QPalette::Disabled; if(m_ui->paletteComboBox->currentIndex() == 0) @@ -264,8 +274,8 @@ for (int i = 0; i < QPalette::NColorRoles; i++) { QPalette::ColorRole role = QPalette::ColorRole(i); - previewPalette.setColor(QPalette::Active, role, currentPalette.color(colorGroup, role)); - previewPalette.setColor(QPalette::Inactive, role, currentPalette.color(colorGroup, role)); + previewPalette.setColor(QPalette::Active, role, p.color(colorGroup, role)); + previewPalette.setColor(QPalette::Inactive, role, p.color(colorGroup, role)); } setPalette(m_ui->mdiArea, previewPalette); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/appearancepage.h new/qt5ct-0.24/src/qt5ct/appearancepage.h --- old/qt5ct-0.23/src/qt5ct/appearancepage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/appearancepage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -58,6 +58,7 @@ void copyColorScheme(); void renameColorScheme(); void updatePalette(); + void setPreviewPalette(const QPalette &p); void updateActions(); private: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/fontconfigdialog.cpp new/qt5ct-0.24/src/qt5ct/fontconfigdialog.cpp --- old/qt5ct-0.23/src/qt5ct/fontconfigdialog.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/fontconfigdialog.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/fontconfigdialog.h new/qt5ct-0.24/src/qt5ct/fontconfigdialog.h --- old/qt5ct-0.23/src/qt5ct/fontconfigdialog.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/fontconfigdialog.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/fontspage.cpp new/qt5ct-0.24/src/qt5ct/fontspage.cpp --- old/qt5ct-0.23/src/qt5ct/fontspage.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/fontspage.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -52,6 +52,10 @@ connect(mapper, SIGNAL(mapped(QWidget*)), SLOT(onFontChangeRequested(QWidget*))); readSettings(); + + //icons + m_ui->createFontsConfButton->setIcon(QIcon::fromTheme("document-new")); + m_ui->removeFontsConfButton->setIcon(QIcon::fromTheme("edit-delete")); } FontsPage::~FontsPage() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/fontspage.h new/qt5ct-0.24/src/qt5ct/fontspage.h --- old/qt5ct-0.23/src/qt5ct/fontspage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/fontspage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/iconthemepage.cpp new/qt5ct-0.24/src/qt5ct/iconthemepage.cpp --- old/qt5ct-0.23/src/qt5ct/iconthemepage.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/iconthemepage.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -158,6 +158,7 @@ config.beginGroup("Icon Theme"); QStringList dirs = config.value("Directories").toStringList(); QStringList parents = config.value("Inherits").toStringList(); + bool haveInherits = config.contains("Inherits"); config.endGroup(); foreach (QString dir, dirs) @@ -190,6 +191,9 @@ config.endGroup(); } + if (!haveInherits) + return QIcon(); + parents.append("hicolor"); //add fallback themes parents.append("gnome"); parents.removeDuplicates(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/iconthemepage.h new/qt5ct-0.24/src/qt5ct/iconthemepage.h --- old/qt5ct-0.23/src/qt5ct/iconthemepage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/iconthemepage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/interfacepage.h new/qt5ct-0.24/src/qt5ct/interfacepage.h --- old/qt5ct-0.23/src/qt5ct/interfacepage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/interfacepage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/main.cpp new/qt5ct-0.24/src/qt5ct/main.cpp --- old/qt5ct-0.23/src/qt5ct/main.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/main.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/mainwindow.cpp new/qt5ct-0.24/src/qt5ct/mainwindow.cpp --- old/qt5ct-0.23/src/qt5ct/mainwindow.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/mainwindow.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/mainwindow.h new/qt5ct-0.24/src/qt5ct/mainwindow.h --- old/qt5ct-0.23/src/qt5ct/mainwindow.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/mainwindow.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/paletteeditdialog.cpp new/qt5ct-0.24/src/qt5ct/paletteeditdialog.cpp --- old/qt5ct-0.23/src/qt5ct/paletteeditdialog.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/paletteeditdialog.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -107,12 +107,14 @@ if(color.isValid()) { item->setBackgroundColor(color); + emit paletteChanged(selectedPalette()); } } void PaletteEditDialog::on_resetPaletteButton_clicked() { setPalette(m_currentStyle->standardPalette()); + emit paletteChanged(selectedPalette()); } void PaletteEditDialog::on_buildInactiveButton_clicked() @@ -124,6 +126,7 @@ palette.color(QPalette::Active, QPalette::ColorRole(i))); } setPalette(palette); + emit paletteChanged(selectedPalette()); } void PaletteEditDialog::on_buildDisabledButton_clicked() @@ -139,4 +142,5 @@ palette.setColor(QPalette::Disabled, QPalette::Text, Qt::darkGray); palette.setColor(QPalette::Disabled, QPalette::HighlightedText, Qt::darkGray); setPalette(palette); + emit paletteChanged(selectedPalette()); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/paletteeditdialog.h new/qt5ct-0.24/src/qt5ct/paletteeditdialog.h --- old/qt5ct-0.23/src/qt5ct/paletteeditdialog.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/paletteeditdialog.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -49,6 +49,9 @@ QPalette selectedPalette() const; +signals: + void paletteChanged(const QPalette &p); + private slots: void on_tableWidget_itemClicked(QTableWidgetItem *item); void on_resetPaletteButton_clicked(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/paletteeditdialog.ui new/qt5ct-0.24/src/qt5ct/paletteeditdialog.ui --- old/qt5ct-0.23/src/qt5ct/paletteeditdialog.ui 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/paletteeditdialog.ui 2016-06-02 07:14:57.000000000 +0200 @@ -66,7 +66,7 @@ <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> + <enum>QAbstractItemView::NoSelection</enum> </property> <property name="columnCount"> <number>0</number> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qsseditordialog.cpp new/qt5ct-0.24/src/qt5ct/qsseditordialog.cpp --- old/qt5ct-0.23/src/qt5ct/qsseditordialog.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qsseditordialog.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qsseditordialog.h new/qt5ct-0.24/src/qt5ct/qsseditordialog.h --- old/qt5ct-0.23/src/qt5ct/qsseditordialog.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qsseditordialog.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qsspage.cpp new/qt5ct-0.24/src/qt5ct/qsspage.cpp --- old/qt5ct-0.23/src/qt5ct/qsspage.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qsspage.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -48,12 +48,17 @@ QDir("/").mkpath(Qt5CT::userStyleSheetPath()); m_menu = new QMenu(this); - m_menu->addAction(tr("Edit"), this, SLOT(on_editButton_clicked())); + m_menu->addAction(QIcon::fromTheme("accessories-text-editor"), tr("Edit"), this, SLOT(on_editButton_clicked())); m_menu->addAction(tr("Rename"), this, SLOT(on_renameButton_clicked())); m_menu->addSeparator(); - m_menu->addAction(tr("Remove"), this, SLOT(on_removeButton_clicked())); + m_menu->addAction(QIcon::fromTheme("edit-delete"), tr("Remove"), this, SLOT(on_removeButton_clicked())); readSettings(); + + //icons + m_ui->createButton->setIcon(QIcon::fromTheme("document-new")); + m_ui->editButton->setIcon(QIcon::fromTheme("accessories-text-editor")); + m_ui->removeButton->setIcon(QIcon::fromTheme("edit-delete")); } QSSPage::~QSSPage() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qsspage.h new/qt5ct-0.24/src/qt5ct/qsspage.h --- old/qt5ct-0.23/src/qt5ct/qsspage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qsspage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qt5ct.cpp new/qt5ct-0.24/src/qt5ct/qt5ct.cpp --- old/qt5ct-0.23/src/qt5ct/qt5ct.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qt5ct.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/qt5ct.h new/qt5ct-0.24/src/qt5ct/qt5ct.h --- old/qt5ct-0.23/src/qt5ct/qt5ct.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/qt5ct.h 2016-06-02 07:14:57.000000000 +0200 @@ -30,7 +30,7 @@ #define QT5CT_H #define QT5CT_VERSION_MAJOR 0 -#define QT5CT_VERSION_MINOR 23 +#define QT5CT_VERSION_MINOR 24 #define QT5CT_TOSTRING(s) #s #define QT5CT_STRINGIFY(s) QT5CT_TOSTRING(s) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/tabpage.cpp new/qt5ct-0.24/src/qt5ct/tabpage.cpp --- old/qt5ct-0.23/src/qt5ct/tabpage.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/tabpage.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/tabpage.h new/qt5ct-0.24/src/qt5ct/tabpage.h --- old/qt5ct-0.23/src/qt5ct/tabpage.h 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/tabpage.h 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct/translations/qt5ct_el.ts new/qt5ct-0.24/src/qt5ct/translations/qt5ct_el.ts --- old/qt5ct-0.23/src/qt5ct/translations/qt5ct_el.ts 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct/translations/qt5ct_el.ts 2016-06-02 07:14:57.000000000 +0200 @@ -6,7 +6,7 @@ <message> <location filename="../appearancepage.ui" line="20"/> <source>Style:</source> - <translation>Στιλ:</translation> + <translation>Ύφος:</translation> </message> <message> <location filename="../appearancepage.ui" line="27"/> @@ -341,7 +341,7 @@ <message> <location filename="../interfacepage.ui" line="209"/> <source>Activate item on single-click</source> - <translation type="unfinished"></translation> + <translation>Ενεργοποίηση του αντικειμένου με μονό κλικ</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qt5ct-0.23/src/qt5ct-qtplugin/main.cpp new/qt5ct-0.24/src/qt5ct-qtplugin/main.cpp --- old/qt5ct-0.23/src/qt5ct-qtplugin/main.cpp 2016-04-26 09:00:44.000000000 +0200 +++ new/qt5ct-0.24/src/qt5ct-qtplugin/main.cpp 2016-06-02 07:14:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015, Ilya Kotov <[email protected]> + * Copyright (c) 2014-2016, Ilya Kotov <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are
