Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2022-10-11 18:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Tue Oct 11 18:01:48 2022 rev:146 rq:1009118 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2022-09-08 14:22:23.270493655 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new.2275/oxygen5.changes 2022-10-11 18:04:17.557962869 +0200 @@ -1,0 +2,23 @@ +Thu Oct 6 14:48:44 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- No code changes since 5.25.90 + +------------------------------------------------------------------- +Thu Sep 15 20:47:03 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * Add FreeBSD Qt6 CI support + * Add missing license file + * Request passing unit tests on Linux and BSD + * Fix mixup of PM_ToolBarItemMargin & PM_ToolBarFrameWidth + * Oxygen was default in a previous version of Plasma desktop + +------------------------------------------------------------------- Old: ---- oxygen-5.25.5.tar.xz oxygen-5.25.5.tar.xz.sig New: ---- oxygen-5.26.0.tar.xz oxygen-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.SfUi43/_old 2022-10-11 18:04:18.077963709 +0200 +++ /var/tmp/diff_new_pack.SfUi43/_new 2022-10-11 18:04:18.081963716 +0200 @@ -20,7 +20,7 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.25.5 +Version: 5.26.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,12 +30,12 @@ License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz +Source: oxygen-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz.sig +Source1: oxygen-%{version}.tar.xz.sig Source2: plasma.keyring %endif -BuildRequires: extra-cmake-modules >= 0.0.9 +BuildRequires: extra-cmake-modules >= 5.98.0 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) @@ -53,10 +53,10 @@ BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} %endif BuildRequires: xz -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 +BuildRequires: cmake(Qt5DBus) >= 5.15.0 +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5X11Extras) BuildRequires: pkgconfig(xcb) %if %kwin_deco Requires: oxygen5-decoration ++++++ oxygen-5.25.5.tar.xz -> oxygen-5.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/.gitlab-ci.yml new/oxygen-5.26.0/.gitlab-ci.yml --- old/oxygen-5.25.5/.gitlab-ci.yml 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/.gitlab-ci.yml 2022-10-06 14:26:09.000000000 +0200 @@ -5,3 +5,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/.kde-ci.yml new/oxygen-5.26.0/.kde-ci.yml --- old/oxygen-5.25.5/.kde-ci.yml 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/.kde-ci.yml 2022-10-06 14:26:09.000000000 +0200 @@ -21,3 +21,5 @@ 'frameworks/kwindowsystem': '@latest' 'frameworks/frameworkintegration': '@latest' 'plasma/kdecoration': '@same' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/CMakeLists.txt new/oxygen-5.26.0/CMakeLists.txt --- old/oxygen-5.25.5/CMakeLists.txt 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/CMakeLists.txt 2022-10-06 14:26:09.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(oxygen) -set(PROJECT_VERSION "5.25.5") +set(PROJECT_VERSION "5.26.0") set(PROJECT_VERSION_MAJOR 5) include(GenerateExportHeader) @@ -9,7 +9,7 @@ ################# Qt/KDE ################# set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.94") +set(KF5_MIN_VERSION "5.98.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 17) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/LICENSES/CC0-1.0.txt new/oxygen-5.26.0/LICENSES/CC0-1.0.txt --- old/oxygen-5.25.5/LICENSES/CC0-1.0.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/oxygen-5.26.0/LICENSES/CC0-1.0.txt 2022-10-06 14:26:09.000000000 +0200 @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/config/oxygenconfigwidget.cpp new/oxygen-5.26.0/kdecoration/config/oxygenconfigwidget.cpp --- old/oxygen-5.25.5/kdecoration/config/oxygenconfigwidget.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/config/oxygenconfigwidget.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -121,13 +121,13 @@ // needed to tell kwin to reload when running from external kcmshell { - QDBusMessage message = QDBusMessage::createSignal("/KWin", "org.kde.KWin", "reloadConfig"); + QDBusMessage message = QDBusMessage::createSignal(QStringLiteral("/KWin"), QStringLiteral("org.kde.KWin"), QStringLiteral("reloadConfig")); QDBusConnection::sessionBus().send(message); } // needed for oxygen style to reload shadows { - QDBusMessage message( QDBusMessage::createSignal("/OxygenDecoration", "org.kde.Oxygen.Style", "reparseConfiguration") ); + QDBusMessage message( QDBusMessage::createSignal(QStringLiteral("/OxygenDecoration"), QStringLiteral("org.kde.Oxygen.Style"), QStringLiteral("reparseConfiguration")) ); QDBusConnection::sessionBus().send(message); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/config/oxygendecorationconfig.desktop new/oxygen-5.26.0/kdecoration/config/oxygendecorationconfig.desktop --- old/oxygen-5.25.5/kdecoration/config/oxygendecorationconfig.desktop 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/config/oxygendecorationconfig.desktop 2022-10-06 14:26:09.000000000 +0200 @@ -27,7 +27,7 @@ Name[gl]=Decoraci??n da xanela Oxygen Name[hu]=Oxygen ablakdekor??ci?? Name[ia]=Decoration de fenestra de Oxygen -Name[id]=Dekorasi Window Oxygen +Name[id]=Dekorasi Jendela Oxygen Name[it]=Decorazione delle finestre di Oxygen Name[ka]=Oxygen ??????????????????????????? ??????????????????????????? Name[ko]=Oxygen ??? ?????? @@ -72,7 +72,7 @@ Comment[gl]=Modifica a aparencia da decoraci??n da xanela Comment[hu]=Az ablakdekor??ci??k megjelen??s??nek m??dos??t??sa Comment[ia]=Modifica le apparentia de decorationes de fenestra -Comment[id]=Modifikasi penampilan pada dekorasi window +Comment[id]=Modifikasi penampilan pada dekorasi jendela Comment[it]=Modifica l'aspetto delle decorazioni delle finestre Comment[ka]=????????????????????? ????????????????????????????????? ?????????????????????????????? ?????????????????? Comment[ko]=??? ????????? ????????? ??????????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/config/oxygendetectwidget.cpp new/oxygen-5.26.0/kdecoration/config/oxygendetectwidget.cpp --- old/oxygen-5.25.5/kdecoration/config/oxygendetectwidget.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/config/oxygendetectwidget.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -98,7 +98,7 @@ // use a dialog, so that all user input is blocked // use WX11BypassWM and moving away so that it's not actually visible // grab only mouse, so that keyboard can be used e.g. for switching windows - m_grabber = new QDialog( 0, Qt::X11BypassWindowManagerHint ); + m_grabber = new QDialog( nullptr, Qt::X11BypassWindowManagerHint ); m_grabber->move( -1000, -1000 ); m_grabber->setModal( true ); m_grabber->show(); @@ -122,7 +122,7 @@ // delete old m_grabber delete m_grabber; - m_grabber = 0; + m_grabber = nullptr; // check button if( static_cast< QMouseEvent* >( e )->button() != Qt::LeftButton ) return true; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/config/oxygenexceptiondialog.cpp new/oxygen-5.26.0/kdecoration/config/oxygenexceptiondialog.cpp --- old/oxygen-5.25.5/kdecoration/config/oxygenexceptiondialog.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/config/oxygenexceptiondialog.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -165,7 +165,7 @@ } delete m_detectDialog; - m_detectDialog = 0; + m_detectDialog = nullptr; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/oxygen.json new/oxygen-5.26.0/kdecoration/oxygen.json --- old/oxygen-5.25.5/kdecoration/oxygen.json 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/oxygen.json 2022-10-06 14:26:09.000000000 +0200 @@ -3,7 +3,7 @@ "Description": "Window decoration using the Oxygen visual style for the Plasma Desktop", "Description[ar]": "?????????? ?????????? ???????????? ?????? ???????????????? ?????????????? ???????? ???????? ????????????????", "Description[ast]": "Decoraci??n pa ventanes qu'usa l'estilu visual Oxygen del escritoriu Plasma", - "Description[az]": "P??nc??r?? dekorasiyas??, Plasma ???? Masas?? ??????n Oxygen vizual ??slubundan istifad?? edir", + "Description[az]": "P??nc??r?? dekorasiyas??, Plasma ???? masas?? ??????n Oxygen vizual ??slubundan istifad?? edir", "Description[bg]": "?????????????????? ???? ????????????????, ???????????????????? Oxygen ???????????????? ???????? ???? Plasma ?????????????? ??????????", "Description[ca@valencia]": "Decoraci?? de les finestres que utilitza l'estil visual Oxygen per a l'escriptori Plasma", "Description[ca]": "Decoraci?? de les finestres que usa l'estil visual Oxygen per a l'escriptori Plasma", @@ -20,7 +20,7 @@ "Description[gl]": "Decoraci??n de xanelas que usa o estilo visual Oxygen para o escritorio Plasma.", "Description[hu]": "Az Oxygen vizu??lis st??lus??t haszn??l?? ablakdekor??ci??", "Description[ia]": "Decoration de fenestra usante le stilo visual Oxygen per le scriptorio de Plasma", - "Description[id]": "Dekorasi window menggunakan gaya visual Oxygen untuk Plasma Desktop", + "Description[id]": "Dekorasi jendela menggunakan gaya visual Oxygen untuk Plasma Desktop", "Description[it]": "Decorazione per finestre che usa lo stile visuale di Oxygen per il desktop Plasma", "Description[ka]": "??????????????????????????? ??????????????????????????? Oxygen-?????? ???????????????????????? ??????????????????, Plasma Desktop-???????????????", "Description[ko]": "Plasma ??????????????? Oxygen ?????? ???????????? ???????????? ??? ??????", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/oxygendecohelper.cpp new/oxygen-5.26.0/kdecoration/oxygendecohelper.cpp --- old/oxygen-5.25.5/kdecoration/oxygendecohelper.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/oxygendecohelper.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -20,7 +20,7 @@ //______________________________________________________________________________ DecoHelper::DecoHelper(): - Helper(KSharedConfig::openConfig("oxygenrc")) + Helper(KSharedConfig::openConfig(QStringLiteral("oxygenrc"))) {} //______________________________________________________________________________ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/oxygenexceptionlist.cpp new/oxygen-5.26.0/kdecoration/oxygenexceptionlist.cpp --- old/oxygen-5.25.5/kdecoration/oxygenexceptionlist.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/oxygenexceptionlist.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -74,14 +74,21 @@ //_______________________________________________________________________ QString ExceptionList::exceptionGroupName( int index ) - { return QString( "Windeco Exception %1" ).arg( index ); } + { return QStringLiteral( "Windeco Exception %1" ).arg( index ); } //______________________________________________________________ void ExceptionList::writeConfig( KCoreConfigSkeleton* skeleton, KConfig* config, const QString& groupName ) { // list of items to be written - static const QStringList keys = { "Enabled", "ExceptionPattern", "ExceptionType", "HideTitleBar", "Mask", "BorderSize"}; + static const QStringList keys = { + QStringLiteral("Enabled"), + QStringLiteral("ExceptionPattern"), + QStringLiteral("ExceptionType"), + QStringLiteral("HideTitleBar"), + QStringLiteral("Mask"), + QStringLiteral("BorderSize") + }; // write all items for ( const auto &key : keys ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kdecoration/oxygensizegrip.cpp new/oxygen-5.26.0/kdecoration/oxygensizegrip.cpp --- old/oxygen-5.25.5/kdecoration/oxygensizegrip.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kdecoration/oxygensizegrip.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -106,7 +106,7 @@ // reparent xcb_reparent_window( connection, winId(), current, 0, 0 ); - setWindowTitle( "Oxygen::SizeGrip" ); + setWindowTitle( QStringLiteral("Oxygen::SizeGrip") ); } else { @@ -211,7 +211,7 @@ */ QPoint rootPosition( position ); xcb_get_geometry_cookie_t cookie( xcb_get_geometry( connection, winId() ) ); - ScopedPointer<xcb_get_geometry_reply_t> reply( xcb_get_geometry_reply( connection, cookie, 0x0 ) ); + ScopedPointer<xcb_get_geometry_reply_t> reply( xcb_get_geometry_reply( connection, cookie, nullptr ) ); if( reply ) { @@ -221,7 +221,7 @@ -reply.data()->border_width, -reply.data()->border_width ) ); - ScopedPointer< xcb_translate_coordinates_reply_t> coordReply( xcb_translate_coordinates_reply( connection, coordCookie, 0x0 ) ); + ScopedPointer< xcb_translate_coordinates_reply_t> coordReply( xcb_translate_coordinates_reply( connection, coordCookie, nullptr ) ); if( coordReply ) { @@ -236,9 +236,9 @@ { // create atom if not found - const QString atomName( "_NET_WM_MOVERESIZE" ); + const QString atomName = QStringLiteral("_NET_WM_MOVERESIZE"); xcb_intern_atom_cookie_t cookie( xcb_intern_atom( connection, false, atomName.size(), qPrintable( atomName ) ) ); - ScopedPointer<xcb_intern_atom_reply_t> reply( xcb_intern_atom_reply( connection, cookie, 0x0 ) ); + ScopedPointer<xcb_intern_atom_reply_t> reply( xcb_intern_atom_reply( connection, cookie, nullptr ) ); m_moveResizeAtom = reply ? reply->atom:0; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/animations/oxygendatamap.h new/oxygen-5.26.0/kstyle/animations/oxygendatamap.h --- old/oxygen-5.25.5/kstyle/animations/oxygendatamap.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/animations/oxygendatamap.h 2022-10-06 14:26:09.000000000 +0200 @@ -35,7 +35,7 @@ BaseDataMap( void ): QMap<Key, Value>(), _enabled( true ), - _lastKey( NULL ) + _lastKey( nullptr ) {} //* destructor @@ -75,7 +75,7 @@ { if( _lastValue ) _lastValue.clear(); - _lastKey = NULL; + _lastKey = nullptr; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/animations/oxygentoolbardata.cpp new/oxygen-5.26.0/kstyle/animations/oxygentoolbardata.cpp --- old/oxygen-5.25.5/kstyle/animations/oxygentoolbardata.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/animations/oxygentoolbardata.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -20,7 +20,7 @@ AnimationData( parent, target ), _opacity( 0 ), _progress( 0 ), - _currentObject( 0 ), + _currentObject( nullptr ), _entered( false ) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/animations/oxygentoolbardata.h new/oxygen-5.26.0/kstyle/animations/oxygentoolbardata.h --- old/oxygen-5.25.5/kstyle/animations/oxygentoolbardata.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/animations/oxygentoolbardata.h 2022-10-06 14:26:09.000000000 +0200 @@ -116,7 +116,7 @@ //* current object void clearCurrentObject( void ) - { _currentObject = NULL; } + { _currentObject = nullptr; } //@} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/config/oxygenanimationconfigwidget.h new/oxygen-5.26.0/kstyle/config/oxygenanimationconfigwidget.h --- old/oxygen-5.25.5/kstyle/config/oxygenanimationconfigwidget.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/config/oxygenanimationconfigwidget.h 2022-10-06 14:26:09.000000000 +0200 @@ -26,7 +26,7 @@ public: //* constructor - explicit AnimationConfigWidget( QWidget* = 0 ); + explicit AnimationConfigWidget( QWidget* = nullptr ); public Q_SLOTS: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/debug/oxygenwidgetexplorer.cpp new/oxygen-5.26.0/kstyle/debug/oxygenwidgetexplorer.cpp --- old/oxygen-5.25.5/kstyle/debug/oxygenwidgetexplorer.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/debug/oxygenwidgetexplorer.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -65,7 +65,7 @@ QString type( _eventTypes[event->type()] ); if( !type.isEmpty() ) { - std::cout << "Oxygen::WidgetExplorer::eventFilter - widget: " << object << " (" << qPrintable(object->metaObject()->className()) << ")"; + std::cout << "Oxygen::WidgetExplorer::eventFilter - widget: " << object << " (" << object->metaObject()->className() << ")"; std::cout << " type: " << qPrintable(type) << std::endl; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/main.cpp new/oxygen-5.26.0/kstyle/demo/main.cpp --- old/oxygen-5.25.5/kstyle/demo/main.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/main.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -28,7 +28,7 @@ QCommandLineParser commandLine; #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - QCommandLineOption enableHighDpi( "highdpi", "Enable High DPI pixmaps" ); + QCommandLineOption enableHighDpi( QStringLiteral("highdpi"), QStringLiteral("Enable High DPI pixmaps") ); commandLine.addOption( enableHighDpi ); #endif commandLine.process( app ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygenframedemowidget.cpp new/oxygen-5.26.0/kstyle/demo/oxygenframedemowidget.cpp --- old/oxygen-5.25.5/kstyle/demo/oxygenframedemowidget.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygenframedemowidget.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -55,25 +55,25 @@ posMsg = new KMessageWidget(QStringLiteral("A positive message"), ui.msgFrame); posMsg->setMessageType(KMessageWidget::Positive); posMsg->setWordWrap(true); - posMsg->setIcon(QIcon::fromTheme("dialog-positive")); + posMsg->setIcon(QIcon::fromTheme(QStringLiteral("dialog-positive"))); ui.verticalLayout_5->addWidget(posMsg); infoMsg = new KMessageWidget(QStringLiteral("An information message"), ui.msgFrame); infoMsg->setMessageType(KMessageWidget::Information); infoMsg->setWordWrap(true); - infoMsg->setIcon(QIcon::fromTheme("dialog-information")); + infoMsg->setIcon(QIcon::fromTheme(QStringLiteral("dialog-information"))); ui.verticalLayout_5->addWidget(infoMsg); warnMsg = new KMessageWidget(QStringLiteral("A warning message"), ui.msgFrame); warnMsg->setMessageType(KMessageWidget::Warning); warnMsg->setWordWrap(true); - warnMsg->setIcon(QIcon::fromTheme("dialog-warning")); + warnMsg->setIcon(QIcon::fromTheme(QStringLiteral("dialog-warning"))); ui.verticalLayout_5->addWidget(warnMsg); errMsg = new KMessageWidget(QStringLiteral("An error message"), ui.msgFrame); errMsg->setMessageType(KMessageWidget::Error); errMsg->setWordWrap(true); - errMsg->setIcon(QIcon::fromTheme("dialog-error")); + errMsg->setIcon(QIcon::fromTheme(QStringLiteral("dialog-error"))); ui.verticalLayout_5->addWidget(errMsg); ui.verticalLayout_5->addStretch(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygenframedemowidget.h new/oxygen-5.26.0/kstyle/demo/oxygenframedemowidget.h --- old/oxygen-5.25.5/kstyle/demo/oxygenframedemowidget.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygenframedemowidget.h 2022-10-06 14:26:09.000000000 +0200 @@ -30,7 +30,7 @@ public: //* constructor - explicit FrameDemoWidget( QWidget* = 0 ); + explicit FrameDemoWidget( QWidget* = nullptr ); void addMessages(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygenlistdemowidget.h new/oxygen-5.26.0/kstyle/demo/oxygenlistdemowidget.h --- old/oxygen-5.25.5/kstyle/demo/oxygenlistdemowidget.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygenlistdemowidget.h 2022-10-06 14:26:09.000000000 +0200 @@ -27,7 +27,7 @@ public: //* constructor - explicit ListDemoWidget( QWidget* = 0 ); + explicit ListDemoWidget( QWidget* = nullptr ); public Q_SLOTS: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygensimulator.cpp new/oxygen-5.26.0/kstyle/demo/oxygensimulator.cpp --- old/oxygen-5.25.5/kstyle/demo/oxygensimulator.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygensimulator.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -50,7 +50,7 @@ //_______________________________________________________________________ void Simulator::wait( int delay ) - { _events.append( Event( Event::Wait, 0, delay ) ); } + { _events.append( Event( Event::Wait, nullptr, delay ) ); } //_______________________________________________________________________ void Simulator::click( QWidget* receiver, int delay ) @@ -470,7 +470,7 @@ { // retrieve menu - QMenu* menu( 0 ); + QMenu* menu( nullptr ); if( const QToolButton* button = qobject_cast<QToolButton*>( receiver ) ) menu = button->menu(); else if( const QPushButton* button = qobject_cast<QPushButton*>( receiver ) ) menu = button->menu(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygenstylechooser.h new/oxygen-5.26.0/kstyle/demo/oxygenstylechooser.h --- old/oxygen-5.25.5/kstyle/demo/oxygenstylechooser.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygenstylechooser.h 2022-10-06 14:26:09.000000000 +0200 @@ -17,7 +17,7 @@ { Q_OBJECT public: - explicit WidgetStyleChooser( QWidget *parent = 0 ); + explicit WidgetStyleChooser( QWidget *parent = nullptr ); KActionMenu *createStyleSelectionMenu( const QString &text, const QString &selectedStyleName=QString() ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/demo/oxygentabdemowidget.cpp new/oxygen-5.26.0/kstyle/demo/oxygentabdemowidget.cpp --- old/oxygen-5.25.5/kstyle/demo/oxygentabdemowidget.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/demo/oxygentabdemowidget.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -18,8 +18,8 @@ //______________________________________________________________ TabDemoWidget::TabDemoWidget( QWidget* parent ): DemoWidget( parent ), - _left( new QToolButton(0) ), - _right( new QToolButton(0) ) + _left( new QToolButton(nullptr) ), + _right( new QToolButton(nullptr) ) { ui.setupUi( this ); connect( ui.tabPositionComboBox, SIGNAL(currentIndexChanged(int)), SLOT(changeTabPosition(int)) ); @@ -48,8 +48,8 @@ ui.tabWidget->setCornerWidget( _left, Qt::TopLeftCorner ); ui.tabWidget->setCornerWidget( _right, Qt::TopRightCorner ); } else { - ui.tabWidget->setCornerWidget( 0, Qt::TopLeftCorner ); - ui.tabWidget->setCornerWidget( 0, Qt::TopRightCorner ); + ui.tabWidget->setCornerWidget( nullptr, Qt::TopLeftCorner ); + ui.tabWidget->setCornerWidget( nullptr, Qt::TopRightCorner ); } _left->setVisible( value ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/oxygen.themerc new/oxygen-5.26.0/kstyle/oxygen.themerc --- old/oxygen-5.25.5/kstyle/oxygen.themerc 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/oxygen.themerc 2022-10-06 14:26:09.000000000 +0200 @@ -88,86 +88,34 @@ Name[zh_CN]=Oxygen ?????? Name[zh_TW]=Oxygen ConfigPage=kstyle_oxygen_config -Comment=Styling of the next generation desktop -Comment[af]=Stilering van die volgende generasie werkskerm -Comment[ar]=?????? ?????? ?????? ???????????? ???????????? -Comment[az]=Yeni n??sil ???? Masas?? ??slubu -Comment[be]=?????????? ?????????????????? ???????????? ???????????????????? ?????????????????? -Comment[be@latin]=Styl nastupnaha pakale??nia rabo??aha sta??a -Comment[bg]=???????? ???? ???????????????? ?????????????????? ?????????????? ?????????? -Comment[bs]=Stil za narednu generaciju povr??i -Comment[ca]=Estil de la propera generaci?? de l'escriptori -Comment[ca@valencia]=Estil de la propera generaci?? de l'escriptori -Comment[cs]=Styl plochy nov?? generace -Comment[csb]=Szt??l n??sl??dny generac??ji w??zdrzatk?? p??lt?? -Comment[da]=Stilisering af n??ste generation af skrivebordet -Comment[de]=Das KDE-Design der n??chsten Generation -Comment[el]=?????????? ?????? ???????? ???????????? ???????????????????? ???????????????? -Comment[en_GB]=Styling of the next generation desktop -Comment[eo]=Stilo por la labortablo de sekva generacio -Comment[es]=Estilo de la siguiente generaci??n de escritorios -Comment[et]=Uue p??lvkonna t????laua stiil -Comment[eu]=Hurrengo belaunaldiko mahaigainaren estiloa -Comment[fi]=Seuraavan sukupolven ty??p??yd??n tyyli -Comment[fr]=Style pour la prochaine g??n??ration de bureau -Comment[fy]=De styl fan it burobl??d fan de folgjende generaasje -Comment[ga]=St??li?? na deisce don mh??laois nua -Comment[gl]=O estilo da seguinte xeraci??n do escritorio -Comment[gu]=????????? ????????????????????? ?????????????????????????????? ???????????? -Comment[he]=???????????? ???? ???????? ?????? ???? ?????????? ???????????? -Comment[hi]=???????????? ??????????????? ?????? ???????????????????????? ?????? ????????????????????? -Comment[hne]=???????????? ?????????????????? ???????????????????????? ?????? ??????????????????????????? -Comment[hr]=Stil sljede??e generacije radnih okru??enja -Comment[hsb]=Stil za d??????owy powjerch p??ichodneje generacije -Comment[hu]=??j gener??ci??s st??lus -Comment[ia]=Le stilo de scriptorio de proxime generation -Comment[id]=Gaya dekstop generasi selanjutnya -Comment[is]=St??lar fyrir n??stu-kynsl????ar skj??bor?? -Comment[it]=Stile per il desktop di prossima generazione -Comment[ja]=?????????????????????????????????????????? -Comment[kk]=???????????? ???????? ?????????? ?????????? -Comment[km]=?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? -Comment[kn]=?????????????????? ????????????????????? ????????????????????? ??????????????? -Comment[ko]=?????? ?????? ???????????? ????????? -Comment[ku]=Curekirina nif???? p???? ?? sermasey?? -Comment[lt]=Kitos kartos darbalaukio modeliavimas -Comment[lv]=N??kam??s paaudzes darbvirsmas stils -Comment[mai]=??????????????? ?????????????????? ??????????????????????????? ???????????? -Comment[mk]=???????? ???? ???????????????? ???????????????????? ???????????????? -Comment[ml]=??????????????????????????????????????? ????????????????????????????????????????????? ???????????????????????? -Comment[mr]=????????????????????? ????????????????????? ?????????????????????????????? ??????????????????????????? -Comment[nb]=Stil for skrivebord av neste generasjon -Comment[nds]=Stil f??r den kamen Schriefdisch -Comment[ne]=????????????????????? ??????????????? ??????????????????????????? ???????????? -Comment[nl]=De stijl voor de volgende generatie bureaubladen -Comment[nn]=Stil for neste generasjons skrivebord -Comment[or]=??????????????????????????? ??????????????? ??????????????????????????? ????????????????????? ??????????????? -Comment[pa]=???????????? ?????????????????? ????????????????????? ?????? ??????????????? -Comment[pl]=Wygl??d pulpitu nast??pnej generacji -Comment[pt]=O estilo do ambiente de trabalho da pr??xima gera????o -Comment[pt_BR]=Estilo da pr??xima gera????o de ??rea de trabalho -Comment[ro]=Stilul biroului de genera??ie urm??toare -Comment[ru]=?????????? ???????????????? ?????????? ???????????????????? ?????????????????? -Comment[se]=Stiila boahttebuolvvala?? ????llinbeavd??i -Comment[si]=????????? ??????????????????????????? ??????????????? ????????? -Comment[sk]=??t??l plochy novej gener??cie -Comment[sl]=Slog namizja naslednje generacije -Comment[sr]=???????? ???? ?????????????? ???????????????????? ???????????? -Comment[sr@ijekavian]=???????? ???? ?????????????? ???????????????????? ???????????? -Comment[sr@ijekavianlatin]=Stil za narednu generaciju povr??i -Comment[sr@latin]=Stil za narednu generaciju povr??i -Comment[sv]=Stil f??r n??sta generations skrivbord -Comment[ta]=Styling of the next generation desktop -Comment[te]=????????????????????? ????????? ???????????????????????????????????? ??????????????? ????????????????????? -Comment[tg]=???????????????????? ???????? ?????????? ?????????? ?????????? -Comment[th]=?????????????????????????????????????????????????????????????????????????????????????????????????????? -Comment[tr]=Sonraki ku??ak masa??st?? bi??emi -Comment[ug]=?????????????? ???????????? ?????????????????????? ?????????????? -Comment[uk]=?????????? ?????????????????? ???????????????????? ?????????????????? -Comment[vi]=Ki???u d??ng c???a b??n l??m vi???c th??? h??? ti???p theo -Comment[wa]=St??le del novele djerm??ye di scribannes -Comment[x-test]=xxStyling of the next generation desktopxx -Comment[zh_CN]=???????????????????????? -Comment[zh_TW]=???????????????????????? +Comment=Widget style for the Plasma desktop +Comment[ar]=?????? ?????????????? ???????????????? ???????? ???????? ???????????? +Comment[az]=Plasma i?? masas?? ??????n vidjet ??sulu +Comment[bg]=???????? ???? ?????????????????????? ???? ?????????????????? ?????????? ???? Plasma +Comment[ca]=Estil dels ginys per a l'escriptori Plasma +Comment[ca@valencia]=Estil dels ginys per a l'escriptori Plasma +Comment[cs]=Styl widgetu pro pracovn?? prost??ed?? Plasma +Comment[de]=Stil der Bedienelemende auf der Plasma-Arbeitsfl??che +Comment[en_GB]=Widget style for the Plasma desktop +Comment[es]=Estilo de elementos gr??ficos para el escritorio Plasma +Comment[eu]=Plasma mahaigainerako trepeta estiloa +Comment[fi]=K??ytt??liittym??alkiotyyli Plasma-ty??p??yd??lle +Comment[fr]=Style de composant graphique pour le bureau Plasma +Comment[ia]=Stilo de widget pro le scriptorio de Plasma +Comment[it]=Stile degli oggetti per il desktop Plasma +Comment[ka]=??????????????????????????? ??????????????? Plasma Desktop-??????????????? +Comment[ko]=Plasma ???????????? ?????? ????????? +Comment[nl]=Widgetstijl voor het Plasma-bureaublad +Comment[nn]=Elementstil for Plasma-skrivebordet +Comment[pl]=Wygl??d element??w interfejsu dla pulpitu Plazmy +Comment[pt]=Estilo gr??fico para a ??rea de trabalho Plasma +Comment[pt_BR]=Estilo do widget para a ??rea de trabalho Plasma +Comment[ro]=Stil al controalelor grafice pentru biroul Plasma +Comment[ru]=?????????? ???????????????????? ?????? ???????????????? ?????????? Plasma +Comment[sl]=Slog gradnikov za namizje Plasma +Comment[sv]=Komponentstil f??r Plasma-skrivbordet +Comment[tr]=Plasma masa??st?? i??in ara?? tak??m?? bi??emi +Comment[uk]=?????????? ???????????????? ?????? ?????????????????? ???????????? +Comment[x-test]=xxWidget style for the Plasma desktopxx [KDE] WidgetStyle=Oxygen diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/oxygenframeshadow.cpp new/oxygen-5.26.0/kstyle/oxygenframeshadow.cpp --- old/oxygen-5.25.5/kstyle/oxygenframeshadow.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/oxygenframeshadow.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -154,7 +154,7 @@ if( FrameShadowBase* shadow = qobject_cast<FrameShadowBase*>(child) ) { shadow->hide(); - shadow->setParent(0); + shadow->setParent(nullptr); shadow->deleteLater(); } } @@ -242,7 +242,7 @@ //____________________________________________________________________________________ void FrameShadowFactory::installShadow( QWidget* widget, StyleHelper& helper, ShadowArea area, bool flat ) const { - FrameShadowBase *shadow(0); + FrameShadowBase *shadow(nullptr); if( flat ) shadow = new FlatFrameShadow( area, helper ); else shadow = new SunkenFrameShadow( area, helper ); shadow->setParent(widget); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/oxygenstyle.cpp new/oxygen-5.26.0/kstyle/oxygenstyle.cpp --- old/oxygen-5.25.5/kstyle/oxygenstyle.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/oxygenstyle.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -6850,7 +6850,7 @@ } // toolbar animation - QWidget* parent( widget ? widget->parentWidget():0 ); + QWidget* parent( widget ? widget->parentWidget():nullptr ); const bool toolBarAnimated( isInToolBar && _animations->toolBarEngine().isAnimated( parent ) ); const QRect animatedRect( _animations->toolBarEngine().animatedRect( parent ) ); const QRect currentRect( _animations->toolBarEngine().currentRect( parent ) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/oxygenstyleplugin.h new/oxygen-5.26.0/kstyle/oxygenstyleplugin.h --- old/oxygen-5.25.5/kstyle/oxygenstyleplugin.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/oxygenstyleplugin.h 2022-10-06 14:26:09.000000000 +0200 @@ -20,7 +20,7 @@ public: //* constructor - explicit StylePlugin(QObject *parent = 0): + explicit StylePlugin(QObject *parent = nullptr): QStylePlugin(parent) {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/oxygenwindowmanager.h new/oxygen-5.26.0/kstyle/oxygenwindowmanager.h --- old/oxygen-5.25.5/kstyle/oxygenwindowmanager.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/oxygenwindowmanager.h 2022-10-06 14:26:09.000000000 +0200 @@ -178,7 +178,7 @@ //@} - //* returns first widget matching given class, or 0L if none + //* returns first widget matching given class, or nullptr if none template<typename T> T findParent( const QWidget* ) const; //* enability @@ -285,11 +285,11 @@ T WindowManager::findParent( const QWidget* widget ) const { - if( !widget ) return 0L; + if( !widget ) return nullptr; for( QWidget* parent = widget->parentWidget(); parent; parent = parent->parentWidget() ) { if( T cast = qobject_cast<T>(parent) ) return cast; } - return 0L; + return nullptr; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/transitions/oxygentransitionwidget.cpp new/oxygen-5.26.0/kstyle/transitions/oxygentransitionwidget.cpp --- old/oxygen-5.25.5/kstyle/transitions/oxygentransitionwidget.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/transitions/oxygentransitionwidget.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -192,7 +192,7 @@ if( widget->autoFillBackground() ) { widgets.append( widget ); } - QWidget *parent(0); + QWidget *parent(nullptr); // get highest level parent for( parent = widget->parentWidget(); parent; parent = parent->parentWidget() ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/kstyle/transitions/oxygentransitionwidget.h new/oxygen-5.26.0/kstyle/transitions/oxygentransitionwidget.h --- old/oxygen-5.25.5/kstyle/transitions/oxygentransitionwidget.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/kstyle/transitions/oxygentransitionwidget.h 2022-10-06 14:26:09.000000000 +0200 @@ -131,7 +131,7 @@ //@} //* grap pixmap - QPixmap grab( QWidget* = 0, QRect = QRect() ); + QPixmap grab( QWidget* = nullptr, QRect = QRect() ); //* true if animated bool isAnimated( void ) const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/liboxygen/liboxygen.h new/oxygen-5.26.0/liboxygen/liboxygen.h --- old/oxygen-5.25.5/liboxygen/liboxygen.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/liboxygen/liboxygen.h 2022-10-06 14:26:09.000000000 +0200 @@ -28,7 +28,7 @@ AllCorners = CornerTopLeft|CornerTopRight|CornerBottomLeft|CornerBottomRight }; - Q_DECLARE_FLAGS( Corners, Corner ); + Q_DECLARE_FLAGS( Corners, Corner ) } Q_DECLARE_OPERATORS_FOR_FLAGS( Oxygen::Corners ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/liboxygen/oxygenbaseanimationconfigwidget.h new/oxygen-5.26.0/liboxygen/oxygenbaseanimationconfigwidget.h --- old/oxygen-5.25.5/liboxygen/oxygenbaseanimationconfigwidget.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/liboxygen/oxygenbaseanimationconfigwidget.h 2022-10-06 14:26:09.000000000 +0200 @@ -31,7 +31,7 @@ public: //* constructor - explicit BaseAnimationConfigWidget( QWidget* = 0 ); + explicit BaseAnimationConfigWidget( QWidget* = nullptr ); //* destructor virtual ~BaseAnimationConfigWidget( void ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/liboxygen/oxygenhelper.cpp new/oxygen-5.26.0/liboxygen/oxygenhelper.cpp --- old/oxygen-5.25.5/liboxygen/oxygenhelper.cpp 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/liboxygen/oxygenhelper.cpp 2022-10-06 14:26:09.000000000 +0200 @@ -729,9 +729,9 @@ { if( !w ) return nullptr; if( w->autoFillBackground() ) return w; - if( w->isWindow() ) return 0; + if( w->isWindow() ) return nullptr; - for( const QWidget* parent = w->parentWidget(); parent!=0; parent = parent->parentWidget() ) + for( const QWidget* parent = w->parentWidget(); parent!=nullptr; parent = parent->parentWidget() ) { if( parent->autoFillBackground() ) return parent; if( parent == w->window() ) break; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/liboxygen/oxygenhelper.h new/oxygen-5.26.0/liboxygen/oxygenhelper.h --- old/oxygen-5.25.5/liboxygen/oxygenhelper.h 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/liboxygen/oxygenhelper.h 2022-10-06 14:26:09.000000000 +0200 @@ -66,7 +66,7 @@ //* access T* object( const quint64& key ) - { return _enabled ? QCache<quint64, T>::object( key ) : 0; } + { return _enabled ? QCache<quint64, T>::object( key ) : nullptr; } //* max cost void setMaxCost( int cost ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/lookandfeel/metadata.desktop new/oxygen-5.26.0/lookandfeel/metadata.desktop --- old/oxygen-5.25.5/lookandfeel/metadata.desktop 2022-09-06 14:26:36.000000000 +0200 +++ new/oxygen-5.26.0/lookandfeel/metadata.desktop 2022-10-06 14:26:09.000000000 +0200 @@ -1,7 +1,7 @@ [Desktop Entry] Comment=Oxygen Desktop Design Language Comment[ar]=?????? ?????????? ?????? ???????? ???????????? -Comment[az]=Oxygen ???? Masas?? g??r??n?????? vasit??si +Comment[az]=Oxygen ???? masas?? g??r??n?????? vasit??si Comment[bg]=Oxygen Desktop Design Language Comment[bs]=Oxygen Desktop dizajnerski jezik Comment[ca]=Llenguatge de disseny per a l'escriptori Oxygen @@ -46,7 +46,6 @@ Comment[x-test]=xxOxygen Desktop Design Languagexx Comment[zh_CN]=Oxygen ???????????????????????? Comment[zh_TW]=Oxygen ?????????????????? -Encoding=UTF-8 Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; Keywords[ar]=?????? ????????????;?????????? ??????????;????????????;???????????? ??????????????;????????????;??????????;????????????????;??????????????;??????????????; Keywords[az]=i?? masas??;i?? m??hiti;i?? m??hiti;vizual t??qdimat;????x????;seansdan ????x????;kilidl??m??;i??i dayand??rmaq;i??in bitirilm??si;s??nd??rm??k;yuxu rejimi;g??zl??m?? rejimi; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/az/oxygen_style_demo.po new/oxygen-5.26.0/po/az/oxygen_style_demo.po --- old/oxygen-5.25.5/po/az/oxygen_style_demo.po 2022-09-06 14:26:38.000000000 +0200 +++ new/oxygen-5.26.0/po/az/oxygen_style_demo.po 2022-10-06 14:26:11.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the oxygen package. # -# Kheyyam Gojayev <xxm...@gmail.com>, 2020. +# Kheyyam Gojayev <xxm...@gmail.com>, 2020, 2022. msgid "" msgstr "" "Project-Id-Version: oxygen\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-25 00:48+0000\n" -"PO-Revision-Date: 2020-12-31 13:25+0400\n" -"Last-Translator: Kheyyam Gojayev <xxm...@gmail.com>\n" +"PO-Revision-Date: 2022-07-06 09:32+0400\n" +"Last-Translator: Kheyyam <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" "Language: az\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 20.12.0\n" +"X-Generator: Lokalize 22.04.2\n" #: main.cpp:38 oxygendemodialog.cpp:40 oxygendemodialog.cpp:190 #, kde-format @@ -58,7 +58,7 @@ #: oxygenbuttondemowidget.cpp:235 oxygenbuttondemowidget.cpp:245 #, kde-format msgid "Save" -msgstr "Saxlamaq" +msgstr "Saxlay??n" #: oxygenbuttondemowidget.cpp:63 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ca/liboxygenstyleconfig.po new/oxygen-5.26.0/po/ca/liboxygenstyleconfig.po --- old/oxygen-5.25.5/po/ca/liboxygenstyleconfig.po 2022-09-06 14:26:40.000000000 +0200 +++ new/oxygen-5.26.0/po/ca/liboxygenstyleconfig.po 2022-10-06 14:26:14.000000000 +0200 @@ -4,6 +4,7 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Josep M. Ferrer <txe...@gmail.com>, 2012, 2013, 2017. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. # Antoni Bella P??rez <antonibel...@yahoo.com>, 2022. msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ca@valencia/liboxygenstyleconfig.po new/oxygen-5.26.0/po/ca@valencia/liboxygenstyleconfig.po --- old/oxygen-5.25.5/po/ca@valencia/liboxygenstyleconfig.po 2022-09-06 14:26:40.000000000 +0200 +++ new/oxygen-5.26.0/po/ca@valencia/liboxygenstyleconfig.po 2022-10-06 14:26:14.000000000 +0200 @@ -4,6 +4,7 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Josep M. Ferrer <txe...@gmail.com>, 2012, 2013, 2017. +# Empar Montoro Mart??n <montoro_...@gva.es>, 2019. # Antoni Bella P??rez <antonibel...@yahoo.com>, 2022. msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ca@valencia/oxygen_style_config.po new/oxygen-5.26.0/po/ca@valencia/oxygen_style_config.po --- old/oxygen-5.25.5/po/ca@valencia/oxygen_style_config.po 2022-09-06 14:26:40.000000000 +0200 +++ new/oxygen-5.26.0/po/ca@valencia/oxygen_style_config.po 2022-10-06 14:26:14.000000000 +0200 @@ -62,7 +62,7 @@ msgid "Configure menu bars' mouseover highlight animation" msgstr "" "Configura l'animaci?? del ressaltat en passar el ratol?? sobre les barres de " -"men??s" +"men??" #: oxygenanimationconfigwidget.cpp:46 #, kde-format @@ -387,7 +387,7 @@ #: ui/oxygenstyleconfig.ui:440 #, kde-format msgid "&Use selection color (plain)" -msgstr "&Utilitza una selecci?? de color (senzill)" +msgstr "Utilit&za una selecci?? de color (senzill)" #. i18n: ectx: property (text), widget (QRadioButton, _menuHighlightSubtle) #: ui/oxygenstyleconfig.ui:447 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ia/oxygen_style_demo.po new/oxygen-5.26.0/po/ia/oxygen_style_demo.po --- old/oxygen-5.25.5/po/ia/oxygen_style_demo.po 2022-09-06 14:26:46.000000000 +0200 +++ new/oxygen-5.26.0/po/ia/oxygen_style_demo.po 2022-10-06 14:26:24.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-25 00:48+0000\n" -"PO-Revision-Date: 2022-06-03 09:29+0200\n" +"PO-Revision-Date: 2022-06-03 09:37+0200\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" "Language: ia\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/id/oxygen_kdecoration.po new/oxygen-5.26.0/po/id/oxygen_kdecoration.po --- old/oxygen-5.25.5/po/id/oxygen_kdecoration.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/id/oxygen_kdecoration.po 2022-10-06 14:26:24.000000000 +0200 @@ -1,20 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Wantoyo <wanto...@gmail.com>, 2018, 2019. +# Wantoyo <wanto...@gmail.com>, 2018, 2019, 2022. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:21+0000\n" -"PO-Revision-Date: 2019-07-15 07:32+0700\n" -"Last-Translator: Wantoyo <wanto...@gmail.com>\n" +"PO-Revision-Date: 2022-09-27 18:12+0700\n" +"Last-Translator: Wantoy??k <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 21.12.3\n" #: config/oxygenanimationconfigwidget.cpp:31 #, kde-format @@ -24,12 +25,12 @@ #: config/oxygenanimationconfigwidget.cpp:32 #, kde-format msgid "Configure window buttons' mouseover highlight animation" -msgstr "Konfigurasikan animasi sorot mouse-melintasi tombol-tombol window" +msgstr "Konfigurasikan animasi sorot mouse-melintasi tombol-tombol jendela" #: config/oxygenanimationconfigwidget.cpp:35 #, kde-format msgid "Window active state change transitions" -msgstr "Keadaan window aktif ubah transisi" +msgstr "Keadaan jendela aktif ubah transisi" #: config/oxygenanimationconfigwidget.cpp:36 #, kde-format @@ -37,8 +38,8 @@ "Configure fading between window shadow and glow when window's active state " "is changed" msgstr "" -"Konfigurasikan pelesapan antara window berbayang dan bercahaya ketika " -"keadaan window yang aktif telah diubah" +"Konfigurasikan pelesapan antara jendela berbayang dan bercahaya ketika " +"keadaan jendela yang aktif telah diubah" #: config/oxygenexceptionlistwidget.cpp:96 #, kde-format @@ -91,13 +92,13 @@ #: config/oxygenexceptionmodel.cpp:47 config/ui/oxygenexceptiondialog.ui:72 #, kde-format msgid "Window Title" -msgstr "Judul Window" +msgstr "Judul Jendela" #. i18n: ectx: property (text), item, widget (QComboBox, exceptionType) #: config/oxygenexceptionmodel.cpp:51 config/ui/oxygenexceptiondialog.ui:67 #, kde-format msgid "Window Class Name" -msgstr "Nama Kelas Window" +msgstr "Nama Kelas Jendela" #: config/oxygenexceptionmodel.cpp:67 #, kde-format @@ -178,19 +179,19 @@ #: config/ui/oxygenconfigurationui.ui:117 #, kde-format msgid "Add handle to resize windows with no border" -msgstr "Tambahkan pegangan untuk mengubah ukuran window dengan tiada bingkai" +msgstr "Tambahkan pegangan untuk mengubah ukuran jendela dengan tiada bingkai" #. i18n: ectx: property (text), widget (QCheckBox, drawBorderOnMaximizedWindows) #: config/ui/oxygenconfigurationui.ui:124 #, kde-format msgid "Allow resizing maximized windows from window edges" -msgstr "Bolehkan mengubah ukuran window termaksimal dari pinggir window" +msgstr "Bolehkan mengubah ukuran jendela termaksimal dari pinggir jendela" #. i18n: ectx: property (text), widget (QCheckBox, useWindowColors) #: config/ui/oxygenconfigurationui.ui:144 #, kde-format msgid "Use the same colors for title bar and window content" -msgstr "Gunakan warna yang sama untuk bilah judul dan konten window" +msgstr "Gunakan warna yang sama untuk bilah judul dan konten jendela" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #: config/ui/oxygenconfigurationui.ui:152 @@ -208,19 +209,19 @@ #: config/ui/oxygenconfigurationui.ui:171 #, kde-format msgid "Active Window Glow" -msgstr "Cahaya Window Aktif" +msgstr "Cahaya Jendela Aktif" #. i18n: ectx: property (title), widget (Oxygen::ShadowConfigWidget, inactiveShadowConfiguration) #: config/ui/oxygenconfigurationui.ui:181 #, kde-format msgid "Window Drop-Down Shadow" -msgstr "Bayangan Bentang-Turun Window" +msgstr "Bayangan Bentang-Turun Jendela" #. i18n: ectx: attribute (title), widget (QWidget, tab_2) #: config/ui/oxygenconfigurationui.ui:205 #, kde-format msgid "Window-Specific Overrides" -msgstr "Penimpaan Window Tertentu" +msgstr "Penimpaan Jendela Tertentu" #. i18n: ectx: property (windowTitle), widget (QDialog, OxygenExceptionDialog) #. i18n: ectx: property (windowTitle), widget (QDialog, OxygenDetectWidget) @@ -233,7 +234,7 @@ #: config/ui/oxygendetectwidget.ui:20 #, kde-format msgid "Information about Selected Window" -msgstr "Informasi tentang Window Terpilih" +msgstr "Informasi tentang Jendela Terpilih" #. i18n: ectx: property (text), widget (QLabel, label) #: config/ui/oxygendetectwidget.ui:26 @@ -251,31 +252,31 @@ #: config/ui/oxygendetectwidget.ui:63 #, kde-format msgid "Window Property Selection" -msgstr "Pemilihan Properti Window" +msgstr "Pemilihan Properti Jendela" #. i18n: ectx: property (text), widget (QRadioButton, windowClassCheckBox) #: config/ui/oxygendetectwidget.ui:69 #, kde-format msgid "Use window class (whole application)" -msgstr "Gunakan kelas window (keseluruhan aplikasi)" +msgstr "Gunakan kelas jendela (keseluruhan aplikasi)" #. i18n: ectx: property (text), widget (QRadioButton, windowTitleCheckBox) #: config/ui/oxygendetectwidget.ui:79 #, kde-format msgid "Use window title" -msgstr "Gunakan judul window" +msgstr "Gunakan judul jendela" #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: config/ui/oxygenexceptiondialog.ui:20 #, kde-format msgid "Window Identification" -msgstr "Identifikasi Window" +msgstr "Identifikasi Jendela" #. i18n: ectx: property (text), widget (QLabel, label) #: config/ui/oxygenexceptiondialog.ui:26 #, kde-format msgid "&Matching window property: " -msgstr "&Mencocokkan properti window: " +msgstr "&Mencocokkan properti jendela: " #. i18n: ectx: property (text), widget (QLabel, label_2) #: config/ui/oxygenexceptiondialog.ui:39 @@ -287,7 +288,7 @@ #: config/ui/oxygenexceptiondialog.ui:52 #, kde-format msgid "Detect Window Properties" -msgstr "Deteksi Properti Window" +msgstr "Deteksi Properti Jendela" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #: config/ui/oxygenexceptiondialog.ui:83 @@ -305,7 +306,7 @@ #: config/ui/oxygenexceptiondialog.ui:96 #, kde-format msgid "Hide window title bar" -msgstr "Sembunyikan bilah judul window" +msgstr "Sembunyikan bilah judul jendela" #. i18n: ectx: property (text), item, widget (QComboBox, borderSizeComboBox) #: config/ui/oxygenexceptiondialog.ui:107 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/id/oxygen_style_config.po new/oxygen-5.26.0/po/id/oxygen_style_config.po --- old/oxygen-5.25.5/po/id/oxygen_style_config.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/id/oxygen_style_config.po 2022-10-06 14:26:24.000000000 +0200 @@ -2,21 +2,22 @@ # Copyright (C) 2010 This_file_is_part_of_KDE # This file is distributed under the same license as the kstyle_config package. # Andhika Padmawan <andhika.padma...@gmail.com>, 2010-2014. -# Wantoyo <wanto...@gmail.com>, 2017, 2018, 2019, 2020, 2021. +# Wantoyo <wanto...@gmail.com>, 2017, 2018, 2019, 2020, 2021, 2022. # msgid "" msgstr "" "Project-Id-Version: kstyle_config\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-07 00:45+0000\n" -"PO-Revision-Date: 2020-07-15 07:19+0700\n" -"Last-Translator: Wantoyo <wanto...@gmail.com>\n" +"PO-Revision-Date: 2022-09-27 18:12+0700\n" +"Last-Translator: Wantoy??k <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 21.12.3\n" #: main.cpp:24 main.cpp:28 #, kde-format @@ -190,19 +191,19 @@ #: ui/oxygenstyleconfig.ui:52 #, kde-format msgid "Drag windows from titlebar only" -msgstr "Tarik window hanya dari bilah judul" +msgstr "Tarik jendela hanya dari bilah judul" #. i18n: ectx: property (text), item, widget (KComboBox, _windowDragMode) #: ui/oxygenstyleconfig.ui:57 #, kde-format msgid "Drag windows from titlebar, menubar and toolbars" -msgstr "Tarik window dari bilah judul, bilah menu dan bilah alat" +msgstr "Tarik jendela dari bilah judul, bilah menu dan bilah alat" #. i18n: ectx: property (text), item, widget (KComboBox, _windowDragMode) #: ui/oxygenstyleconfig.ui:62 #, kde-format msgid "Drag windows from all empty areas" -msgstr "Tarik window dari semua area kosong" +msgstr "Tarik jendela dari semua area kosong" #. i18n: ectx: property (text), widget (QLabel, _mnemonicsLabel) #: ui/oxygenstyleconfig.ui:70 @@ -232,7 +233,7 @@ #: ui/oxygenstyleconfig.ui:108 #, kde-format msgid "Windows' &drag mode:" -msgstr "Mode &tarik window:" +msgstr "Mode &tarik jendela:" #. i18n: ectx: property (text), widget (QCheckBox, _toolBarDrawItemSeparator) #: ui/oxygenstyleconfig.ui:134 @@ -250,7 +251,7 @@ #: ui/oxygenstyleconfig.ui:148 #, kde-format msgid "Draw window background gradient" -msgstr "Gambar gradasi latar belakang window" +msgstr "Gambar gradasi latar belakang jendela" #. i18n: ectx: attribute (title), widget (QWidget, tab) #: ui/oxygenstyleconfig.ui:169 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/id/oxygen_style_demo.po new/oxygen-5.26.0/po/id/oxygen_style_demo.po --- old/oxygen-5.25.5/po/id/oxygen_style_demo.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/id/oxygen_style_demo.po 2022-10-06 14:26:24.000000000 +0200 @@ -2,21 +2,22 @@ # Copyright (C) 2010 This_file_is_part_of_KDE # This file is distributed under the same license as the kstyle_config package. # Andhika Padmawan <andhika.padma...@gmail.com>, 2010-2014. -# Wantoyo <wanto...@gmail.com>, 2017, 2018, 2019, 2020. +# Wantoyo <wanto...@gmail.com>, 2017, 2018, 2019, 2020, 2022. # msgid "" msgstr "" "Project-Id-Version: kstyle_config\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-25 00:48+0000\n" -"PO-Revision-Date: 2020-07-15 07:19+0700\n" -"Last-Translator: Wantoyo <wanto...@gmail.com>\n" +"PO-Revision-Date: 2022-09-27 18:36+0700\n" +"Last-Translator: Wantoy??k <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 21.12.3\n" #: main.cpp:38 oxygendemodialog.cpp:40 oxygendemodialog.cpp:190 #, kde-format @@ -139,7 +140,7 @@ #: oxygendemodialog.cpp:140 #, kde-format msgid "Shows the appearance of MDI windows" -msgstr "Menampilkan tampilan dari MDI windows" +msgstr "Menampilkan penampilan jendela MDI" #: oxygendemodialog.cpp:148 #, kde-format @@ -199,12 +200,12 @@ #: oxygenmdidemowidget.cpp:41 #, kde-format msgid "Select Next Window" -msgstr "Pilih Window Selanjutnya" +msgstr "Pilih Jendela Selanjutnya" #: oxygenmdidemowidget.cpp:45 #, kde-format msgid "Select Previous Window" -msgstr "Pilih Window Sebelumnya" +msgstr "Pilih Jendela Sebelumnya" #: oxygensimulator.h:71 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ka/liboxygenstyleconfig.po new/oxygen-5.26.0/po/ka/liboxygenstyleconfig.po --- old/oxygen-5.25.5/po/ka/liboxygenstyleconfig.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/ka/liboxygenstyleconfig.po 2022-10-06 14:26:25.000000000 +0200 @@ -8,14 +8,14 @@ "Project-Id-Version: oxygen\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:21+0000\n" -"PO-Revision-Date: 2022-08-30 09:27+0200\n" +"PO-Revision-Date: 2022-08-21 06:58+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" #: oxygenanimationconfigitem.cpp:87 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ka/oxygen_kdecoration.po new/oxygen-5.26.0/po/ka/oxygen_kdecoration.po --- old/oxygen-5.25.5/po/ka/oxygen_kdecoration.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/ka/oxygen_kdecoration.po 2022-10-06 14:26:25.000000000 +0200 @@ -8,14 +8,14 @@ "Project-Id-Version: oxygen\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:21+0000\n" -"PO-Revision-Date: 2022-08-30 09:29+0200\n" +"PO-Revision-Date: 2022-08-21 07:05+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" #: config/oxygenanimationconfigwidget.cpp:31 @@ -108,7 +108,7 @@ #: config/ui/oxygenconfigurationui.ui:24 #, kde-format msgid "General" -msgstr "??????????????????" +msgstr "????????????????????????" #. i18n: ectx: property (text), item, widget (QComboBox, buttonSize) #: config/ui/oxygenconfigurationui.ui:31 @@ -148,7 +148,7 @@ #: config/ui/oxygenconfigurationui.ui:81 #, kde-format msgid "Left" -msgstr "" +msgstr "????????????????????????" #. i18n: ectx: property (text), item, widget (QComboBox, titleAlignment) #: config/ui/oxygenconfigurationui.ui:86 @@ -166,7 +166,7 @@ #: config/ui/oxygenconfigurationui.ui:96 #, kde-format msgid "Right" -msgstr "Right" +msgstr "????????????????????????" #. i18n: ectx: property (text), widget (QLabel, label_4) #: config/ui/oxygenconfigurationui.ui:104 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ka/oxygen_style_config.po new/oxygen-5.26.0/po/ka/oxygen_style_config.po --- old/oxygen-5.25.5/po/ka/oxygen_style_config.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/ka/oxygen_style_config.po 2022-10-06 14:26:25.000000000 +0200 @@ -8,14 +8,14 @@ "Project-Id-Version: oxygen\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-07 00:45+0000\n" -"PO-Revision-Date: 2022-08-30 09:29+0200\n" +"PO-Revision-Date: 2022-08-21 07:12+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" #: main.cpp:24 main.cpp:28 @@ -180,7 +180,7 @@ #: ui/oxygenstyleconfig.ui:45 #, kde-format msgid "General" -msgstr "????????????????????????" +msgstr "??????????????????" #. i18n: ectx: property (text), item, widget (KComboBox, _windowDragMode) #: ui/oxygenstyleconfig.ui:52 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ka/oxygen_style_demo.po new/oxygen-5.26.0/po/ka/oxygen_style_demo.po --- old/oxygen-5.25.5/po/ka/oxygen_style_demo.po 2022-09-06 14:26:47.000000000 +0200 +++ new/oxygen-5.26.0/po/ka/oxygen_style_demo.po 2022-10-06 14:26:25.000000000 +0200 @@ -8,14 +8,14 @@ "Project-Id-Version: oxygen\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-25 00:48+0000\n" -"PO-Revision-Date: 2022-08-30 09:31+0200\n" +"PO-Revision-Date: 2022-08-21 07:23+0200\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <kde-i18n-...@kde.org>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.1.1\n" #: main.cpp:38 oxygendemodialog.cpp:40 oxygendemodialog.cpp:190 @@ -69,7 +69,7 @@ #: oxygendemodialog.cpp:55 #, kde-format msgid "Enabled" -msgstr "????????????????????????" +msgstr "??????????????????" #: oxygendemodialog.cpp:60 #, kde-format @@ -169,7 +169,7 @@ #: oxygeninputdemowidget.cpp:23 #, kde-format msgid "password" -msgstr "??????????????????" +msgstr "password" #: oxygenmdidemowidget.cpp:34 #, kde-format @@ -232,7 +232,7 @@ #: ui/oxygenbenchmarkwidget.ui:48 #, kde-format msgid "Options" -msgstr "?????????????????????" +msgstr "?????????????????????????????????" #. i18n: ectx: property (text), widget (QCheckBox, grabMouseCheckBox) #: ui/oxygenbenchmarkwidget.ui:54 @@ -772,7 +772,7 @@ #: ui/oxygenlistdemowidget.ui:187 #, kde-format msgid "Right" -msgstr "????????????????????????" +msgstr "????????????????????????" #. i18n: ectx: property (text), item, widget (QTableWidget, tableWidget) #: ui/oxygenlistdemowidget.ui:192 @@ -784,7 +784,7 @@ #: ui/oxygenlistdemowidget.ui:197 #, kde-format msgid "Bottom" -msgstr "??????????????????" +msgstr "??????????????????" #. i18n: ectx: property (text), item, widget (QTableWidget, tableWidget) #: ui/oxygenlistdemowidget.ui:202 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/ru/oxygen_style_config.po new/oxygen-5.26.0/po/ru/oxygen_style_config.po --- old/oxygen-5.25.5/po/ru/oxygen_style_config.po 2022-09-06 14:26:54.000000000 +0200 +++ new/oxygen-5.26.0/po/ru/oxygen_style_config.po 2022-10-06 14:26:35.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kstyle_config\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-07 00:45+0000\n" -"PO-Revision-Date: 2022-08-18 16:31+0300\n" +"PO-Revision-Date: 2022-09-05 11:56+0300\n" "Last-Translator: Olesya Gerasimenko <translation-t...@basealt.ru>\n" "Language-Team: Basealt Translation Team\n" "Language: ru\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/tr/oxygen_kdecoration.po new/oxygen-5.26.0/po/tr/oxygen_kdecoration.po --- old/oxygen-5.25.5/po/tr/oxygen_kdecoration.po 2022-09-06 14:26:58.000000000 +0200 +++ new/oxygen-5.26.0/po/tr/oxygen_kdecoration.po 2022-10-06 14:26:41.000000000 +0200 @@ -226,7 +226,7 @@ #: config/ui/oxygenconfigurationui.ui:205 #, kde-format msgid "Window-Specific Overrides" -msgstr "Pencereye ??zel Yoksaymalar" +msgstr "Pencereye ??zel Ge??ersiz K??lmalar" #. i18n: ectx: property (windowTitle), widget (QDialog, OxygenExceptionDialog) #. i18n: ectx: property (windowTitle), widget (QDialog, OxygenDetectWidget) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/tr/oxygen_style_config.po new/oxygen-5.26.0/po/tr/oxygen_style_config.po --- old/oxygen-5.25.5/po/tr/oxygen_style_config.po 2022-09-06 14:26:58.000000000 +0200 +++ new/oxygen-5.26.0/po/tr/oxygen_style_config.po 2022-10-06 14:26:41.000000000 +0200 @@ -199,7 +199,7 @@ #: ui/oxygenstyleconfig.ui:52 #, kde-format msgid "Drag windows from titlebar only" -msgstr "Pencereleri sadece ba??l??k ??ubu??undan s??r??kle" +msgstr "Pencereleri yaln??zca ba??l??k ??ubu??undan s??r??kle" #. i18n: ectx: property (text), item, widget (KComboBox, _windowDragMode) #: ui/oxygenstyleconfig.ui:57 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/tr/oxygen_style_demo.po new/oxygen-5.26.0/po/tr/oxygen_style_demo.po --- old/oxygen-5.25.5/po/tr/oxygen_style_demo.po 2022-09-06 14:26:58.000000000 +0200 +++ new/oxygen-5.26.0/po/tr/oxygen_style_demo.po 2022-10-06 14:26:41.000000000 +0200 @@ -309,13 +309,13 @@ #: ui/oxygenbuttondemowidget.ui:132 #, kde-format msgid "Text only:" -msgstr "Sadece metin:" +msgstr "Yaln??zca metin:" #. i18n: ectx: property (toolTip), widget (KComboBox, kcombobox) #: ui/oxygenbuttondemowidget.ui:142 #, kde-format msgid "This is a normal, text only combo box" -msgstr "Bu, normal, sadece metin ara?? kutusudur" +msgstr "Bu, normal, yaln??zca metin ara?? kutusudur" #. i18n: ectx: property (text), item, widget (KComboBox, kcombobox) #: ui/oxygenbuttondemowidget.ui:149 @@ -351,7 +351,7 @@ #: ui/oxygenbuttondemowidget.ui:204 #, kde-format msgid "This is a normal, text only tool button" -msgstr "Bu, normal, sadece metin ara?? d????mesidir" +msgstr "Bu, normal, yaln??zca metin ara?? d????mesidir" #. i18n: ectx: property (toolTip), widget (QToolButton, toolButton_2) #: ui/oxygenbuttondemowidget.ui:214 @@ -363,13 +363,13 @@ #: ui/oxygenbuttondemowidget.ui:224 #, kde-format msgid "This is a normal, text only button" -msgstr "Bu, normal, sadece metin d????mesidir" +msgstr "Bu, normal, yaln??zca metin d????mesidir" #. i18n: ectx: property (toolTip), widget (QPushButton, pushButton_2) #: ui/oxygenbuttondemowidget.ui:234 #, kde-format msgid "This is a normal, text only button with menu" -msgstr "Bu, normal, men?? ile birlikte sadece metin d????mesidir" +msgstr "Bu, normal, men?? ile birlikte yaln??zca metin d????mesidir" #. i18n: ectx: property (toolTip), widget (QPushButton, pushButton_3) #: ui/oxygenbuttondemowidget.ui:244 @@ -434,14 +434,14 @@ #: ui/oxygenbuttondemowidget.ui:434 ui/oxygentabdemowidget.ui:95 #, kde-format msgid "Icons Only" -msgstr "Sadece Simge" +msgstr "Yaln??zca Simge" #. i18n: ectx: property (text), item, widget (KComboBox, textPosition) #. i18n: ectx: property (text), item, widget (KComboBox, textPositionComboBox) #: ui/oxygenbuttondemowidget.ui:439 ui/oxygentabdemowidget.ui:100 #, kde-format msgid "Text Only" -msgstr "Sadece Metin" +msgstr "Yaln??zca Metin" #. i18n: ectx: property (text), item, widget (KComboBox, textPosition) #. i18n: ectx: property (text), item, widget (KComboBox, textPositionComboBox) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/zh_CN/liboxygenstyleconfig.po new/oxygen-5.26.0/po/zh_CN/liboxygenstyleconfig.po --- old/oxygen-5.25.5/po/zh_CN/liboxygenstyleconfig.po 2022-09-06 14:27:00.000000000 +0200 +++ new/oxygen-5.26.0/po/zh_CN/liboxygenstyleconfig.po 2022-10-06 14:26:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:21+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/zh_CN/oxygen_kdecoration.po new/oxygen-5.26.0/po/zh_CN/oxygen_kdecoration.po --- old/oxygen-5.25.5/po/zh_CN/oxygen_kdecoration.po 2022-09-06 14:27:00.000000000 +0200 +++ new/oxygen-5.26.0/po/zh_CN/oxygen_kdecoration.po 2022-10-06 14:26:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-28 00:21+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/zh_CN/oxygen_style_config.po new/oxygen-5.26.0/po/zh_CN/oxygen_style_config.po --- old/oxygen-5.25.5/po/zh_CN/oxygen_style_config.po 2022-09-06 14:27:00.000000000 +0200 +++ new/oxygen-5.26.0/po/zh_CN/oxygen_style_config.po 2022-10-06 14:26:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-07 00:45+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.25.5/po/zh_CN/oxygen_style_demo.po new/oxygen-5.26.0/po/zh_CN/oxygen_style_demo.po --- old/oxygen-5.25.5/po/zh_CN/oxygen_style_demo.po 2022-09-06 14:27:00.000000000 +0200 +++ new/oxygen-5.26.0/po/zh_CN/oxygen_style_demo.po 2022-10-06 14:26:43.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-04-25 00:48+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"