Hello community, here is the log from the commit of package compton-conf for openSUSE:Factory checked in at 2018-06-29 22:30:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compton-conf (Old) and /work/SRC/openSUSE:Factory/.compton-conf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compton-conf" Fri Jun 29 22:30:04 2018 rev:6 rq:618030 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/compton-conf/compton-conf.changes 2017-11-02 10:24:45.787300769 +0100 +++ /work/SRC/openSUSE:Factory/.compton-conf.new/compton-conf.changes 2018-06-29 22:30:08.670313174 +0200 @@ -1,0 +2,11 @@ +Tue May 22 14:14:39 UTC 2018 - [email protected] + +- Update to 0.4.0: + * Add checkbox for option xinerama-shadow-crop + * Add categories for Xfce and Gnome + * cmake: Use LXQtCompilerSettings + * Add RadioButtons for setting the rendering backend +- Add compton-conf-0.4.0-no-icon.patch: remove icon beause of + warning + +------------------------------------------------------------------- Old: ---- compton-conf-0.3.0.tar.xz compton-conf-0.3.0.tar.xz.asc New: ---- compton-conf-0.4.0-no-icon.patch compton-conf-0.4.0.tar.xz compton-conf-0.4.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compton-conf.spec ++++++ --- /var/tmp/diff_new_pack.F96LOi/_old 2018-06-29 22:30:09.094312850 +0200 +++ /var/tmp/diff_new_pack.F96LOi/_new 2018-06-29 22:30:09.094312850 +0200 @@ -1,7 +1,7 @@ # # spec file for package compton-conf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,19 @@ Name: compton-conf -Version: 0.3.0 +Version: 0.4.0 Release: 0 Summary: Compositor Configuration -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/LXQt -Url: http://www.lxqt.org +URL: http://www.lxqt.org Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring +Patch0: compton-conf-0.4.0-no-icon.patch BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ -BuildRequires: lxqt-build-tools-devel >= 0.4.0 +BuildRequires: lxqt-build-tools-devel >= 0.5.0 BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5LinguistTools) @@ -44,6 +45,7 @@ %prep %setup -q +%patch0 -p1 sed -i '/Categories/s/\(LXQt\;\)/X-\1/' compton-conf.desktop.in %build @@ -60,7 +62,8 @@ touch %{buildroot}%{_datadir}/pixmaps/preferences-system-windows %files -%doc AUTHORS COPYING README.md +%license COPYING +%doc AUTHORS README.md %{_bindir}/compton-conf %{_datadir}/applications/*.desktop %{_datadir}/compton-conf ++++++ compton-conf-0.4.0-no-icon.patch ++++++ diff -urEbwB compton-conf-0.4.0/compton-conf.desktop.in compton-conf-0.4.0.new/compton-conf.desktop.in --- compton-conf-0.4.0/compton-conf.desktop.in 2018-05-21 19:19:31.000000000 +0200 +++ compton-conf-0.4.0.new/compton-conf.desktop.in 2018-05-22 18:20:12.464768614 +0200 @@ -5,7 +5,6 @@ Comment=Configure Compton window effects TryExec=compton-conf Exec=compton-conf -Icon=compton Categories=Settings;DesktopSettings;Qt;LXQt;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings; #TRANSLATIONS_DIR=translations ++++++ compton-conf-0.3.0.tar.xz -> compton-conf-0.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/AUTHORS new/compton-conf-0.4.0/AUTHORS --- old/compton-conf-0.3.0/AUTHORS 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/AUTHORS 2018-05-21 19:19:31.000000000 +0200 @@ -1,9 +1,9 @@ Upstream Authors: - LXQt team: http://lxqt.org + LXQt team: https://lxqt.org Hong Jen Yee (PCMan) <[email protected]> Copyright: - Copyright (c) 2013-2017 LXQt team + Copyright (c) 2013-2018 LXQt team License: LGPL-2.1+ The full text of the licenses can be found in the 'COPYING' file. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/CHANGELOG new/compton-conf-0.4.0/CHANGELOG --- old/compton-conf-0.3.0/CHANGELOG 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/CHANGELOG 2018-05-21 19:19:31.000000000 +0200 @@ -1,7 +1,32 @@ -compton-conf-0.3.0 / 2017-09-24 +compton-conf-0.4.0 / 2018-05-21 =============================== + * Bumped minor version to 4 + * Spanish translation update + * CMake: Prevent in-source builds + * http -> https + * Fixed repo pathes + * Update zh_TW desktop entry + * Add Traditional Chinese desktop entry + * Add Simplified Chinese desktop entry + * Drop Qt foreach + * Fix FTBFS with Qt4 + * Add checkbox for option xinerama-shadow-crop + * Remove categories for Gnome + * Use default icon of compton for compton-conf + * Add Categories for Xfce and Gnome + * cmake: Handle CMP0071 + * cmake: Use LXQtCompilerSettings + * cmake: Update minimum required version + * Add Catalan translation + * Add RadioButtons for setting the rendering backend + * Don't export github templates + +0.3.0 / 2017-09-24 +================== + + * Release 0.3.0: Update changelog * .github added to .gitattributes * bump version to 0.3.0 and tools version to 0.4.0 * Added *lt.desktop diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/CMakeLists.txt new/compton-conf-0.4.0/CMakeLists.txt --- old/compton-conf-0.3.0/CMakeLists.txt 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/CMakeLists.txt 2018-05-21 19:19:31.000000000 +0200 @@ -1,7 +1,7 @@ project(compton-conf) -cmake_minimum_required(VERSION 2.8.12) -set(LXQTBT_MINIMUM_VERSION "0.4.0") +cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) +set(LXQTBT_MINIMUM_VERSION "0.5.0") option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) @@ -12,12 +12,16 @@ endif() set(COMPTONCONF_MAJOR_VERSION 0) -set(COMPTONCONF_MINOR_VERSION 3) +set(COMPTONCONF_MINOR_VERSION 4) set(COMPTONCONF_PATCH_VERSION 0) set(COMPTONCONF_VERSION ${COMPTONCONF_MAJOR_VERSION}.${COMPTONCONF_MINOR_VERSION}.${COMPTONCONF_PATCH_VERSION}) -add_definitions("-DCOMPTONCONF_VERSION=\"${COMPTONCONF_VERSION}\"") +add_definitions( + "-DCOMPTONCONF_VERSION=\"${COMPTONCONF_VERSION}\"" + "-DQT_NO_FOREACH" +) +include(LXQtPreventInSourceBuilds) include(LXQtConfigVars) include(LXQtTranslateTs) include(LXQtTranslateDesktop) @@ -29,11 +33,14 @@ set(CMAKE_AUTOMOC ON) if(USE_QT4) + set(USE_QT5 FALSE) find_package(Qt4 REQUIRED QtCore QtGui QtDbus) include(${QT_USE_FILE}) + add_definitions(-DUSE_QT4) message(STATUS "Building with Qt${QTVERSION}") else() - cmake_minimum_required(VERSION 2.8.11) + set(USE_QT5 TRUE) + cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) find_package(Qt5Widgets REQUIRED) find_package(Qt5DBus REQUIRED) find_package(Qt5LinguistTools REQUIRED QUIET) @@ -47,8 +54,9 @@ ) include(GNUInstallDirs REQUIRED) +include(LXQtCompilerSettings NO_POLICY_SCOPE) # must be after cmake_minimum_required() -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_KEYWORDS -fno-exceptions") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_KEYWORDS") if(USE_QT4) set(QTX_INCLUDE_DIRS ${QT_QTCORE_INCLUDE_DIR} ${QT_QTGUI_INCLUDE_DIR} ${QT_QTDBUS_DIR}) @@ -84,7 +92,7 @@ ) lxqt_translate_ts(compton-conf_QM_FILES - USE_QT4 ${USE_QT4} + USE_QT5 ${USE_QT5} UPDATE_TRANSLATIONS ${UPDATE_TRANSLATIONS} SOURCES ${compton-conf_HS} @@ -110,6 +118,8 @@ qt5_wrap_ui(compton-conf_UI_H ${compton-conf_UIS}) endif() +set_property(SOURCE ${compton-conf_UI_H} PROPERTY SKIP_AUTOMOC ON) + add_definitions( -DCOMPTON_CONF_DATA_DIR="${CMAKE_INSTALL_FULL_DATADIR}/compton-conf" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/README.md new/compton-conf-0.4.0/README.md --- old/compton-conf-0.3.0/README.md 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/README.md 2018-05-21 19:19:31.000000000 +0200 @@ -4,7 +4,7 @@ compton-conf is a configuration tool for X composite manager [Compton](https://github.com/chjj/compton). - + It is maintained by the LXQt project but can be used independently from this desktop environment. @@ -13,7 +13,9 @@ ### Compiling source code Runtime dependencies are libconfig and qtbase. -Additional build dependencies are CMake and [liblxqt](https://github.com/lxde/liblxqt) as well as optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. +Additional build dependencies are CMake and [liblxqt](https://github.com/lxqt/liblxqt) as well as optionally +Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n) +so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/autostart/CMakeLists.txt new/compton-conf-0.4.0/autostart/CMakeLists.txt --- old/compton-conf-0.3.0/autostart/CMakeLists.txt 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/autostart/CMakeLists.txt 2018-05-21 19:19:31.000000000 +0200 @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) - file(GLOB DESKTOP_FILES_IN *.desktop.in) # Translations ********************************** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/autostart/translations/lxqt-compton_es.desktop new/compton-conf-0.4.0/autostart/translations/lxqt-compton_es.desktop --- old/compton-conf-0.3.0/autostart/translations/lxqt-compton_es.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/compton-conf-0.4.0/autostart/translations/lxqt-compton_es.desktop 2018-05-21 19:19:31.000000000 +0200 @@ -0,0 +1,3 @@ +Name[es]=Compton (Gestor de composición para X) +GenericName[es]=Gestor de composición para X +Comment[es]=Un gestor de composición para X diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/compton-conf.cpp new/compton-conf-0.4.0/compton-conf.cpp --- old/compton-conf-0.3.0/compton-conf.cpp 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/compton-conf.cpp 2018-05-21 19:19:31.000000000 +0200 @@ -3,11 +3,14 @@ #include <QLocale> #include <QLibraryInfo> #include <QTranslator> +#ifndef USE_QT4 #include <QCommandLineParser> +#endif #include "maindialog.h" int main(int argc, char** argv) { QApplication app(argc, argv); +#ifndef USE_QT4 app.setAttribute(Qt::AA_UseHighDpiPixmaps, true); QCommandLineParser parser; @@ -18,6 +21,7 @@ parser.addVersionOption(); parser.addHelpOption(); parser.process(app); +#endif // load translations QTranslator qtTranslator, translator; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/compton-conf.desktop.in new/compton-conf-0.4.0/compton-conf.desktop.in --- old/compton-conf-0.3.0/compton-conf.desktop.in 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/compton-conf.desktop.in 2018-05-21 19:19:31.000000000 +0200 @@ -5,7 +5,7 @@ Comment=Configure Compton window effects TryExec=compton-conf Exec=compton-conf -Icon=preferences-system-windows -Categories=Settings;DesktopSettings;Qt;LXQt; +Icon=compton +Categories=Settings;DesktopSettings;Qt;LXQt;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings; #TRANSLATIONS_DIR=translations diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/compton.conf.example new/compton-conf-0.4.0/compton.conf.example --- old/compton-conf-0.3.0/compton.conf.example 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/compton.conf.example 2018-05-21 19:19:31.000000000 +0200 @@ -14,7 +14,7 @@ # shadow-exclude = "n:e:Notification"; shadow-ignore-shaped = false; # shadow-exclude-reg = "x10+0+0"; -# xinerama-shadow-crop = true; +xinerama-shadow-crop = false; # Opacity menu-opacity = 0.8; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/maindialog.cpp new/compton-conf-0.4.0/maindialog.cpp --- old/compton-conf-0.3.0/maindialog.cpp 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/maindialog.cpp 2018-05-21 19:19:31.000000000 +0200 @@ -72,7 +72,10 @@ updateShadowColorButton(); // objectNames are kept the same as config file key names. - Q_FOREACH(QWidget* child, findChildren<QWidget*>()) { + const QList<QWidget*> widgets = findChildren<QWidget*>(); + QList<QWidget*>::const_iterator i; + for(i = widgets.constBegin(); i != widgets.constEnd(); ++i) { + QWidget *child = *i; if(!child->isWidgetType() || child->objectName().isEmpty()) continue; // objectName uses _ while config file keys uses - as separator. @@ -95,6 +98,22 @@ static_cast<QSpinBox*>(child)->setValue(val); connect(child, SIGNAL(valueChanged(int)), SLOT(onSpinValueChanged(int))); } + else if(child->inherits("QRadioButton")) { + if(child->parent()->inherits("QGroupBox")) { + QByteArray groupKeyName = child->parent()->objectName().replace('_', '-').toLatin1(); + if(keyName.startsWith(groupKeyName)) { + const char *val; + if(config_lookup_string(&config_, groupKeyName.constData(), &val) == CONFIG_TRUE) + static_cast<QRadioButton*>(child)->setChecked(keyName == groupKeyName.append('-').append(val)); + connect(child, SIGNAL(toggled(bool)), SLOT(onRadioGroupToggled(bool))); + continue; + } + } + int val = -1; + if(config_lookup_bool(&config_, keyName.constData(), &val) == CONFIG_TRUE) + static_cast<QRadioButton*>(child)->setChecked((bool)val); + connect(child, SIGNAL(toggled(bool)), SLOT(onButtonToggled(bool))); + } } } @@ -127,6 +146,17 @@ // saveConfig(); } +void MainDialog::onRadioGroupToggled(bool checked) { + if (checked) { + qDebug() << "toggled: " << sender()->objectName(); + // generate config key from objectName. + QByteArray keyName = sender()->parent()->objectName().replace('_', '-').toLatin1(); + QByteArray val = sender()->objectName().right(sender()->objectName().size() - (keyName.size() + 1)).replace('_', '-').toLatin1(); + configSetString(keyName.constData(), val); + // saveConfig(); + } +} + void MainDialog::saveConfig() { // ensure the existance of user config dir QString configDir = QFileInfo(userConfigFile_).dir().path(); @@ -216,3 +246,14 @@ } config_setting_set_bool(setting, val); } + +void MainDialog::configSetString(const char *key, const char *val) +{ + config_setting_t* setting = config_lookup(&config_, key); + if(!setting) { // setting not found + // add a new setting for it + config_setting_t* root = config_root_setting(&config_); + setting = config_setting_add(root, key, CONFIG_TYPE_STRING); + } + config_setting_set_string(setting, val); +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/maindialog.h new/compton-conf-0.4.0/maindialog.h --- old/compton-conf-0.3.0/maindialog.h 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/maindialog.h 2018-05-21 19:19:31.000000000 +0200 @@ -47,7 +47,8 @@ void configSetInt(const char* key, int val); void configSetFloat(const char* key, double val); void configSetBool(const char* key, bool val); - + void configSetString(const char* key, const char* val); + private Q_SLOTS: void onButtonToggled(bool checked); void onSpinValueChanged(double d); @@ -55,6 +56,7 @@ void onDialogButtonClicked(QAbstractButton* button); void onColorButtonClicked(); void onAboutButtonClicked(); + void onRadioGroupToggled(bool checked); private: Ui::MainDialog* ui; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/maindialog.ui new/compton-conf-0.4.0/maindialog.ui --- old/compton-conf-0.3.0/maindialog.ui 2017-09-24 01:32:24.000000000 +0200 +++ new/compton-conf-0.4.0/maindialog.ui 2018-05-21 19:19:31.000000000 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>493</width> - <height>371</height> + <width>569</width> + <height>424</height> </rect> </property> <property name="windowTitle"> @@ -24,6 +24,43 @@ <string>Shadow</string> </attribute> <layout class="QFormLayout" name="formLayout"> + <property name="verticalSpacing"> + <number>5</number> + </property> + <property name="bottomMargin"> + <number>3</number> + </property> + <item row="0" column="0" colspan="2"> + <widget class="QCheckBox" name="shadow"> + <property name="text"> + <string>Enable client-side shadows on windows</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QCheckBox" name="no_dock_shadow"> + <property name="text"> + <string>Avoid drawing shadows on dock/panel windows</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QCheckBox" name="no_dnd_shadow"> + <property name="text"> + <string>Don't draw shadows on DND windows</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="2"> + <widget class="QCheckBox" name="clear_shadow"> + <property name="toolTip"> + <string>Fix some weirdness with ARGB windows</string> + </property> + <property name="text"> + <string>Zero the part of the shadow's mask behind the window</string> + </property> + </widget> + </item> <item row="4" column="0"> <widget class="QLabel" name="shadow_radius_label"> <property name="text"> @@ -69,6 +106,16 @@ </property> </widget> </item> + <item row="7" column="1"> + <widget class="QDoubleSpinBox" name="shadow_opacity"> + <property name="maximum"> + <double>1.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.050000000000000</double> + </property> + </widget> + </item> <item row="8" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> @@ -83,37 +130,6 @@ </property> </widget> </item> - <item row="3" column="0" colspan="2"> - <widget class="QCheckBox" name="clear_shadow"> - <property name="toolTip"> - <string>Fix some weirdness with ARGB windows</string> - </property> - <property name="text"> - <string>Zero the part of the shadow's mask behind the window</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="no_dnd_shadow"> - <property name="text"> - <string>Don't draw shadows on DND windows</string> - </property> - </widget> - </item> - <item row="1" column="0" colspan="2"> - <widget class="QCheckBox" name="no_dock_shadow"> - <property name="text"> - <string>Avoid drawing shadows on dock/panel windows</string> - </property> - </widget> - </item> - <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="shadow"> - <property name="text"> - <string>Enable client-side shadows on windows</string> - </property> - </widget> - </item> <item row="9" column="0" colspan="2"> <widget class="QCheckBox" name="shadow_ignore_shaped"> <property name="text"> @@ -121,13 +137,10 @@ </property> </widget> </item> - <item row="7" column="1"> - <widget class="QDoubleSpinBox" name="shadow_opacity"> - <property name="maximum"> - <double>1.000000000000000</double> - </property> - <property name="singleStep"> - <double>0.050000000000000</double> + <item row="10" column="0" colspan="2"> + <widget class="QCheckBox" name="xinerama_shadow_crop"> + <property name="text"> + <string>Crop shadows of maximized windows from extended displays</string> </property> </widget> </item> @@ -356,11 +369,39 @@ <string>Other</string> </attribute> <layout class="QFormLayout" name="formLayout_4"> - <item row="0" column="0"> - <widget class="QLabel" name="label_14"> - <property name="text"> - <string>Not implemented yet</string> - </property> + <item row="0" column="1"> + <widget class="QGroupBox" name="backend"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Rendering backend</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + <property name="checkable"> + <bool>false</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QRadioButton" name="backend_xrender"> + <property name="text"> + <string>X Render</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="backend_glx"> + <property name="text"> + <string>GLX (OpenGL)</string> + </property> + </widget> + </item> + </layout> </widget> </item> </layout> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/translations/compton-conf_ca.desktop new/compton-conf-0.4.0/translations/compton-conf_ca.desktop --- old/compton-conf-0.3.0/translations/compton-conf_ca.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/compton-conf-0.4.0/translations/compton-conf_ca.desktop 2018-05-21 19:19:31.000000000 +0200 @@ -0,0 +1,3 @@ +Name[ca]=Efectes de les finestres +GenericName[ca]=Configuració de Compton +Comment[ca]=Configureu els efectes de les finestres de Compton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/translations/compton-conf_es.desktop new/compton-conf-0.4.0/translations/compton-conf_es.desktop --- old/compton-conf-0.3.0/translations/compton-conf_es.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/compton-conf-0.4.0/translations/compton-conf_es.desktop 2018-05-21 19:19:31.000000000 +0200 @@ -0,0 +1,3 @@ +Name[es]=Efectos de ventana +GenericName[es]=Configuración de Compton +Comment[es]=Configura los efectos de ventana de Compton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/translations/compton-conf_zh_CN.desktop new/compton-conf-0.4.0/translations/compton-conf_zh_CN.desktop --- old/compton-conf-0.3.0/translations/compton-conf_zh_CN.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/compton-conf-0.4.0/translations/compton-conf_zh_CN.desktop 2018-05-21 19:19:31.000000000 +0200 @@ -0,0 +1,3 @@ +Name[zh_CN]=窗口特效 +GenericName[zh_CN]=Compton 配置 +Comment[zh_CN]=配置 Compton 窗口特效 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compton-conf-0.3.0/translations/compton-conf_zh_TW.desktop new/compton-conf-0.4.0/translations/compton-conf_zh_TW.desktop --- old/compton-conf-0.3.0/translations/compton-conf_zh_TW.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/compton-conf-0.4.0/translations/compton-conf_zh_TW.desktop 2018-05-21 19:19:31.000000000 +0200 @@ -0,0 +1,3 @@ +Name[zh_TW]=視窗效果 +GenericName[zh_TW]=Compton 設定 +Comment[zh_TW]=設定 Compton 視窗效果
