diff -Nru qt5-style-kvantum-0.19.0+repack/ChangeLog qt5-style-kvantum-0.20.0+repack/ChangeLog --- qt5-style-kvantum-0.19.0+repack/ChangeLog 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/ChangeLog 2021-05-25 13:07:46.000000000 +0000 @@ -1,3 +1,25 @@ +V0.20.0 +--------- + * Dropped the support for Qt5 < 5.12. + * Added two themes (KvDark and KvSimplicityDarkLight). + * Better colors for texts and symbolic icons of disabled toggled buttons. + * Use frame sizes of "ScrollbarTransientSlider" if existing. + * Decreased the combo box width by 2*PM_FocusFrameHMargin, which was added before drawing view-items inside Kvantum. + * A little more compact busy indicator for ordinary progressbars. + * Removed the key about KCapacityBar. It's a redundant KDE widget that should always be drawn as a progressbar. + * Added a key for always centering normal tabs (in contrast to those in the document mode). + * Disable kinetic scrolling inside subwindows. + * Guarantee that the width hint of an icon-only button isn't smaller than its height hint. + * Fixed a case of underlined shortcuts in tray menus without Alt being pressed. + * Added an option (to Kvantum Manager) for styling vertical toolbars. It's disabled by default and also when "single_top_toolbar" is "true". + * Improved the workaround for Qt's hover bug. + * Don't sharpen the round corners of a colorized line-edit (only fill its contents rectangle). + * More precise calculations for finding the widest spinbox text. + * Don't consider the tab overlap in drawing the tabbar frame (as with the tab widget frame). + * Allowed toolbar_separator_thickness to be set to a value less than toolbar indicator size, without changing its default value (the maximum of toolbar indicator size and 4). The minimum value is 2. + * Fixed drawing of view-items with right-aligned decorations. + * Used version check for KWindowSystem because of method deprecations. + V0.19.0 --------- * Allow dragging from some disabled widgets. diff -Nru qt5-style-kvantum-0.19.0+repack/debian/changelog qt5-style-kvantum-0.20.0+repack/debian/changelog --- qt5-style-kvantum-0.19.0+repack/debian/changelog 2021-03-12 07:24:56.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/debian/changelog 2021-05-28 17:43:28.000000000 +0000 @@ -1,9 +1,15 @@ -qt5-style-kvantum (0.19.0+repack-1~focal1) focal; urgency=medium +qt5-style-kvantum (0.20.0+repack-1~focal1) focal; urgency=medium * New upstream release. * Release for Launchpad - focal - -- Sergei Eremenko Fri, 12 Mar 2021 09:24:56 +0200 + -- Sergei Eremenko Fri, 28 May 2021 20:43:28 +0300 + +qt5-style-kvantum (0.20.0+repack-1) unstable; urgency=medium + + * New upstream release + + -- Sergei Eremenko Fri, 28 May 2021 20:07:33 +0300 qt5-style-kvantum (0.19.0+repack-1) unstable; urgency=medium diff -Nru qt5-style-kvantum-0.19.0+repack/doc/Theme-Config qt5-style-kvantum-0.20.0+repack/doc/Theme-Config --- qt5-style-kvantum-0.19.0+repack/doc/Theme-Config 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/doc/Theme-Config 2021-05-25 13:07:46.000000000 +0000 @@ -127,9 +127,15 @@ scrollbars (see "transient_scrollbar" below). It takes all of its values from "ScrollbarSlider", except for its frame and - interior elements. It is useful when the - ordinary scrollbar slider elements are not good - enough with transient scrollbars. + interior elements. + + It can also have its own frame sizes but if + they don't exist, those of "ScrollbarSlider" + will be used. + + It is useful when the ordinary scrollbar + slider elements are not good enough with + transient scrollbars. [Slider] A slider (a classic widget for controlling a bounded value). @@ -314,15 +320,23 @@ that case, the whole editable combo box will be drawn as a line-edit. -left_tabs true/false Align tabs to the left edge? - Tabs are centered by default. +left_tabs true/false Align tabs to the left edge (the right + edge with RTL layouts)? Tabs are centered + by default. -center_doc_tabs true/false Always center tabs if the tab widget is +center_doc_tabs true/false Always center tabs if their tab widget is in the document mode and even when the key "left_tabs" is true? False by default, which means that tabs are aligned in the document mode as in the usual mode. +center_normal_tabs true/false Always center normal tabs, even when the + key "left_tabs" is true? False by default. + + Tabs are considered normal if they have + a tab widget that is NOT in the document + mode. + attach_active_tab true/false Attach the active tab to the tab widget or the tab-bar base? It is detached by default. @@ -403,8 +417,9 @@ Zero by default. toolbar_separator_thickness Integer The thickness of toolbar separators. It is - never less than the toolbar indicator size - or 4, whichever is greater. + never less than 2. Its default value is + the toolbar indicator size or 4, whichever + is greater. center_toolbar_handle true/false If "true", the SVG element for the toolbar handle will be centered @@ -879,11 +894,6 @@ transparent_menutitle true/false No background for (KDE) menu titles? -kcapacitybar_as_progressbar true/false Draw KCapacityBar as progressbar? - KCapacityBar has its hard-coded - style but is drawn as a progressbar - by default. - respect_darkness true/false Some apps don't respect dark themes. Fix that as far as possible? @@ -919,7 +929,14 @@ is immediately below the menubar or at the top of the main window, will be styled. By default, all toolbars are - styled, except for the vertical ones. + styled, except for the vertical ones + (also, see "style_vertical_toolbars"). + +style_vertical_toolbars true/false Vertical toolbars will be styled only + if this key is set to "true" and + "single_top_toolbar" is "false". + By default, vertical toolbars are not + styled. middle_click_scroll true/false Should the scroll slider jump to a position when the scrollbar is middle @@ -1049,8 +1066,7 @@ text.margin.top text.margin.bottom text.margin.left -text.margin.right Integer The sizes of the text margins - if there is any. +text.margin.right Integer The sizes of the text margins if any. These values are mostly respected but not if there is a lack of space because @@ -1062,6 +1078,11 @@ greater than text.margin.left/right. In ItemView, the maximum margin is 6. + Note: For historical reasons, Kvantum draws + button like widgets a little more compact + by subtracting one pixel from their text + margins. + text.normal.color String (#RRGGBBAA) The color of the normal text as #RRGGBB or #RRGGBBAA or with a valid name like white, black, red, etc. It may Binary files /tmp/tmpnest6zma/1dVT9tL9rN/qt5-style-kvantum-0.19.0+repack/doc/Theme-Config.pdf and /tmp/tmpnest6zma/c83mucKrbB/qt5-style-kvantum-0.20.0+repack/doc/Theme-Config.pdf differ diff -Nru qt5-style-kvantum-0.19.0+repack/INSTALL.md qt5-style-kvantum-0.20.0+repack/INSTALL.md --- qt5-style-kvantum-0.19.0+repack/INSTALL.md 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/INSTALL.md 2021-05-25 13:07:46.000000000 +0000 @@ -187,19 +187,19 @@ #### In Other DEs: -In desktop environments that do not have a Qt5 configuration utility, you could use this command to run a Qt5 application APP: +In desktop environments that do not have a Qt5 configuration utility, you could try this command to run a Qt5 application APP: APP -style kvantum -Or, better, set the environment variable `QT_STYLE_OVERRIDE` to `kvantum`. For example, you could add this line to your `~/.profile` or `~/.bashrc`: +To style all native Qt5 applications with Kvantum, set the environment variable `QT_STYLE_OVERRIDE` to `kvantum`. For example, you could add this line to your `~/.profile` or `~/.bashrc`: export QT_STYLE_OVERRIDE=kvantum -If the desktop environment you use does not source `~/.profile`, you could try `~/.config/environment.d/*.conf`: make a file like `~/.config/environment.d/qt.conf`, put this into it and reboot: +Under GNOME and desktop environments that do not source `~/.profile`, you could make a file like `~/.config/environment.d/qt.conf` with the following line in it and reboot: QT_STYLE_OVERRIDE=kvantum -The last resort is `/etc/environment` but most desktop environments have GUI tools for setting environment variables. +The last resort is `/etc/environment` but, most probably, you will not need to touch it. ### Using other themes diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/about.ui qt5-style-kvantum-0.20.0+repack/kvantummanager/about.ui --- qt5-style-kvantum-0.19.0+repack/kvantummanager/about.ui 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/about.ui 2021-05-25 13:07:46.000000000 +0000 @@ -111,9 +111,9 @@ <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Finnish:</span> <a href="https://github.com/mahtiankka"><span;>MahtiAnkka at GitHub</span></a>, Robin, </span> Tommi Nieminen <a href="https://github.com/Legisign"><span;>(Legisign at GitHub)</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French:</span> <a href="https://github.com/roxfr"><span;>roxfr at GitHub</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French:</span> <a href="https://github.com/roxfr"><span;>roxfr at GitHub</span></a>, <a href="https://github.com/Bapt17">Bapt17 at GitHub</a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German:</span> Ettore Atalan <a href="https://github.com/Atalanttore"><span;>(Atalanttore at GitHub)</span></a>, hugo G</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German:</span> Ettore Atalan <a href="https://github.com/Atalanttore"><span;>(Atalanttore at GitHub)</span></a>, hugo G</span></a>, Roman Volak <a href="https://github.com/RomanVolak"><span;>(RomanVolak at GitHub)</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hebrew:</span> itay alush <a href="https://github.com/itayalush1">(itayalush1 at GitHub)</a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -133,15 +133,17 @@ <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish:</span> Marcin Mikołajczak <a href="https://github.com/m4sk1n"><span;>(m4sk1n at GitHub)</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portuguese:</span> Hugo Carvalho <a href="https://github.com/hugok79">(hugok79 at GitHub)</a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portuguese:</span> Hugo Carvalho <a href="https://github.com/hugok79">(hugok79 at GitHub)</a>, Sérgio Marques <a href="https://github.com/smarquespt">(smarquespt at GitHub)</a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portuguese (Brazil):</span> Leandro Ramos <a href="https://github.com/leandroramos"><span;>(leandroramos at GitHub)</span></a>, </span> <a href="https://github.com/eltonfabricio10"><span;>eltonfabricio10 at GitHub</span></a>, <a href="https://github.com/rodrigolinuxx"><span;>rodrigolinuxx at GitHub</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portuguese (Brazil):</span> Leandro Ramos <a href="https://github.com/leandroramos"><span;>(leandroramos at GitHub)</span></a>, </span> <a href="https://github.com/eltonfabricio10"><span;>eltonfabricio10 at GitHub</span></a>, <a href="https://github.com/rodrigolinuxx"><span;>rodrigolinuxx at GitHub</span></a>, <a href="https://github.com/BiP213"><span;>BiP213 at GitHub</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Russian:</span> Николай Смольянинов <a href="https://github.com/smolnp">(smolnp at GitHub)</a>, Pavel Shlyak <a href="https://github.com/shlyakpavel">(shlyakpavel at GitHub)</a>, <a href="https://github.com/4fury"><span;>4fury at GitHub</span></a>, Dmitry Astankov <a href="https://github.com/Illumaria">(Illumaria at GitHub)</a>, <a href="https://github.com/roaldiopi"><span;>roaldiopi at GitHub</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Slovak:</span> Paolo Vigoroso</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish:</span> <a href="https://github.com/micrococo"><span;>micrococo at GitHub</span></a>, </span> Maximiliano Dvyhailo <a href="https://github.com/MaxiDvy"><span;>(MaxiDvy at GitHub)</span></a>, Robert Schneider, <a href="https://github.com/marianofussero"><span;>marianofussero at GitHub</span></a>, </span> Juan Alvarez <a href="https://github.com/JotaJota96"><span;>(JotaJota96 at GitHub)</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish:</span> <a href="https://github.com/micrococo"><span;>micrococo at GitHub</span></a>, </span> Maximiliano Dvyhailo <a href="https://github.com/MaxiDvy"><span;>(MaxiDvy at GitHub)</span></a>, Robert Schneider, <a href="https://github.com/marianofussero"><span;>marianofussero at GitHub</span></a>, </span> Juan Alvarez <a href="https://github.com/JotaJota96"><span;>(JotaJota96 at GitHub)</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Turkish:</span> Mehmet Akif <a href="https://github.com/madanadam">(madanadam at GitHub)</a>, Dr. Ayhan YALÇINSOY <a href="https://github.com/ayhanyalcinsoy">(ayhanyalcinsoy at GitHub)</a></p></body></html> true diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/CMakeLists.txt qt5-style-kvantum-0.20.0+repack/kvantummanager/CMakeLists.txt --- qt5-style-kvantum-0.19.0+repack/kvantummanager/CMakeLists.txt 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/CMakeLists.txt 2021-05-25 13:07:46.000000000 +0000 @@ -1,4 +1,4 @@ -set(QT_MINIMUM_VERSION "5.9.0") +set(QT_MINIMUM_VERSION "5.12.0") find_package(Qt5Core "${QT_MINIMUM_VERSION}" REQUIRED) find_package (Qt5Widgets REQUIRED) diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ar_DZ.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ar_DZ.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ar_DZ.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ar_DZ.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_be.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_be.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_be.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_be.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Ліцэнзія @@ -111,7 +111,7 @@ - + Save Захаваць @@ -143,12 +143,12 @@ Празрыстасць Dolphin - + Normal font for default push buttons Звычайны шрыфт для прадвызначаных кнопак - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -159,17 +159,17 @@ Ва LXQt спатрэбіцца завяршыць сеанс і ўвайсці зноў, альбо закрыць PCManFM-qt і перазапусціць працоўны стол з наладамі сеанса LXQt. - + Transparent sidepane for PCManFM-qt Празрыстая бакавая панэль для PCManFM-qt - + Iconless push buttons Кнопкі без значкоў - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -180,22 +180,22 @@ Ва LXQt спатрэбіцца завяршыць сеанс і ўвайсці зноў, альбо закрыць PCManFM-qt і перазапусціць працоўны стол з наладамі сеанса LXQt. - + Transparent view for PCManFM-qt Празрыстасць PCManFM-qt - + Iconless menus Меню без значкоў - + Blur explicitly translucent windows Размыццё яўна паўпразрыстых акон - + Single top toolbar Адзіная верхняя панэль інструментаў @@ -247,110 +247,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -364,6 +349,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -375,30 +372,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -407,13 +404,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -423,17 +420,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -443,27 +440,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -471,12 +468,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -484,18 +481,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -504,182 +501,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -703,14 +700,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -720,7 +717,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -730,7 +727,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -740,7 +737,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -749,8 +746,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -759,33 +756,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -796,8 +793,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -808,16 +805,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -826,30 +823,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -858,7 +855,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -867,7 +864,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -876,13 +873,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -890,8 +887,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -900,8 +897,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -909,7 +906,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -918,7 +915,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -926,19 +923,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -946,13 +943,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -961,7 +958,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -970,8 +967,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -980,28 +977,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1010,17 +1007,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1029,100 +1026,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1131,43 +1128,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1176,12 +1173,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1190,388 +1187,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1586,19 +1583,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_bg.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_bg.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_bg.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_bg.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_cs.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_cs.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_cs.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_cs.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licence @@ -107,7 +107,7 @@ - + Save @@ -138,12 +138,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -152,17 +152,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -171,22 +171,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -238,110 +238,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -355,6 +340,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -366,30 +363,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -398,13 +395,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -414,17 +411,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -434,27 +431,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -462,12 +459,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -475,18 +472,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -495,182 +492,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -694,14 +691,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -711,7 +708,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -721,7 +718,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -731,7 +728,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -740,8 +737,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -750,33 +747,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -787,8 +784,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -799,16 +796,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -817,30 +814,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -849,7 +846,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -858,7 +855,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -867,13 +864,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -881,8 +878,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -891,8 +888,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -900,7 +897,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -909,7 +906,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -917,19 +914,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -937,13 +934,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -952,7 +949,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -961,8 +958,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -971,28 +968,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1001,17 +998,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1020,100 +1017,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1122,43 +1119,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1167,12 +1164,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1181,388 +1178,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1577,19 +1574,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_cy.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_cy.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_cy.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_cy.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_da.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_da.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_da.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_da.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_de.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_de.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_de.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_de.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Lizenz @@ -108,7 +108,7 @@ - + Save Speichern @@ -139,12 +139,12 @@ Transparente Dolphin-Ansicht - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -153,17 +153,17 @@ - + Transparent sidepane for PCManFM-qt Transparente Seitenleiste für PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -172,22 +172,22 @@ - + Transparent view for PCManFM-qt Transparente Ansicht für PCManFM-qt - + Iconless menus Symbolfreie Menüs - + Blur explicitly translucent windows Explizit lichtdurchlässige Fenster weichzeichnen - + Single top toolbar Einzelne obere Werkzeugleiste @@ -239,110 +239,95 @@ Transparenter Menütitel - - Style KDE capacity bars as progressbars. - KDE-Kapazitätsbalken als Fortschrittsbalken gestalten. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - KCapacityBar als Fortschrittsleiste anzeigen - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes Dunkle Themen beachten - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: Deckkraft deaktivierter Symbole: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: LXQt-Hauptmenü-Symbolgröße: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Komposition && Allgemeines Aussehen - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: Undurchsichtige Apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -356,6 +341,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -367,30 +364,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling Transluzenz mit nicht-ganzzahliger Skalierung deaktivieren - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -399,13 +396,13 @@ - + Kinetic scrolling Sanfter Bildlauf - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -415,17 +412,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects Komposit-Effekte deaktivieren - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -435,27 +432,27 @@ - + Contrast Effect Kontrasteffekt - + Saturation: Sättigung: - + Intensity: Intensität: - + Contrast: Kontrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -463,12 +460,12 @@ - + Blurring for menus and tooltips Unschärfe bei Menüs und Kurzinfos - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -476,18 +473,18 @@ - + Shadowless menus and tooltips Schattenfreie Menüs und Tooltipps - + Translucent windows Lichtdurchlässige Fenster - - + + This will reduce the window opacity if window translucency is enabled. @@ -496,183 +493,183 @@ - + Reduce window opacity by Fensterdeckkraft reduzieren um - + Reduce menu opacity by Menüdeckkraft reduzieren um - + Blurring for translucent windows Unschärfe für lichtdurchlässige Fenster - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse Animation zum Zustandswechsel unter der Maus - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns Kachelmuster für Fenster/Dialoge entfernen - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state Inaktiven Status ignorieren - + Transient scrollbars Vorübergehende Bildlaufleisten - + Sizes && Delays Größen && Verzögerungen - + Sizes Größen - + Small icon: Kleines Symbol: - + Large icon: Großes Symbol: - + Button icon: Schaltflächensymbol: - + Toolbar icon: Werkzeugleistensymbol: - + Font size - + Schriftgrad - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: Untermenüüberlappung: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? Wie werden Ansichtselemente aktiviert? - + Click behavior: Klickverhalten: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: Dialogschaltflächen-Layout: - + They may look like dotted rectangles on focused buttons and other widgets. Sie können wie gepunktete Rechtecke auf fokussierten Schaltflächen und anderen Widgets aussehen. - + Remove focus rectangles Fokusrechtecke entfernen - + Use the active theme for all apps! This Needs saving to take effect. @@ -696,14 +693,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -713,7 +710,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -723,7 +720,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -733,7 +730,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -742,8 +739,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -752,33 +749,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -789,8 +786,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -801,16 +798,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -819,30 +816,30 @@ - - + + The minimum length of scrollbars. Die minimale Länge der Bildlaufleisten. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: Minimale Länge der Bildlaufleiste: - + Delays Verzögerungen - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -851,7 +848,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -860,7 +857,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -869,13 +866,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -883,8 +880,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -893,8 +890,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -902,7 +899,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -911,7 +908,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -919,19 +916,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. Tabs sind in Kvantum standardmäßig zentriert. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -939,13 +936,13 @@ - + Tooltip delay: Tooltip Verzögerung: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -954,7 +951,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -963,8 +960,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -973,28 +970,28 @@ - + Submenu delay: Untermenü Verzögerung: - - + + ms - + Miscellaneous Verschiedenes - + No arrows for scrollbars Keine Pfeile für Bildlaufleisten - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1003,17 +1000,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1022,100 +1019,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar Menüleiste mit Werkzeugleiste zusammenführen - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons Werkzeugleistenschaltflächen gruppieren - + Shift push-button contents - + Drag from: Ziehe von: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt Unterstreiche Tastaturkürzel mit Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1124,43 +1121,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs Links ausgerichtete Register - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1169,12 +1166,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1183,389 +1180,389 @@ - + Allow dragging from buttons - + Application Themes Anwendungsthemen - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme Installierte Themen - + Application(s) Anwendung(en) - + app1,app2,app3 App1,App2,App3 - + Remove List Entferne Liste - + Save the current list of apps Sichere die momentane Anwendungsliste - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q Strg+Q - + Quit Beenden - + Preview the active theme or update its preview. Vorschau des aktiven Themas oder Aktualisierung seiner Vorschau. - + Preview Vorschau - + About Über - + What's This? Was ist das? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help Hilfe - + Open Kvantum Theme Folder... Öffne Kvantum Themenverzeichnis... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! Zuerst müssen Sie dessen modifizierte Version löschen! - - - + + + Confirmation Bestätigung - + %1 installed. %1 installiert. - + %1 deleted. %1 gelöscht. - + Theme changed to %1. Thema geändert zu %1. - + You have no permission to write here: Sie haben hier keine Schreibrechte: - - - + + + Follow Style Stil folgen - + Single Click Einfacher Klick - + Double Click Doppelklick - + Icon Only Nur Symbol - + Text Only Nur Text - + Text Beside Icon Text neben Symbol - + Text Under Icon Text unter Symbol - + KDE Layout KDE-Layout - + Gnome Layout Gnome-Layout - + Mac Layout Mac-Layout - + Windows Layout Windows-Layout - + Android Layout Android-Layout - + Titlebar Fenstertitel - + Menubar Menüleiste - + Menubar and primary toolbar Menüleiste und primäre Werkzeugleiste - + Anywhere possible Überall möglich - + Please fix that first! Bitte beheben Sie das zuerst! - + This file cannot be removed: Diese Datei kann nicht entfernt werden: - - + + This is not an installable Kvantum theme! Das ist kein installierbares Kvantum Thema! - + The name of an installable themes should not be "Default". Der Name eines installierbaren Themas sollte nicht "Default" sein. - - - + + + Please select another directory! Bitte wählen Sie ein anders Verzeichnis aus! - + Installable themes should not have # in their names. Installierbare Themen sollten keine Raute in ihrem Namen haben. - + This is not a Kvantum theme folder! Das ist kein Kvantum Themenverzeichnis! - + The theme already exists in modified form. Dieses Thema existiert bereits in modifizierter Form. - + You have selected an installed theme folder. Sie haben das Verzeichnis eines installierten Themas ausgewählt. - + Please choose another directory! Bitte wählen Sie ein anderes Verzeichnis aus! - + The theme already exists. Dieses Thema existiert bereits. - + Do you want to overwrite it? Möchten Sie es überschreiben? - + This theme is also installed as root in: Dieses Thema ist auch als root installiert in: - + The user installation will take priority. Die Benutzerinstallation wird Vorrang haben. - + This theme is also installed as user in: Dieses Thema ist auch als Benutzer installiert in: - + This installation will take priority. Diese Installation wird Vorrang haben. - + Do you really want to delete <i>%1</i>? Möchten Sie <i>%1</i> wirklich löschen? - + It could not be restored unless you have a copy of it. Es kann nicht wiederhergestellt werden, es sei denn, Sie haben eine Kopie davon. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Dies sind die Einstellungen, die sicher geändert werden können.<br>Für die anderen klicken Sie auf <i>Speichern</i> und bearbeiten dann diese Datei: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Dies sind die Einstellungen, die sicher geändert werden können.<br>Für die anderen bearbeiten Sie diese Datei: - + No description Keine Beschreibung - + A copy of the root config is created. Es wird eine Kopie der root-Konfiguration erstellt. - + A copy was already created. Eine Kopie wurde bereits erstellt. - + Configuration saved. Die Konfiguration wurde gespeichert. - + Do you want to revert to the default (root) settings of this theme? Möchten Sie zu den Standardeinstellungen (root) dieses Themas zurückkehren? - + You will lose the changes you might have made. Sie werden die gemachten Änderungen verlieren. - + Restored the root default settings of %1 Die root-Standardeinstellungen von %1 wurden wiederhergestellt - + the default theme das Vorgabethema - - + + About Kvantum Manager Über Kvantum Manager - + Translators Übersetzer - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - Ein Werkzeug um <a href='https://github.com/tsujan/Kvantum'>Kvantum-Themes</a><br> zu installieren, auszuwählen und zu konfigurieren + Ein Werkzeug um <a href='https://github.com/tsujan/Kvantum'>Kvantum-Themes</a><br> zu installieren, auszuwählen und zu konfigurieren - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1580,19 +1577,19 @@ Vorgabe - + This directory cannot be removed: Dieses Verzeichnis kann nicht entfernt werden: - + You might want to investigate the cause. Sie sollten der Ursache nachgehen. - - - + + + Active theme: Aktives Thema: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_el.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_el.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_el.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_el.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_eo.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_eo.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_eo.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_eo.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licenco @@ -114,7 +114,7 @@ - + Save Konservi @@ -146,12 +146,12 @@ Diafana vido por Dolphin - + Normal font for default push buttons Normala tiparo por la defaŭlta prembutono - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ de LXQt. - + Transparent sidepane for PCManFM-qt Diafana flankpanelo por PCManFM-qt - + Iconless push buttons Senikona prembutono - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ de LXQt. - + Transparent view for PCManFM-qt Diafana vido por PCManFM-qt - + Iconless menus Senikona menuo - + Blur explicitly translucent windows Nebuligu la eksplicite tralumeblan fenestron - + Single top toolbar Unusola supra ilbreto @@ -257,41 +257,26 @@ Diafana menutitolo - - Style KDE capacity bars as progressbars. - Stiligu "KCapacityBar" kiel progresbreton. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Stiligi "KCapacityBar" kiel progresbreton?</p><p>"KCapacityBar" estast kutime uzita de iuj KDE-applikaĵoj por montri volumgrandojn kaj havas sian mem stilon.</p></body></html> - - - - Show KCapacityBar as progressbar - "KCapacityBar" similas progresbreton - - - + Tint label icons on mouseover by Ŝveba kolortono por la etiked-ikono - - - - + + + + % - + Respect dark themes Konsideru la malluman etoson - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -300,58 +285,58 @@ povas esti malpliigita alimaniere. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Utilas ĉe unukoloraj ikonaroj kaj kiam la opakeco de la malvalidigita ikono ne povas esti malpliigita alimaniere.</p><p>KDE aŭtomate malpliigas la opakecon de la malvalidigita ikono. Tial, ĉi tiu agordo eble estas utila ĉe aliaj labortablaj medioj.</p></body></html> - + Opacity of disabled icons: Opakeco de la malvalidigita ikono: - + Show size grips of dialogs and statusbars as far as possible. Montru la grandigajn tenilojn kaj statbretojn laŭeble. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Montri la grandigajn tenilojn kaj statbretojn laŭeble?</p><p>Defaŭlte, la aplikaĵo determinas ĉu ili devas esti videblaj, sed ĉi tiu kodumo povas esti utila por facile regrandigi fenestrojn kiam ne estas fenestrorando.</p></body></html> - + Force size grips Devigu la grandigan tenilon - + LXQt main menu icon size: Grando de la ĉefmenuaj ikonoj de LXQt: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Komponado && Ĝenerala Ŝajno - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Ĉi tio efikas nur kiam estas tralumebla fono por la fenestroj @@ -359,12 +344,12 @@ (vidu sube). - + Opaque apps: Maldiafanaj applikaĵoj: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -382,6 +367,20 @@ <br><br>Ĉar <b><i>Kvantum</i></b> ne dependas al iu labortabla medio, vi unue bezonas <i>aktivigi</i> ĝin per platform-integrigilo por Qt. KDE kaj LXQt havigas simplajn ilojn por ŝanĝi la aktivan stilan kromprogramon de Qt. Ĉe la aliaj platformoj, vi bezonas agordilon de Qt.<br/><br/>En KDE, ankaŭ elektu kaj apliku la kolorskemon de ĉi tiu etoso ĉar iuj KDE-aplikaĵoj eble akiras siajn kolorojn senpere el la KDE-kolorskemo.<br/><br/>La rulataj aplikaĵoj alprenos la novan etoson post kiam ili estas fermitaj kaj remalfermitaj. Elsaluti kaj ensaluti denove bonas por ke ĉiuj partoj de KDE/LXQt vidu ĝin plene. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Defaŭlte, la vertikalaj ilbretoj ne estas stiligitaj. + +Se ĉi tiu butono estus malvalidigita, vidu la ĉisupran agordon. + + + + Style vertical toolbars + Stligu vertikalajn ilbretojn + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -394,7 +393,7 @@ Alcentrigitaj formularoj - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -404,24 +403,24 @@ neentjera skalado. - + Disable translucency with non-integer scaling Neniu tralumebleco kun neentjera skalado - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Defaŭlte, la rulumŝovilo saltas al pozicio kiam la rulumskalo estas klakita maldekstre. - + Scroll jump with middle click Rulumsalto per meza klako - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -434,13 +433,13 @@ povas grave interrompi aliajn funkciadojn. - + Kinetic scrolling Kineta rulumado - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -456,17 +455,17 @@ aŭ per elsaluto kaj ensaluto. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Se ĉi tiu butono estus markita, menuoj, ŝpruchelpiloj kaj fenestroj ne estus tralumeblaj aŭ havus ombrojn.</p><p>Kiam ĝi estas malmarkita, estus tralumebleco kaj ombro se estus taŭgaj elementoj en la SVG-dosiero.</p><p>Se ĝi estus malvalidigita, vidu Diversaĵoj → Konsideru labortablajn mediojn.</p></body></html> - + Disable composite effects Neniu kompona efekto - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -481,27 +480,27 @@ La valoro 1.00 signifas la mankon de ŝanĝo. - + Contrast Effect Kontrasta efekto - + Saturation: Satureco: - + Intensity: Intenseco: - + Contrast: Kontrasto: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -512,12 +511,12 @@ La butono estus aŭtomate markita se la fenestroj estus nebuligitaj. - + Blurring for menus and tooltips Nebuligitaj menuo kaj ŝpruchelpilo - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -528,18 +527,18 @@ ombrojn al la menuoj kaj ŝpruchelpiloj. - + Shadowless menus and tooltips Senombraj menuo kaj ŝpruchelpilo - + Translucent windows Tralumeblaj fenestroj - - + + This will reduce the window opacity if window translucency is enabled. @@ -552,129 +551,129 @@ por ke ĉi tio efiku. - + Reduce window opacity by Malpliigu la opakecon de fenestroj laŭ - + Reduce menu opacity by Malpliigu la opakecon de menuoj laŭ - + Blurring for translucent windows Nebuligitaj tralumeblaj fenestroj - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Dissolva animacio daŭranta 200 ms kiam la statoj de iuj fenestraĵoj estas ŝanĝitaj, pleje de la muso. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Dissolva animacio daŭranta 200 ms kiam la statoj de iuj fenestraĵoj estas ŝanĝitaj, pleje de la muso.</p><p>La CPU-uzado estas neglektinda ĉar ofte nur unu fenestraĵo estas animaciata. La rezultata vida efekto dependas al la aktiva etoso.</p><p>La jenaj fenestraĵoj estas subtenitaj: butonoj (inkluzive radiobutonojn kaj markbutonojn), fallistiloj, ŝpinbutonoj, teniloj de ŝoviloj, liniredaktiloj kaj rulumvidoj.</p></body></html> - + Animation for state change under mouse Animacio por la ŝveba statŝanĝo - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Marku por viŝi ĉiujn fenestrajn/dialogajn kahelojn! Malmarku se vi volas tiujn kahelojn refoje! - + Remove window/dialog tiling patterns Viŝu la fenestrajn/dialogajn kahelojn - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Uzi la samajn kolorojn kaj formojn ĉe la aktiva kaj neaktiva fenestroj se ĉi tiu etoso distingas ilin unu je la alia? - + Ignore inactive state Ignoru la neaktivan staton - + Transient scrollbars Nedaŭraj rulumskaloj - + Sizes && Delays Grandoj && Prokrastoj - + Sizes Grandoj - + Small icon: Malgranda ikono: - + Large icon: Granda ikono: - + Button icon: Butona ikono: - + Toolbar icon: Ilbreta ikono: - + Font size Tipara grando - - + + The default value is 2 px but some apps set it themeselves. La defaŭlta valoro estas 2 px sed iuj aplikaĵoj determinas ĝin mem. - + Layout spacing: Aranĝa spaco: - - + + The default value is 4 px but some apps set it themeselves. La defaŭlta valoro estas 4 px sed iuj aplikaĵoj determinas ĝin mem. - + Layout margin: Aranĝa marĝeno: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -683,36 +682,36 @@ La defaŭlto estas 0. - + Submenu overlap: Submenua surmeto: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) La larĝo de la horizontala ŝpinbutono. (Ĝi ne efikas ĉe la vertikalaj ŝpinindikiloj.) - + Spin button width: Larĝo de ŝpinbutono: - - + + How to activate view items? Kiel aktivigi la vidajn elementojn? - + Click behavior: Klaka reĝimo: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -721,24 +720,24 @@ Defaŭlte, la branĉoj havas indikilojn sed neniun linion. - + Dialog button layout: Aranĝo de dialogbutonoj: - + They may look like dotted rectangles on focused buttons and other widgets. Ili eble havas interrompitajn laterojn kaj povas aperi sur fokusitaj butonoj aŭ aliaj fenestraĵoj. - + Remove focus rectangles Viŝi la fokusajn ortangulojn - + Use the active theme for all apps! This Needs saving to take effect. @@ -772,7 +771,7 @@ Defaŭlte, ĝi havas la bazan fonon. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -781,7 +780,7 @@ Tia prembutono havas grasan tiparon defaŭlte. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -796,7 +795,7 @@ Diversaĵoj → Konsideru labortablajn mediojn - + No icon for menu-items? By default, some of them may have icon. @@ -811,7 +810,7 @@ Diversaĵoj → Konsideru labortablajn mediojn - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -826,7 +825,7 @@ Konsole, QTerminal kaj la panelo de LXQt estas ekzemploj. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -838,8 +837,8 @@ ili situas ĉe la supro, ĉu aliloke. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -852,7 +851,7 @@ Enkodigitaj ikonoj/stiloj povas ignori ĉi tiun agordon. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -860,7 +859,7 @@ Kvantum povas peni korekti iliajn kondutojn laŭeble. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -869,20 +868,20 @@ en la SVG-dosiero. - + Should transient scrollbars have semi-transparent grooves when needed? Ĉu la nedaŭra rulumskalo havu tralumeblan fendon kiam bezonata? - + Transient scrollbar grooves when needed Nadaŭdaj rulumfendoj kiam bezonataj - - + + Affects menu-items and headers. The default value is 16 px but @@ -899,8 +898,8 @@ Diversaĵoj → Konsideru labortablajn mediojn - - + + Affects icon views. The default value is 32 px but @@ -917,8 +916,8 @@ Diversaĵoj → Konsideru labortablajn mediojn - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -927,8 +926,8 @@ La defaŭlto estas 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -941,30 +940,30 @@ aplikaĵoj obeas la agordoj de KDE. - - + + The minimum length of scrollbars. La minimuma longo de la rulumskalo. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>La minimuma alto de la vertikala rulumskalo kaj la minimuma larĝo de la horizontala.</p></body></html> - + Minimum scrollbar length: Minimuma longo de rulumskalo: - + Delays Prokrastoj - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -977,7 +976,7 @@ -1 signifas la defaŭltan konduton de Qt. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -991,7 +990,7 @@ Komponado & Ĝenerala Ŝajno → Nedaŭraj rulumskaloj - + By default, the label is on the frame and the frame is cut to contain it. @@ -1004,7 +1003,7 @@ super la kadro, tiel ke la kadro ne estas tranĉita. - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1017,7 +1016,7 @@ la emfazkoloro. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Se ĉi tiu butono estus markita, la menubreto kaj ilbreto estus desegnitaj @@ -1025,7 +1024,7 @@ apud la alia. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1036,8 +1035,8 @@ kaj vertikale. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1051,8 +1050,8 @@ Diversaĵoj → Konsideru labortablajn mediojn - - + + Will have effect only if style is not set by the app in its code. @@ -1063,7 +1062,7 @@ La defaŭlto estas "Laŭagu la Stilon". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1076,7 +1075,7 @@ la ŝpinan liniredaktilon kaj eliminas la butonojn. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1087,7 +1086,7 @@ malsupreniran, interne de la ŝpina liniredaktilon. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1096,12 +1095,12 @@ Defaŭlte, la falmenuo ne kovras la liniredaktilon. - + In Kvantum, tabs are centered by default. En Kvantum, la folioj estas centritaj defaŭlte. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1112,13 +1111,13 @@ Defaŭlte, ĉiuj ĝiaj eroj estas montritaj. - + Tooltip delay: Ŝpruchelpa prokrasto: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1131,7 +1130,7 @@ problemojn pri tralumebleco!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1144,8 +1143,8 @@ Ĝi kutime ne okupas kroman spacon. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1158,28 +1157,28 @@ per klako. 0 signifas ke estas neniu prokrasto. - + Submenu delay: Submenua prokrasto: - - + + ms - + Miscellaneous Diversaĵoj - + No arrows for scrollbars Sensaga rulumskalo - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1193,114 +1192,114 @@ Komponado & Ĝenerala Ŝajno → Nedaŭraj rulumskaloj - + Scrollbars inside frames Enkadra rulumskalo - + Tree branch lines Branĉlinioj - + Group-box label above frame Etikedo super grupzono - + Fill rubber-band rectangles Plenigita rektangula rubando - + Mouse tracking is enabled for menubars by default. La musospurado estas aktiva por la menubreto defaŭlte. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>La musospurado estas aktiva por la menubreto defaŭlte, t.e., post kiam iu menubreta ero estas klakita kaj ĝia menuo estas montrita, la menuoj de la aliaj menubretaj eroj estus montritaj se la kursoro ŝvebus super ili.</p></body></html> - + Mouse tracking for menubars Musospurado por menubreto - + Merge menubar with toolbar Kunigitaj menubreto kaj ilbreto - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Se ĉi tiu butono estus markita, la ilbretaj butonoj estus grupigitaj altigite inter ilbretaj disigiloj. - + Group toolbar buttons Grupigitaj ilbretaj butonoj - + Shift push-button contents Ŝoviĝema enhavo por prembutono - + Drag from: Ŝovzono: - + Toolbutton style: Ilbutona stilo: - + If unchecked, shortcuts will not be underlined at all. Se ĉi tiu butono estus malmarkita, neniu fulmolitero estus substrekita. - + Underline shortcuts with Alt Substreki fulmoliterojn per Alt - + Inline spin indicators Interna ŝpinbutona indikilo - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Desegni la tutan redakteblan fallistilon kiel liniredaktilon kun sago (kaj ikono se estanta)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Desegni la tutan redakteblan fallistilon kiel liniredaktilon kun sago (kaj ikono se estanta)?</p><p>Defaŭlte, la fallistilo konsistas el butono havanta sagon, ĉe unu flanko, kaj alia butono havanta ikonon, ĉe la alia.</p></body></html> - + Editable combo as line-edit Redaktebla fallistilo similas liniredaktilon - + Vertical spin indicators Vertikala ŝpinbutona indikilo - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1313,44 +1312,44 @@ Malmarku ĝin se vi volus ŝanĝi tiujn agordojn! - + Respect current DE if possible Konsideru labortablajn mediojn - + Combo popup as menu Falmenuo similas menuon - + Left aligned tabs Maldekstre ĝisrandigitaj folioj - + Inactive tabs are joined together by default, i.e., there is no border between them. La malaktivaj folioj estas kunigitaj defaŭlte; alidire, ne estas videblaj limoj inter ili. - + Join inactive tabs Kunigitaj folioj neaktivaj - + Scrollable menus Rulumebla menuo - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Kiam ĉi tiu butono estas aktiva kaj markita, Kvantum penus konsideri agordojn de la nuna labortabla medio se ĝi estus KDE, Unity, Gnome aŭ Pantheon.</p><p>En KDE, ĉi tiu agordo igas Kvantum legi la KDE-agordojn pri la malgrandaj kaj grandaj ikonoj kaj ankaŭ pri la unuobla aŭ duobla klakado.</p><p>En Unity, Gnome kaj Pantheon, ĝi viŝas la ikonojn for la menuoj kaj prembutonoj (eĉ kiam la kongruaj dconf-klavoj estas ŝanĝitaj) kaj malvalidigas la fenestran tralumeblecon.</p><p>Ĉi tiu markbutono eblas malvalidigi iujn agordojn. Malmarku ĝin se vi volus ŝanĝi ilin!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1363,12 +1362,12 @@ Ĉi tiu opcio kaŝas ĉiajn butonojn. - + Non-checkable combo menu Falmenuo nemarkebla - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1381,321 +1380,321 @@ preminte la Ctrl-klavon antaŭ ol premi la butonon. - + Allow dragging from buttons Lasu ŝovi kaptante butonojn - + Application Themes Aplikaĵaj Etosoj - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Ĉi tie, vi povas atribui etosojn al iuj aplikaĵoj.</center><br><center>Po ĉiu etoso, vi povas aldoni perkome disigitan liston de ekzekveblaĵoj, kies aplikaĵoj uzu la etoson anstataŭ la aktivan etoson. Farinte tion por ĉiuj viaj elektitaj etosoj, konservu la rezulton per klako al la butono <i>"Konservi"</i>!</center> - + Installed Theme instalita Etoso - + Application(s) Aplikaĵo(j) - + app1,app2,app3 ap1,ap2,ap3 - + Remove List Viŝi Liston - + Save the current list of apps Konservi la liston de aplikaĵoj - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Konservi la nunan liston de aplikaĵoj kaj iliaj atribuitaj etosoj.</p></body></html> - - + + Ctrl+Q - + Quit Eliri - + Preview the active theme or update its preview. Antaŭrigardi la aktivan etoson aŭ ĝisdatigi ĝian antaŭrigardon. - + Preview Rigardi - + About pri - + What's This? Kio estas tio? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Klaku ĉi tiun butonon kaj poste alklaku grafikan interfaceron, kiu havas la ŝpruchelpilon de &quot;"What's This"&quot;, por akiri informon pri ĝia funkcio.</p><p>Ankaŭ estas kutimaj ŝpruchelpiloj sed ĉi tia helpilo ne malaperas ĝis vi klakas ie.</p></body></html> - + Help Helpo - + Open Kvantum Theme Folder... Malfermu dosierujon de Kvantum-etoso... - - - - - - - - - - + + + + + + + + + + Kvantum - - - + + + Confirmation Konfirmo - + %1 installed. %1 estas instalita. - + %1 deleted. %1 estas forviŝita. - + Theme changed to %1. La etoso ŝanĝiĝis al %1. - + You have no permission to write here: Vi ne havas permeson por skribi ĉi tie: - - - + + + Follow Style Laŭagu la Stilon - + Single Click Unuobla klako - + Double Click Duobla klako - + Icon Only Nur Ikono - + Text Only Nur Teksto - + Text Beside Icon Teksto apud Ikono - + Text Under Icon Teksto sub Ikono - + KDE Layout KDE - + Gnome Layout Gnome - + Mac Layout Mac - + Windows Layout Vindozo - + Android Layout Android - + Titlebar Titolbreto - + Menubar Menubreto - + Menubar and primary toolbar Menubreto kaj ĉefa ilbreto - + Anywhere possible Ie ajn - + Please fix that first! Bonvole senpaneigu tion unuavice! - + This file cannot be removed: Ĉi tiu dosiero ne estas forviŝebla: - - + + This is not an installable Kvantum theme! Tio ne estas instalebla etoso de Kvantum! - + The name of an installable themes should not be "Default". La nomo de instalebla etoso ne devas esti "Default". - - - + + + Please select another directory! Bonvole elektu alian dosierujon! - + Installable themes should not have # in their names. La instalebla etoso ne devas havi # en sia nomo. - + This is not a Kvantum theme folder! Tio ne estas etosa dosierujo de Kvantum! - + The theme already exists in modified form. La etoso jam ekzistas modifite. - + You have selected an installed theme folder. Vi elektis etosan dosierujon instalitan. - + Please choose another directory! Bonvole elektu alian dosierujon! - + The theme already exists. La etoso jam ekzistas. - + Do you want to overwrite it? Ĉu vi volas superskribi ĝin? - + This theme is also installed as root in: La etoso estas ankaŭ instalita radike en: - + The user installation will take priority. La instalado de uzanto havos prioritaton. - + This theme is also installed as user in: La etoso estas ankaŭ instalita por la uzanto en: - + This installation will take priority. Ĉi tiu instalado havos prioritaton. - + Do you really want to delete <i>%1</i>? Forviŝi ĉi tiun etoson: <i>%1</i>? - + It could not be restored unless you have a copy of it. Vi ne povos restaŭri ĝin krom se vi havas kopion de ĝi. - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Ilo por instali, elekti<br>kaj agordi la etosojn de <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Translators Tradukintoj @@ -1705,7 +1704,7 @@ modifita - + First you have to delete its modified version! Unuavice vi devas viŝi ĝian modifitan formon! @@ -1715,82 +1714,82 @@ defaŭlta - + This directory cannot be removed: Ĉi tiu dosierujo ne estas forviŝebla: - + You might want to investigate the cause. Vi eble volas ekzameni la kaŭzon. - - - + + + Active theme: Aktiva etoso: - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Ĉi tiuj agordoj povas esti ŝanĝitaj senriske.<br>Por ŝanĝi la aliajn, klaku la butonon <i>"Konservi"</i> kaj poste redaktu la jenan dosieron: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Ĉi tiuj agordoj povas esti ŝanĝitaj senriske.<br>Por ŝanĝi la aliajn, redaktu la jenan dosieron: - + No description Sen priskribo - + A copy of the root config is created. Kopio de la radika konfiguraĵo estiĝis. - + A copy was already created. Kopio jam ekzistas. - + Configuration saved. La konfiguro estas konservita. - + Do you want to revert to the default (root) settings of this theme? Ĉu vi volas restaŭri la defaŭltajn (radikajn) agordojn de la etoso? - + You will lose the changes you might have made. Vi perdos la ŝanĝoj, kiujn vi eble faris. - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Verkinto: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (akk. Tsu Jan)</a> </center><br> - + Restored the root default settings of %1 La radikaj defaŭltaj agordoj de %1 estas restaŭritaj - + the default theme la defaŭlta etoso - - + + About Kvantum Manager Pri Kvantum-Adminsitrilo diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_es.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_es.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_es.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_es.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licencia @@ -115,7 +115,7 @@ - + Save Guardar @@ -147,12 +147,12 @@ Vista de Dolphin transparente - + Normal font for default push buttons Fuente normal para los pulsadores por defecto - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -165,17 +165,17 @@ con Configuración de la sesión de LXQt. - + Transparent sidepane for PCManFM-qt Panel lateral transparente para PCManFM-qt - + Iconless push buttons Botones sin iconos - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -188,22 +188,22 @@ con Configuración de la sesión de LXQt. - + Transparent view for PCManFM-qt Vista transparente para PCManFM-qt - + Iconless menus Menús sin iconos - + Blur explicitly translucent windows Difuminar las ventanas explícitamente translúcidas - + Single top toolbar Barra de herramientas superior única @@ -257,41 +257,26 @@ Títulos de menús transparentes - - Style KDE capacity bars as progressbars. - Usar el mismo estilo para las barras de capacidad que de progreso. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>¿Quiere usar el mismo estilo para las barras de capacidad que de progreso?</p><p>Las barras de capacidad se usan en algunas aplicaciones de KDE para mostrar medidas de volumen y tienen su propio estilo.</p></body></html> - - - - Show KCapacityBar as progressbar - Mostrar las KCapacityBar como las barras de progreso - - - + Tint label icons on mouseover by Teñir los iconos de las etiquetas al poner el ratón encima - - - - + + + + % - + Respect dark themes Respetar los temas oscuros - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -300,71 +285,71 @@ no está reducida por otros medios. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Es útil con conjuntos de iconos monocromáticos y cuando la opacidad de los iconos inhabilitados no está reducida por otros medios.</p><p>KDE reduce automáticamente la opacidad de los iconos inhabilitados. Por tanto, esta opción puede ser útil en otros entornos de escritorio.</p></body></html> - + Opacity of disabled icons: Opacidad de los iconos inhabilitados: - + Show size grips of dialogs and statusbars as far as possible. Mostrar las asas de tamaño de diálogos y barras de estado siempre que sea posible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>¿Quiere mostrar las asas de tamaño de diálogos y barras de estado siempre que sea posible?</p><p>Por defecto, la aplicación decide si deben mostrarse, pero este apaño podría ser útil para cambiar fácilmente el tamaño de las ventanas cuando no tienen borde.</p></body></html> - + Force size grips Forzar las asas de tamaño - + LXQt main menu icon size: Tamaño del icono del menú principal de LXQt: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Composición y aspecto general - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Solo tiene efecto cuando hay un fondo SVG translúcido para las ventanas o está reducida la opacidad de la ventana (mire más abajo). - + Opaque apps: Aplicaciones opacas: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -382,6 +367,18 @@ <br><br>Dado que <b><i>Kvantum</i></b> es independiente del entorno de escritorio, primero tiene que <i>activarlo</i> con un programa de integración en la plataforma Qt. KDE y LXQt proporcionan herramientas sencillas para cambiar el complemento de estilo de Qt activo. En otras plataformas, necesita una herramienta de configuración de Qt.<br/><br/>En KDE, seleccione y aplique también el esquema de color de este tema, porque algunas aplicaciones de KDE pueden tomar sus colores directamente del esquema de color de KDE.<br/><br/>Las aplicaciones en ejecución aplican el tema después de cerralas y volver a ejecutalas. Sería recomendable cerrar e iniciar sesión para que todas las partes de KDE/LXQt cambiaran por completo. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -394,7 +391,7 @@ Diseños centrados en formularios - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -403,24 +400,24 @@ no entero y ventanas translucidas o con gradiente. - + Disable translucency with non-integer scaling Deshabilite la translucidez con escalado no entero - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Por defecto, el deslizador de la barra de desplazamiento salta a una posición al hacer clic izquierdo en la barra de desplazamiento. - + Scroll jump with middle click Saltos de desplazamiento con el botón central - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -433,13 +430,13 @@ errores y puede interferir seriamente con otros trabajos. - + Kinetic scrolling Desplazamiento cinético - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -454,17 +451,17 @@ o cerrando e iniciando sesión de nuevo. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Si está marcada, los menús, descripciones emergentes y ventanas no tendrán ni translucidez ni sombra.</p><p>Cuando está desmarcada, la translucidez y las sombras están disponibles si existen los elementos adecuados en el archivo SVG del tema.</p><p>Si esto está inhabilitado, vea Miscelánea → Respetar el escritorio actual si es posible.</p></body></html> - + Disable composite effects Inhabilitar los efectos de composición - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -479,27 +476,27 @@ Un valor de 1.00 significa que no hay cambios. - + Contrast Effect Efecto de contraste - + Saturation: Saturación: - + Intensity: Intensidad: - + Contrast: Contraste: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -510,12 +507,12 @@ Se marca automáticamente si el difuminado de ventanas está habilitado. - + Blurring for menus and tooltips Difuminar los menús y las descripciones emergentes - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -526,18 +523,18 @@ información sobre herramientas. - + Shadowless menus and tooltips Menús e información sobre herramientas sin sombras - + Translucent windows Ventanas translúcidas - - + + This will reduce the window opacity if window translucency is enabled. @@ -550,128 +547,128 @@ para que funcione. - + Reduce window opacity by Reducir la opacidad de ventanas un - + Reduce menu opacity by Reducir la opacidad de menús un - + Blurring for translucent windows Difuminar ventanas translúcidas - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Una animación de desvanecimiento de 200ms cuando el estado de algunos controles cambia, principalmente con el ratón. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Una animación de desvanecimiento de 200ms cuando el estado de algunos controles cambia, principalmente con el ratón.</p><p>El uso de CPU es insignificante porque normalmente solo se anima un solo widget. El efecto visual resultante depende del tema activo.</p><p>Estos widgets son compatibles con: botones (incluidos los de radio y casillas de verificación), cuadros de lista, «spin boxes», asas de controles deslizantes, campos de texto y vistas desplazables .</p></body></html> - + Animation for state change under mouse Animaciones de cambio de estado bajo el ratón - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! ¡Marque esto para eliminar los patrones de mosaico de ventanas/diálogos! ¡Desmárquelo si quiere dichos patrones de vuelta! - + Remove window/dialog tiling patterns Eliminar los patrones de mosaico de ventanas/diálogos - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? ¿Quiere usar los mismos colores y formas para las ventanas activas e inactivas si este tema distingue entre ellas? - + Ignore inactive state Ignorar el estado inactivo - + Transient scrollbars Barras de desplazamiento transitorias - + Sizes && Delays Tamaños y retardos - + Sizes Tamaños - + Small icon: Icono pequeño: - + Large icon: Icono grande: - + Button icon: Icono de botón: - + Toolbar icon: Icono de barra de herramientas: - + Font size Tamaño de fuente - - + + The default value is 2 px but some apps set it themeselves. El valor por defecto es 2 px, pero algunas aplicaciones lo fijan ellas mismas. - + Layout spacing: Espaciado del diseño: - - + + The default value is 4 px but some apps set it themeselves. El valor por defecto es 4 px, pero algunas aplicaciones lo fijan ellas mismas. - + Layout margin: Márgenes del diseño: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -680,36 +677,36 @@ 0 por defecto. - + Submenu overlap: Solapamiento de submenús: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Ancho de los «spin buttons» horizontales. (No tiene efecto cuando los indicadores del «spin» están en vertical) - + Spin button width: Ancho de los «spin buttons»: - - + + How to activate view items? ¿Cómo activar items de vista? - + Click behavior: Comportamiento de click: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -718,24 +715,24 @@ Por defecto, las ramas de los árboles tienen indicadores pero no líneas. - + Dialog button layout: Disposición del botón del diálogo: - + They may look like dotted rectangles on focused buttons and other widgets. Pueden aparecer como rectángulos puntuados en botones activos y otros elementos visuales. - + Remove focus rectangles Eliminar los rectángulos del foco - + Use the active theme for all apps! This Needs saving to take effect. @@ -768,7 +765,7 @@ Por defecto tiene el color de fondo base. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -777,7 +774,7 @@ Dichos botones tienen el texto en negrita por defecto. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -792,7 +789,7 @@ Miscelánea → Respetar el escritorio actual si es posible - + No icon for menu-items? By default, some of them may have icon. @@ -807,7 +804,7 @@ Miscelánea → Respetar el icono actual si es posible - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -822,7 +819,7 @@ Konsole, QTerminal y el panel de LXQt son algunos ejemplos. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -834,8 +831,8 @@ tanto si están arriba como en cualquier otra posición. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -848,7 +845,7 @@ Los iconos/estilos con valores prefijados pueden no respetar esta opción. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -857,7 +854,7 @@ tanto como sea posible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -866,20 +863,20 @@ ventana en el tema. - + Should transient scrollbars have semi-transparent grooves when needed? ¿Deben tener las barras de desplazamiento transitorias raíles semitransparentes cuando sea necesario? - + Transient scrollbar grooves when needed Raíles de barras de desplazamiento transitorias cuando sea necesario - - + + Affects menu-items and headers. The default value is 16 px but @@ -896,8 +893,8 @@ Miscelánea → Respetar el escritorio actual si es posible - - + + Affects icon views. The default value is 32 px but @@ -914,8 +911,8 @@ Miscelánea → Respetar el escritorio actual si es posible - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -924,8 +921,8 @@ El valor por defecto es 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -940,30 +937,30 @@ de la configuración de KDE. - - + + The minimum length of scrollbars. Longitud mínima de las barras de desplazamiento. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>Altura mínima de las barras de desplazamiento vertical y ancho mínimo de las horizontales.</p></body></html> - + Minimum scrollbar length: Longitud mínima de la barra de desplazamiento: - + Delays Retardos - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -976,7 +973,7 @@ -1 significa usar el comportamiento por defecto de Qt. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -989,7 +986,7 @@ Si está inhabilitada, vea Composición y aspecto general → Barras de desplazamiento transitorias. - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1003,7 +1000,7 @@ color de resaltado. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Si está marcada, las barras de menú y herramientas se dibujan como @@ -1011,7 +1008,7 @@ adyacentes. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1022,8 +1019,8 @@ como verticalmente. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1037,8 +1034,8 @@ Miscelánea → Respetar el escritorio si es posible - - + + Will have effect only if style is not set by the app in its code. @@ -1049,7 +1046,7 @@ Por defecto es «Seguir el estilo». - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1062,7 +1059,7 @@ en el campo de texto del «spin». - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1073,7 +1070,7 @@ decremento sobre el campo de texto del «spin». - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1082,12 +1079,12 @@ Por defecto, las listas de los cuadro de lista no cubren la caja. - + In Kvantum, tabs are centered by default. En Kvantum, las pestañas están centradas por defecto. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1098,13 +1095,13 @@ Por defecto, se muestran todos los elementos de los menús. - + Tooltip delay: Retardo de las descripciones emergentes: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1117,7 +1114,7 @@ pueden tener problemas con la translucidez!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1130,8 +1127,8 @@ no ocupan espacio adicional. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1144,28 +1141,28 @@ mientras que 0 significa que no hay retardo. - + Submenu delay: Retardo de submenús: - - + + ms - + Miscellaneous Miscelánea - + No arrows for scrollbars Barras de desplazamiento sin flechas - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1179,17 +1176,17 @@ transitorias. - + Scrollbars inside frames Barras de desplazamiento dentro de marcos - + Tree branch lines Líneas de ramas de árboles - + By default, the label is on the frame and the frame is cut to contain it. @@ -1202,103 +1199,103 @@ del marco, de forma que no se recorta. - + Group-box label above frame Etiqueta de la caja de agrupación sobre el marco - + Fill rubber-band rectangles Rellenar los rectángulos de selección (rubber-band) - + Mouse tracking is enabled for menubars by default. El seguimiento del ratón está habilitado por defecto en las barras de menú. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>El seguimiento del ratón está habilitado por defecto en las barras de menú, es decir, después de hacer clic en un elemento de la barrá de menús y mostrarse su menú, los menús de los otros elementos de la barra de menús se muestran si se mueve el cursor sobre ellos sin hacer clic.</p></body></html> - + Mouse tracking for menubars Seguimiento del ratón en las barras de menús - + Merge menubar with toolbar Fusionar la barra de menús con la de herramientas - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Si está marcada, los botones de la barra de herramientas se dibujan agrupados y elevados entre separadores de barra de herramientas. - + Group toolbar buttons Agrupar los botones de barras de herramientas - + Shift push-button contents Desplazar el contenido de los botones - + Drag from: Arrastrar desde: - + Toolbutton style: Estilo del botón de herramienta: - + If unchecked, shortcuts will not be underlined at all. Si no está marcada, los atajos de teclado no se subrayan. - + Underline shortcuts with Alt Subrayar los atajos de teclado con Alt - + Inline spin indicators Indicadores del «spin» en línea - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? ¿Quiere dibujar el cuadro de lista editable entero como un campo de texto con flecha (e icono, si existe)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>¿Quiere dibujar el cuadro de lista editable entero como un campo de texto con flecha (e icono, si existe)?</p><p>Por defecto, un cuadro de lista consta de un campo de texto, un botón con una flecha en un lado y otro botón con un icono en el otro lado.</p></body></html> - + Editable combo as line-edit Cuadros de lista editables como campos de texto - + Vertical spin indicators Indicadores del «spin» en vertical - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1311,44 +1308,44 @@ ¡Desmárquela si quiere usar esas opciones! - + Respect current DE if possible Respetar el escritorio actual si es posible - + Combo popup as menu Listas de los cuadros de lista como los menús - + Left aligned tabs Pestañas alineadas a la izquierda - + Inactive tabs are joined together by default, i.e., there is no border between them. Las pestañas inactivas se unen por defecto, es decir, no hay un borde entre ellas. - + Join inactive tabs Unir las pestañas inactivas - + Scrollable menus Menús desplazables - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Cuando está habilitada y marcada, Kvantum intenta respetar algunas configuraciones del escritorio actual si es KDE, Unity, GNOME o Pantheon.</p><p>En KDE, hace que Kvantum lea la configuración de KDE de los tamaños grande y pequeño de los iconos, y también si se usa un clic o doble clic.</p><p>En Unity, GNOME y Pantheon, elimina los iconos de los menús y botones (incluso se han cambiado las claves correspondientes de dconf) e inhabilita la translucidez de las ventanas.</p><p>Esta casilla puede inhabilitar algunas opciones. ¡Desmárquela si quiere usar esas opciones!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1361,12 +1358,12 @@ Esta opción las oculta. - + Non-checkable combo menu Lista de los cuadros de lista sin casillas - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1375,389 +1372,389 @@ - + Allow dragging from buttons Permitir arrastrar con botones - + Application Themes Temas de aplicaciones - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Aquí puede asignar temas a aplicaciones específicas.</center><br><center>Para cada tema, puede añadir una lista de ejecutables separados por comas cuyas aplicaciones tendrían que usar dicho tema en vez del activo. Después de hacerlo con todos los temas que haya elegido, guarde el resultado haciendo clic en el botón <i>Guardar</i>.</center> - + Installed Theme Tema instalado - + Application(s) Aplicaciones - + app1,app2,app3 aplicación1,aplicación2,aplicación3 - + Remove List Borrar la lista - + Save the current list of apps Guardar la lista actual de aplicaciones - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Guarda la lista actual de aplicaciones junto con sus temas correspondientes.</p></body></html> - - + + Ctrl+Q - + Quit Salir - + Preview the active theme or update its preview. Previsualizar el tema activo o actualizar su vista previa. - + Preview Vista previa - + About Acerca de - + What's This? ¿Qué es esto? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Haga clic en este botón y luego en elementos de la interfaz que tengan una descripción emergente &quot;¿Qué es esto?&quot; para obtener información de lo qué hacen.</p><p>También hay descripciones emergentes normales, pero esto son globos de ayuda que no desaparecen al hacer clic en otra parte.</p></body></html> - + Help Ayuda - + Open Kvantum Theme Folder... Abrir la carpeta de temas de Kvantum... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! ¡Primero tiene que borrar la versión modificada! - - - + + + Confirmation Confirmación - + %1 installed. %1 instalado. - + %1 deleted. %1 borrado. - + Theme changed to %1. Tema cambiado por %1. - + You have no permission to write here: No tiene permiso para escribir aquí: - - - + + + Follow Style Seguir el estilo - + Single Click Un solo clic - + Double Click Doble Clic - + Icon Only Solo el icono - + Text Only Solo el texto - + Text Beside Icon Texto junto al icono - + Text Under Icon Texto bajo el icono - + KDE Layout Diseño de KDE - + Gnome Layout Diseño de GNOME - + Mac Layout Diseño de Mac - + Windows Layout Diseño de Windows - + Android Layout Diseño de Android - + Titlebar Barra de título - + Menubar Barra de menú - + Menubar and primary toolbar Barra de menú y barra de herramientas principal - + Anywhere possible Cualquier lugar - + Please fix that first! ¡Corrija eso primero! - + This file cannot be removed: Este archivo no se puede borrar: - - + + This is not an installable Kvantum theme! ¡Esto no es un tema instalable de Kvantum! - + The name of an installable themes should not be "Default". El nombre de un tema instalable no puede ser "Default". - - - + + + Please select another directory! ¡Elija otro directorio! - + Installable themes should not have # in their names. Los temas instalables no pueden tener # en el nombre. - + This is not a Kvantum theme folder! ¡Esta no es una carpeta de temas de Kvantum! - + The theme already exists in modified form. El tema ya existe, aunque modificado. - + You have selected an installed theme folder. Ha elegido la carpeta de un tema instalado. - + Please choose another directory! ¡Elija otro directorio! - + The theme already exists. El tema ya existe. - + Do you want to overwrite it? ¿Quiere sobrescribirlo? - + This theme is also installed as root in: El tema también está instalado como root en: - + The user installation will take priority. La instalación de usuario tiene prioridad. - + This theme is also installed as user in: Este tema también está instalado para usuario en: - + This installation will take priority. Esta instalación tiene prioridad. - + Do you really want to delete <i>%1</i>? ¿Seguro que quiere borrar <i>%1</i>? - + It could not be restored unless you have a copy of it. No se podrá restaurar a menos que tenga una copia. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Estas son las opciones que se pueden cambiar de forma segura.<br>Para el resto, haga clic en <i>Guardar</i> y edite luego este archivo: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Estas son las opciones que se pueden cambiar de forma segura.<br>Para el resto, edite este archivo: - + No description Sin descripción - + A copy of the root config is created. Se ha creado una copia de la configuración original. - + A copy was already created. Ya había una copia creada. - + Configuration saved. La configuración se ha guardado. - + Do you want to revert to the default (root) settings of this theme? ¿Quiere volver a la configuración por defecto (original) del tema? - + You will lose the changes you might have made. Perderá todos los cambios que haya hecho. - + Restored the root default settings of %1 Se ha restaurado la configuración original de %1 - + the default theme el tema por defecto - - + + About Kvantum Manager Acerca de Administrador de Kvantum - + Translators Traductores - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Una herramienta para instalar, seleccionar<br>y configurar temas de <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (alias Tsu Jan)</a> </center><br> @@ -1772,19 +1769,19 @@ - + This directory cannot be removed: Este directorio no se puede borrar: - + You might want to investigate the cause. Puede que quiera investigar el motivo. - - - + + + Active theme: Tema activo: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_et.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_et.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_et.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_et.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Litsents @@ -113,7 +113,7 @@ - + Save Salvesta @@ -145,12 +145,12 @@ Dolphini läbipaistev vaade - + Normal font for default push buttons Tavatekst vajutusnuppudel - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -162,17 +162,17 @@ ja käivitada LXQt seansi seadetes. - + Transparent sidepane for PCManFM-qt PCManFM-qt läbipaistev külgpaneel - + Iconless push buttons Ikoonideta vajutusnupud - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -184,22 +184,22 @@ LXQt seansi seadetes. - + Transparent view for PCManFM-qt PCManFM-qt läbipaistev vaade - + Iconless menus Ikoonideta menüüd - + Blur explicitly translucent windows Hägusta ainult läbipaistvad aknad - + Single top toolbar Üksik ülemine tööriistariba @@ -244,7 +244,7 @@ <html><head/><body><p>Do not draw any background for (KDE) menu titles?</p><p>Menu titles are like menu separators but with icon and text.</p><p>This needs Logging out and in for KDE Plasma menus. For LXQt panel, a panel restart with <span style=" font-style:italic;">Session Settings </span>is enough.</p></body></html> - <html><head/><body><p>Ära loo (KDE) menüünimedele tausta</p><p>Menüünimed sarnanaevad menüü eraldajatele, aga neil on ikoon ja tekst.</p><p>Jõustamiseks tuleb välja ja sisse logida. LXQt paneeli puhul piisab paneeli taaskäivitamisest <span style=" font-style:italic;">Seansi seadetes </span>is enough.</p></body></html> + <html><head/><body><p>Ära loo (KDE) menüünimedele tausta</p><p>Menüünimed sarnanevad menüü eraldajatele, aga neil on ikoon ja tekst.</p><p>Jõustamiseks tuleb välja ja sisse logida. LXQt paneeli puhul piisab paneeli taaskäivitamisest <span style=" font-style:italic;">Seansi seadetes </span>is enough.</p></body></html> @@ -252,41 +252,26 @@ Läbipaistev menüünimi - - Style KDE capacity bars as progressbars. - Kuva KDE mahuribad progressiaribadena. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Kuva KDE mahuribad progressiaribadena.</p><p>Mahuribasi kasutavad tavaliselt mõned KDE rakendused kettasuurse kuvamiseks ja nad kasutavad oma stiili.</p></body></html> - - - - Show KCapacityBar as progressbar - Kuva KCapacityBar edenemisribana - - - + Tint label icons on mouseover by Värvi sildiikoonid hiirekursori all - - - - + + + + % - + Respect dark themes Austa tumedaid teemasid - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -295,71 +280,71 @@ ei õnnestu muud moodi vähendada. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Kasulik mustvalge ikoonipaki kasutamisel, kui keelatud ikoonide läbipaistmatust ei õnnestu muud moodi vähendada.</p><p>KDE vähendab keelatud ikoonide läbipastmatust automaatselt. Seetõttu võib see valik olla kasulik mõne teise töölauakeskkonna all.</p></body></html> - + Opacity of disabled icons: Keelatud ikoonide läbipaistmatus: - + Show size grips of dialogs and statusbars as far as possible. Kuva dialoogide ja olekuribade suurushaaratseid nii palju kui võimalik. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Kuva dialoogide ja olekuribade suurushaaratseid nii palju kui võimalik.</p><p>Vaikimisi otsustab nende kuvamise rakendus. See häkk võib olla kasulik akna suuruse muutmisel, kui aknaääris puudub</p></body></html> - + Force size grips Sunnitud suurushaaratsid - + LXQt main menu icon size: LXQt peamenüü ikoonisuurus: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look 3D ja üldine välimus - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Omab toimet ainult siis, kui leidub poolläbipaistev SVG taust akendele või akna läbipaistmatus on vähendatud (vt allpool). - + Opaque apps: Läbipaistmatud rakendused: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -377,6 +362,18 @@ <br><br>Since <b><i>Kvantum</i></b> is independent of all desktop environments, you first need to <i>activate</i> it with a Qt platform integration program. KDE and LXQt provide simple tools for changing the active Qt style plugin. With other platforms, you need a Qt configuration tool.<br/><br/>Under KDE, also select and apply the color scheme of this theme because some KDE applications may get their colors directly from the KDE color scheme.<br/><br/>Running applications will get the new theme after being closed and reopened. Logging out and in would be good for all KDE/LXQt parts to see it completely. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -388,30 +385,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Vaikimisi hüppab kerimisriba liugur asukohta pärast kerimisriba on vasakklõpsu. - + Scroll jump with middle click Kerimishüpe hiireratta klõpsuga - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -420,13 +417,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -441,17 +438,17 @@ or through logging out and in again. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Kui lubatud, siis menüüdel, kohtspikritel ja akendel puudub läbipaistvus või vari.</p><p>Kui märkimata, on läbipaistvus ja vari võimalikud, kui teema SVG failis leiduvad vastavad elemendid.</p><p>Kui keelatud: Mitmesugust → Järgi võimalusel aktiivset töölauakeskkonda.</p></body></html> - + Disable composite effects Keela 3D efektid - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -465,27 +462,27 @@ Väärtus 1,00 tähendab, et midagi ei muudetud. - + Contrast Effect Kontrastiefekt - + Saturation: Küllastatus: - + Intensity: Intensiivsus: - + Contrast: Kontrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -493,12 +490,12 @@ - + Blurring for menus and tooltips Menüüde ja kohtspikrite hägustamine - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -509,18 +506,18 @@ mis kasutavad varju menüüdel ja vihjetel. - + Shadowless menus and tooltips Varjuta menüüd ja vihjed - + Translucent windows Läbipaistvad aknad - - + + This will reduce the window opacity if window translucency is enabled. @@ -533,126 +530,126 @@ läbipaistev SVG taust vajalik. - + Reduce window opacity by Vähenda akna läbipaistmatust - + Reduce menu opacity by Vähenda menüü läbipaistmatust - + Blurring for translucent windows Läbipaistvate akende hägustamine - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Animatsiooni hääbumine 200 ms, kui mõne vidina olekut muudetakse, enamasti hiire abil. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse Hiirekursori all toimunud oleku muutuse animeerimine - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state Ignoreeri mitteaktiivset olekut - + Transient scrollbars Hääbuvad kerimisribad - + Sizes && Delays Mõõdud, viiteajad - + Sizes Mõõdud - + Small icon: Väike ikoon: - + Large icon: Suur ikoon: - + Button icon: Nupu ikoon: - + Toolbar icon: Tööriistariba ikoon: - + Font size - + Fondi suurus - - + + The default value is 2 px but some apps set it themeselves. Vaikeväärtus on 2 px, kuid mõned rakendused määravad selle ise. - + Layout spacing: Paigutuse vahemaa: - - + + The default value is 4 px but some apps set it themeselves. Vaikeväärtus on 4 px, kuid mõned rakendused määravad selle ise. - + Layout margin: Paigutuse marginaal: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -661,59 +658,59 @@ Vaikeväärtus on 0. - + Submenu overlap: Alammenüü ülekate: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Horisontaalsete kerimisnuppude laius. (Vertikaalsete kerimisindikaatorite puhul mõju puudub.) - + Spin button width: Kerimisnupu laius: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: Dialoogi nupu paigutus: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -745,7 +742,7 @@ Vaikimsi on kasutuses põhitaust. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -754,7 +751,7 @@ Vaikimisi on vajutusnuppudel rasvane tekst. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -769,7 +766,7 @@ Mitmesugust → Järgi võimalusel aktiivset töölauakeskonda - + No icon for menu-items? By default, some of them may have icon. @@ -784,7 +781,7 @@ Mitmesugust → Võimalusel järgi töölaua sätteid - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -794,7 +791,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -803,8 +800,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -813,7 +810,7 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -821,26 +818,26 @@ Kvantum võib proovida seda võimalikult palju parandada. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -857,8 +854,8 @@ Mitmesugust → Võimalusel järgi töölaua sätteid - - + + Affects icon views. The default value is 32 px but @@ -875,8 +872,8 @@ Mitmesugust → Võimalusel järgi töölaua sätteid - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -885,8 +882,8 @@ Vaikeväärtus on 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -899,30 +896,30 @@ KDE rakendused saavad selle KDE seadistusest. - - + + The minimum length of scrollbars. Kerimisribade väikseim pikkus. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: Minimaalne kerimisriba pikkus: - + Delays Viiteajad - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -935,7 +932,7 @@ -1 tähendab Qt vaikimisi käitumist. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -944,7 +941,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -956,13 +953,13 @@ See valik täidab rippmenüüd esiletõstmise värviga. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -970,8 +967,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -980,8 +977,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -989,7 +986,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -998,7 +995,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1006,19 +1003,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. Vahekaardid on Kantumis vaikimisi keskel. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1026,13 +1023,13 @@ - + Tooltip delay: Kohtspikri viiteaeg: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1041,7 +1038,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1050,8 +1047,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1060,28 +1057,28 @@ - + Submenu delay: Alammenüü viiteaeg: - - + + ms - + Miscellaneous Mitmesugust - + No arrows for scrollbars Kerimisribadel nooli pole - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1090,17 +1087,17 @@ - + Scrollbars inside frames Kerimisribad raamides - + Tree branch lines - + Puuharude jooned - + By default, the label is on the frame and the frame is cut to contain it. @@ -1109,100 +1106,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars Menüüribad jälgivad hiirt - + Merge menubar with toolbar Ühendatud menüüriba ja tööriistariba - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Rühmita tööriistariba nupud - + Shift push-button contents - + Drag from: Lohista asukohast: - + Toolbutton style: - + Tööriistariba stiil: - + If unchecked, shortcuts will not be underlined at all. - + Kui see valik pole kasutusel, siis kiirklahvid pole allajoonitud. - + Underline shortcuts with Alt - + Lisa kiirklahvidele alakriips - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1211,43 +1208,43 @@ - + Respect current DE if possible Järgi võimalusel aktiivset töölauakeskkonda - + Combo popup as menu - + Left aligned tabs Vahekaardid joondatud vasakule - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs Liida mitteaktiivsed vahekaardid - + Scrollable menus Keritavad menüüd - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1256,12 +1253,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1270,388 +1267,388 @@ - + Allow dragging from buttons - + Luba lohistanime nuppudest - + Application Themes Rakenduse teemad - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme Paigaldatud teema - + Application(s) Rakendus(ed) - + app1,app2,app3 rakendus1,rakendus2,rakendus3 - + Remove List Eemalda loend - + Save the current list of apps Salvesta praegune rakenduste loend - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit Välju - + Preview the active theme or update its preview. - + Preview Eelvaade - + About Teave - + What's This? Mis see on? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help Spikker - + Open Kvantum Theme Folder... Ava Kvantum teema kataloog... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! Esmalt tuleb kustutada selle muudetud versioon! - - - + + + Confirmation Kinnitus - + %1 installed. %1 paigaldati. - + %1 deleted. %1 kustutati. - + Theme changed to %1. Teemaks sai %1. - + You have no permission to write here: Puudub õigus siia salvestada: - - - + + + Follow Style Järgi stiili - + Single Click - + üks klõps - + Double Click - + kaks klõpsu - + Icon Only Ainult ikoon - + Text Only Ainult tekst - + Text Beside Icon Tekst ikooni kõrval - + Text Under Icon Tekst ikooni all - + KDE Layout KDE paigutus - + Gnome Layout Gnome paigutus - + Mac Layout Maci paigutus - + Windows Layout Windowsi paigutus - + Android Layout Androidi paigutus - + Titlebar Tiitliriba - + Menubar Menüüriba - + Menubar and primary toolbar Menüüriba ja peamine tööriistariba - + Anywhere possible Kus iganes võimalik - + Please fix that first! Paranda esmalt see! - + This file cannot be removed: Seda faili ei saa eemaldada: - - + + This is not an installable Kvantum theme! See ei ole paigaldatav Kvantumi teema! - + The name of an installable themes should not be "Default". Paigaldatava teema nimi ei peaks olema "Vaikimisi". - - - + + + Please select another directory! Vali teine kataloog! - + Installable themes should not have # in their names. Paigaldatavatel teemadel ei tohi olla # nende nimedes. - + This is not a Kvantum theme folder! See ei ole Kvantumi teema kataloog! - + The theme already exists in modified form. Teema on muudetud kujul juba olemas. - + You have selected an installed theme folder. Valiti paigaldatud teema kataloog. - + Please choose another directory! Palun vali teine kataloog! - + The theme already exists. Teema on juba olemas. - + Do you want to overwrite it? Kas kirjutada see üle? - + This theme is also installed as root in: See teema on paigaldatud ka juurkasutajana kataloogi: - + The user installation will take priority. Kasutaja paigaldus saab prioriteedi. - + This theme is also installed as user in: See teema on paigaldatud ka kasutajana kataloogi: - + This installation will take priority. See paigaldus saab prioriteedi. - + Do you really want to delete <i>%1</i>? Kas tõesti kustutada <i>%1</i>? - + It could not be restored unless you have a copy of it. Seda ei saa taastada, kui puudub varukoopia. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Need on sätted, mida võib ohutult muuta.<br>Ülejäänute puhul klõpsa <i>Salvesta</i> ja muuda siis faili: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Need on sätted, mida võib ohutult muuta.<br>Ülejäänute puhul muuda faili: - + No description Kirjeldust pole - + A copy of the root config is created. Loodi koopia vaikeväärtustest. - + A copy was already created. Koopia on juba loodud. - + Configuration saved. Seadistus on salvestatud. - + Do you want to revert to the default (root) settings of this theme? Kas taastada kõik teema vaikeväärtused? - + You will lose the changes you might have made. Kaotad kõik tehtud muudatused. - + Restored the root default settings of %1 - + Taastasime %1 teema vaikeväärtused - + the default theme vaiketeema - - + + About Kvantum Manager Kvantum halduri kohta - + Translators Tõlkijad - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Tööriist, millega saad paigaldada, valida<br>ja hallata <a href='https://github.com/tsujan/Kvantum'>Kvantum</a>-teemasid - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1666,19 +1663,19 @@ vaikimisi - + This directory cannot be removed: Seda kataloogi ei saa eemaldada: - + You might want to investigate the cause. Põhjuse võiks välja selgitada. - - - + + + Active theme: Aktiivne teema: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fa.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fa.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fa.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fa.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License مجوز @@ -106,7 +106,7 @@ - + Save ذخیره @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fi.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fi.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fi.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fi.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Lisenssi @@ -114,7 +114,7 @@ - + Save Tallenna @@ -146,12 +146,12 @@ Läpinäkyvä Dolphin-näkymä - + Normal font for default push buttons Normaali fontti oletuspainikkeille - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ työpöytä LXQt-istunnon asetuksista. - + Transparent sidepane for PCManFM-qt Läpinäkyvä sivupaneeli PCManFM-qt:lle - + Iconless push buttons Kuvakkeettomat painikkeet - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ LXQt-istunnon setuksilla. - + Transparent view for PCManFM-qt Läpinäkyvä PCManFM-qt-näkymä - + Iconless menus Kuvakkeettomat valikot - + Blur explicitly translucent windows Sumenna nimenomaisesti läpinäkyvät ikkunat - + Single top toolbar Yksittäinen työkalurivi @@ -256,41 +256,26 @@ Läpinäkyvä valikon otsikko - - Style KDE capacity bars as progressbars. - Tyylit KDE ominaisuusksien palkeissa. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Tyylit KDE-palkeissa?</p><p>Palkkeja käytetään yleensä joissain KDE-sovelluksissa tilavuuden näyttämiseen ja niillä on oma tyylinsä.</p></body></html> - - - - Show KCapacityBar as progressbar - Näytä K-kapasiteettipalkki edistymispalkkina - - - + Tint label icons on mouseover by Kuvakkeiden sävy hiiren alla - - - - + + + + % % - + Respect dark themes Suosi tummia teemoja - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,71 +284,71 @@ peittävyys ei ole vähennettävissä muilla tavoilla. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Hyödyllinen yksivärisillä kuvakeilla kun käytöstä poistettujen kuvakkeiden peittävyys ei ole vähentynyt muilla tavoilla.</p><p>KDE vähentää automaattisesti käytöstä poistettujen kuvakkeiden läpinäkyvyyttä. Siksi tämä vaihtoehto voi olla hyödyllinen pikemminkin muissa työpöytäympäristöissä.</p></body></html> - + Opacity of disabled icons: Passiivisten kuvakkeiden peittävyys: - + Show size grips of dialogs and statusbars as far as possible. Näytä valintaikkunoiden ja tilarivien koko niin pitkälle kuin mahdollista. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Näytetäänkö valintaikkunoiden ja tilarivien koon mukaan niin pitkälle kuin mahdollista?</p><p>Oletuksena sovellus päättää, ovatko ne näytettävävissä, mutta tämä hakkerointi voi olla hyödyllinen ikkunoiden koon muuttamiseksi helposti, kun ikkunan reunaa ei ole.</p></body></html> - + Force size grips Pakota kokokahvat - + LXQt main menu icon size: LXQt-päävalikon kuvakekoko: - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look Koostaminen ja yleisilme - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Tällä on vaikutusta vain, jos ikkunassa on läpikuultava SVG-tausta tai jos ikkunan peittävyyttä on vähennetty (ks. alta). - + Opaque apps: Peittävät sovellukset: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,6 +366,18 @@ <br><br>Koska <b><i>Kvantum</i></b> on työpöytäympäristöistä riippumaton, se on ensin <i>otettava käyttöön</i> Qt-alustan integrointiohjelmalla. KDE Plasma ja LXQt tarjoavat Qt-tyyliliitännäisen vaihtoon yksinkertaisen työkalun. Muilla alustoilla tarvitaan Qt-asetusohjelma.<br/><br/>KDE Plasmassa teeman värimalli pitää vielä valita erikseen, koska jotkut Plasma-sovellukset käyttävät Plasman väriasetuksia suoraan.<br/><br/>Käynnissä oleviin sovelluksiin uusi teema päivittyy, kun sovellukset on käynnistetty uudelleen. Jotta kaikki KDE Plasma/LXQt-osat alkaisivat käyttää teemaa, kirjaudu ulos ja takaisin sisään. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -393,7 +390,7 @@ Keskitä lomakkeiden asettelu - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -402,24 +399,24 @@ ikkunat ovat läpikuultavia tai liukusävytettyjä. - + Disable translucency with non-integer scaling Poista läpikuultavuus ei-kokonaislukuskaalauksessa - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Oletuksena vieritysliukusäädin hyppää kohdalle kun vierityspalkkia napsautetaan. - + Scroll jump with middle click Vieritä hiiren keskipainikkeella - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -432,13 +429,13 @@ se voi vakavasti häiritä muita prosesseja. - + Kinetic scrolling Kineettinen vieritys - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -453,17 +450,17 @@ tai kirjautumalla ulos ja uudelleen sisään. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Jos tämä on valittuna, valikoissa, työkaluvihjeissä ja ikkunoissa ei ole läpinäkyvyyttä tai varjoa.</p><p>Kun tätä ei ole valittu, läpinäkyvyys ja varjo ovat käytettävissä, jos niissä on sopivia elementtejä, kuten teeman SVG-tiedosto.</p><p>Jos tämä ei ole käytössä, katso Sekalaiset → Huomioi nykyistä työpöytää, mikäli mahdollista.</p></body></html> - + Disable composite effects Poista koostamistehosteet käytöstä - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -478,28 +475,28 @@ Arvo 1,00 tarkoittaa, ettei muutosta ole. - + Contrast Effect Kontrastiefekti - + Saturation: Kylläisyys: - + Intensity: Voisi olla kirkkaus myös Voimakkuus: - + Contrast: Kontrasti: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -510,12 +507,12 @@ Tarkistaa automaattisesti, onko ikkunoiden sumentaminen käytössä. - + Blurring for menus and tooltips Valikoiden ja työkaluvihjeiden sumennus - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -526,18 +523,18 @@ varjon valikoille ja työkaluvihjeille. - + Shadowless menus and tooltips Varjottomat valikot ja työkaluvihjeet - + Translucent windows Läpikuultavat ikkunat - - + + This will reduce the window opacity if window translucency is enabled. @@ -550,128 +547,128 @@ tämän avaimen toimimiseen. - + Reduce window opacity by Ikkunoiden läpinäkyvyys - + Reduce menu opacity by Valikkojen läpinäkyvyys - + Blurring for translucent windows Läpikuultavien ikkunoiden sumennus - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. 200 ms häivytysanimointi alkion tilan muututtua (lähinnä hiirellä). - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>200ms häivytys animaatio, kun joidenkin sovelmien tilaa muutetaan, lähinnä hiirellä.</p><p>Prosessorin käyttö on vähäistä, koska usein vain yksi sovelma animoidaan. Tuloksena oleva visuaalinen vaikutus riippuu aktiivisesta teemasta. </p><p>Sovelmat ovat tuettuja mm: painikkeet (mukaan lukien radiopainikkeet ja valintaruudut), yhdistelmäruudut, pyörähdysruudut, liukusäädin, rivimuokkaukset ja vieritysnäkymät.</p></body></html> - + Animation for state change under mouse Animointi tilan muututtua hiiren alla - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Valitse tämä, jos haluat poistaa kaikki ikkunoiden laatoitusmallit! Poista valinta, jos haluat mallit takaisin! - + Remove window/dialog tiling patterns Poista ikkunoiden laatoitusmallit - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Käytä ikkunoissa samoja värejä ja muotoja aktiivisen ja passiivisen kanssa, jos tämä teema erottaa ne? - + Ignore inactive state Jätä huomiotta passiivinen tila - + Transient scrollbars Häipyvät vierityspalkit - + Sizes && Delays Koot ja viipeet - + Sizes Koot - + Small icon: Pieni kuvake: - + Large icon: Suuri kuvake: - + Button icon: Painikkeen kuvake: - + Toolbar icon: Työkalurivin kuvake: - + Font size - - + + The default value is 2 px but some apps set it themeselves. Oletus arvo on 2px, mutta jotkut sovellukset asettavat sen itse. - + Layout spacing: Välien tiheys: - - + + The default value is 4 px but some apps set it themeselves. Oletusarvo on 4 px, mutta jotkin sovellukset asettavat itse. - + Layout margin: Asettelun reunus: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -680,13 +677,13 @@ 0 oletuksena. - + Submenu overlap: Alivalikon päällekkäisyys: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) spin, pyöräyttää, kieppua @@ -694,23 +691,23 @@ (Ei vaikutusta pystysuuntaisiin pyöritysosoittimiin.) - + Spin button width: Pyöräytyspainikkeen leveys: - - + + How to activate view items? Kuinka kohteet aktivoidaan? - + Click behavior: Napsautuksen toiminta: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -719,24 +716,24 @@ Oletuksena puun oksat osoitetaan viivoitta. - + Dialog button layout: Valinta painikkeen asettelu: - + They may look like dotted rectangles on focused buttons and other widgets. Ne saattavat näyttää katkoviivoilta kohdistettuihin painikkeisiin ja muihin sovelmiin. - + Remove focus rectangles Poista kohdistussuorakaide - + Use the active theme for all apps! This Needs saving to take effect. @@ -770,7 +767,7 @@ Oletuksena on perustaustakuva. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -779,7 +776,7 @@ Tällaisissa painikkeissa on oletusarvoisesti lihavoitu teksti. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -794,7 +791,7 @@ Muut → Huomioi nykyinen työpöytä, jos mahdollista - + No icon for menu-items? By default, some of them may have icon. @@ -809,7 +806,7 @@ Muut → Huomioi nykyinen työpöytä, jos mahdollista - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -824,7 +821,7 @@ Konsoli, QTerminaali ja LXQt-paneeli ovat esimerkkejä. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -837,8 +834,8 @@ muussa asennossa. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -851,7 +848,7 @@ Kovakoodatut kuvakkeet/tyylit eivät ehkä kunnioita tätä avainta. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -860,7 +857,7 @@ mahdollisimman pitkälle. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -869,7 +866,7 @@ SVG taustan teemasta. - + Should transient scrollbars have semi-transparent grooves when needed? katoavilla, häviävillä, väistyvillä @@ -877,13 +874,13 @@ puoliläpinäkyvät urat tarvittaessa? - + Transient scrollbar grooves when needed Häipyvän vierityspalkin urat tarvittaessa - - + + Affects menu-items and headers. The default value is 16 px but @@ -900,8 +897,8 @@ Muut → Huomioi nykyinen työpöytä, jos mahdollista - - + + Affects icon views. The default value is 32 px but @@ -918,8 +915,8 @@ Muut → Huomioi nykyinen työpöytä, jos mahdollista - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -928,8 +925,8 @@ Oletusarvo on 16px. - - + + Affects toolbars. The default value is 22 px but @@ -942,30 +939,30 @@ KDE-sovellukset hakevat sen KDE-asetuksista. - - + + The minimum length of scrollbars. Vierityspalkkien vähimmäispituus. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>Pystysuorien vierityspalkkien vähimmäiskorkeus ja vaakatasossa olevien vierityspalkkien vähimmäisleveys.</p></body></html> - + Minimum scrollbar length: Vierityspalkin vähimmäispituus: - + Delays Viipeet - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -978,7 +975,7 @@ -1 tarkoittaa Qt:n oletusasetusta. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -991,7 +988,7 @@ Ellei ole käytössä, ks. Koostaminen ja yleisilme → Läpikuultavat vierityspalkit! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1004,14 +1001,14 @@ korostusvärillä. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Jos tämä on valittuna, piirrät valikkorivin ja työkalurivin kokonaisuutena työkalurivin SVG-elementin, kun ne ovat sijoitettu vierekkäin. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1022,8 +1019,8 @@ sekä vaaka- että pystysuunnassa. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1036,8 +1033,8 @@ Muut → Huomioi nykyinen työpöytä jos mahdollista - - + + Will have effect only if style is not set by the app in its code. @@ -1048,7 +1045,7 @@ Oletusarvona on "seuraa tyyliä". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1062,7 +1059,7 @@ osaksi pyörivän rivin muokkausta. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1074,7 +1071,7 @@ pyöri-alas on yksi rivin-muokkaus. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1083,12 +1080,12 @@ Oletusarvoisesti yhdistelmä ponnahduksia ei peitä yhdistelmä ruutua. - + In Kvantum, tabs are centered by default. Kvantumissa välilehdet on keskitetty oletuksena. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1099,13 +1096,13 @@ Oletuksena kaikki valikkokohteet näytetään. - + Tooltip delay: Työkaluvinkin viive: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1118,7 +1115,7 @@ olla ongelmia läpikuultavuudessa!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1131,8 +1128,8 @@ Ne eivät yleensä vie ylimääräistä tilaa. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1145,28 +1142,28 @@ kun taas 0 tarkoittaa, ettei viivettä ole. - + Submenu delay: Alivalikon viive: - - + + ms ms - + Miscellaneous Sekalaista - + No arrows for scrollbars Ei vierityspalkkien nuolia - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1179,17 +1176,17 @@ Ellei ole käytössä, katso Koostaminen ja yleisilme → Häipyvät vierityspalkit! - + Scrollbars inside frames Vierityspalkit kehysten sisään - + Tree branch lines Puun haaraviivat - + By default, the label is on the frame and the frame is cut to contain it. @@ -1202,103 +1199,103 @@ kehystä, jotta kehystä ei leikata. - + Group-box label above frame Ryhmitettyjen alkioiden selite kehyksen yllä - + Fill rubber-band rectangles Täytä kuminauhan suorakaiteet - + Mouse tracking is enabled for menubars by default. Hiiren jäljitys on valikkoriveillä oletuksena käytössä. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>Hiiren seuranta on oletuksena käytössä valikkopalkeissa. Kun valikkopalkkia on napsautettu ja sen valikko on näkyvissä, muiden valikkoiden palkkivalikot näytetään, jos kohdistin asetetaan niiden päälle napsauttamatta.</p></body></html> - + Mouse tracking for menubars Hiiren jäljlitys valikkoriveillä - + Merge menubar with toolbar Yhdistä valikko- ja työkalurivit - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Jos tämä ruutu on valittuna, työkalurivin painikkeet piirretään työkalurivin erottimien välissä. - + Group toolbar buttons Ryhmitä työkalurivin painikkeet - + Shift push-button contents Vaihda painikkeen sisältö - + Drag from: Vedä: - + Toolbutton style: Työkalupainikkeen tyyli: - + If unchecked, shortcuts will not be underlined at all. Jos ruutu ei ole valittuna, pikakuvakkeita ei korosteta ollenkaan. - + Underline shortcuts with Alt Alleviivaa Alt-pikanäppäimet - + Inline spin indicators Sisäiset pyörähdysilmaisimet - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Piirretäänkö koko muokattava yhdistelmäkenttä nuolelliseksi (ja kuvakkeelliseksi, jos on) rivikentäksi? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Piirrä koko muokattava yhdistelmäruutu rivinmuokkauksena nuolella (ja kuvake, jos sellainen on)?</p><p>Oletusarvon mukaan yhdistelmäruutu koostuu rivinmuokkauksesta, painikkeesta, jossa nuoli on yhdellä puolella ja toinen painike, jonka toisella puolella on kuvake.</p></body></html> - + Editable combo as line-edit Muokattava yhdistelmä rivinmuokkauksena - + Vertical spin indicators Pystysuorat kierto-osoittimet - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1311,44 +1308,44 @@ Poista valinta, jos haluat käyttää näitä vaihto ehtoja! - + Respect current DE if possible Yritä noudattaa työpöytäympäristön sääntöjä - + Combo popup as menu Yhdistetty ponnahdusvalikko - + Left aligned tabs Vasemmalle tasatut välilehdet - + Inactive tabs are joined together by default, i.e., there is no border between them. Passiiviset välilehdet liitetään oletusarvoisesti yhteen, toisin sanoen niiden välillä ei ole rajaa. - + Join inactive tabs Liitä passiiviset välilehdet - + Scrollable menus Vieritettävät valikot - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Kun tämä on käytössä ja valittu, Kvantum yrittää kunnioittaa joitain nykyisen työpöytäympäristön asetuksia, jos se on KDE, Unity, Gnome tai Pantheon.</p><p>KDE:n alla Kvantum pystyy lukemaan KDE-asetukset pienille ja isoille kuvien koolle sekä hiiren yhden tai kaksoisnapsautuksen.</p><p>Unity, Gnome ja Pantheon -kohdalta voi poistaa kuvakkeet valikoista ja painikkeista (vaikka vastaavia dconf-näppäimiä vaihdetaan) ja voi poistaa ikkunan läpinäkyvyyden.</p><p>Tämä valinta saattaa poistaa käytöstä joitakin asetuksia. Poista valinta, jos haluat käyttää näitä vaihto ehtoja!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1361,12 +1358,12 @@ Tällä valinnalla nämä piilotetaan. - + Non-checkable combo menu Ei valittavissa oleva yhdistelmävalikko - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1375,390 +1372,390 @@ - + Allow dragging from buttons - + Application Themes Sovellusteemat - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Täällä voit määrittää teemoja tietyille sovelluksille.</center><br><center>Jokaiselle teemalle voit lisätä pilkuilla erotetun luettelon suoritettavista tiedostoista ja sovellusten tulisi käyttää kyseistä teemaa aktiivisen teeman sijasta. Kun olet tehnyt niin kaikille valitsemillesi teemoille, tallenna tulos napsauttamalla <i>Tallenna</i> painiketta!</center> - + Installed Theme Asennettu teema - + Application(s) s ehkä pois Sovellukset - + app1,app2,app3 sov1,sov2,sov3 - + Remove List Poista luettelo - + Save the current list of apps Tallenna nykyinen sovellusluettelo - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Tallenna nykyinen sovellusluettelo ja vastaavat teemat!</p></body></html> - - + + Ctrl+Q Ctrl-Q - + Quit Lopeta - + Preview the active theme or update its preview. Esikatsele aktiivista teemaa tai päivitä sen esikatselu. - + Preview Esikatselu - + About Tietoa - + What's This? Mikä tämä on? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Napsauta tätä painiketta ja napsauta sitten GUI-elementtiä, jolla on &quot;Mikä tämä on?&quot; työkaluvihje saadaksesi tietoa siitä, mitä se tekee.</p><p>Täällä on myös tavallisia työkaluvihjeitä, mutta tällainen työkaluvinkki ei katoa, ennen kuin napsautat jotain.</p></body></html> - + Help Ohje - + Open Kvantum Theme Folder... Avaa Kvantum-teemakansio… - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Ensin on poistettava sen muutettu versio! - - - + + + Confirmation Vahvistus - + %1 installed. %1 asennettu. - + %1 deleted. %1 poistettu. - + Theme changed to %1. Teemaksi vaihdettiin %1. - + You have no permission to write here: Käyttöoikeus kirjoittamiseen puuttuu: - - - + + + Follow Style noudata tyyliä - + Single Click yksittäisnapsautus - + Double Click kaksoisnapsautus - + Icon Only vain kuvakkeet - + Text Only vain teksti - + Text Beside Icon teksti kuvakkeen vieressä - + Text Under Icon teksti kuvakkeen alla - + KDE Layout KDE-asettelu - + Gnome Layout Gnome-asettelu - + Mac Layout Mac-asettelu - + Windows Layout Windows-asettelu - + Android Layout Android-asettelu - + Titlebar otsikkopalkista - + Menubar valikkoriviltä - + Menubar and primary toolbar valikko- ja päätyökaluriviltä - + Anywhere possible mistä vain mahdollista - + Please fix that first! Korjaa tämä ensin! - + This file cannot be removed: Tätä tiedostoa ei voi poistaa: - - + + This is not an installable Kvantum theme! Tämä ei ole asennettava Kvantumin teema! - + The name of an installable themes should not be "Default". Asennettavien teemojen nimen ei pitäisi olla "Default". - - - + + + Please select another directory! Valitse toinen hakemisto! - + Installable themes should not have # in their names. Asennettavien teemojen nimissä ei saa olla #. - + This is not a Kvantum theme folder! Tämä ei ole Kvantumin teemakansio! - + The theme already exists in modified form. Teema on jo muokatussa muodossa. - + You have selected an installed theme folder. Olet valinnut asennetun teemakansion. - + Please choose another directory! Valitse toinen hakemisto! - + The theme already exists. Teema on jo olemassa. - + Do you want to overwrite it? Haluatko korvata sen? - + This theme is also installed as root in: Tämä teema asennetaan myös pääkäyttäjänä: - + The user installation will take priority. Käyttäjän asennus on etusijalla. - + This theme is also installed as user in: Tämä teema asennetaan myös käyttäjänä: - + This installation will take priority. Tämä asennus on etusijalla. - + Do you really want to delete <i>%1</i>? Haluatko todella poistaa <i>%1</i>? - + It could not be restored unless you have a copy of it. Sitä ei voitu palauttaa, ellei sinulla ole siitä kopioita. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Seuraavia asetuksia voi turvallisesti muuttaa.<br>Muokataksesi muita napsauta <i>Tallenna</i> ja avaa tiedosto: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Näitä asetuksia voi turvallisesti muuttaa.<br>Muokataksesi muita avaa tiedosto: - + No description Ei kuvausta - + A copy of the root config is created. Luotiin kopio juurikokoonpanosta. - + A copy was already created. Kopio oli jo luotu. - + Configuration saved. Kokoonpano on tallennettu. - + Do you want to revert to the default (root) settings of this theme? Haluatko palata teeman oletusasetuksiin? - + You will lose the changes you might have made. Mahdolliset teeman muutokset menetetään. - + Restored the root default settings of %1 Palautettiin teema %1 oletusasetuksiinsa - + the default theme oletusteema - - + + About Kvantum Manager Tietoa Kvantum Managerista - + Translators Kääntäjät - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Työkalu <a href='https://github.com/tsujan/Kvantum'>Kvantum</a>-teemojen<br>asentamiseen, valintaan ja mukauttamiseen - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Tekijä: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (alias Tsu Jan)</a> </center><br> @@ -1773,19 +1770,19 @@ oletus - + This directory cannot be removed: Tätä kansiota ei voi poistaa: - + You might want to investigate the cause. Voit tarkastella syytä. - - - + + + Active theme: Nykyinen teema: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fr.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fr.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_fr.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_fr.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licence @@ -66,7 +66,7 @@ A disabled button means that the theme is already used. - Kvantum utilise ce thème! + Kvantum utilise ce thème ! Un bouton désactivé signifie que le thème est déjà utilisé. @@ -114,7 +114,7 @@ - + Save Enregistrer @@ -146,12 +146,12 @@ Vue transparente pour Dolphin - + Normal font for default push buttons Police normale pour les boutons par défaut - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ avec les paramètres de session LXQt. - + Transparent sidepane for PCManFM-qt Panneau latéral transparent pour PCManFM-qt - + Iconless push buttons Boutons poussoirs sans icône - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ avec les paramètres de session LXQt. - + Transparent view for PCManFM-qt Vue transparente pour PCManFM-qt - + Iconless menus Menus sans icône - + Blur explicitly translucent windows Flouter les fenêtres explicitement translucides - + Single top toolbar Unique barre d'outils en haut @@ -256,112 +256,97 @@ Titre de menu transparent - - Style KDE capacity bars as progressbars. - Définir les barres de capacité KDE en barres de progression. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Définir les barres de capacité KDE Style en tant que barres de progression ?</p><p>Les barres de capacité sont généralement utilisées par certaines applications KDE pour afficher la taille des volumes et avoir leur propre style.</p></body></html> - - - - Show KCapacityBar as progressbar - Afficher KCapacityBar comme barre de progression - - - + Tint label icons on mouseover by Icônes d'étiquette de teinte sur la souris par - - - - + + + + % % - + Respect dark themes Respecter les thèmes sombres - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. Utile avec les jeux d'icônes monochromes et lorsque l'opacité des icônes désactivées n'est pas réduite par d'autres moyens. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Utile avec les jeux d'icônes monochromes et lorsque l'opacité des icônes désactivées n'est pas réduite par d'autres moyens.</p><p>KDE réduit automatiquement l'opacité des caractères désactivés des icônes. Par conséquent, cette option peut être utile dans d’autres environnements de bureau.</p></body></html> - + Opacity of disabled icons: Opacité des icônes désactivées : - + Show size grips of dialogs and statusbars as far as possible. Afficher autant que possible les poignées de taille des boîtes de dialogue et des barres d’état. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Afficher les poignées de la taille des dialogues et des barres d'état autant que possible ?</p><p>Par défaut, l'application décide si elles doivent être affichées, mais ce hack pourrait être utile pour redimensionner facilement les fenêtres lorsqu'il n'y a pas de bordure de fenêtre.</p></body></html> - + Force size grips Forcer la taille des poignées - + LXQt main menu icon size: Taille de l’icône du menu principal de LXQt : - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look Composition et apparence générale - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). N'agit que s'il existe un arrière-plan SVG translucide pour les fenêtres ou si l'opacité de la fenêtre est réduite (voir ci-dessous). - + Opaque apps: Applications opaques : - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -379,6 +364,20 @@ <br><br><b><i>Kvantum</i></b> étant indépendant de tous les environnements de bureau, vous devez d'abord <i>l'activer</i> à l'aide d'un programme d'intégration de la plateforme Qt. KDE et LXQt fournissent des outils simples pour changer le plugin de style Qt actif. Avec d'autres plateformes, vous avez besoin d'un outil de configuration Qt. <br/><br/>Sous KDE, sélectionner et appliquer également le jeu de couleurs de ce thème, car certaines applications KDE peuvent obtenir leurs couleurs directement à partir du jeu de couleurs KDE. <br/><br/>Les applications en cours d’exécution obtiendront le nouveau thème après avoir été fermées et ré-ouvertes. Se déconnecter serait bien pour voir complétement toutes les parties de KDE/LXQt. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Par défaut, les barres d'outils verticales ne sont pas stylisées. + +Si cela est désactivé, reportez-vous à l'option ci-dessus. + + + + Style vertical toolbars + Styliser les barres d'outils verticales + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -391,31 +390,33 @@ Dispositions de formulaire centrées - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Vous pouvez voir des artefacts gênants causés +par des bogues dans la gestion par Qt de la mise à l'échelle incomplête +avec transparence ou dégradé des fenêtre. - + Disable translucency with non-integer scaling - Désactiver la transparence pour une mise à l'échelle incomplète + Désactiver la transparence pour une mise à l'échelle incomplète - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Par défaut, le curseur de défilement passe à une position lorsqu'un clique gauche est effectué sur la barre de défilement. - + Scroll jump with middle click Défilement avec clic du milieu - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -428,13 +429,13 @@ interférer sérieusement avec d'autres emplois. - + Kinetic scrolling Défilement cinétique - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -448,17 +449,17 @@ Le panneau LXQt doit être redémarré soit par "Paramètres de session", soit en se déconnectant puis en se reconnectant. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Si cette case est cochée, les menus, les info-bulles et les fenêtres n'auront ni transparence ni ombre.</p><p> Lorsque cette case n'est pas cochée, les options de transparence et d'ombre sont disponibles si il y a des éléments appropriés dans le fichier SVG du thème.</p><p> Si ce paramètre est désactivé, voir Divers → Respecter le DE actuel si possible.</p></body></html> - + Disable composite effects Désactiver les effets composites - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -473,27 +474,27 @@ Une valeur de 1.00 signifie aucun changement. - + Contrast Effect Effet de contraste - + Saturation: Saturation : - + Intensity: Intensité : - + Contrast: Contraste : - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -504,12 +505,12 @@ Vérifier automatiquement si le flou de fenêtre est activé. - + Blurring for menus and tooltips Flou pour les menus et les infobulles - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -520,18 +521,18 @@ une ombre aux menus et aux infobulles. - + Shadowless menus and tooltips Menus et infobulles sans ombres - + Translucent windows Fenêtres translucides - - + + This will reduce the window opacity if window translucency is enabled. @@ -544,39 +545,39 @@ nécessaire pour que cette clé fonctionne. - + Reduce window opacity by Réduire l'opacité de la fenêtre en - + Reduce menu opacity by Réduire l'opacité du menu en - + Blurring for translucent windows Flou pour les fenêtres translucides - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Animation de 200ms en fondu lorsque l'état de certains widgets est modifié, principalement par la souris. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>A 200ms d’animation en fondu lorsque l’état de certains widgets est modifié, principalement par la souris. </p><p>L’utilisation du CPU est négligeable car souvent seul un widget est animé. L'effet visuel résultant dépend du thème actif. </p><p>Ces widgets sont pris en charge : boutons (y compris les boutons d'option et les cases à cocher), boîtes à options, boîtes de défilement, poignées de curseur, modifications de ligne et vues de défilement.</p></body></html> - + Animation for state change under mouse Animation pour le changement d'état sous la souris - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Cocher cette option pour supprimer tous les modèles @@ -584,88 +585,88 @@ Décocher-la si vous voulez récupérer ces motifs ! - + Remove window/dialog tiling patterns Supprimer les motifs de mosaïque de fenêtre/dialogue - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Utiliser les mêmes couleurs et formes avec les fenêtres actives et inactives si ce thème les distingue ? - + Ignore inactive state Ignorer l'état inactif - + Transient scrollbars Barres de défilement transitoires - + Sizes && Delays Tailles et délais - + Sizes Tailles - + Small icon: Petite icône : - + Large icon: Grande icône : - + Button icon: Icône du bouton : - + Toolbar icon: Icône de la barre d’outils : - + Font size Taille de Police - - + + The default value is 2 px but some apps set it themeselves. La valeur par défaut est 2 px mais certaines applications la définissent elles-mêmes. - + Layout spacing: Espacement de la mise en page : - - + + The default value is 4 px but some apps set it themeselves. La valeur par défaut est 4 px mais certaines applications la définissent elles-mêmes. - + Layout margin: Marge de mise en page : - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -674,36 +675,36 @@ 0 par défaut. - + Submenu overlap: Chevauchement de sous-menu : - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) La largeur des boutons de rotation horizontaux. (N'a aucun effet lorsque les indicateurs de rotation sont verticaux.) - + Spin button width: Largeur du bouton de rotation : - - + + How to activate view items? Comment activer les éléments d'affichage ? - + Click behavior: Comportement du clic : - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -712,24 +713,24 @@ Par défaut, les branches des arbres ont des indicateurs mais pas de ligne. - + Dialog button layout: Disposition des boutons de dialogue : - + They may look like dotted rectangles on focused buttons and other widgets. Ils peuvent ressembler à des rectangles en pointillés sur les boutons focalisés et autres widgets. - + Remove focus rectangles Supprimer les rectangles de focus - + Use the active theme for all apps! This Needs saving to take effect. @@ -762,7 +763,7 @@ Par défaut, il a l'arrière-plan de base. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -771,7 +772,7 @@ De tels boutons poussoirs ont un texte en gras par défaut. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -786,7 +787,7 @@ Divers → Respecter le DE actuel si possible - + No icon for menu-items? By default, some of them may have icon. @@ -801,7 +802,7 @@ Divers → Respecter le DE actuel si possible - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -815,7 +816,7 @@ Konsole, QTerminal et le panneau LXQt en sont quelques exemples. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -828,8 +829,8 @@ un autre endroit. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -842,7 +843,7 @@ Les icônes/styles codés en dur peuvent ne pas respecter cette clé. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -851,7 +852,7 @@ autant que possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -860,20 +861,20 @@ arrière-plan SVG de fenêtre translucide dans le thème. - + Should transient scrollbars have semi-transparent grooves when needed? Les barres de défilement transitoires doivent-elles avoir des rainures semi-transparentes si nécessaire ? - + Transient scrollbar grooves when needed Rainures de défilement transitoires au besoin - - + + Affects menu-items and headers. The default value is 16 px but @@ -890,8 +891,8 @@ Divers → Respecter le DE actuel si possible - - + + Affects icon views. The default value is 32 px but @@ -908,8 +909,8 @@ Divers → Respecter le DE actuel si possible - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -918,8 +919,8 @@ La valeur par défaut est 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -932,30 +933,30 @@ Les applications KDE l'obtiennent à partir du paramètrage de KDE. - - + + The minimum length of scrollbars. La longueur minimale des barres de défilement. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>La hauteur minimale des barres de défilement verticales et la largeur minimale des barres de défilement horizontales.</p></body></html> - + Minimum scrollbar length: Longueur minimale de la barre de défilement : - + Delays Délais - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -968,7 +969,7 @@ -1 signifie le comportement par défaut de Qt. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -981,7 +982,7 @@ Si cette option est désactivée, voir Composition et apparence générale → Barres de défilement transitoires ! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -994,14 +995,14 @@ la couleur de surbrillance. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Si cette case est cochée, la barre de menus et la barre d’outils seront dessinées dans leur ensemble par l’élément SVG de la barre d’outils quand elles sont adjacentes. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1012,8 +1013,8 @@ horizontalement et verticalement. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1026,8 +1027,8 @@ Divers → Respecter le DE actuel si possible - - + + Will have effect only if style is not set by the app in its code. @@ -1038,7 +1039,7 @@ La valeur par défaut est "Suivre le style". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1051,7 +1052,7 @@ de rotation dans l'édition de ligne de rotation. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1062,7 +1063,7 @@ celui-ci se trouve dans la ligne d'édition. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1071,12 +1072,12 @@ Par défaut, les menus déroulants ne couvrent pas la liste déroulante. - + In Kvantum, tabs are centered by default. Dans Kvantum, les onglets sont centrés par défaut. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1087,13 +1088,13 @@ Par défaut, tous leurs éléments de menu sont affichés. - + Tooltip delay: Délai d'infobulle : - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1106,7 +1107,7 @@ des problèmes de translucidité !) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1119,8 +1120,8 @@ Ils ne prennent généralement pas d'espace supplémentaire. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1133,28 +1134,28 @@ alors que 0 signifie pas de délai. - + Submenu delay: Délai du sous-menu : - - + + ms ms - + Miscellaneous Divers - + No arrows for scrollbars Pas de flèches pour les barres de défilement - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1167,17 +1168,17 @@ Si cette option est désactivée, voir Composition et apparence générale → Barres de défilement transitoires ! - + Scrollbars inside frames Barres de défilement à l'intérieur des cadres - + Tree branch lines Lignes des branches de l'arbre - + By default, the label is on the frame and the frame is cut to contain it. @@ -1190,103 +1191,103 @@ cadre afin que celui-ci ne soit pas coupé. - + Group-box label above frame Étiquette de groupe au-dessus du cadre - + Fill rubber-band rectangles Remplir des rectangles élastiques - + Mouse tracking is enabled for menubars by default. Le suivi de la souris est activé pour les barres de menu par défaut. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>Le suivi de la souris est activé par défaut pour les menus, c'est-à-dire qu'après avoir cliqué sur un élément de la barre de menus et affiché son menu, les menus des autres éléments de la barre de menus sont affichés si le curseur est placé dessus sans cliquer.</p></body></html> - + Mouse tracking for menubars Suivi de la souris pour les barres de menu - + Merge menubar with toolbar Fusionner la barre de menus avec la barre d'outils - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Si cette case est cochée, les boutons de la barre d’outils seront regroupés et levés entre les séparateurs de la barre d’outils. - + Group toolbar buttons Boutons de la barre d'outils du groupe - + Shift push-button contents Contenu du bouton poussoir - + Drag from: Faites glisser de : - + Toolbutton style: Style de bouton d'outil : - + If unchecked, shortcuts will not be underlined at all. Si cette case n'est pas cochée, les raccourcis ne seront pas soulignés du tout. - + Underline shortcuts with Alt Souligner les raccourcis avec Alt - + Inline spin indicators Indicateurs de rotation en ligne - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Dessiner la zone de liste modifiable complète en tant que modification de ligne avec une flèche (et une icône, si elle existe) ? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Dessiner l’ensemble de la liste déroulante modifiable sous forme de modification de ligne avec une flèche (et une icône, le cas échéant) ?</p><p> Par défaut, une liste déroulante consiste en une modification de ligne, un bouton avec une flèche sur un côté et un autre bouton avec une icône sur la gauche.</p></body></html> - + Editable combo as line-edit Combo éditable comme montage en ligne - + Vertical spin indicators Indicateurs de rotation verticale - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1299,44 +1300,44 @@ Décocher-la si vous souhaitez utiliser ces options ! - + Respect current DE if possible Respecter le DE actuel si possible - + Combo popup as menu Combo de notification comme menu - + Left aligned tabs Onglets alignés à gauche - + Inactive tabs are joined together by default, i.e., there is no border between them. Les onglets inactifs sont joints les uns aux autres par défaut, c’est-à-dire qu’il n’y a pas de frontière entre eux. - + Join inactive tabs Joindre des onglets inactifs - + Scrollable menus Menus à défilement - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Lorsque cette option est activée et cochée, Kvantum essaiera de respecter certains paramètres de l'environnement de bureau actuel, qu'il s'agisse de KDE, Unity, Gnome ou Panthéon.</p><p> Sous KDE, Kvantum lit les paramètres KDE pour les tailles d'icônes petites et grandes, ainsi que les simples ou doubles cliques. </p><p>Sous Unity, Gnome et Panthéon suppriment les icônes des menus et des boutons (même si les touches dconf correspondantes sont modifiées) et désactive la transparence de la fenêtre.</p><p> Cette case à cocher peut désactiver certaines options. Décocher-la si vous souhaitez utiliser ces options !</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1349,407 +1350,407 @@ Cette option les cachera. - + Non-checkable combo menu Menu combo non contrôlable - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it for a button that can be dragged and dropped by pressing the Ctrl key before pressing the button. - Attention : cela peut être assez déroutant au début. + Attention : cela peut être assez déroutant au début. Si vous l'avez activé, vous pouvez le désactiver temporairement pour un bouton qui peut être glissé et déposé en appuyant sur appuyez sur la touche Ctrl avant d'appuyer sur le bouton. - + Allow dragging from buttons - Autoriser le glissement à partir des boutons + Autoriser le glissement à partir des boutons - + Application Themes Thèmes d'application - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Vous pouvez ici affecter des thèmes à des applications spécifiques.</center><br><center> Pour chaque thème, vous pouvez ajouter une liste d'exécutables séparés par des virgules dont les applications doivent utiliser ce thème au lieu du thème actif. Après cela, pour tous les thèmes choisis, sauvegardez le résultat en cliquant sur le bouton <i>Enregistrer</i></center> - + Installed Theme Thème installé - + Application(s) Application(s) - + app1,app2,app3 app1, app2, app3 - + Remove List Supprimer la liste - + Save the current list of apps Enregistrer la liste actuelle des applications - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Enregistrer la liste actuelle des applications avec les thèmes correspondants !</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Quitter - + Preview the active theme or update its preview. Prévisualiser le thème actif ou mettre à jour son aperçu. - + Preview Aperçu - + About À propos - + What's This? Qu'est-ce que c'est ça ? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Cliquer sur ce bouton, puis sélectionner un élément de l'interface graphique contenant l'infobulle&quot;Qu'est-ce que c'est ça&quot; pour obtenir des informations sur ce qu'il fait.</p><p> Il existe également des infobulles ordinaires, mais ce type d’infobulle ne disparaîtra que lorsque vous aurez cliqué quelque part.</p></body></html> - + Help Aide - + Open Kvantum Theme Folder... Ouvrir le dossier de thème Kvantum... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Vous devez d'abord supprimer sa version modifiée ! - - - + + + Confirmation Confirmation - + %1 installed. %1 installé. - + %1 deleted. %1 supprimé. - + Theme changed to %1. Le thème a été remplacé par %1. - + You have no permission to write here: Vous n'avez pas la permission d'écrire ici : - - - + + + Follow Style Suivre le style - + Single Click Simple clic - + Double Click Double clic - + Icon Only Icône seulement - + Text Only Texte seulement - + Text Beside Icon Texte à côté de l'icône - + Text Under Icon Texte sous icône - + KDE Layout Disposition de KDE - + Gnome Layout Disposition de Gnome - + Mac Layout Disposition de Mac - + Windows Layout Disposition de Windows - + Android Layout Disposition d'Android - + Titlebar Barre de titre - + Menubar Barre de menu - + Menubar and primary toolbar Barre de menu et barre d'outils principale - + Anywhere possible N'importe où possible - + Please fix that first! S'il vous plaît résoudre ce problème en premier ! - + This file cannot be removed: Ce fichier ne peut pas être supprimé : - - + + This is not an installable Kvantum theme! Ce n'est pas un thème Kvantum installable ! - + The name of an installable themes should not be "Default". Le nom d'un thème pouvant être installé ne doit pas être "Par défaut". - - - + + + Please select another directory! Veuillez sélectionner un autre répertoire ! - + Installable themes should not have # in their names. Les thèmes installables ne doivent pas avoir # dans leurs noms. - + This is not a Kvantum theme folder! Ce n'est pas un dossier de thèmes Kvantum ! - + The theme already exists in modified form. Le thème existe déjà sous une forme modifiée. - + You have selected an installed theme folder. Vous avez sélectionné un dossier de thème installé. - + Please choose another directory! Veuillez choisir un autre répertoire ! - + The theme already exists. Le thème existe déjà. - + Do you want to overwrite it? Voulez-vous l'écraser ? - + This theme is also installed as root in: Ce thème est également installé en tant que root dans : - + The user installation will take priority. L'installation de l'utilisateur sera prioritaire. - + This theme is also installed as user in: Ce thème est également installé en tant qu'utilisateur dans : - + This installation will take priority. Cette installation sera prioritaire. - + Do you really want to delete <i>%1</i>? Voulez-vous vraiment supprimer <i>%1</i> ? - + It could not be restored unless you have a copy of it. Il ne peut être restauré que si vous en avez une copie. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Ce sont les paramètres qui peuvent être modifiés en toute sécurité. <br>Pour les autres, cliquer sur <i>Enregistrer</ i>, puis modifier ce fichier : - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Les paramètres suivants peuvent être modifiés en toute sécurité. <br>Pour les autres, modifier ce fichier : - + No description Pas de description - + A copy of the root config is created. Une copie de la configuration racine a été créée. - + A copy was already created. Une copie a déjà été créée. - + Configuration saved. Configuration sauvegardée. - + Do you want to revert to the default (root) settings of this theme? Voulez-vous revenir aux paramètres par défaut (root) de ce thème ? - + You will lose the changes you might have made. Vous perdrez les modifications que vous auriez pu faire. - + Restored the root default settings of %1 Restauré les paramètres root par défaut de %1 - + the default theme le thème par défaut - - + + About Kvantum Manager À propos du Manager Kvantum - + Translators Traducteurs - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Un outil pour installer, sélectionner<br>et configurer les thèmes Kvantum <a href='https://github.com/tsujan/Kvantum'></a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Auteur : <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (alias Tsu Jan)</a></center><br> @@ -1764,19 +1765,19 @@ défaut - + This directory cannot be removed: Ce répertoire ne peut pas être supprimé : - + You might want to investigate the cause. Vous voudrez peut-être enquêter sur la cause. - - - + + + Active theme: Thème actif : diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_he.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_he.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_he.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_he.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License רישיון @@ -114,7 +114,7 @@ - + Save שמירה @@ -146,12 +146,12 @@ תצוגה שקופה ב־Dolphin - + Normal font for default push buttons גופן רגיל לכפתורי לחיצה כבררת מחדל - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ של LXQt. - + Transparent sidepane for PCManFM-qt חלונית צד שקופה עבור PCManFM-qt - + Iconless push buttons כפתורים ללא סמלים - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ עם הגדרות ההפעלה של LXQt. - + Transparent view for PCManFM-qt תצוגה שקופה עבור PCManFM-qt - + Iconless menus תפריטים ללא סמלים - + Blur explicitly translucent windows טשטוש חלונות שהם שקופים במפורש - + Single top toolbar סרגל כלים עליון יחיד @@ -256,116 +256,109 @@ כותרת תפריט שקופה - - Style KDE capacity bars as progressbars. - לעצב את סרגלי התפוסה של KDE כסרגלי התקדמות. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>לעצב את סרגלי התפוסה של KDE כסרגלי התקדמות?</p><p>בסרגלי תפוסה בדרך כלל נעשה שימוש ביישומי KDE כדי להציג גדלים של כרכים ויש להם סגנון משלהם.</p></body></html> - - - - Show KCapacityBar as progressbar - להציג KCapacityBar כסרגלי התקדמות - - - + Tint label icons on mouseover by - + הסמלים מתכהים עם מעבר העכבר מעליהם ב־ - - - - + + + + % - + % - + Respect dark themes לכבד ערכות עיצוב כהות - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - + שימושי עם ערכות סמלים מונוכרוניות +וכאשר האטימות של סמלים מושבתים +לא מופחתת בשום צורה אחרת. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + <html><head/><body><p>יעיל עם ערכות סמלים בצבעים אחידים כאשר האטימות של סמלים מושבתים לא מופחתת מסיבות אחרות.</p><p>מערכת KDE מפחיתה אוטומטית את אטימותם של סמלים מושבתים. לכן, אפשרות זו עשויה להיות שימושית גם לסביבות שולחן עבודה אחרות.</p></body></html> - + Opacity of disabled icons: - + אטימות של סמלים מושבתים: - + Show size grips of dialogs and statusbars as far as possible. - + להציג ידיות שינוי גודל של חלוניות +ושורות מצב ככל הניתן. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + <html><head/><body><p>להציג ידיות שינוי גודל של חלוניות ושורות מצב ככל הניתן?</p><p>כבררת מחדל, היישום מחליט האם הן תופענה אך השפצור הזה עשוי להיות שימושי לשינוי גדלי חלונות כשאין גבולות לחלונות.</p></body></html> - + Force size grips - + אילוץ ידיות שינוי גודל - + LXQt main menu icon size: גודל סמל תפריט ראשי של LXQt: - - - - - - - - - - + + + + + + + + + + px פיקסלים - + Compositing && General Look הרכבת חלונות ומראה כללי - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + משפיע רק כאשר לחלונות יש רקע SVG שקוף למחצה +או שאטימות החלון היא נמוכה (כדלהלן). - + Opaque apps: יישומים אטומים: - + If checked, menus, tooltips and windows will not have translucency or shadow. If this is disabled, see: Miscellaneous → Respect current DE if possible - + אם האפשרות מסומנת, תפריטים, חלוניות וחלונות +לא יהיו שקופים למחצה ולא יהיה להם צל. + +אם האפשרות מושבתת, יש לגשת אל: +שונות ← לכבד את סביבת שולחן העבודה הנוכחית אם ניתן @@ -373,6 +366,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -384,30 +389,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -416,13 +421,13 @@ - + Kinetic scrolling גלילה קינטית - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -437,17 +442,17 @@ ביציאה וכניסה מחדש. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -457,27 +462,27 @@ - + Contrast Effect - + אפקט ניגוד - + Saturation: רוויה: - + Intensity: חוזק: - + Contrast: ניגודיות: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -485,12 +490,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -498,18 +503,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -518,125 +523,125 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + הנפשה לשינוי מצב תחת העכבר - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars סרגלי גלילה מתחבאים - + Sizes && Delays גדלים והשהיות - + Sizes גדלים - + Small icon: סמל קטן: - + Large icon: סמל גדול: - + Button icon: סמל כפתור: - + Toolbar icon: סמל סרגל כלים: - + Font size גודל גופן - - + + The default value is 2 px but some apps set it themeselves. גודל בררת המחדל הוא 2 פיקסלים אבל חלק מהיישומים מגדירים זאת עצמאית. - + Layout spacing: ריווח פריסה: - - + + The default value is 4 px but some apps set it themeselves. ערך בררת המחדל הוא 4 פיקסלים אבל חלק מהיישומים מגדירים זאת עצמאית. - + Layout margin: גבול פריסה: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -645,59 +650,59 @@ 0 כבררת מחדל. - + Submenu overlap: חפיפת תת־תפריט: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) רוחב כפתורי ההיפוך האופקיים. (אין לזה השפעה כאשר מחווני ההיפוך הם אנכיים.) - + Spin button width: רוחב כפתור ההיפוך: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -721,14 +726,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -738,7 +743,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -748,7 +753,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -758,7 +763,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -767,8 +772,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -777,33 +782,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -814,8 +819,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -826,16 +831,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -844,30 +849,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -876,7 +881,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -885,7 +890,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -894,13 +899,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -908,8 +913,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -918,8 +923,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -927,7 +932,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -936,7 +941,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -944,19 +949,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -964,13 +969,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -979,7 +984,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -988,8 +993,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -998,28 +1003,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous שונות - + No arrows for scrollbars אין חצים בפסי הגלילה - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1032,17 +1037,17 @@ אם האפשרות מושבתת, יש לעיין בהרכבת חלונות ומראה כללי ← סרגלי גלילה מתחבאים! - + Scrollbars inside frames פסי גלילה בתוך מסגרות - + Tree branch lines - + קווי ענפי עץ - + By default, the label is on the frame and the frame is cut to contain it. @@ -1051,100 +1056,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons קיבוץ כפתורי סרגל כלים - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1153,43 +1158,43 @@ - + Respect current DE if possible לכבד את סביבת שולחן העבודה הנוכחית אם ניתן - + Combo popup as menu - + Left aligned tabs לשוניות מיושרות לשמאל - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs צירוף לשוניות בלתי פעילות - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1198,12 +1203,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1212,388 +1217,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme ערכת עיצוב מותקנת - + Application(s) יישום/יישומים - + app1,app2,app3 יישום1,יישום2,יישום3 - + Remove List הסרת רשימה - + Save the current list of apps שמירת רשימת היישומים הנוכחית - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>לשמור את רשימת היישומים הנוכחיים על ערכות העיצוב שלהם!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit יציאה - + Preview the active theme or update its preview. - + Preview תצוגה מקדימה - + About על אודות - + What's This? מה זה? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help עזרה - + Open Kvantum Theme Folder... פתיחת תיקיית ערכות העיצוב של Kvantum… - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! תחילה עליך למחוק את הגרסה הערוכה שלה! - - - + + + Confirmation אישור - + %1 installed. %1 הותקנה. - + %1 deleted. %1 נמחקה. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click לחיצה בודדת - + Double Click לחיצה כפולה - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout פריסת KDE - + Gnome Layout פריסת Gnome - + Mac Layout פריסת Mac - + Windows Layout פריסת Windows - + Android Layout פריסת Android - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + לערכות עיצוב שמיועדות להתקנה אסור שתהיה סולמית (#) בשם. - + This is not a Kvantum theme folder! - + זו לא תיקיית ערכות עיצוב של Kvantum! - + The theme already exists in modified form. ערכת העיצוב כבר קיימת עם שינויים. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. ערכת העיצוב קיימת. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? למחוק את <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - + אלו ההגדרות שניתן לשנות בבטחה.<br>לאחרות, יש ללחוץ על <b>שמירה</b> ואז לערוך את הקובץ הזה: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + אלו ההגדרות שמותר לשנות בבטחה.<br>לשאר, יש לערוך את הקובץ הזה: - + No description אין תיאור - + A copy of the root config is created. - + A copy was already created. - + כבר נוצר עותק. - + Configuration saved. - + התצורה נשמרה. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + השינויים שלכאורה ביצעת יאבדו. - + Restored the root default settings of %1 - + the default theme ערכת העיצוב כבררת מחדל - - + + About Kvantum Manager על מנהל Kvantum - + Translators מתרגמים - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + כלי להתקנה, בחירה<br>והגדרה של ערכות עיצוב של <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> יוצר: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>פדרם פורנג (ידוע בכינוי Tsu Jan)</a> </center><br> @@ -1608,19 +1613,19 @@ בררת מחדל - + This directory cannot be removed: אי אפשר להסיר את התיקייה הזאת: - + You might want to investigate the cause. אולי עדיף לך לחקור את הגורם לכך. - - - + + + Active theme: ערכת העיצוב הפעילה: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_hu.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_hu.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_hu.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_hu.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licenc @@ -113,7 +113,7 @@ - + Save Mentés @@ -145,12 +145,12 @@ Átlátszó Dolphin nézet - + Normal font for default push buttons Normál betű az alapértelmezett gombokhoz - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -163,17 +163,17 @@ az LXQt munkamenetbeállításokban. - + Transparent sidepane for PCManFM-qt Átlátszó oldalsáv a PCManfm-qt-hoz - + Iconless push buttons Ikon nélküli nyomógombok - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -182,22 +182,22 @@ - + Transparent view for PCManFM-qt Átlátszó nézet a PCManFM-qt-hoz - + Iconless menus Ikon nélküli menük - + Blur explicitly translucent windows Kifejezetten áttetsző ablakok elmosása - + Single top toolbar Egyetlen felső eszköztár @@ -251,42 +251,27 @@ Átlátszó menücím - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - KCapacityBar megjelenítése folyamatsávként - - - + Tint label icons on mouseover by Címikonok színezése az egérmutató alatt ennyivel: - - - - + + + + % % - + Respect dark themes Sötét témák tiszteletben tartása - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -295,18 +280,18 @@ más módon nem csökkentik. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Hasznos lehet egyszínű ikonkészletekkel és amikor a letiltott ikonok átlátszatlansága nincs máshogyan csökkentve.</p><p>A KDE automatikusan csökkenti a letiltott ikonok átlátszatlanságát. Ezért ez a lehetőség más asztali környezeteknél lehet hasznos.</p></body></html> - + Opacity of disabled icons: Letiltott ikonok átlátszatlansága: - + Show size grips of dialogs and statusbars as far as possible. Átméretező fogantyúk megjelenítése @@ -314,53 +299,53 @@ amennyire csak lehetséges. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips Átméretező fogantyúk kényszerítése - + LXQt main menu icon size: LXQt főmenü ikonmérete: - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look Kompozitálás és általános megjelenés - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Csak akkor van hatása, amikor áttetsző SVG háttér van az ablakokhoz, vagy az ablakátlátszatlanság csökkentett (lásd lentebb). - + Opaque apps: Átlátszatlan alkalmazások: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -378,6 +363,18 @@ <br><br>Mióta a <b><i>Kvantum</i></b> asztalikörnyezet-független, elsőnek <i>aktiválnia</i> kell egy Qt platform integrációs programmal. A KDE és az LXQt egyszerű eszközöket biztosít az aktív Qt stílus megváltoztatásához. Más platformoknál szükséges egy Qt beállító eszköz.<br/><br/> KDE alatt a téma színsémáját szintén alkalmazni kell, mert egyes KDE alkalmazások közvetlenül a KDE színsémáját használják.<br/><br/>A futó alkalmazások bezárás és újbóli megnyitás után megkapják az új témát. A kijelentkezés és a bejelentkezés minden KDE/LXQt rész számára jó lenne, ha teljes mértékben látni szeretné. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -390,7 +387,7 @@ Középre igazított űrlap elrendezés - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -399,24 +396,24 @@ az átmenetekkel együtt. - + Disable translucency with non-integer scaling Áttetszőség letiltása nem egész számú skálázásnál - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Alapértelmezetten a csúszka odaugrik, ahová a bal gombbal kattintottak. - + Scroll jump with middle click Görgetőugrás középső kattintással - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -425,13 +422,13 @@ - + Kinetic scrolling Kinetikus görgetés - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -446,17 +443,17 @@ vagy ki- és bejelentkezés útján. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects Kompozit effektek kikapcsolása - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -471,27 +468,27 @@ 1.00-nál nincs változás. - + Contrast Effect Kontraszt effekt - + Saturation: Telítettség: - + Intensity: Intenzitás: - + Contrast: Kontraszt: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -502,12 +499,12 @@ Automatikusan be van jelölve, ha az ablakelmosás engedélyezett. - + Blurring for menus and tooltips Elmosás menükhöz és elemleírásokhoz - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -518,18 +515,18 @@ amelyek árnyékot adnak a menüknek és az elemleírásoknak. - + Shadowless menus and tooltips Árnyék nélküli menük és elemleírások - + Translucent windows Áttetsző ablakok - - + + This will reduce the window opacity if window translucency is enabled. @@ -542,126 +539,126 @@ szükséges, hogy működjön. - + Reduce window opacity by Ablakátlátszatlanság csökkentése ennyivel: - + Reduce menu opacity by Menüátlátszatlanság csökkentése ennyivel: - + Blurring for translucent windows Elmosás az áttetsző ablakokhoz - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Egy 200 ms áttűnés amikor egyes elemek állapota megváltozik, főleg az egér által. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse Animáció az állapotváltozáshoz egér alatt - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Ugyanazokat a színeket és formákat használják az inaktív ablakok, ha a téma különbséget tesz közöttük? - + Ignore inactive state Inaktív állapot figyelmen kívül hagyása - + Transient scrollbars Átmeneti görgetősávok - + Sizes && Delays Méretek és késleltetések - + Sizes Méretek - + Small icon: Kis ikon: - + Large icon: Nagy ikon: - + Button icon: Gomb ikon: - + Toolbar icon: Eszköztárikon: - + Font size - + Betűméret - - + + The default value is 2 px but some apps set it themeselves. Az alapértelmezett érték 2 px de néhány alkalmazás megának állítja be. - + Layout spacing: Elrendezés térköze: - - + + The default value is 4 px but some apps set it themeselves. Az alapértelmezett érték 4 px de néhány alkalmazás megának állítja be. - + Layout margin: Elrendezés szegélye: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -670,35 +667,35 @@ 0 alapértelmezetten. - + Submenu overlap: Almenü átfedése: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - + Léptetőgomb szélessége: - - + + How to activate view items? Hogyan aktiválódjanak az elemek? - + Click behavior: Kattintási viselkedés: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -707,24 +704,24 @@ Alapértelmezetten a fa menükben mutatók vannak, de vonalak nincsenek. - + Dialog button layout: Párbeszédgomb elrendezés: - + They may look like dotted rectangles on focused buttons and other widgets. Úgy néznek ki, mint pontozott téglalapok a fókuszált gombokra és egyéb elemekre. - + Remove focus rectangles Fókusztéglalapok eltávolítása - + Use the active theme for all apps! This Needs saving to take effect. @@ -755,7 +752,7 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -764,7 +761,7 @@ Az ilyen gombokon félkövér szöveg van alapértelmezetten. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -779,7 +776,7 @@ Vegyes → Jelenlegi asztal tiszteletben tartása, ha lehetséges - + No icon for menu-items? By default, some of them may have icon. @@ -794,7 +791,7 @@ Vegyes → Jelenlegi asztal tiszteletben tartása, ha lehetséges - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -809,7 +806,7 @@ A Konsole, a Qterminal és az LXQt panel néhány példa. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -818,8 +815,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -832,7 +829,7 @@ A keménykódolt ikonok/stílusok lehet, hogy nem tartják ezt tiszteletben. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -841,7 +838,7 @@ amennyire lehetséges. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -850,19 +847,19 @@ ablakháttér a témában. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed Átmeneti görgetősáv-háttér - - + + Affects menu-items and headers. The default value is 16 px but @@ -879,8 +876,8 @@ Vegyes → Jelenlegi asztal tiszteletben tartása, ha lehetséges - - + + Affects icon views. The default value is 32 px but @@ -897,8 +894,8 @@ Vegyes → Jelenlegi asztal tiszteletben tartása, ha lehetséges - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -907,8 +904,8 @@ Az alapértelmezett érték 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -921,30 +918,30 @@ A KDE alkalmazások pedig a KDE beállítást használják. - - + + The minimum length of scrollbars. A görgetősávok minimális hossza. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: Görgetősáv minimális hossza: - + Delays Késleltetések - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -957,7 +954,7 @@ -1 az alapértelmezett Qt viselkedés. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -966,7 +963,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -975,13 +972,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -992,8 +989,8 @@ vízszintesen és függőlegesen is. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1002,8 +999,8 @@ Ablakok húzása a menüsávoknál, az esődleges eszköztáruknál - - + + Will have effect only if style is not set by the app in its code. @@ -1014,7 +1011,7 @@ Az alapértelmezett a "Stílus követése". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1023,7 +1020,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1031,19 +1028,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. A Kvantumban, alapértelmezetten középre vannak igazítva a lapok. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1054,13 +1051,13 @@ Alapértelmezetten, az összes menüelemük megjelenik. - + Tooltip delay: Elemleírás késleltetése: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1073,7 +1070,7 @@ problémájuk lehet az áttetszőséggel!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1082,8 +1079,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1096,28 +1093,28 @@ amíg a 0 azt, hogy nincs késleltetés. - + Submenu delay: Almenü késleltetése: - - + + ms ms - + Miscellaneous Vegyes - + No arrows for scrollbars Nyilak letiltása görgetősávokhz - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1130,17 +1127,17 @@ Ha le van tiltva lásd: Kompozitálás és általános megjelenés → Átmeneti görgetősávok! - + Scrollbars inside frames Görgetősáv a kereten belül - + Tree branch lines Faágvonalak - + By default, the label is on the frame and the frame is cut to contain it. @@ -1153,102 +1150,102 @@ és a keret nem lesz elvágva. - + Group-box label above frame - + Csoportdoboz címe a keret felett - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. Alapértelmezetten a menüsorokban az egérkövetés engedélyezett. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars Egérkövetés a menüsorokhoz - + Merge menubar with toolbar Menüsor összevonása az eszköztárral - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Ha be van jelölve, az eszköztárgombok csoportosítva és kiemelve lesznek az elválasztók közül. - + Group toolbar buttons Eszköztárgombok csoportosítása - + Shift push-button contents Gomb tartalmának eltolása - + Drag from: Húzás ezzel: - + Toolbutton style: Ezköztárgomb stílusa: - + If unchecked, shortcuts will not be underlined at all. Ha nincs bejelölve, a gyorsbillentyűk mindig alá lesznek húzva. - + Underline shortcuts with Alt Gyorsbillentyűk aláhúzása - + Inline spin indicators - + Soron belüli léptetőgombok - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + Függőleges léptetőgombok - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1261,45 +1258,45 @@ Törölje a jelölést, ha szeretné azokat használni! - + Respect current DE if possible Jelenlegi asztal tiszteletben tartása, ha lehetséges - + Combo popup as menu - + Left aligned tabs Balra igazított lapok - + Inactive tabs are joined together by default, i.e., there is no border between them. Az inaktív lapok alapértelmezetten össze vannak kapcsolva, azaz nincs közöttük szegély. - + Join inactive tabs Inaktív lapok összecsatolása - + Scrollable menus Görgethető menük - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1308,12 +1305,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1322,390 +1319,390 @@ - + Allow dragging from buttons - + Húzás engedélyezése a gombokról - + Application Themes Alkalmazás témák - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Itt témákat rendelhet hozzá bizonyos alkalmazásokhoz.</center><br><center>Egyes témákhoz hoozáadhatja az alkalmazások vesszővel elválasztott listáját, amelyek ezt a témát használják az aktív téma helyett. Miután kiválasztotta a témákat, mentse az eredményt a <i>Mentés </i> gombra kattintva. - + Installed Theme Telepített téma - + Application(s) Alkalmazás(ok) - + app1,app2,app3 alkalmazás1,alkalmazás2,alkalmazás3, - + Remove List Lista eltávolítása - + Save the current list of apps Az alkalmazások jelenlegi listájának mentése - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Alkalmazások jelenlegi listájának mentése a megfelelő témáikkal!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Kilépés - + Preview the active theme or update its preview. Az aktív téma előnézete vagy az előnézet frissítése. - + Preview Előnézet - + About Névjegy - + What's This? Mi ez? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help Segítség - + Open Kvantum Theme Folder... Kvantum téma mappa megnyitása... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Először törölnie kell a módosított verziót! - - - + + + Confirmation Megerősítés - + %1 installed. %1 telepítve. - + %1 deleted. %1 törölve. - + Theme changed to %1. Téma %1-ra változott. - + You have no permission to write here: Nincs írási engedélyed ide: - - - + + + Follow Style Stílus követése - + Single Click Egy kattintás - + Double Click Dupla kattintás - + Icon Only Csak ikon - + Text Only Csak szöveg - + Text Beside Icon Szöveg az ikon mellett - + Text Under Icon Szöveg az ikon alatt - + KDE Layout KDE elrendezés - + Gnome Layout Gnome elrendezés - + Mac Layout Mac elrendezés - + Windows Layout Windows elrendezés - + Android Layout Android elrendezés - + Titlebar Címsor - + Menubar Menüsor - + Menubar and primary toolbar Menüsor és elsődleges eszköztár - + Anywhere possible Bárhonnan lehetséges - + Please fix that first! Elsőnek azt javítsa! - + This file cannot be removed: A fájl nem távolítható el: - - + + This is not an installable Kvantum theme! Ez nem egy telepíthető Kvantum téma! - + The name of an installable themes should not be "Default". A telepíthető témáknak nem lehet a neve "Default". - - - + + + Please select another directory! Válasszon másik könyvtárat! - + Installable themes should not have # in their names. A telepíthető témák nem tartalmazhatnak # karaktert a nevükben. - + This is not a Kvantum theme folder! Ez nem egy Kvantum téma mappa! - + The theme already exists in modified form. A téma már létezik módosított formában. - + You have selected an installed theme folder. Ki kell választania egy telepített téma mappáját. - + Please choose another directory! Válasszon másik könyvtárat! - + The theme already exists. A téma már létezik. - + Do you want to overwrite it? Felül szeretné írni? - + This theme is also installed as root in: Ez a téma rootként telepítve van itt: - + The user installation will take priority. A felhasználói telepítés elsőbbséget élvez. - + This theme is also installed as user in: Ez a téma a felhasználó számára telepítve van itt: - + This installation will take priority. Ez a telepítés elsőbbséget élvez. - + Do you really want to delete <i>%1</i>? Biztos törölni szeretné ezt: <i>%1</i>? - + It could not be restored unless you have a copy of it. Ez nem visszaállítható, ha csak nincs egy másolata róla. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Ezek a beállítások biztonságosan megváltoztathatók.<br>A többiért kattintson a <i>Mentésre</i>, és szerkessze ezt a fájlt: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Ezek a beállítások biztonságosan megváltoztathatók.<br>A többiért szerkessze ezt a fájlt: - + No description Nincs leírás - + A copy of the root config is created. A root konfiguráció másolata létrehozva. - + A copy was already created. Egy másolat már készült erről. - + Configuration saved. Konfiguráció elmentve. - + Do you want to revert to the default (root) settings of this theme? Vissza akar térni a téma alapértelmezett (root) beállításaira? - + You will lose the changes you might have made. Elveszíti az esetlegesen végrehajtott változtatásokat. - + Restored the root default settings of %1 A %1 alapértelmezett root beállításai vissza lettek állítva - + the default theme az alapértelmezett téma - - + + About Kvantum Manager A Kvantum kezelőről - + Translators Fordítók - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Egy eszköz a <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> témák telepítéséhez, kiválasztásához, és beállításához - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Szerző: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (más néven Tsu Jan)</a> </center><br> @@ -1720,19 +1717,19 @@ alapértelmezett - + This directory cannot be removed: Ez a könyvtár nem eltávolítható: - + You might want to investigate the cause. Érdemes lehet kinyomozni az okát. - - - + + + Active theme: Aktív téma: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_id.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_id.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_id.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_id.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Lisensi @@ -114,7 +114,7 @@ - + Save Simpan @@ -146,12 +146,12 @@ Tampilan Dolphin transparan - + Normal font for default push buttons Huruf normal untuk Tombol Tekan bawaan - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ dengan Pengaturan Sesi LXQt. - + Transparent sidepane for PCManFM-qt Panel Samping transparan untuk PCManFM-qt - + Iconless push buttons Tombol Tekan tanpa Ikon - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ dengan Pengaturan Sesi LXQt. - + Transparent view for PCManFM-qt Tampilan Transparan untuk PCManFM-qt - + Iconless menus Menu tanpa ikon - + Blur explicitly translucent windows Buramkan secara eksplisit jendela tembus pandang - + Single top toolbar Bilah alat tunggal @@ -256,41 +256,26 @@ Judul menu transparan - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Beri gaya Bilah Kapasitas KDE sebagai Bilah Kemajuan</p><p>Bilah Kapasitas biasanya digunakan oleh beberapa aplikasi KDE untuk memperlihatkan ukuran isi dan memiliki gaya mereka sendiri.</p></body></html> - - - - Show KCapacityBar as progressbar - Perlihatkan KCapacityBar sebagai Bilah Kemajuan - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes Hormati tema - tema gelap - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,71 +284,71 @@ dikurangi dengan cara lain. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Berguna dengan set ikon monochrome dan ketika keburaman dari ikon yang dinonaktifkan tidak dikurangi dengan cara lain.</p><p>KDE akan secara otomatis mengurangi keburaman dari ikon yang dinonaktifkan. Oleh karena itu, opsi ini mungkin saja lebih berguna daripada bagi Lingkungan Desktop yang lain.</p></body></html> - + Opacity of disabled icons: Keburaman ikon yang dinonaktifkan: - + Show size grips of dialogs and statusbars as far as possible. Perlihatkan pegangan ukuran dari dialog dan bilah status sejauh mungkin. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Perlihatkan pegangan ukuran dari dialog dan bilah status sejauh mungkin?</p><p>Secara bawaan, aplikasi yang memutuskan apakah mereka seharusnya ditampilkan, tapi peretasan ini dapat saja berguna untuk mengubah ukuran jendela dengan mudah ketika tidak ada pembatas jendela.</p></body></html> - + Force size grips Paksa pegangan ukuran - + LXQt main menu icon size: Ukuran ikon menu utama LXQt: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Pengkomposisian && Tampilan Umum - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Mempunyai efek hanya ketika adanya latar belakang SVG tembus pandang untuk jendela atau keburaman jendela dikurangi (lihat di bawah). - + Opaque apps: Aplikasi tidak tembus cahaya (filter): - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,6 +366,18 @@ <br><br>Karena <b><i>Kvantum</i></b> bersifat independen dari semua Lingkungan Desktop, pertama anda harus <i>mengaktifkan</i> nya dengan sebuah program integrasi Platform Qt. KDE dan LXQt menyediakan alat - alat sederhana untuk mengganti plugin Gaya Qt yang aktif. Untuk platform lain, anda perlu sebuah alat pengaturan Qt.<br/><br/>Di bawah KDE, pilih dan terapkan juga skema warna dari tema ini karena beberapa aplikasi KDE mungkin mendapat warna mereka secara langsung dari skema warna KDE.<br/><br/>Aplikasi yang sedang berjalan akan mendapat tema baru setelah ditutup dan dibuka kembali. Log keluar dan masuk akan baik untuk semua bagian KDE/LXQt terlihat secara sepenuhnya. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -392,31 +389,31 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Secara bawaan, slider gulir melompat ke sebuah posisi ketika bilah gulir diklik kiri. - + Scroll jump with middle click Gulir melompat dengan klik tengah - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -425,13 +422,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -446,17 +443,17 @@ atau melalui Log keluar dan masuk lagi. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Jika dicentang, menu - menu, tip alat dan jendela tidak akan memiliki ketembus cahayaan atau bayangan.</p><p>Ketika tidak dicentang, ketembus cahayaan dan bayangan akan tersedia jika ada unsur - unsur yang sesuai di dalam berkas SVG dari tema.</p><p>Jika ini dinonaktifkan, Lihat Bermacam - macam → Hormati DE sekarang jika memungkinkan.</p></body></html> - + Disable composite effects Nonaktifkan efek pengkomposisian - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -471,27 +468,27 @@ Nilai 1,00 berarti tidak ada perubahan. - + Contrast Effect Efek Kontras - + Saturation: Saturasi: - + Intensity: Intensitas: - + Contrast: Kontras: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -503,12 +500,12 @@ Secara otomatis dicentang jika pemburaman jendela diaktifkan. - + Blurring for menus and tooltips Pemburaman untuk menu dan tip alat - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -519,18 +516,18 @@ shadow di menu dan tooltips. - + Shadowless menus and tooltips Menu dan tooltip tanpa bayangan - + Translucent windows Jendela temabus cahaya - - + + This will reduce the window opacity if window translucency is enabled. @@ -543,128 +540,128 @@ diperlukan untuk ini agar bisa bekerja. - + Reduce window opacity by Kurangi keburaman jendela sebanyak - + Reduce menu opacity by Kurangi keburaman menu sebanyak - + Blurring for translucent windows Keburaman untuk jendela tembus pandang - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Sebuah 200ms animasi pudar keetika keaadaan dari beberapa widget diganti, when the state of some widgets is changed, kebanyakannya dengan mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse Animasi untuk pergantian keadaan di bawah mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Centang ini untuk membuang pola pengubinan semua jendela/dialog! Jangan centang jika anda ingin mereka memiliki pola kembali! - + Remove window/dialog tiling patterns Buang pola pengubinan jendela/dialog - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Gunakan warna dan bentuk yang sama dengan jendela aktif dan nonaktif jika tema ini memperbedakan antara mereka? - + Ignore inactive state Abaikan keadaan tidak aktif - + Transient scrollbars bilah gulir sementara - + Sizes && Delays Ukuran && Penundaan - + Sizes Ukuran - + Small icon: Ikon kecil: - + Large icon: Ikon besar: - + Button icon: Ikon Tombol: - + Toolbar icon: Ikon bilah alat: - + Font size - - + + The default value is 2 px but some apps set it themeselves. Nilai bawaannya adalah 2 px tetapi beberapa aplikasi mengaturnya sendiri. - + Layout spacing: Tata letak spasi: - - + + The default value is 4 px but some apps set it themeselves. Nilai bawaannya adalah 4 px tetapi beberapa aplikasi mengaturnya sendiri. - + Layout margin: Tata letak batas: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -673,36 +670,36 @@ 0 secara bawaan. - + Submenu overlap: Submenu tumpang tindih: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Lebar dari tombol putar horisontal. (Tidak memiliki efek ketika indikator putar adalah vertikal.) - + Spin button width: Lebar Tombol putar: - - + + How to activate view items? Bagaimana cara melihat item? - + Click behavior: Efek klik: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -711,24 +708,24 @@ Secara bawaan, cabang pohon memiliki indikator tetapi tidak ada garis. - + Dialog button layout: Tata letak tombol dialog: - + They may look like dotted rectangles on focused buttons and other widgets. Mereka memang terlihat seperti kotak bergaris pada tombol dan widget lainnya. - + Remove focus rectangles Hapus kotak yang difokuskan - + Use the active theme for all apps! This Needs saving to take effect. @@ -761,7 +758,7 @@ Secara bawaan, dia memiliki latar belakang dasar. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -770,7 +767,7 @@ Beberapa tombol tekan memiliki teks tebal secara bawaan. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -785,7 +782,7 @@ Bermacam - macam → Hormati DE sekarang jika memungkinkan - + No icon for menu-items? By default, some of them may have icon. @@ -800,7 +797,7 @@ Bermacam - macam → Hormati DE saat ini jika memungkinkan - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -815,7 +812,7 @@ Konsole, QTerminal dan panel LXQt adalah contohnya. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -828,8 +825,8 @@ manapun. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -842,7 +839,7 @@ ikon/gaya berkode keras (hard-coded) munkin tidak menghormati kunci ini. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -851,7 +848,7 @@ sejauh mungkin. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -860,20 +857,20 @@ SVG jendela tembus cahaya di temanya. - + Should transient scrollbars have semi-transparent grooves when needed? Haruskah bilah gulir sementara memiliki alur semi-transparan ketika diprlukan? - + Transient scrollbar grooves when needed Alur bilah gulir sementara (transien) saat diperlukan - - + + Affects menu-items and headers. The default value is 16 px but @@ -884,8 +881,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -896,16 +893,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -914,30 +911,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -946,7 +943,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -955,7 +952,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -964,13 +961,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -978,8 +975,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -988,8 +985,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -997,7 +994,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1006,7 +1003,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1014,19 +1011,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1034,13 +1031,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1049,7 +1046,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1058,8 +1055,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1068,28 +1065,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1098,17 +1095,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1117,100 +1114,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1219,43 +1216,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1264,12 +1261,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1278,388 +1275,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click Klik sekali - + Double Click Klik dua kali - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout Tata letak KDE - + Gnome Layout Tata letak Gnome - + Mac Layout Tata letak Mac - + Windows Layout Tata letak Windows - + Android Layout Tata letak Android - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! Ini bukan folder tema Kvantum! - + The theme already exists in modified form. Tema sudah ada dalam bentuk yang dimodifikasi. - + You have selected an installed theme folder. Anda telah memilih folder tema yang dipasang. - + Please choose another directory! Silakan pilih direktori lainnya! - + The theme already exists. Tema ini sudah ada sebelumnya. - + Do you want to overwrite it? Apakah Anda ingin menimpanya? - + This theme is also installed as root in: Tema ini juga dipasang sebagai root di: - + The user installation will take priority. Pemasangan pengguna akan menjadi prioritas. - + This theme is also installed as user in: Tema ini juga dipasang sebagai user di: - + This installation will take priority. Pemasangan ini akan menjadi prioritas. - + Do you really want to delete <i>%1</i>? Apakah Anda ingin menghapus <i>%1</i>? - + It could not be restored unless you have a copy of it. Ini tidak dapat dipulihkan kecuali Anda memiliki salinannya. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Ini adalah pengaturan yang dapat diubah dengan aman.<br>Untuk yang lain, klik <i>Simpan</i> sunting berkas ini: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Ini adalah pengaturan yang dapat diubah dengan aman.<br>Untuk yang lain, sunting berkas ini: - + No description Tidak ada deskripsi - + A copy of the root config is created. Salinan konfig root dibuat. - + A copy was already created. Salinan telah dibuat sebelumnya. - + Configuration saved. Konfigurasi disimpan. - + Do you want to revert to the default (root) settings of this theme? Apakah Anda ingin mengembalikan pengaturan (root) baku untuk tema ini? - + You will lose the changes you might have made. Anda akan kehilangan perubahan yang telah dibuat. - + Restored the root default settings of %1 Pengaturan %1 baku untuk root dipulihkan - + the default theme tema baku - - + + About Kvantum Manager Tentang Manajer Kvantum - + Translators Penerjemah - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Alat untuk memasang, memilih<br>dan mengkonfigurasi tema <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Penulis: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1674,19 +1671,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: Tema aktif:: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_it.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_it.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_it.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_it.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ja.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ja.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ja.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ja.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License ライセンス @@ -110,7 +110,7 @@ - + Save 保存 @@ -141,12 +141,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -155,17 +155,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -174,22 +174,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -241,110 +241,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px ピクセル - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -359,6 +344,18 @@ <br/><br/>KDE では、いくつかの KDE アプリケーションは、KDE カラースキームからそのディレクトリを取得し、そのテーマの配色を選択して適用することも出来ます。<br/><br/>実行中のアプリケーションは、閉じて再び開くと新しいテーマが取得されます。すべての KDE/LXQt パーツが、完全にテーマを表示されるようにするためには、ログイン・ログアウトが便利です。 + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -370,30 +367,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -402,13 +399,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -418,17 +415,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -438,27 +435,27 @@ - + Contrast Effect - + Saturation: 彩度: - + Intensity: 強調: - + Contrast: コントラスト: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -466,12 +463,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -479,18 +476,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -499,182 +496,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: 小さいアイコン: - + Large icon: 大きいアイコン: - + Button icon: ボタンのアイコン: - + Toolbar icon: ツールバーのアイコン: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -698,14 +695,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -715,7 +712,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -725,7 +722,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -735,7 +732,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -744,8 +741,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -754,33 +751,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -791,8 +788,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -803,16 +800,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -821,30 +818,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -853,7 +850,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -862,7 +859,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -871,13 +868,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -885,8 +882,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -895,8 +892,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -904,7 +901,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -913,7 +910,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -921,19 +918,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -941,13 +938,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -956,7 +953,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -965,8 +962,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -975,28 +972,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1005,17 +1002,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1024,100 +1021,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1126,43 +1123,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1171,12 +1168,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1185,388 +1182,388 @@ - + Allow dragging from buttons - + Application Themes アプリケーションのテーマ - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>ここではテーマを特定のアプリケーションに割り当てることが出来ます。</center><br><center>各テーマごとに、アクティブなテーマの代わりにそのテーマを使用したい実行可能アプリケーションをカンマ区切りリストに追加します。選択したテーマすべてに対して行った後、<i>保存</i> ボタンをクリックして結果を保存します。</cente> - + Installed Theme インストールされているテーマ - + Application(s) アプリケーションのリスト - + app1,app2,app3 アプリ1,アプリ2,アプリ3 - + Remove List リストの削除 - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit 終了 - + Preview the active theme or update its preview. - + Preview プレビュー - + About Kvantum について - + What's This? これは何ですか? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help ヘルプ - + Open Kvantum Theme Folder... Kvantum テーマのフォルダーを開く... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! 最初に修正したバージョンを削除する必要があります! - - - + + + Confirmation 確認 - + %1 installed. %1 がインストールされました。 - + %1 deleted. %1 が削除されました。 - + Theme changed to %1. テーマが %1 へ変更されました。 - + You have no permission to write here: ここへの書き込みのアクセス許可がありません: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only アイコンのみ - + Text Only テキストのみ - + Text Beside Icon - + Text Under Icon アイコンの下のテキスト - + KDE Layout KDE のレイアウト - + Gnome Layout Gnome のレイアウト - + Mac Layout Mac のレイアウト - + Windows Layout Windows のレイアウト - + Android Layout Android のレイアウト - + Titlebar タイトルバー - + Menubar メニューバー - + Menubar and primary toolbar - + Anywhere possible どこでも可能 - + Please fix that first! - + This file cannot be removed: 削除できないファイル: - - + + This is not an installable Kvantum theme! これはインストール可能な Kvantum テーマではありません! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! 別のディレクトリを選択して下さい! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! これは Kvantum テーマのフォルダーではありません! - + The theme already exists in modified form. テーマは修正された形で既に存在しています。 - + You have selected an installed theme folder. インストールされているテーマのフォルダーを選択しました。 - + Please choose another directory! 別のディレクトリを選択して下さい! - + The theme already exists. テーマが既に存在しています。 - + Do you want to overwrite it? これを上書きしますか? - + This theme is also installed as root in: このテーマも root としてインストールされます: - + The user installation will take priority. ユーザーのインストールが優先されます。 - + This theme is also installed as user in: このテーマもユーザーとしてインストールされます: - + This installation will take priority. このインストールが優先されます。 - + Do you really want to delete <i>%1</i>? 本当に <i>%1</i> を削除しますか? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: これらは安全に変更できる設定です。<br>その他は、<i>保存</i> をクリックしてから次のファイルを編集します: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: これらは安全に変更できる設定です。<br>その他の場合は、このファイルを編集します。 - + No description 説明がありません - + A copy of the root config is created. root の設定のコピーが作成されます。 - + A copy was already created. コピーが既に作成されています。 - + Configuration saved. 設定が保存されました。 - + Do you want to revert to the default (root) settings of this theme? このテーマの標準 (root) 設定に戻しますか? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme 標準のテーマ - - + + About Kvantum Manager Kvantum マネージャーについて - + Translators 翻訳者 - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> テーマを<br>インストール・選択・設定するツールです - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> 作者: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (別名 Tsu Jan)</a> </center><br> @@ -1581,19 +1578,19 @@ 標準 - + This directory cannot be removed: このディレクトリを削除できません: - + You might want to investigate the cause. - - - + + + Active theme: アクティブなテーマ: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ko.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ko.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ko.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ko.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License 라이센스 @@ -85,8 +85,8 @@ Revert to the default (root) settings of this theme. (Ctrl+Z) - 이 테마의 -기본(루트) 설정으로 되돌리기. + 이 테마의 기본(루트) +설정으로 돌아갑니다. (Ctrl+Z) @@ -113,7 +113,7 @@ - + Save 저장 @@ -145,12 +145,12 @@ 투명한 Dolphin 보기 - + Normal font for default push buttons 기본 푸시 버튼의 일반 글꼴 - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -163,17 +163,17 @@ 시작해야 합니다. - + Transparent sidepane for PCManFM-qt PCManFM-qt용 투명 사이드 패널 - + Iconless push buttons 아이콘이 없는 푸시 버튼 - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -186,22 +186,22 @@ 시작해야 합니다. - + Transparent view for PCManFM-qt PCManFM-qt에 대한 투명 보기 - + Iconless menus 아이콘 없는 메뉴 - + Blur explicitly translucent windows 반투명 창을 명시적으로 흐리게 - + Single top toolbar 단일 상단 도구모음 @@ -255,41 +255,26 @@ 투명한 메뉴 제목 - - Style KDE capacity bars as progressbars. - KDE 용량 막대를 진행 표시줄로 스타일 지정합니다. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>KDE 용량 막대를 진행 표시줄로 스타일 지정하시겠습니까?</p><p>용량 막대는 일반적으로 일부 KDE 응용 프로그램에서 볼륨 크기를 표시하고 고유한 스타일을 사용하는 데 사용됩니다.</p></body></html> - - - - Show KCapacityBar as progressbar - KCapacity 표시줄을 진행 표시줄로 표시 - - - + Tint label icons on mouseover by 마우스오버에 있는 색조 레이블 아이콘 - - - - + + + + % % - + Respect dark themes 어두운 색상 테마 준수 - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -298,71 +283,71 @@ 유용합니다. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>단색 아이콘이 설정되고 비활성화된 아이콘의 불투명도가 다른 방법으로 감소되지 않을 때 유용합니다.</p><p>KDE는 비활성화된 아이콘의 불투명도를 자동으로 줄입니다. 따라서 이 옵션은 다른 데스크톱 환경보다 유용할 수 있습니다.</p></body></html> - + Opacity of disabled icons: 비활성화된 아이콘의 불투명도: - + Show size grips of dialogs and statusbars as far as possible. 대화 상자 및 상태 표시줄의 크기 그립을 가능한 한 멀리 표시하십시오. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>대화 상자 및 상태 표시줄의 크기 그립을 가능한 한 멀리 표시하시겠습니까?</p><p>기본적으로 응용 프로그램에서 표시 여부를 결정하지만 이 해킹은 창 테두리가 없는 경우 창의 크기를 쉽게 조정하는 데 유용할 수 있습니다.</p></body></html> - + Force size grips 크기 조정 핸들의 강제 사용 - + LXQt main menu icon size: LXQt 메인 메뉴 아이콘 크기: - - - - - - - - - - + + + + + + + + + + px 픽셀 - + Compositing && General Look 합성 && 일반 모양 - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). 창에 대한 반투명 SVG 배경이 있거나 창 불투명도가 감소된 경우에만 효과가 있습니다(아래 참조). - + Opaque apps: 불투명 앱: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -379,6 +364,20 @@ <br><br><b><i>Kvantum</i></b>는 모든 데스크톱 환경에 독립적이므로 먼저 Qt 플랫폼 통합 프로그램으로 <i>활성화</i>해야 합니다. KDE 및 LXQt는 활성 Qt 스타일 플러그인을 변경하기 위한 간단한 도구를 제공합니다. 다른 플랫폼에서는 Qt 구성 도구가 필요합니다.<br/><br/>일부 KDE 응용 프로그램은 KDE 색 구성표에서 직접 색을 가져올 수 있으므로 KDE에서 이 테마의 색 구성표를 선택하여 적용합니다.<br/><br/>실행중인 응용 프로그램은 닫았다가 다시 열린 후 새로운 테마를 얻습니다. 모든 KDE/LXQt 파트에서 로그아웃하고 로그인하면 완전히 볼 수 있습니다. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + 기본적으로 세로 도구모음은 스타일이 없습니다. + +이 옵션을 사용하지 않는 경우, 위의 옵션을 참조하십시오. + + + + Style vertical toolbars + 스타일 세로 도구모음 + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -391,7 +390,7 @@ 가운데 맞춤 양식 레이아웃 - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -400,24 +399,24 @@ 아티팩트가 나타날 수 있습니다. - + Disable translucency with non-integer scaling 정수가 아닌 스케일링으로 투명도 비활성화 - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. 기본적으로 스크롤 슬라이더는 스크롤 막대를 계속 클릭하면 위치로 이동합니다. - + Scroll jump with middle click 가운데 클릭으로 스크롤 점프 - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -430,13 +429,13 @@ 다른 작업을 심각하게 방해 할 수 있습니다. - + Kinetic scrolling 키네틱 스크롤 - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -450,17 +449,17 @@ "세션 설정" 또는 로그아웃 후, 다시 LXQt 패널을 다시 시작해야합니다. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>이 옵션을 선택하면 메뉴, 풍선 도움말 및 창에 투명도 또는 그림자가 없습니다.</p><p>선택하지 않으면 테마의 SVG 파일에 적절한 요소가 있는 경우 투명도와 그림자를 사용할 수 있습니다.</p><p>이 기능을 사용할 수 없는 경우, 다음 참조: 기타 → 가능하면 현재 DE를 준수하십시오.</p></body></html> - + Disable composite effects 복합 효과 사용안함 - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -474,27 +473,27 @@ 값이 1.00이면 변경되지 않습니다. - + Contrast Effect 대비 효과 - + Saturation: 채도: - + Intensity: 명도: - + Contrast: 대비: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -505,12 +504,12 @@ 창 흐림이 활성화되어 있는지 자동으로 확인합니다. - + Blurring for menus and tooltips 메뉴 및 풍선 도움말 흐리게 - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -521,18 +520,18 @@ 그림자를 제공하는데 유용할 수 있습니다. - + Shadowless menus and tooltips 그림자 없는 메뉴 및 풍선 도움말 - + Translucent windows 반투명 창 - - + + This will reduce the window opacity if window translucency is enabled. @@ -545,129 +544,129 @@ 반투명 SVG 배경이 필요하지 않습니다. - + Reduce window opacity by 창 불투명도 감소 - + Reduce menu opacity by 메뉴 불투명도 감소 - + Blurring for translucent windows 반투명 창 흐리게 - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. 일부 위젯의 상태가 주로 마우스에 의해 변경될 때 200ms 페이딩 애니메이션입니다. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>일부 위젯의 상태가 주로 마우스에 의해 변경될 때 200ms 페이딩 애니메이션입니다.</p><p>하나의 위젯만 애니메이션되기 때문에 CPU 사용량은 무시할 수 있습니다. 결과적으로 시각적 효과는 활성 테마에 따라 다릅니다.</p><p>버튼(라디오 버튼 및 확인란 포함), 콤보 박스, 회전 박스, 슬라이더 핸들, 라인 편집 및 스크롤 보기 등 이러한 위젯이 지원됩니다.</p></body></html> - + Animation for state change under mouse 마우스 아래 상태 변경에 대한 애니메이션 - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! 모든 창/대화상자 타일링 패턴을 제거하려면 이 항목을 선택하십시오! 해당 패턴을 다시 원한다면 선택을 취소하십시오! - + Remove window/dialog tiling patterns 창/대화 바둑판식 배열 패턴 제거 - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? 이 테마가 구별되는 경우 활성 및 비활성 창에 동일한 색상과 모양을 사용하시겠습니까? - + Ignore inactive state 비활성 상태 무시 - + Transient scrollbars 일시적인 스크롤막대 - + Sizes && Delays 크기 && 지연시간 - + Sizes 크기 - + Small icon: 작은 아이콘: - + Large icon: 큰 아이콘: - + Button icon: 버튼 아이콘: - + Toolbar icon: 도구모음 아이콘: - + Font size - + 글꼴 크기 - - + + The default value is 2 px but some apps set it themeselves. 기본값은 2필셀 이지만, 일부 앱은 자체적으로 설정합니다. - + Layout spacing: 레이아웃 간격: - - + + The default value is 4 px but some apps set it themeselves. 기본값은 4픽셀 이지만, 일부 앱은 자체적으로 설정합니다. - + Layout margin: 레이아웃 여백: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -676,36 +675,36 @@ 기본값은 0 입니다. - + Submenu overlap: 하위메뉴 겹침: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) 수평 회전 버튼의 너비입니다.. (회전 표시도구가 수직일 경우 아무 영향 없음) - + Spin button width: 회전 버튼 너비: - - + + How to activate view items? 보기 항목을 활성화하는 방법? - + Click behavior: 클릭 동작: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -714,24 +713,24 @@ 기본적으로 트리 브랜치에는 표시도구가 있지만 선은 없습니다. - + Dialog button layout: 대화상자 버튼 레이아웃: - + They may look like dotted rectangles on focused buttons and other widgets. 초점이 있는 버튼 및 기타 위젯에서 점선 사각형처럼 보일 수 있습니다. - + Remove focus rectangles 초점 사각형 제거 - + Use the active theme for all apps! This Needs saving to take effect. @@ -764,7 +763,7 @@ 기본적으로 기본 배경이 있습니다. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -773,7 +772,7 @@ 이러한 푸시 버튼에는 기본적으로 굵은 텍스트가 있습니다. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -788,7 +787,7 @@ 기타 → 가능하면 현재 DE 준수 - + No icon for menu-items? By default, some of them may have icon. @@ -803,7 +802,7 @@ 기타 → 가능하면 현재 DE 준수 - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -817,7 +816,7 @@ Konsole, QTerminal 및 LXQt 패널이 그 예입니다. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -829,8 +828,8 @@ 다른 위치에 있든 관계없이 스타일이 지정됩니다. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -843,7 +842,7 @@ 하드 코딩된 아이콘/스타일은 이 키를 준수하지 않을 수 있습니다. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -851,7 +850,7 @@ Kvantum은 가능한 한 그것들의 행동을 바로잡으려고 노력할 수 있습니다. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -859,20 +858,20 @@ 테마의 반투명 창 SVG 배경이 필요합니다. - + Should transient scrollbars have semi-transparent grooves when needed? 필요할 때 일시적인 스크롤 막대에 반투명 홈이 있어야 합니까? - + Transient scrollbar grooves when needed 필요한 경우 일시적인 스크롤 막대를 홈으로 이동 - - + + Affects menu-items and headers. The default value is 16 px but @@ -889,8 +888,8 @@ 기타 → 가능하면 현재 DE 준수 - - + + Affects icon views. The default value is 32 px but @@ -907,8 +906,8 @@ 기타 → 가능하면 현재 DE 준수 - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -917,8 +916,8 @@ 기본값은 16픽셀입니다. - - + + Affects toolbars. The default value is 22 px but @@ -931,30 +930,30 @@ KDE 앱은 KDE 설정에서 가져옵니다. - - + + The minimum length of scrollbars. 스크롤바의 최소 길이입니다. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>세로 스크롤 막대의 최소 높이와 가로 스크롤 막대의 최소 너비입니다.</p></body></html> - + Minimum scrollbar length: 최소 스크롤 막대 길이: - + Delays 지연시간 - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -967,16 +966,20 @@ -1은 기본 Qt 동작을 의미합니다. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. If disabled, see Compositing & General Look → Transient scrollbars! - + 스크롤바에는 기본적으로 추가 줄 및 하위 줄 화살표가 있습니다. + +이 상자를 선택하면 화살표가 최대한 제거됩니다. + +비활성화된 경우, Compositing & General Look → Transient scrollbars! 를 참조하십시오 - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -988,14 +991,14 @@ 이 옵션은 드롭 사각형을 강조표시 색상으로 채웁니다. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. 이 옵션을 선택하면 메뉴 표시줄과 도구모음이 서로 인접할 때 도구모음 SVG 요소에 의해 전체적으로 그려집니다. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1005,18 +1008,22 @@ 기본적으로 내용은 수평 및 수직으로 모두 1px씩 이동됩니다. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? If this is disabled, see: Miscellaneous → Respect current DE if possible - + 메뉴 모음, 기본 도구 모음 또는 가능한 곳(제목 표시줄뿐 +아니라)에서 창을 끌어다 놓으시겠습니까? + +이 기능이 비활성화된 경우 다음을 참조하십시오: +기타 → Respect current DE if possible - - + + Will have effect only if style is not set by the app in its code. @@ -1027,7 +1034,7 @@ 기본값은 "스타일 따르기"입니다. - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1039,7 +1046,7 @@ 이를 확인하면 회전 표시도구를 회전 선 편집에 통합됩니다. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1050,7 +1057,7 @@ 회전 선 편집도구를 배치합니다. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1059,12 +1066,12 @@ 기본적으로 콤보 팝업은 콤보 상자를 덮지 않습니다. - + In Kvantum, tabs are centered by default. Kvantum에서는 탭이 기본적으로 중앙에 위치합니다. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1075,13 +1082,13 @@ 기본적으로 모든 메뉴 항목이 표시됩니다. - + Tooltip delay: 풍선 도움말 지연시간: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1094,7 +1101,7 @@ 반투명성에 문제가 있을 수 있습니다!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1107,8 +1114,8 @@ 그것들은 일반적으로 여분의 공간을 차지하지 않습니다. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1121,28 +1128,28 @@ 0은 지연시간이 없음을 의미합니다. - + Submenu delay: 하위메뉴 지연시간: - - + + ms ms - + Miscellaneous 기타 - + No arrows for scrollbars 스크롤 막대에 대한 화살표 없음 - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1155,17 +1162,17 @@ 비활성화된 경우, 합성 및 일반 모양 → 과도 스크롤 막대를 참조하십시오! - + Scrollbars inside frames 프레임 내부 스크롤 막대 - + Tree branch lines 트리 브랜치 선 - + By default, the label is on the frame and the frame is cut to contain it. @@ -1178,103 +1185,103 @@ 놓이므로 프레임이 잘리지 않습니다. - + Group-box label above frame 프레임 위의 그룹 상자 레이블 - + Fill rubber-band rectangles 고무 밴드 사각형 채우기 - + Mouse tracking is enabled for menubars by default. 마우스 추적은 기본적으로 메뉴 표시줄에 대해 활성화됩니다. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>마우스 추적은 기본적으로 메뉴 표시줄에 대해 활성화되어 있으며, 즉 메뉴 표시줄 항목을 클릭하고 메뉴가 표시된 후, 클릭하지 않고 커서를 놓으면 다른 메뉴바 항목의 메뉴가 표시됩니다.</p></body></html> - + Mouse tracking for menubars 메뉴 표시줄에 대한 마우스 추적 - + Merge menubar with toolbar 메뉴 표시줄과 도구모음 병합 - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. 이 옵션을 선택하면 도구모음 단추가 그룹화되어 도구모음 구분기호 사이에 나타납니다. - + Group toolbar buttons 그룹 도구모음 버튼 - + Shift push-button contents 푸시 버튼 내용 교체 - + Drag from: 끌어서 놓기: - + Toolbutton style: 도구버튼 스타일 : - + If unchecked, shortcuts will not be underlined at all. 이 확인란을 선택하지 않으면 바로 가기에 밑줄이 표시되지 않습니다. - + Underline shortcuts with Alt Alt를 사용한 밑줄 바로가기 - + Inline spin indicators 인라인 회전 표시도구 - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? 전체 편집 가능한 콤보 상자를 화살표가 있는 선 편집(및 아이콘이 있는 경우)으로 그리시겠습니까? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>전체 편집 가능한 콤보 상자를 화살표가 있는 선 편집(및 아이콘이 있는 경우)으로 그리시겠습니까?</p><p>기본적으로 콤보 상자는 선 편집, 한 쪽에 화살표가 있는 버튼 및 다른 쪽에 아이콘이 있는 다른 버튼으로 구성됩니다.</p></body></html> - + Editable combo as line-edit 라인 편집으로 편집 가능한 콤보 - + Vertical spin indicators 수직 회전 표시도구 - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1287,44 +1294,44 @@ 이러한 옵션을 사용하려면 이 옵션을 선택 취소합니다! - + Respect current DE if possible 가능하면 현재 DE 준수 - + Combo popup as menu 메뉴로 콤보 팝업 - + Left aligned tabs 왼쪽 정렬 탭 - + Inactive tabs are joined together by default, i.e., there is no border between them. 비활성 탭은 기본적으로 함께 결합됩니다. 즉, 이들 탭 사이에는 경계가 없습니다. - + Join inactive tabs 비활성 탭 결합 - + Scrollable menus 스크롤 가능한 메뉴 - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>이 기능을 활성화하고 선택하면 Kvantum은 KDE, Unity, Gnome 또는 Pantheon인 경우, 현재 데스크탑 환경의 일부 설정을 준수하려고 합니다.</p><p>KDE에서 Kvantum은 작은 아이콘 크기와 큰 아이콘 크기에 대한 KDE 설정을 읽게 하고 한 번 또는 두 번 클릭하게 합니다.</p><p>Unity, Gnome 및 Pantheon에서는 메뉴 및 푸시 버튼에서 아이콘을 제거하고(해당 dconf 키를 변경한 경우에도) 창 반투명도를 비활성화합니다.</p><p>이 확인란은 일부 옵션을 비활성화 할 수 있습니다. 해당 옵션을 사용하려면 선택을 취소하십시오!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1337,403 +1344,407 @@ 이 옵션은 이러한 항목을 숨깁니다. - + Non-checkable combo menu 확인할 수 없는 콤보 메뉴 - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it for a button that can be dragged and dropped by pressing the Ctrl key before pressing the button. - + 경고: 이것은 처음에는 매우 혼란스러울 수 있습니다. + +이 기능을 활성화한 경우, 버튼을 누르기 전에 +Ctrl 키를 눌러 드래그 앤 드롭할 수 있는 버튼에 대해 +일시적으로 비활성화할 수 있습니다. - + Allow dragging from buttons - + 버튼에서 드래그 허용 - + Application Themes 응용프로그램 테마 - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>여기서 특정 응용 프로그램에 테마를 할당할 수 있습니다.</center><br><center>각 테마에 대해 응용 프로그램에서 활성 테마 대신 해당 테마를 사용해야 하는 쉼표로 구분된 실행 파일 목록을 추가할 수 있습니다. 선택한 모든 테마에 대해 이 작업을 수행한 후 <i>저장</i> 버튼을 클릭하여 결과를 저장합니다!</center> - + Installed Theme 설치된 테마 - + Application(s) 응용프로그램 - + app1,app2,app3 앱1,앱2,앱3 - + Remove List 목록 제거 - + Save the current list of apps 현재 앱 목록 저장 - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>해당 응용 프로그램과 함께 현재 응용 프로그램 목록을 저장하십시오!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit 종료 - + Preview the active theme or update its preview. 활성 테마를 미리 보거나 미리 보기를 업데이트합니다. - + Preview 미리보기 - + About 프로그램 정보 - + What's This? 이것은 무엇일까요? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>이 버튼을 클릭 한 다음 &quot;이것은 무엇일까요&quot; 풍선 도움말이 있는 GUI 요소를 클릭하면 그 기능에 대한 정보를 얻을 수 있습니다.</p><p>일반적인 풍선 도움말도 있지만 이 풍선 도움말은 어딘가를 클릭할 때까지 사라지지 않습니다.</p></body></html> - + Help 도움말 - + Open Kvantum Theme Folder... Kvantum 테마 폴더 열기... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! 먼저 수정된 버전을 삭제해야 합니다! - - - + + + Confirmation 확인 - + %1 installed. %1 설치됨. - + %1 deleted. %1 삭제됨. - + Theme changed to %1. 테마가 %1(으)로 변경되었습니다. - + You have no permission to write here: 여기에 쓸 권한이 없음: - - - + + + Follow Style 스타일 따르기 - + Single Click 한번 클릭 - + Double Click 두번 클릭 - + Icon Only 아이콘 만 - + Text Only 텍스트 만 - + Text Beside Icon 아이콘 옆 텍스트 - + Text Under Icon 아이콘 아래 텍스트 - + KDE Layout KDE 레이아웃 - + Gnome Layout Gnome 레이아웃 - + Mac Layout Mac 레이아웃 - + Windows Layout Windows 레이아웃 - + Android Layout Android 레이아웃 - + Titlebar 제목 표시줄 - + Menubar 메뉴 표시줄 - + Menubar and primary toolbar 메뉴 표시줄 및 기본 도구모음 - + Anywhere possible 가능한 모든 곳 - + Please fix that first! 먼저 해결하십시오! - + This file cannot be removed: 이 파일을 제거할 수 없음: - - + + This is not an installable Kvantum theme! 설치 가능한 Kvantum 테마가 아닙니다! - + The name of an installable themes should not be "Default". 설치 가능한 테마의 이름은 "Default"가 아니어야 합니다. - - - + + + Please select another directory! 다른 디렉터리를 선택하십시오! - + Installable themes should not have # in their names. 설치 가능한 테마에는 이름에 #이 없어야 합니다. - + This is not a Kvantum theme folder! 이것은 Kvantum 테마 폴더가 아닙니다! - + The theme already exists in modified form. 테마가 이미 수정된 형태로 존재합니다. - + You have selected an installed theme folder. - You have selected an installed theme folder. + 설치된 테마 폴더를 선택했습니다. - + Please choose another directory! - Please choose another directory! + 다른 디렉토리를 선택하십시오! - + The theme already exists. 테마가 이미 있습니다. - + Do you want to overwrite it? 덮어쓰시겠습니까? - + This theme is also installed as root in: 이 테마는 또한 루트로 설치됩니다: - + The user installation will take priority. 사용자 설치가 우선합니다. - + This theme is also installed as user in: 이 테마는 또한 사용자로 설치됩니다: - + This installation will take priority. 이 설치는 우선 순위가 적용됩니다. - + Do you really want to delete <i>%1</i>? <i>%1</i>을(를) 정말로 삭제 하시겠습니까? - + It could not be restored unless you have a copy of it. 복사본이 없으면 복원할 수 없습니다. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: 안전하게 변경할 수 있는 설정입니다.<br>다른 설정의 경우, <i>저장</i>을 클릭한 다음 이 파일을 편집합니다: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: 안전하게 변경할 수 있는 설정입니다.<br>다른 설정의 경우, 이 파일을 편집하십시오: - + No description 설명 없음 - + A copy of the root config is created. - A copy of the root config is created. + 루트 구성의 사본이 생성됩니다. - + A copy was already created. 복사본이 이미 만들어졌습니다. - + Configuration saved. 환경설정이 저장되었습니다. - + Do you want to revert to the default (root) settings of this theme? 이 테마의 기본 (루트) 설정으로 되돌리시겠습니까? - + You will lose the changes you might have made. 변경한 내용이 손실됩니다. - + Restored the root default settings of %1 %1의 루트 기본 설정을 복원했습니다 - + the default theme 기본 테마 - - + + About Kvantum Manager Kvantum 관리자 소개 - + Translators 번역 - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> 테마 설치, 선택 <br>및 환경설정을 위한 도구 - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> 작성자: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1748,19 +1759,19 @@ 기본값 - + This directory cannot be removed: 제거할 수 없는 디렉터리: - + You might want to investigate the cause. 원인을 조사해야 할 수도 있습니다. - - - + + + Active theme: 활성 테마: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_lt.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_lt.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_lt.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_lt.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licencija @@ -114,7 +114,7 @@ - + Save Įrašyti @@ -146,12 +146,12 @@ Permatomas Dolphin rodinys - + Normal font for default push buttons Normalus spustelėjimo mygtukų šriftas - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ naudojant LXQt seanso nustatymus. - + Transparent sidepane for PCManFM-qt Permatomas PCManFM-qt šoninis polangis - + Iconless push buttons Spustelėjimo mygtukai be piktogramų - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ naudojant LXQt seanso nustatymus. - + Transparent view for PCManFM-qt Permatomas PCManFM-qt rodinys - + Iconless menus Meniu be piktogramų - + Blur explicitly translucent windows Sulieti aiškiai apibrėžtus dalinai permatomus langus - + Single top toolbar Vienintelė viršutinė įrankių juosta @@ -256,41 +256,26 @@ Permatomi meniu pavadinimai - - Style KDE capacity bars as progressbars. - Stilizuoti KDE talpos juostas kaip eigos juostas. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Stilizuoti KDE talpos juostas kaip eigos juostas?</p><p>Talpos juostas, įprastai, naudoja kai kurios KDE programos tam, kad būtų rodomi talpų dydžiai ir jie turi savo asmeninį stilių.</p></body></html> - - - - Show KCapacityBar as progressbar - Rodyti KCapacityBar kaip eigos juostas - - - + Tint label icons on mouseover by Užvedus pelę, padidinti etikečių piktogramų atspalvį - - - - + + + + % - + Respect dark themes Gerbti tamsius apipavidalinimus - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,71 +284,71 @@ sumažinamas jokiais kitais būdais. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Naudinga, naudojant vienspalvių piktogramų rinkinius ir kai išjungtų piktogramų nepermatomumas nėra sumažinamas jokiais kitais būdais.</p><p>KDE automatiškai sumažina išjungtų piktogramų nepermatomumą. Todėl, ši parinktis gali labiau praversti, naudojant kitas darbalaukio aplinkas.</p></body></html> - + Opacity of disabled icons: Išjungtų piktogramų nepermatomumas: - + Show size grips of dialogs and statusbars as far as possible. Rodyti dialogų ir būsenos juostų dydžio rankenas kaip įmanoma toliau. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Rodyti dialogų ir būsenos juostų dydžio rankenas kaip įmanoma toliau?</p><p>Pagal numatymą, programa sprendžia ar jos turėtų būti rodomos, tačiau šis patobulinimas gali praversti lengvai keičiant langų dydžius tais atvejais, kai nėra jokio lango krašto.</p></body></html> - + Force size grips Priverstinai naudoti dydžio rankenas - + LXQt main menu icon size: LXQt pagrindinio meniu piktogramos dydis: - - - - - - - - - - + + + + + + + + + + px piks - + Compositing && General Look Komponavimas ir bendra išvaizda - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Veikia tik tuomet, kai yra dalinai permatomas langų SVG fonas, arba yra sumažinamas langų nepermatomumas (žiūrėkite žemiau). - + Opaque apps: Nepermatomos programos: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,6 +366,18 @@ <br><br>Kadangi <b><i>Kvantum</i></b> yra nepriklausoma nuo visų darbalaukio aplinkų, visų pirma, turite ją <i>aktyvuoti</i>, naudodami Qt platformos integravimo programą. KDE ir LXQt pateikia paprastus įrankius, skirtus keisti aktyvaus Qt stiliaus įskiepį. Kitose platformose, jums reikia Qt konfigūravimo įrankio.<br/><br/>Naudojant KDE, taip pat pasirinkite ir taikykite šio apipavidalinimo spalvų rinkinį, nes kai kurios KDE programos gali imti spalvas tiesiogiai iš KDE spalvų rinkinio.<br/><br/>Paleistos programos įgaus naują apipavidalinimą, jas užvėrus ir atvėrus iš naujo. Atsijungimas ir prisijungimas pravers visoms KDE/LXQt dalims, kad galėtumėte pilnai matyti naują apipavidalinimą. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -393,31 +390,31 @@ Centruoti formų išdėstymai - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Pagal numatymą, slinkimo slinktukas peršoka į poziciją, kai ant slankjuostės yra spustelėjama kairiuoju pelės mygtuku. - + Scroll jump with middle click Peršokti per slinkimą viduriniuoju pelės mygtuku - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -430,13 +427,13 @@ gali rimtai trukdyti kitiems darbams. - + Kinetic scrolling Kinetinis slinkimas - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -451,17 +448,17 @@ arba atsijungiant ir vėl prisijungiant. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Jei pažymėta, meniu, paaiškinimai ir langai neturės dalinio permatomumo ar šešėlio.</p><p>Nuėmus žymėjimą, dalinis permatomumas ir šešėlis bus prieinami tuomet, jei apipavidalinimo SVG faile bus tinkami elementai.</p><p>Jei tai yra išjungta, žiūrėkite Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką.</p></body></html> - + Disable composite effects Išjungti komponavimo efektus - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -476,27 +473,27 @@ Reikšmė 1.00 reiškia jokių pakeitimų. - + Contrast Effect Kontrasto efektas - + Saturation: Grynis: - + Intensity: Intensyvumas: - + Contrast: Kontrastas: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -507,12 +504,12 @@ Automatiškai pažymėta, jei langų suliejimas yra įjungtas. - + Blurring for menus and tooltips Meniu ir paaiškinimų suliejimas - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -523,18 +520,18 @@ kuri meniu ir paaiškinimams suteikia šešėlius. - + Shadowless menus and tooltips Bešešėliniai meniu ir paaiškinimai - + Translucent windows Dalinai permatomi langai - - + + This will reduce the window opacity if window translucency is enabled. @@ -547,128 +544,128 @@ SVG fonas NĖRA būtinas. - + Reduce window opacity by Sumažinti langų nepermatomumą - + Reduce menu opacity by Mažinti meniu nepermatomumą - + Blurring for translucent windows Dalinai permatomų langų suliejimas - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. 200ms išblukimo animacija, kuomet pasikeičia kai kurių valdiklių būsena, daugiausiai dėl pelės. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>200ms išblukimo animacija, kuomet pasikeičia kai kurių valdiklių būsena, daugiausiai dėl pelės.</p><p>Procesoriaus naudojimas yra nedidelis, nes, dažnai, yra animuojamas tik vienas valdiklis. Galutinis vaizdinis efektas priklauso nuo aktyvaus apipavidalinimo.</p><p>Yra palaikomi šie valdikliai: mygtukai (įskaitant akutes ir žymimuosius langelius), jungtiniai langeliai, sukimosi langeliai, slinktuko rankenos, redaguojamos eilutės ir slinkimo rodiniai.</p></body></html> - + Animation for state change under mouse Animacija būsenos pasikeitimui po pele - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Pažymėkite tai, norėdami pašalinti visus langų/dialogų išklojimo šablonus! Nuimkite žymėjimą, norėdami tuos šablonus sugrąžinti! - + Remove window/dialog tiling patterns Šalinti langų/dialogų išklojimo šablonus - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Naudoti tas pačias spalvas ir formas su aktyviais ir pasyviais langais, jei šia apipavidalinimas juos atskiria? - + Ignore inactive state Nepaisyti neaktyvios būsenos - + Transient scrollbars Laikinosios slankjuostės - + Sizes && Delays Dydžiai ir delsos - + Sizes Dydžiai - + Small icon: Maža piktograma: - + Large icon: Didelė piktograma: - + Button icon: Mygtuko piktograma: - + Toolbar icon: Įrankių juostos piktograma: - + Font size - - + + The default value is 2 px but some apps set it themeselves. Numatytoji reikšmė yra 2 pikseliai, tačiau kai kurios programos juos nustato pačios. - + Layout spacing: Išdėstymo tarpai: - - + + The default value is 4 px but some apps set it themeselves. Numatytoji reikšmė yra 4 pikseliai, tačiau kai kurios programos ją nustato pačios. - + Layout margin: Išdėstymo paraštė: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -677,36 +674,36 @@ Pagal numatymą 0. - + Submenu overlap: Submeniu persiklojimas: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Horizontalių sukimosi mygtukų plotis. (Neveikia, kai sukimosi indikatoriai yra vertikalūs.) - + Spin button width: Sukimosi mygtukų plotis: - - + + How to activate view items? Kaip aktyvuoti rodinio elementus? - + Click behavior: Spustelėjimo elgsena: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -715,12 +712,12 @@ Pagal numatymą, medžio atšakose yra indikatoriai, tačiau jokios linijos. - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Kai tai yra įjungta ir pažymėta, Kvantum bandys gerbti kai kuriuos esamos darbalaukio aplinkos nustatymus, jei tai būtų KDE, Unity, Gnome ar Pantheon.</p><p>Naudojant KDE, tai padaro, kad Kvantum skaitytų KDE nustatymus, skirtus mažiems ir dideliems piktogramų dydžiams, o taip pat vienkarčiam ar dvikarčiam spustelėjimui.</p><p>Naudojant Unity, Gnome ir Pantheon, tai pašalina piktogramas iš meniu ir spustelėjimo mygtukų (netgi jei atitinkami dconf raktai yra pakeisti) ir išjungia dalinį langų permatomumą.</p><p>Šis žymimasis langelis gali išjungti kai kurias parinktis. Nuimkite žymėjimą, jei norite tas parinktis naudoti!</p></body></html> - + Use the active theme for all apps! This Needs saving to take effect. @@ -753,7 +750,7 @@ Pagal numatymą, jis naudos pagrindinį foną. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -762,7 +759,7 @@ Tokiuose spustelėjimo mygtukuose pagal numatymą yra pusjuodis tekstas. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -777,7 +774,7 @@ Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką - + No icon for menu-items? By default, some of them may have icon. @@ -792,7 +789,7 @@ Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -807,7 +804,7 @@ Vieni iš pavyzdžių yra Konsole, QTerminal ir LXQt skydelis. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -819,8 +816,8 @@ nesvarbu, ar jos yra apačioje ar kitoje vietoje. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -832,7 +829,7 @@ Įkoduotos piktogramos/stiliai gali nepaisyti šio rakto. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -841,7 +838,7 @@ jų elgseną. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -850,20 +847,20 @@ SVG lango fono. - + Should transient scrollbars have semi-transparent grooves when needed? Ar laikinosios slankjuostės, kai reikia, turėtų turėti pusiau permatomus griovelius? - + Transient scrollbar grooves when needed Laikinųjų slankjuosčių grioveliai, kai prireikia - - + + Affects menu-items and headers. The default value is 16 px but @@ -880,8 +877,8 @@ Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką - - + + Affects icon views. The default value is 32 px but @@ -898,8 +895,8 @@ Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -908,8 +905,8 @@ Numatytoji reikšmė yra16 pikselių. - - + + Affects toolbars. The default value is 22 px but @@ -922,30 +919,30 @@ KDE programos gauna ją iš KDE nustatymo. - - + + The minimum length of scrollbars. Mažiausias slankjuosčių ilgis. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>Mažiausias vertikalių slankjuosčių aukštis ir horizontalių slankjuosčių plotis.</p></body></html> - + Minimum scrollbar length: Mažiausias slankjuostės ilgis: - + Delays Delsos - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -958,7 +955,7 @@ -1 reiškia numatytąją Qt elgseną. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -971,7 +968,7 @@ Jei išjungta, žiūrėkite Komponavimas ir bendra išvaizda → Laikinosios slankjuostės! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -984,14 +981,14 @@ paryškinimo spalva. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Jei pažymėta, įrankių juostos SVG elementas atvaizduos meniu juostą ir įrankių juostą, jiems būnant šalia, kaip vieną visumą. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1002,8 +999,8 @@ tiek horizontaliai, tiek vertikaliai. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1016,8 +1013,8 @@ Įvairūs → Jei įmanoma, gerbti esamą darbalaukio aplinką - - + + Will have effect only if style is not set by the app in its code. @@ -1028,7 +1025,7 @@ Numatytasis yra "Sekti stiliumi". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1041,7 +1038,7 @@ į sukimosi redaguojamą eilutę. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1053,7 +1050,7 @@ apkeisti vietomis. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1063,12 +1060,12 @@ Pagal numatymą, jungtiniai iškylantieji langai neuždengia jungtinių langelių. - + In Kvantum, tabs are centered by default. Kvantum, pagal numatymą, kortelės yra centruojamos. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1079,13 +1076,13 @@ Pagal numatymą, yra rodomi visi meniu elementai. - + Tooltip delay: Paaiškinimų delsa: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1098,7 +1095,7 @@ dėl dalinio permatomumo gali būti problemų!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1111,8 +1108,8 @@ Jos, dažniausiai, neužima jokios papildomos vietos. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1125,28 +1122,28 @@ tuo tarpu 0 reiškia jokios delsos. - + Submenu delay: Submeniu delsa: - - + + ms - + Miscellaneous Įvairūs - + No arrows for scrollbars Slankjuostėse nerodyti jokių rodyklių - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1159,17 +1156,17 @@ Jei išjungta, žiūrėkite Komponavimas ir bendra išvaizda → Laikinosios slankjuostės! - + Scrollbars inside frames Slankjuostės rėmelių viduje - + Tree branch lines Medžio atšakų linijos - + By default, the label is on the frame and the frame is cut to contain it. @@ -1182,81 +1179,81 @@ kad rėmelis nebūtų apkerpamas. - + Group-box label above frame Valdiklių grupės etiketė virš rėmelio - + Fill rubber-band rectangles Užpildyti guminių juostelių stačiakampius - + Mouse tracking is enabled for menubars by default. Pagal numatymą, pelės sekimas meniu juostoms yra įjungtas. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>Pagal numatymą, pelės sekimas meniu juostoms yra įjungtas, t.y. spustelėjus ant meniu juostos elemento ir parodžius jo meniu, o tuomet perkėlus rodyklę į kitą meniu juostą, jos turinys bus rodomas net ir nespustelėjus pelės mygtuką.</p></body></html> - + Mouse tracking for menubars Pelės sekimas meniu juostose - + Merge menubar with toolbar Sulieti meniu juostą su įrankių juosta - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Jei pažymėta, įrankių juostos mygtukai bus rodomi, grupuojami ir iškeliami tarp įrankių juostos skirtukų. - + Group toolbar buttons Grupuoti įrankių juostos mygtukus - + Shift push-button contents Sutraukti spustelėjimo mygtukų turinį - + Drag from: Vilkti spustelėjus ant: - + Toolbutton style: Įrankių mygtukų stilius: - + If unchecked, shortcuts will not be underlined at all. Jei nepažymėta, spartieji klavišai iš viso nebus pabraukiami. - + Underline shortcuts with Alt Pabraukti sparčiuosius klavišus, naudojant Alt klavišą - + Inline spin indicators Įterpti sukimosi indikatoriai - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Atvaizduoti visą redaguojamą jungtinį langelį @@ -1264,22 +1261,22 @@ jeigu ji yra)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Atvaizduoti visą redaguojamą jungtinį langelį kaip redaguojamą eilutę su rodykle (ir piktograma, jeigu ji yra)?</p><p>Pagal numatymą, jungtinį langelį sudaro redaguojama eilutė, vienoje pusėje šone mygtukas su rodykle, o kitoje pusėje mygtukas su piktograma.</p></body></html> - + Editable combo as line-edit Redaguojamas jungtinis langelis kaip redaguojama eilutė - + Vertical spin indicators Vertikalūs sukimosi indikatoriai - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1292,39 +1289,39 @@ Jeigu jums reikia tų parinkčių, nuimkite žymėjimą nuo šio langelio! - + Respect current DE if possible Jei įmanoma, gerbti esamą darbalaukio aplinką - + Combo popup as menu Jungtinis iškylantysis langas kaip meniu - + Left aligned tabs Lygiuoti korteles kairėje - + Inactive tabs are joined together by default, i.e., there is no border between them. Pagal numatymą, neaktyvios kortelės yra sujungiamos kartu, t. y., tarp jų nėra jokio rėmelio. - + Join inactive tabs Sujungti neaktyvias korteles - + Scrollable menus Slenkami meniu - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1337,29 +1334,29 @@ Ši parinktis juos paslėps. - + Non-checkable combo menu Nežymimieji jungtiniai meniu - + Dialog button layout: Dialogo mygtukų išdėstymas: - + They may look like dotted rectangles on focused buttons and other widgets. Ant fokusuotų mygtukų ir kitų valdiklių jie gali atrodyti kaip stačiakampiai su taškeliais. - + Remove focus rectangles Šalinti fokusavimo stačiakampius - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1368,389 +1365,389 @@ - + Allow dragging from buttons - + Application Themes Programų apipavidalinimai - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Čia, jūs galėtumėte priskirti apipavidalinimus tam tikroms programoms.</center><br><center>Kiekvienam apipavidalinimui galite pridėti sąrašą su kableliais atskirtais vykdomaisiais tų programų, kurios vietoj aktyvaus apipavidalinimo, turėtų naudoti šį apipavidalinimą. Atlikę tai visiems pasirinktiems apipavidalinimams, įrašykite rezultatą, spusteldami mygtuką <i>Įrašyti</i>!</center> - + Installed Theme Įdiegtas apipavidalinimas - + Application(s) Programa(-os) - + app1,app2,app3 programa1,programa2,programa3 - + Remove List Šalinti sąrašą - + Save the current list of apps Įrašyti esamą programų sąrašą - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Įrašykite esamą programų, su jų atitinkamais apipavidalinimais, sąrašą!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Išeiti - + Preview the active theme or update its preview. Peržiūrėti aktyvų apipavidalinimą arba atnaujinti jo peržiūrą. - + Preview Peržiūra - + About Apie - + What's This? Kas tai? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Spustelėkite ant šio mygtuko, o tuomet spustelėkite ant grafinės naudotojo sąsajos elemento, kuris turi &quot;Kas tai yra&quot; paaiškinimą, kad sužinotumėte ką tas elementas daro.</p><p>Taip pat yra ir įprasti paaiškinimai, tačiau šie paaiškinimai neišnyks tol, kol nespustelėsite kur nors kitur.</p></body></html> - + Help Žinynas - + Open Kvantum Theme Folder... Atverti Kvantum apipavidalinimo aplanką... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! Iš pradžių, turite ištrinti jos modifikuotą versiją! - - - + + + Confirmation Patvirtinimas - + %1 installed. %1 įdiegta. - + %1 deleted. %1 ištrinta. - + Theme changed to %1. Apipavidalinimas pakeistas į %1. - + You have no permission to write here: Jūs neturite leidimų čia rašyti: - - - + + + Follow Style Sekti stiliumi - + Single Click Vienkartis spustelėjimas - + Double Click Dvikartis spustelėjimas - + Icon Only Tik piktogramos - + Text Only Tik tekstas - + Text Beside Icon Tekstas šalia piktogramų - + Text Under Icon Tekstas po piktogramomis - + KDE Layout KDE išdėstymas - + Gnome Layout Gnome išdėstymas - + Mac Layout Mac išdėstymas - + Windows Layout Windows išdėstymas - + Android Layout Android išdėstymas - + Titlebar Pavadinimo juostos - + Menubar Meniu juostos - + Menubar and primary toolbar Meniu juostos ir pirminės įrankių juostos - + Anywhere possible Bet kur, kur įmanoma - + Please fix that first! Prašome, iš pradžių, tai pataisyti! - + This file cannot be removed: Nepavyksta pašalinti šio failo: - - + + This is not an installable Kvantum theme! Tai nėra Kvantum apipavidalinimas, kurį galima įdiegti! - + The name of an installable themes should not be "Default". Galimų įdiegti apipavidalinimų pavadinimai neturėtų būti "Default". - - - + + + Please select another directory! Pasirinkite kitą katalogą! - + Installable themes should not have # in their names. Galimų įdiegti apipavidalinimų pavadinimuose neturėtų būti "#" simbolio. - + This is not a Kvantum theme folder! Tai nėra Kvantum apipavidalinimo aplankas! - + The theme already exists in modified form. Apipavidalinimas jau yra modifikuotu pavidalu. - + You have selected an installed theme folder. Jūs pasirinkote įdiegto apipavidalinimo aplanką. - + Please choose another directory! Pasirinkite kitą katalogą! - + The theme already exists. Apipavidalinimas jau yra. - + Do you want to overwrite it? Ar norite ją perrašyti? - + This theme is also installed as root in: Šis apipavidalinimas taip pat yra įdiegtas kaip šaknis ties: - + The user installation will take priority. Pirmenybė bus teikiama naudotojo įdiegimui. - + This theme is also installed as user in: Šis apipavidalinimas taip pat yra įdiegtas kaip naudotojas ties: - + This installation will take priority. Pirmenybė bus teikiama šiam įdiegimui. - + Do you really want to delete <i>%1</i>? Ar tikrai norite ištrinti <i>%1</i>? - + It could not be restored unless you have a copy of it. Jos negalima bus atkurti nebent turėsite jos kopiją. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Tai yra nustatymai, kurie gali būti saugiai keičiami.<br>Kitiems nustatymams, spustelėkite <i>Įrašyti</i>, o tuomet redaguokite šį failą: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Tai yra nustatymai, kurie gali būti saugiai keičiami.<br>Kitiems nustatymams, redaguokite šį failą: - + No description Aprašo nėra - + A copy of the root config is created. Yra sukurta šaknies konfigūcijos kopija. - + A copy was already created. Kopija jau buvo sukurta. - + Configuration saved. Konfigūracija įrašyta. - + Do you want to revert to the default (root) settings of this theme? Ar norite sugrąžinti į numatytuosius (šaknies) šio apipavidalinimo nustatymus? - + You will lose the changes you might have made. Jūs prarasite pakeitimus, kuriuos, galbūt, atlikote. - + Restored the root default settings of %1 Atkurti numatytieji %1 šaknies nustatymai - + the default theme numatytasis apipavidalinimas - - + + About Kvantum Manager Apie Kvantum tvarkytuvę - + Translators Vertėjai - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Įrankis, skirtas diegti, pasirinkti<br>ir konfigūruoti <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> apipavidalinimus - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autorius: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (dar žinomas kaip Tsu Jan)</a> </center><br> @@ -1765,19 +1762,19 @@ numatytoji - + This directory cannot be removed: Nepavyksta pašalinti šio katalogo: - + You might want to investigate the cause. Jūs turėtumėte ištirti priežastį. - - - + + + Active theme: Aktyvus apipavidalinimas: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_nb_NO.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_nb_NO.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_nb_NO.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_nb_NO.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Lisens @@ -107,7 +107,7 @@ - + Save Lagre @@ -138,12 +138,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -152,17 +152,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -171,22 +171,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -238,110 +238,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes Respekter mørke drakter - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -355,6 +340,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -366,30 +363,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -398,13 +395,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -414,17 +411,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -434,27 +431,27 @@ - + Contrast Effect - + Saturation: - + Intensity: Intensitet: - + Contrast: Kontrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -462,12 +459,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -475,18 +472,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -495,182 +492,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes Størrelser - + Small icon: Lite ikon: - + Large icon: Stort ikon: - + Button icon: Knappeikon: - + Toolbar icon: Verktøylinjeikon: - + Font size Skriftstørrelse - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: Klikkoppførsel: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -694,14 +691,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -711,7 +708,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -721,7 +718,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -731,7 +728,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -740,8 +737,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -750,33 +747,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -787,8 +784,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -799,16 +796,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -817,30 +814,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -849,7 +846,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -858,7 +855,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -867,13 +864,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -881,8 +878,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -891,8 +888,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -900,7 +897,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -909,7 +906,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -917,19 +914,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -937,13 +934,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -952,7 +949,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -961,8 +958,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -971,28 +968,28 @@ - + Submenu delay: - - + + ms ms - + Miscellaneous Ymse - + No arrows for scrollbars Ingen piler for rullefelter - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1001,17 +998,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1020,100 +1017,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1122,43 +1119,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1167,12 +1164,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1181,388 +1178,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit Avslutt - + Preview the active theme or update its preview. - + Preview Forhåndsvis - + About Om - + What's This? Hva er dette? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help Hjelp - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! - - - + + + Confirmation Bekreftelse - + %1 installed. %1 installert. - + %1 deleted. %1 slettet. - + Theme changed to %1. Drakt endret til %1. - + You have no permission to write here: - - - + + + Follow Style Følg stil - + Single Click Enkelt klikk - + Double Click Dobbeltklikk - + Icon Only Kun ikon - + Text Only Kun tekst - + Text Beside Icon Tekst ved siden av ikon - + Text Under Icon Tekst under ikon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar Tittelfelt - + Menubar Menyfelt - + Menubar and primary toolbar Menyfelt og hovedverktøylinje - + Anywhere possible - + Please fix that first! Fikse dette først. - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme forvalgt drakt - - + + About Kvantum Manager Om Kvantum-håndterer - + Translators Oversettere - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1577,19 +1574,19 @@ forvalg - + This directory cannot be removed: Denne mappen kan ikke fjernes: - + You might want to investigate the cause. - - - + + + Active theme: AKtiv drakt: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_nl.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_nl.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_nl.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_nl.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licentie @@ -93,7 +93,7 @@ <html><head/><body><p>Revert to the default (root) settings of this theme!</p><p>When clicked and confirmed, all changes to the configuration will be lost but the probable customized SVG file will remain intact.</p></body></html> - <html><head/><body><p>Herstel de standaardinstellingen van dit thema!</p><p>Als je klikt en bevestigt, dan worden alle aangebrachte wijzigingen ongedaan gemaakt, maar het aangepaste SVG-bestand blijft behouden.</p></body></html> + <html><head/><body><p>Herstel de standaardinstellingen van dit thema!</p><p>Als je klikt en bevestigt, dan worden alle aangebrachte wijzigingen ongedaan gemaakt, maar het aangepaste svg-bestand blijft behouden.</p></body></html> @@ -114,7 +114,7 @@ - + Save Opslaan @@ -132,8 +132,8 @@ Uncheck all these boxes if you want all widgets to appear as they are by default. - Vink alle vakjes uit als je wilt dat widgets -eruitzien zoals ze er standaard uit zien. + Kruis alle vakjes af als je wilt dat widgets +eruit zien zoals ze er standaard uit zien. @@ -146,12 +146,12 @@ Doorzichtige Dolphin-weergave - + Normal font for default push buttons - 'Normaal' lettertype voor standaard drukknoppen + 'Normaal' lettertype op standaard drukknoppen - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -159,22 +159,22 @@ with LXQt Session Settings. Voeg PCManFM-qt's zijbalk samen met alles eromheen. -Als je LXQt gebruikt, dan moet je uit- en inloggen, of +Als je LXQt gebruikt, dan moet je af- en aanmelden, of PCManFM-qt sluiten en daarna het Bureaublad sluiten via de LXQt-sessie-instellingen. - + Transparent sidepane for PCManFM-qt Doorzichtige PCManFM-qt-zijbalk - + Iconless push buttons Geen pictogrammen op drukknoppen - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -182,27 +182,27 @@ with LXQt Session Settings. Voeg PCManFM-qt's zijbalk samen met alles eromheen. -Als je LXQt gebruikt, dan moet je uit- en inloggen, of +Als je LXQt gebruikt, dan moet je af- en aanmelden, of PCManFM-qt sluiten en daarna het Bureaublad sluiten via de LXQt-sessie-instellingen. - + Transparent view for PCManFM-qt Doorzichtige PCManFM-qt-weergave - + Iconless menus Geen pictogrammen in menu's - + Blur explicitly translucent windows Doorzichtige vensters vervagen - + Single top toolbar Eén werkbalk @@ -214,7 +214,7 @@ <html><head/><body><p>Do not draw any background for KTitles?</p><p>Ktitles are used by some KDE applications to show different sections in configuration dialogs.</p></body></html> - <html><head/><body><p>Wil je geen achtergrond bij KTitles?</p><p>KTitles worden gebruikt door sommige KDE-applicaties om de verschillende secties aan te geven in configuratieschermen.</p></body></html> + <html><head/><body><p>Wil je geen achtergrond bij KTitles?</p><p>KTitles worden gebruikt door sommige KDE-programma's om de verschillende secties op instelschermen aan te duiden.</p></body></html> @@ -225,13 +225,13 @@ Do not tint selected label icons with the highlight color! - Geselecteerde labelpictogrammen niet markeren -met de markeerkleur! + Markeer geselecteerde labelpictogrammen +niet met de markeerkleur! <html><head/><body><p>By default, selected label icons are tinted by the highlight color.</p><p>Checking this box removes the tint.</p></body></html> - <html><head/><body><p>Standaard worden geselecteerde labelpictogrammen gemarkeerd door de markeerkleur.</p><p>Door dit aan te vinken, wordt deze markering verwijderd.</p></body></html> + <html><head/><body><p>Standaard worden geselecteerde labelpictogrammen gemarkeerd door de markeerkleur.</p><p>Door dit aan te kruisen, wordt deze markering verwijderd.</p></body></html> @@ -248,7 +248,7 @@ <html><head/><body><p>Do not draw any background for (KDE) menu titles?</p><p>Menu titles are like menu separators but with icon and text.</p><p>This needs Logging out and in for KDE Plasma menus. For LXQt panel, a panel restart with <span style=" font-style:italic;">Session Settings </span>is enough.</p></body></html> - <html><head/><body><p>Wil je geen achtergrond tekenen bij (KDE) menutitels?</p><p>Menutitels zijn hetzelfde als menuscheidingen, maar dan met een pictogram en tekst.</p><p>Voor Plasma-menu's moet je uit- en inloggen om de wijziging toe te passen; voor het LXQt-paneel is het herstarten via de <span style=" font-style:italic;">Sessie-instellingen </span>voldoende.</p></body></html> + <html><head/><body><p>Wil je geen achtergrond tekenen bij (KDE) menutitels?</p><p>Menutitels zijn hetzelfde als menuscheidingen, maar dan met een pictogram en tekst.</p><p>Voor Plasma-menu's moet je aan- en afmelden om de wijziging toe te passen; voor het LXQt-paneel is het herstarten via de <span style=" font-style:italic;">Sessie-instellingen </span>voldoende.</p></body></html> @@ -256,41 +256,26 @@ Doorzichtige menutitel - - Style KDE capacity bars as progressbars. - Laat KDE-capactiteitsbalken eruitzien als voortgangsbalken. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Wil je KDE-capaciteitsbalken eruit laten zien als voortgangsbalken?</p><p>Capaciteitsbalken worden meestal gebruikt door KDE-applicaties om ruimte-informatie te tonen en zijn voorzien van een eigen stijl.</p></body></html> - - - - Show KCapacityBar as progressbar - KCapacityBar eruit laten zien als voortgangsbalk - - - + Tint label icons on mouseover by - Labelpictogrammen markeren bij zweven met muis met + Labelpictogrammen markeren bij aanwijzen met cursor met - - - - + + + + % - + Respect dark themes Donkere thema's respecteren - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,77 +284,77 @@ niet op andere manieren wordt verminderd. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Handig bij monochrome pictogramthema's en als de ondoorzichtigheid van uitgeschakelde pictogrammen niet op andere manieren wordt verminderd.</p><p>KDE vermindert automatisch tde ondoorzichtigheid van uitgeschakelde pictogrammen. Deze optie is dus alleen handig bij andere werkomgevingen.</p></body></html> - + Opacity of disabled icons: Doorzichtigheid van uitgeschakelde pictogrammen: - + Show size grips of dialogs and statusbars as far as possible. - Groottegrepen tonen bij dialoogvensters en statusbalken, + Groottegrepen tonen op dialoogvensters en statusbalken, voor zover mogelijk. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - <html><head/><body><p>Wil je groottegrepen tonen bij dialoogvensters en statusbalken, voor zover mogelijk?</p><p>Standaard bepalen applicaties of ze getoond moeten worden, maar deze truc kan handig zijn voor het wijzigingen van de grootte van vensters zonder vensterrand.</p></body></html> + <html><head/><body><p>Wil je groottegrepen tonen op dialoogvensters en statusbalken, voor zover mogelijk?</p><p>Standaard bepalen programma's of ze getoond moeten worden, maar deze truc kan handig zijn voor het wijzigen van de grootte van vensters zonder vensterrand.</p></body></html> - + Force size grips - Groottegrepen forceren + Groottegrepen afdwingen - + LXQt main menu icon size: - Pictogramgrootte van LXQt-hoofdmenu: + Pictogramgrootte in LXQt-hoofdmenu: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - 3D en algemene opmaak + Hardwareversnelling en algemene opmaak - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - Werkt alleen als er een doorzichtige SVG-achtergrond aanwezig is voor ven- + Werkt alleen als er een doorzichtige svg-achtergrond aanwezig is voor ven- sters of als de vensterondoorzichtigheid wordt verminderd (zie hieronder). - + Opaque apps: - Ondoorzichtige apps: + Ondoorzichtige programma's: - + If checked, menus, tooltips and windows will not have translucency or shadow. If this is disabled, see: Miscellaneous → Respect current DE if possible - Als dit wordt aangevinkt, dan bevatten menu's, hulpballonnen + Als dit wordt aangekruist, dan bevatten menu's, hulpballonnen en vensters geen doorzichtigheid of schaduw. Als dit wordt uitgeschakeld, bekijk dan: @@ -378,64 +363,81 @@ <br><br>Since <b><i>Kvantum</i></b> is independent of all desktop environments, you first need to <i>activate</i> it with a Qt platform integration program. KDE and LXQt provide simple tools for changing the active Qt style plugin. With other platforms, you need a Qt configuration tool.<br/><br/>Under KDE, also select and apply the color scheme of this theme because some KDE applications may get their colors directly from the KDE color scheme.<br/><br/>Running applications will get the new theme after being closed and reopened. Logging out and in would be good for all KDE/LXQt parts to see it completely. - <br><br>Omdat <b><i>Kvantum</i></b> losstaat van werkomgevingen, moet je Kvantum eerst <i>activeren</i> met een Qt-platformintegratiehulpmiddel. KDE en LXQt bevatten eenvoudige hulpmiddelen voor het wijzigen van de actieve Qt-stijlplug-in. In andere werkomgevingen heb je een Qt-configuratiehulpmiddel.<br/><br/>In KDE met je ook het kleurenschema van dit thema kiezen en toepassen omdat sommige KDE-applicaties hun kleuren daar uit halen.<br/><br/>Actieve applicaties moeten worden herstart om het thema toe te passen. Uit- en inloggen is nóg beter. + <br><br>Omdat <b><i>Kvantum</i></b> losstaat van werkomgevingen, dien je Kvantum eerst te <i>activeren</i> met een Qt-platformintegratiehulpmiddel. KDE en LXQt hebben eenvoudige hulpmiddelen voor het wijzigen van de actieve Qt-stijlplug-in - in andere werkomgevingen heb je een Qt-configuratiehulpmiddel nodig.<br/><br/>In KDE dien je ook het kleurenschema van dit thema te kiezen en toe te passen omdat sommige KDE-programma's hun kleuren daaruit halen.<br/><br/>Actieve programma's moeten worden herstart om het thema toe te passen, maar af- en aanmelden is nóg beter. + + + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Standaard worden verticale werkbalken niet gestileerd. + +Als dit is uitgeschakeld, zie dan bovenstaande optie. + + + + Style vertical toolbars + Verticale werkbalken stileren If checked, the contents of a form will be horizontally centered as far as possible. - + Kruis aan om de inhoud van formulieren zo +horizontaal mogelijk te centreren. Centered form layouts - + Formulieren centreren - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Het kan zijn dat je irritante vervorming ziet, welke wordt +veroorzaakt door bugs in Qt's afhandeling van schaling +met doorzichtigheid of kleurverlopen. - + Disable translucency with non-integer scaling - + Doorzichtigheid bij bepaalde schaling uitschakelen - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Standaard verspringt de schuifbalk naar de positie -van de muiscursor. +van de cursor. - + Scroll jump with middle click Schuifbalk verspringen met middelste muisknop - + Scroll some scrollable widgets by flicking them with the left mouse button. Warning: Qt's kinetic scrolling has bugs and may seriously interfere with other jobs. - Scrol bepaalde scrolwidgets door ze met -de linker muistoets een duwtje te geven. + Scroll bepaalde scrollelementen door ze met +een duwtje te geven met de linkermuisknop. Waarschuwing: kinetisch scrollen in Qt heeft bugs en -kan andere taken in de interface verstoren. +kan andere taken in de vormgeving verstoren. - + Kinetic scrolling Kinetisch scrollen - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -446,21 +448,21 @@ Waarden lager dan 16 betekenen 'standaard menupictogramgrootte'. -Het LXQt-paneel moet worden herstart via de "Sessie-instellingen" -of je moet volledig uit- en inloggen. +Het LXQt-paneel moet worden herstart via de sessie-instellingen +of meld af en weer aan. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - <html><head/><body><p>Als dit wordt aangevinkt, dan bevatten menu's, hulpballonnen en vensters geen doorzichtigheid of schaduw.</p><p>Als dit wordt uitgeschakeld, dan zijn doorzichtigheid en schaduw beschikbaar als de daarvoor bestemde elementen aanwezig zijn in het SVG-bestand van het thema.</p><p>Als dit wordt uitgeschakeld, bekijk dan Overig → Huidige werkomgeving respecteren (indien mogelijk)</p></body></html> + <html><head/><body><p>Als dit wordt aangekruist, dan bevatten menu's, hulpballonnen en vensters geen doorzichtigheid of schaduw.</p><p>Als dit wordt uitgeschakeld, dan zijn doorzichtigheid en schaduw beschikbaar als de daarvoor bestemde elementen aanwezig zijn in het svg-bestand van het thema.</p><p>Als dit wordt uitgeschakeld, bekijk dan Overig → Huidige werkomgeving respecteren (indien mogelijk)</p></body></html> - + Disable composite effects 3D-effecten uitschakelen - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -475,43 +477,43 @@ Een waarde van 1.00 betekent 'geen aanpassingen'. - + Contrast Effect Contrasteffect - + Saturation: Verzadiging: - + Intensity: Intensiteit: - + Contrast: Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. Automatically checked if window blurring is enabled. - Vereisten: KDE-vervagingseffect, een grafische kaart met ondersteuning, + Vereisten: KDE-vervagingseffect, een grafische kaart met ondersteuning daarvoor en doorzichtige menu- en hulpballonelementen. -Dit wordt automatisch aangevinkt als venstervervaging is ingeschakeld. +Dit wordt automatisch aangekruist als venstervervaging is ingeschakeld. - + Blurring for menus and tooltips Menu- en hulpballonachtergronden vervagen - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -522,18 +524,18 @@ voorziet van schaduwen. - + Shadowless menus and tooltips Schaduwloze menu's en hulpballonnen - + Translucent windows Doorzichtige vensters - - + + This will reduce the window opacity if window translucency is enabled. @@ -542,192 +544,202 @@ Dit vermindert de vensterdoorzichtigheid als vensterdoorzichtigheid is ingeschakeld. -Dit item werkt óók zonder een doorzichtige SVG- +Dit item werkt ook zónder een doorzichtige svg- achtergrond. - + Reduce window opacity by Vensterdoorzichtigheid verminderen met - + Reduce menu opacity by Menudoorzichtigheid verminderen met - + Blurring for translucent windows Vensterachtergronden van doorzichtige vensters vervagen - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Een vervaaganimatie van 200ms als de status van sommige widgets wijzigt, meestal door muisbeweging. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Animatie bij statuswijziging onder de cursor - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Kruis aan om alle venster-tegelpatronen uit te schakelen, en +kruis af om weer in te schakelen. - + Remove window/dialog tiling patterns - + Venster-tegelpatronen uitschakelen - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Wilt u dezelfde kleuren en vormen gebruiken voor actieve en +inactieve vensters als dit thema daar onderscheid in maakt? - + Ignore inactive state - + Inactive staat negeren - + Transient scrollbars - + Opduikende schuifbalken - + Sizes && Delays - + Afmetingen en vertragingen - + Sizes - + Afmetingen - + Small icon: - + Klein pictogram: - + Large icon: - + Groot pictogram: - + Button icon: - + Knoppictogram: - + Toolbar icon: - + Werkbalkpictogram: - + Font size - + Tekstgrootte - - + + The default value is 2 px but some apps set it themeselves. - + De standaardwaarde is 2 px, maar som- +mige programma's negeren dit. - + Layout spacing: - + Ruimtelijke indeling: - - + + The default value is 4 px but some apps set it themeselves. - + De standaardwaarde is 4 px, maar sommige programma's negeren dit. - + Layout margin: - + Rand van indeling: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + De horizontale overlap tussen een onderliggend en hoofdmenu. + +Standaard: 0. - + Submenu overlap: - + Overlap onderliggend menu: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + De breedte van horizontale getalkeuzevakjes. +(niet van toepassing als deze verticaal zijn) - + Spin button width: - + Breedte van getalkeuzevakjes: - - + + How to activate view items? Hoe activeer ik weergave-items? - + Click behavior: Klikgedrag: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Lijnen in boomweergave tekenen? + +Standaard ziet u lijnloze indicatoren. - + Dialog button layout: Indeling van vensterknoppen: - + They may look like dotted rectangles on focused buttons and other widgets. Ze zien er mogelijk uit als gestippelde rechthoeken op gefocuste knoppen en andere widgets. - + Remove focus rectangles Focusrechthoeken uitschakelen - + Use the active theme for all apps! This Needs saving to take effect. - + Pas het huidige thema toe op alle programma's. + +Sla op om dit toe te passen. @@ -737,44 +749,62 @@ The root installation will still be available if present; this button only removes user themes. - + Verwijder het geselecteerde thema +uit alle installatielocaties. + +De root-installatie blijft behouden; +alleen gebruikersthema's worden verwijderd. Merge Dolphin's view with its surroundings? By default, it has the base background. - + Dolphin's weergave samenvoegen met allen eromheen? + +Standaard gebruikt Dolphin de hoofdachtergrond. - + No bold font for default push buttons? Such push buttons have bold text by default. - + Geen vetgedrukt lettertype op standaard drukknoppen? + +Standaard gebruiken deze een vetgedrukt lettertype. - + No icon for push buttons that have text? By default, most push buttons have icon. If this is disabled, see: Miscellaneous → Respect current DE if possible - + Geen pictogram op drukknoppen met tekst? + +Standaard gebruiken de meeste een pictogram. + +Indien uitgeschakeld: +Overig → Huidige werkomgeving respecteren (indien mogelijk) - + No icon for menu-items? By default, some of them may have icon. If this is disabled, see: Miscellaneous → Respect current DE if possible - + Geen pictogram op menu-items? + +Standaard gebruiken sommige items een pictogram. + +Indien uitgeschakeld: +Overig → Huidige werkomgeving respecteren (indien mogelijk) - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -784,7 +814,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -793,8 +823,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -803,33 +833,35 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Sommige programma's nemen donkere thema's niet over. +Kvantum kan proberen om dit zo veel mogelijk af te +dwingen. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -840,8 +872,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -852,16 +884,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -870,30 +902,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -902,7 +934,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -911,7 +943,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -920,13 +952,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -934,8 +966,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -944,8 +976,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -953,7 +985,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -962,7 +994,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -970,19 +1002,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -990,13 +1022,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1005,7 +1037,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1014,8 +1046,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1024,28 +1056,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1054,17 +1086,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1073,100 +1105,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1175,43 +1207,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1220,402 +1252,406 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it for a button that can be dragged and dropped by pressing the Ctrl key before pressing the button. - + Waarschuwing: dit kan op het eerste gezicht verwarrend lijken. + +Als je dit hebt ingeschakeld, dan kun je het tijdelijk +uitschakelen voor knoppen die kunnen worden versleept +middels de Ctrl-toets. - + Allow dragging from buttons - + Knopversleping inschakelen - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click Eenmaal klikken - + Double Click Dubbel klikken - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout KDE-indeling - + Gnome Layout GNOME-indeling - + Mac Layout macOS-indeling - + Windows Layout Windows-indeling - + Android Layout Android-indeling - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators Vertalers - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1630,19 +1666,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pl.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pl.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pl.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pl.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -112,7 +112,7 @@ - + Save Zapisz @@ -143,12 +143,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -157,17 +157,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -176,22 +176,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -243,110 +243,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -360,6 +345,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -371,30 +368,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -403,13 +400,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -419,17 +416,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects Wyłącz efekty kompozytowania - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -439,27 +436,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -467,12 +464,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -480,18 +477,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -500,182 +497,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays Rozmiary i odstępy - + Sizes Rozmiary - + Small icon: Mała ikona: - + Large icon: Duża ikona: - + Button icon: Ikona przycisku: - + Toolbar icon: Ikona paska zadań: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -699,14 +696,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -716,7 +713,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -726,7 +723,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -736,7 +733,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -745,8 +742,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -755,33 +752,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -792,8 +789,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -804,16 +801,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -822,30 +819,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays Odstępy - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -854,7 +851,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -863,7 +860,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -872,13 +869,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -886,8 +883,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -896,8 +893,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -905,7 +902,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -914,7 +911,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -922,19 +919,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -942,13 +939,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -957,7 +954,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -966,8 +963,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -976,28 +973,28 @@ - + Submenu delay: - - + + ms ms - + Miscellaneous Różne - + No arrows for scrollbars Brak strzałek na pasku przewijania - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1006,17 +1003,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1025,100 +1022,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1127,43 +1124,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1172,12 +1169,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1186,388 +1183,388 @@ - + Allow dragging from buttons - + Application Themes Motywy aplikacji - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme Zainstalowany motyw - + Application(s) Aplikacja/e - + app1,app2,app3 - + Remove List Usuń listę - + Save the current list of apps Zapisz obecną listę aplikacji - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Zakończ - + Preview the active theme or update its preview. - + Preview Podgląd - + About O programie - + What's This? Co to jest? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help Pomoc - + Open Kvantum Theme Folder... Otwórz folder motywów Kvantum… - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Musisz najpierw usunąć zmodyfikowaną wersję! - - - + + + Confirmation Potwierdzenie - + %1 installed. Zainstalowano %1. - + %1 deleted. Usunięto %1. - + Theme changed to %1. Zmieniono motyw na %1. - + You have no permission to write here: Nie masz uprawnień, aby tu zapisywać: - - - + + + Follow Style Zgodnie ze stylem - + Single Click - + Double Click - + Icon Only Tylko ikona - + Text Only Tylko tekst - + Text Beside Icon Tekst przy ikonie - + Text Under Icon Tekst pod ikoną - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar Pasek tytułu - + Menubar Pasek menu - + Menubar and primary toolbar Pasek menu i główny pasek narzędzi - + Anywhere possible Wszędzie, gdzie to możliwe - + Please fix that first! Napraw to najpierw! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! To nie jest instalowalny motyw Kvantum! - + The name of an installable themes should not be "Default". Nazwa instalowanego motywu musi być inna niż "Default". - - - + + + Please select another directory! Wybierz inny katalog! - + Installable themes should not have # in their names. Nazwa instalowanego motywu nie może zawierać znaku "#". - + This is not a Kvantum theme folder! To nie jest folder motywu Kvantum! - + The theme already exists in modified form. Motyw już istnieje w zmodyfikowanej formie. - + You have selected an installed theme folder. Wybrano foler zainstalowanego motywu. - + Please choose another directory! Wybierz inny katalog! - + The theme already exists. Motyw już istnieje. - + Do you want to overwrite it? Czy chcesz go zastąpić? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? Czy na pewno chcesz usunąć <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description Brak opisu - + A copy of the root config is created. - + A copy was already created. Kopia została już utworzona. - + Configuration saved. Zapisano konfigurację. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme domyślny motyw - - + + About Kvantum Manager O Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=Temat'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1582,19 +1579,19 @@ domyślny - + This directory cannot be removed: Ten katalog nie może zostać usunięty: - + You might want to investigate the cause. - - - + + + Active theme: Aktywny motyw: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pt_BR.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pt_BR.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pt_BR.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pt_BR.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licença @@ -113,7 +113,7 @@ - + Save Salvar @@ -146,12 +146,12 @@ Visualização transparente do Dolphin - + Normal font for default push buttons Fonte normal para botões padrão - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ nas Configurações de Sessão LXQt. - + Transparent sidepane for PCManFM-qt Painel lateral transparente para PCManFM-qt - + Iconless push buttons Botões sem ícones - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ nas Configurações da Sessão do LXQt. - + Transparent view for PCManFM-qt Visualização transparente para PCManFM-qt - + Iconless menus Menus sem ícones - + Blur explicitly translucent windows Borrar janelas explicitamente translúcidas - + Single top toolbar Barra de ferramenta superior única @@ -256,41 +256,26 @@ Título do menu transparente - - Style KDE capacity bars as progressbars. - Estilo barras de capacidade do KDE como barras de progresso. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Estilo barras de capacidade do KDE como barras de progresso?</p><p>Barras de capacidade são geralmente usadas por alguns aplicativos do KDE para exibir tamanhos de volumes e ter seu próprio estilo.</p></body></html> - - - - Show KCapacityBar as progressbar - Exibir KCapacityBar como barra de progresso - - - + Tint label icons on mouseover by Colorir ícones de etiqueta quando mouse em cima por - - - - + + + + % - + Respect dark themes Respeitar temas escuros - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,71 +284,71 @@ é reduzida por outros recursos. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Útil com conjuntos de ícones monocromáticos e quando a opacidade dos ícones desabilitados não é reduzida por outros recursos.</p><p>O KDE reduz automaticamente a opacidade dos ícones desabilitados. Portanto, essa opção pode ser útil em vez de outros ambientes de área de trabalho.</p></body></html> - + Opacity of disabled icons: Opacidade dos ícones desabilitados: - + Show size grips of dialogs and statusbars as far as possible. Exibir compactação de tamanho de diálogos e barras de status, o máximo possível. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Exibir compactação de tamanhos de diálogos e barras de status o máximo possível?</p><p>Por padrão, o aplicativo decide se eles devem ser exibidos, mas essa alteração pode ser útil para redimensionar janelas facilmente quando não há borda de janela.</p></body></html> - + Force size grips Forçar compactação de tamanho - + LXQt main menu icon size: Tamanho do ícone do menu principal do LXQt: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Composição && Visão Geral - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Tem efeito somente quando há um fundo SVG translúcido para as janelas ou a opacidade da janela é reduzida (veja abaixo). - + Opaque apps: Aplicativos opacos: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,11 +366,25 @@ <br><br>Como o <b><i>Kvantum</i></b> é independente de todos os ambientes de desktop, você primeiro precisa <i>ativá-lo</i> com um programa de integração de plataforma Qt. O KDE e o LXQt fornecem ferramentas simples para alterar o plugin do estilo Qt ativo. Com outras plataformas, você precisa de uma ferramenta de configuração do Qt.<br/><br/>No KDE, também selecione e aplique o esquema de cores deste tema porque alguns aplicativos do KDE podem obter suas cores diretamente do esquema de cores do KDE.<br/><br/>Os aplicativos em execução receberão o novo tema depois de serem fechados e reabertos. Sair e Entrar seria bom para todas as partes do KDE/LXQt para vê-lo completamente. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Por padrão, a barra de ferramentas vertical não é habilitada. + +Se estiver desabilitada, verifique a opção acima. + + + + Style vertical toolbars + Estilo barra de ferramentas vertical + + If checked, the contents of a form will be horizontally centered as far as possible. - Se marcado, o conteúdo de um formulário será -centralizado horizontalmente, na medida do possível. + Se marcado, os conteúdos de um formulário serão +centralizados horizontalmente, na medida do possível. @@ -393,7 +392,7 @@ Layouts de formulário centralizados - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -402,23 +401,24 @@ com translucidez ou gradiente de janela. - + Disable translucency with non-integer scaling Desative a translucidez com escala não inteira - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - Por padrão, o controle deslizante de rolagem salta para uma posição quando a barra de rolagem é clicada. + Por padrão, o controle deslizante de rolagem salta para uma posição +quando a barra de rolagem é clicada com o botão esquerdo do mouse. - + Scroll jump with middle click Saltar a rolagem com o clique do meio - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -431,13 +431,13 @@ seriamente com outros trabalhos. - + Kinetic scrolling Rolagem cinética - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -448,21 +448,21 @@ Valores menores que 16 significam o tamanho do ícone padrão do menu. -Necessita de painel LXQt para ser reiniciado ou por "Configurações de sessão" +Necessita do painel LXQt para ser reiniciado ou por "Configurações de sessão" ou através de sair e entrar novamente. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Se marcado, menus, dicas e janelas não terão translucidez ou sombra.</p><p>Quando desmarcado, translucidez e sombra estarão disponíveis se houver elementos apropriados no arquivo SVG dos temas.</p><p>Se isso estiver desabilitado, consulte Diversos → Respeitar o DE atual, se possível.</p></body></html> - + Disable composite effects Desabilitar efeitos compostos - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -477,27 +477,27 @@ Um valor de 1.00 significa sem alteração. - + Contrast Effect Efeito de Contraste - + Saturation: Saturação: - + Intensity: Intensidade: - + Contrast: Contraste: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -509,12 +509,12 @@ Verificado automaticamente se o desfoque da janela estiver habilitado. - + Blurring for menus and tooltips Desfocagem para menus e dicas de ferramentas - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -525,18 +525,18 @@ sombra para menus e dicas de ferramentas. - + Shadowless menus and tooltips Menus e dicas de ferramenta sem sombra - + Translucent windows Janelas translúcidas - - + + This will reduce the window opacity if window translucency is enabled. @@ -549,128 +549,128 @@ para que esta chave funcione. - + Reduce window opacity by Reduzir opacidade da janela por - + Reduce menu opacity by Reduzir opacidade do menu por - + Blurring for translucent windows Desfocagem para janelas translúcidas - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Uma animação de desvanecimento de 200ms quando o estado de alguns widgets é alterado, principalmente pelo mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Uma animação de desvanecimento de 200ms quando o estado de alguns widgets é alterado, principalmente pelo mouse.</p><p>O uso da CPU é insignificante porque geralmente apenas um widget é animado. O efeito visual resultante depende do tema ativo.</p><p>Esses widgets são suportados: botões (incluindo botões de opção e caixas de seleção), caixas de combinação, caixas de rotação, controles deslizantes, edições de linha e exibições de rolagem.</p></body></html> - + Animation for state change under mouse Animação para alteração de estado sob mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Marque esta opção para remover todos os modelos de janelas/caixas de diálogo! Desmarque se quiser esses modelos de volta! - + Remove window/dialog tiling patterns Remover modelos de janelas/caixa de diálogo - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Use as mesmas cores e formas com janelas ativas e inativas se esse tema fizer distinção entre elas? - + Ignore inactive state Ignorar estado inativo - + Transient scrollbars Barras de rolagem transitórias - + Sizes && Delays Tamanhos && Atrasos - + Sizes Tamanhos - + Small icon: Ícones pequenos: - + Large icon: Ícones grande: - + Button icon: Ícone de botão: - + Toolbar icon: Ícone da barra de ferramentas: - + Font size Tamanho da fonte - - + + The default value is 2 px but some apps set it themeselves. O valor padrão é 2 px, mas alguns aplicativos definem temas próprios. - + Layout spacing: Espaçamento de layout: - - + + The default value is 4 px but some apps set it themeselves. O valor padrão é 4 px, mas alguns aplicativos definem temas próprios. - + Layout margin: Margem de layout: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -679,36 +679,36 @@ 0 por padrão. - + Submenu overlap: Sobreposição do submenu: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) A largura dos botões de rotação horizontal. (Não tem efeito quando os indicadores de rotação estão na vertical.) - + Spin button width: Largura do botão de rotação: - - + + How to activate view items? Como ativar os itens de visualização? - + Click behavior: Comportamento do clique: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -717,24 +717,24 @@ Por padrão, as ramificações de árvore têm indicadores, mas não linha. - + Dialog button layout: Layout do botão de diálogo: - + They may look like dotted rectangles on focused buttons and other widgets. Eles podem se parecer com retângulos pontilhados em botões focados e outros widgets. - + Remove focus rectangles Remover retângulos de foco - + Use the active theme for all apps! This Needs saving to take effect. @@ -767,7 +767,7 @@ Por padrão, ele tem o plano de fundo base. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -776,7 +776,7 @@ Esses botões têm texto em negrito por padrão. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -791,7 +791,7 @@ Diversos → Respeitar a DE atual se possível - + No icon for menu-items? By default, some of them may have icon. @@ -806,7 +806,7 @@ Diversos → Respeitar a DE atual se possível - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -821,7 +821,7 @@ Konsole, QTerminal e painel LXQt são alguns exemplos. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -835,8 +835,8 @@ ou em qualquer outra posição. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -849,7 +849,7 @@ Ícones/estilos codificados não podem respeitar esta chave. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -858,7 +858,7 @@ o seu comportamento, tanto quanto possível. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -867,20 +867,20 @@ fundo SVG de janela translúcida no tema. - + Should transient scrollbars have semi-transparent grooves when needed? As barras de rolagem transitórias devem ter ranhuras semitransparentes quando necessário? - + Transient scrollbar grooves when needed Ranhuras da barra de rolagem transitória quando necessário - - + + Affects menu-items and headers. The default value is 16 px but @@ -897,8 +897,8 @@ Diversos → Respeitar a DE atual se possível - - + + Affects icon views. The default value is 32 px but @@ -915,8 +915,8 @@ Diversos → Respeitar a DE atual se possível - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -925,8 +925,8 @@ O valor padrão é 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -939,30 +939,30 @@ Os aplicativos do KDE obtêm isso da configuração do KDE. - - + + The minimum length of scrollbars. O comprimento mínimo das barras de rolagem. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>A altura mínima das barras de rolagem verticais e a largura mínima das barras de rolagem horizontais.</p></body></html> - + Minimum scrollbar length: Comprimento mínimo da barra de rolagem: - + Delays Atrasos - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -975,7 +975,7 @@ -1 significa o comportamento padrão do Qt. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -988,7 +988,7 @@ Se desabilitado, consulte Composição e Aparência Geral → Barras de rolagem transitórias! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1002,14 +1002,14 @@ com a cor de destaque. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Se marcada, a barra de menus e a barra de ferramentas serão desenhadas como um todo pelo elemento SVG da barra de ferramentas quando estiverem adjacentes entre si. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1020,8 +1020,8 @@ na horizontal e na vertical. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1034,8 +1034,8 @@ Diversos → Respeitar a DE atual se possível - - + + Will have effect only if style is not set by the app in its code. @@ -1046,7 +1046,7 @@ O Padrão é "Seguir Estilo". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1059,7 +1059,7 @@ na edição de linha de rotação. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1070,7 +1070,7 @@ rotação-mínima dentro da linha de edição de rotação. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1079,12 +1079,12 @@ Por padrão, os pop-ups de combinação não cobrem a caixa de combinação. - + In Kvantum, tabs are centered by default. No Kvantum, as abas são centralizadas por padrão. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1095,13 +1095,13 @@ Por padrão, todos os seus itens de menu são exibidos. - + Tooltip delay: Atraso de dica de ferramenta: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1114,7 +1114,7 @@ problemas com a translucidez!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1127,8 +1127,8 @@ Eles geralmente não ocupam espaço extra. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1141,28 +1141,28 @@ enquanto 0 significa sem atraso. - + Submenu delay: Atraso do submenu: - - + + ms - + Miscellaneous Diversos - + No arrows for scrollbars Nenhuma seta para as barras de rolagem - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1175,17 +1175,17 @@ Se desabilitado, consulte Composição e Aparência Geral → Barras de rolagem transitórias! - + Scrollbars inside frames Barras de rolagem dentro de quadros - + Tree branch lines Linhas de ramificação de árvore - + By default, the label is on the frame and the frame is cut to contain it. @@ -1196,102 +1196,102 @@ Marcar isso coloca o rótulo logo acima do quadro, para que o quadro não seja cortado. - + Group-box label above frame Rótulo de caixa de grupo acima do quadro - + Fill rubber-band rectangles Preencher retângulos de seleção - + Mouse tracking is enabled for menubars by default. O rastreamento de mouse está habilitado para barras de menu por padrão. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>O rastreamento de mouse é habilitado para barras de menu por padrão, ou seja, depois que um item da barra de menu é clicado e seu menu é exibido, os menus dos outros itens da barra de menus serão exibidos se o cursor for colocado sobre eles sem clicar.</p></body></html> - + Mouse tracking for menubars Rastreamento de mouse para barras de menu - + Merge menubar with toolbar Mesclar barra de menu com barra de ferramenta - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Se marcado, os botões da barra de ferramenta serão desenhados, agrupados e aumentados entre os separadores da barra de ferramenta. - + Group toolbar buttons Grupo de botões da barra de ferramenta - + Shift push-button contents Deslocar conteúdos de botão - + Drag from: Arrastar de: - + Toolbutton style: Estilo de botão de ferramenta: - + If unchecked, shortcuts will not be underlined at all. Se desmarcado, os atalhos não serão sublinhados em tudo. - + Underline shortcuts with Alt Sublinhar atalhos com Alt - + Inline spin indicators Indicadores de rotação alinhados - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Desenhar toda a caixa de combinação editável como uma linha de edição com seta (e ícone, se existir)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Desenhar toda a caixa de combinação editável como uma linha de edição com seta (e ícone, se existir)?</p><p>Por padrão, uma caixa de combinação consiste de uma linha de edição, um botão com a seta de um lado e outro botão com o ícone do outro lado.</p></body></html> - + Editable combo as line-edit Combinação editável como linha de edição - + Vertical spin indicators Indicadores de rotação verticais - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1304,44 +1304,44 @@ Desmarque se você quiser usar essas opções! - + Respect current DE if possible Respeitar o ambiente desktop se possível - + Combo popup as menu Pop-up de combinação como menu - + Left aligned tabs Abas alinhadas à esquerda - + Inactive tabs are joined together by default, i.e., there is no border between them. Por padrão, abas inativas são agrupadas, ou seja, não existem bordas entre elas. - + Join inactive tabs Juntar abas inativas - + Scrollable menus Menus roláveis - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Quando isto está habilitado e selecionado, Kvantum tentará respeitar algumas configurações do ambiente da área de trabalho atual, se ele for KDE, Unity, Gnome ou Pantheon.</p><p>No KDE, isto fará o Kvantum usar as configurações do KDE para o tamanho dos ícones e também para o clique simples ou duplo.</p><p>Se for Unity, Gnome and Pantheon, isto remove os ícones dos menus e dos botões (mesmo se a configuração correspondente no dconf forem alteradas) e desabilita a transparência das janelas.</p><p>Esta caixa de seleção pode desabilitar algumas opções. Remova a seleção se você quiser usar essas opções!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1354,12 +1354,12 @@ Esta opção irá ocultar isso. - + Non-checkable combo menu Menu de combinação não selecionável - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1372,389 +1372,389 @@ a tecla Ctrl antes de pressionar o botão. - + Allow dragging from buttons Permitir arrastar de botões - + Application Themes Temas de Aplicativos - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Aqui você pode atribuir temas para aplicativos específicos.</center><br><center>Para cada tema, você pode adicionar uma lista separada por vírgula de executáveis cujos aplicativos devem usar esse tema em vez do tema ativo. Depois de fazer isso para todos os temas escolhidos, salve o resultado clicando no botão <i>Salvar</i>!</center> - + Installed Theme Tema Instalado - + Application(s) Aplicativo(s) - + app1,app2,app3 app1, app2, app3 - + Remove List Remover Lista - + Save the current list of apps Salvar a lista atual de aplicativos - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Salvar a lista atual de aplicativos com seus temas correspondentes!</p></body></html> - - + + Ctrl+Q - + Quit Sair - + Preview the active theme or update its preview. Visualizar o tema ativo ou atualizar sua visualização. - + Preview Visualizar - + About Sobre - + What's This? O que é Isso? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Clique neste botão e depois clique em um elemento da GUI que tenha dica de ferramenta &quot;O que é Isso&quot; para obter informações sobre o que faz.</p><p>Há também dicas de ferramentas comuns, mas esse tipo de dica de ferramenta não desaparece até que você clique em algum lugar.</p></body></html> - + Help Ajuda - + Open Kvantum Theme Folder... Abrir Pasta de Tema Kvantum... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! Primeiro você tem que excluir sua versão modificada! - - - + + + Confirmation Confirmação - + %1 installed. %1 instalado. - + %1 deleted. %1 excluído. - + Theme changed to %1. Tema alterado para %1. - + You have no permission to write here: Você não tem permissão de gravação aqui: - - - + + + Follow Style Seguir Estilo - + Single Click Clique Único - + Double Click Clique Duplo - + Icon Only Apenas Ícone - + Text Only Apenas Texto - + Text Beside Icon Texto ao Lado do Ícone - + Text Under Icon Texto Sob o Ícone - + KDE Layout Layout do KDE - + Gnome Layout Layout do Gnome - + Mac Layout Layout do Mac - + Windows Layout Layout do Windows - + Android Layout Layout do Android - + Titlebar Barra de título - + Menubar Barra de menu - + Menubar and primary toolbar Barra de menus e barra de ferramentas primária - + Anywhere possible Qualquer lugar possível - + Please fix that first! Por favor, solucione isso primeiro! - + This file cannot be removed: Este arquivo não pode ser removido: - - + + This is not an installable Kvantum theme! Este não é um tema Kvantum instalável! - + The name of an installable themes should not be "Default". O nome de um tema instalável não deve ser "Padrão". - - - + + + Please select another directory! Por favor, selecione outro diretório! - + Installable themes should not have # in their names. Temas instaláveis não devem ter # em seus nomes. - + This is not a Kvantum theme folder! Esta não é uma pasta de tema Kvantum! - + The theme already exists in modified form. O tema já existe em formato modificado. - + You have selected an installed theme folder. Você selecionou uma pasta de tema instalado. - + Please choose another directory! Por favor, escolha outro diretório! - + The theme already exists. O tema já existe. - + Do you want to overwrite it? Você deseja sobrescrever esse tema? - + This theme is also installed as root in: Este tema também é instalado como root em: - + The user installation will take priority. A instalação do usuário terá prioridade. - + This theme is also installed as user in: Este tema também é instalado como usuário em: - + This installation will take priority. Esta instalação terá prioridade. - + Do you really want to delete <i>%1</i>? Você realmente deseja excluir <i>%1</i>? - + It could not be restored unless you have a copy of it. Não foi possível restaurá-lo, a menos que você tenha uma cópia dele. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Estas são as configurações que podem ser alteradas com segurança.<br>Para outros, clique em <i>Salvar</i> e edite esse arquivo: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Estas são as configurações que podem ser alteradas com segurança.<br>Para outros, edite este arquivo: - + No description Nenhuma descrição - + A copy of the root config is created. Uma cópia da configuração root é criada. - + A copy was already created. Uma cópia já foi criada. - + Configuration saved. Configuração salva. - + Do you want to revert to the default (root) settings of this theme? Deseja reverter para as configurações padrão (root) deste tema? - + You will lose the changes you might have made. Você perderá as alterações que você fez. - + Restored the root default settings of %1 Restaurado as configurações padrão de root de %1 - + the default theme o tema padrão - - + + About Kvantum Manager Sobre Kvantum Manager - + Translators Tradutores - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Uma ferramenta para instalar, selecionar<br>e configurar temas<a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1769,19 +1769,19 @@ padrão - + This directory cannot be removed: Este diretório não pode ser removido: - + You might want to investigate the cause. Você pode desejar investigar a causa. - - - + + + Active theme: Tema ativo: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pt.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pt.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_pt.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_pt.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licença @@ -19,26 +19,26 @@ Install/Update Theme - Instalar/Atualizar Tema + Instalar/Atualizar tema <center><b><i>Kvantum</i></b> comes with many themes but external themes can also be installed for being used by it. Here you could choose a theme folder and then press the button below to install it in your Home.</center> - <center><b><i>Kvantum</i></b> vem com muitos temas mas também podem ser instalados temas externos para serem utilizados por ele. Aqui pode escolher uma pasta de temas e depois premir o botão abaixo para a instalar na sua Pasta Pessoal.</center> + <center><b><i>Kvantum</i></b> vem com muitos temas mas também podem ser instalados temas externos para serem utilizados por ele. Aqui pode escolher uma pasta de temas e depois premir o botão abaixo para o instalar na sua pasta pessoal.</center> Select a Kvantum theme folder - Selecione uma pasta -de tema Kvantum + Selecione a pasta +de temas Kvantum Add this theme to the list of themes that Kvantum can use in addition to its own themes. Adicione este tema à lista de temas que -o Kvantum pode utilizar além de seus próprios temas. +Kvantum pode utilizar, além de seus próprios temas. @@ -48,7 +48,7 @@ Change/Delete Theme - Alterar/Eliminar Tema + Alterar/Eliminar tema @@ -114,7 +114,7 @@ - + Save Guardar @@ -146,12 +146,12 @@ Visualização transparente do Dolphin - + Normal font for default push buttons - Fonte normal para botões de premir padrão + Fonte normal para botões de premir predefinidos - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ nas definições de sessão LXQt. - + Transparent sidepane for PCManFM-qt Painel lateral transparente para PCManFM-qt - + Iconless push buttons Botões sem ícones - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ nas definições da sessão do LXQt. - + Transparent view for PCManFM-qt Visualização transparente para PCManFM-qt - + Iconless menus Menus sem ícones - + Blur explicitly translucent windows Desfocar janelas explicitamente translúcidas - + Single top toolbar Barra de ferramentas superior única @@ -256,41 +256,26 @@ Título do menu transparente - - Style KDE capacity bars as progressbars. - Estilo barras de capacidade do KDE como barras de progresso. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Estilo barras de capacidade do KDE como barras de progresso?</p><p>Barras de capacidade são geralmente usadas por algumas aplicações do KDE para mostrar tamanhos de volumes e ter seu próprio estilo.</p></body></html> - - - - Show KCapacityBar as progressbar - Mostrar KCapacityBar como barra de progresso - - - + Tint label icons on mouseover by Colorir ícones de etiqueta quando o rato passa por cima - - - - + + + + % % - + Respect dark themes Respeitar temas escuros - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -299,71 +284,71 @@ é reduzida por outros recursos. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Útil com conjuntos de ícones monocromáticos e quando a opacidade dos ícones desativados não é reduzida por outros recursos.</p><p>O KDE reduz automaticamente a opacidade dos ícones desativados. Portanto, esta opção pode ser útil noutros ambientes de trabalho.</p></body></html> - + Opacity of disabled icons: Opacidade dos ícones desativados: - + Show size grips of dialogs and statusbars as far as possible. Mostrar limites de tamanho de diálogos e barras de estado, o mais longe possível. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Mostrar limites de tamanhos de diálogos e barras de estado o mais longe possível?</p><p>Por padrão, a aplicação decide se os mesmos devem ser apresentados, mas esta alteração pode ser útil para redimensionar janelas facilmente quando não existe margem de janela.</p></body></html> - + Force size grips Forçar limites de tamanho - + LXQt main menu icon size: Tamanho do ícone do menu principal do LXQt: - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look Composição && Aspeto Geral - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Tem efeito apenas quando há um fundo SVG translúcido para as janelas ou a opacidade da janela é reduzida (veja abaixo). - + Opaque apps: Aplicações opacas: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,6 +366,20 @@ <br><br>Como o <b><i>Kvantum</i></b> é independente de todos os ambientes de trabalho, primeiro precisa <i>ativá-lo</i> com um programa de integração de plataforma Qt. O KDE e o LXQt fornecem ferramentas simples para alterar o plugin do estilo Qt ativo. Com outras plataformas, precisa de uma ferramenta de configuração do Qt.<br/><br/>No KDE, também selecione e aplique o esquema de cores deste tema porque alguns aplicativos do KDE podem obter suas cores diretamente do esquema de cores do KDE.<br/><br/>As aplicações em execução receberão o novo tema depois de serem fechados e reabertos. Sair e Entrar seria bom para todas as partes do KDE/LXQt para vê-lo completamente. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Por padrão, as barras de ferramentas verticais não são estilizadas. + +Se isto for desativado, ver a opção acima. + + + + Style vertical toolbars + Estilizar barras de ferramentas verticais + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -393,7 +392,7 @@ Disposições de formulário centrados - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -402,24 +401,24 @@ com translucidez ou gradiente de janela. - + Disable translucency with non-integer scaling Desative a translucidez com escala não inteira - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Por padrão, o controlo deslizante de deslizamento salta para uma posição quando a barra de deslizamento é clicada. - + Scroll jump with middle click - Saltar de deslizamento com o clique do meio + Salto de rolagem com clique do meio - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -432,13 +431,13 @@ seriamente com outros trabalhos. - + Kinetic scrolling Rolagem cinética - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -453,17 +452,17 @@ ou através do sair e entrar novamente. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Se marcado, menus, dicas e janelas não terão translucidez ou sombra.</p><p>Quando desmarcado, translucidez e sombra estarão disponíveis se houver elementos apropriados no arquivo SVG dos temas.</p><p>Se isso estiver desabilitado, consulte Diversos → Respeitar o DE atual, se possível.</p></body></html> - + Disable composite effects Desabilitar efeitos compostos - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -478,27 +477,27 @@ Um valor de 1.00 significa sem alteração. - + Contrast Effect Efeito de Contraste - + Saturation: Saturação: - + Intensity: Intensidade: - + Contrast: Contraste: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -510,12 +509,12 @@ Verificado automaticamente se o desfoque da janela estiver habilitado. - + Blurring for menus and tooltips Desfocagem para menus e dicas de ferramentas - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -526,18 +525,18 @@ sombra para menus e dicas de ferramentas. - + Shadowless menus and tooltips Menus e dicas de ferramenta sem sombra - + Translucent windows Janelas translúcidas - - + + This will reduce the window opacity if window translucency is enabled. @@ -550,128 +549,128 @@ para que esta chave funcione. - + Reduce window opacity by Reduzir opacidade da janela por - + Reduce menu opacity by Reduzir opacidade do menu por - + Blurring for translucent windows Desfocagem para janelas translúcidas - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Uma animação de desvanecimento de 200ms quando o estado de alguns widgets é alterado, principalmente pelo mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Uma animação de desvanecimento de 200ms quando o estado de alguns widgets é alterado, principalmente pelo mouse.</p><p>O uso da CPU é insignificante porque geralmente apenas um widget é animado. O efeito visual resultante depende do tema ativo.</p><p>Esses widgets são suportados: botões (incluindo botões de opção e caixas de seleção), caixas de combinação, caixas de rotação, controles deslizantes, edições de linha e exibições de rolagem.</p></body></html> - + Animation for state change under mouse Animação para alteração de estado sob mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Marque esta opção para remover todos os modelos de janelas/caixas de diálogo! Desmarque se quiser esses modelos de volta! - + Remove window/dialog tiling patterns Remover modelos de janelas/caixa de diálogo - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Use as mesmas cores e formas com janelas ativas e inativas se esse tema fizer distinção entre elas? - + Ignore inactive state Ignorar estado inativo - + Transient scrollbars Barras de rolagem transitórias - + Sizes && Delays Tamanhos && Atrasos - + Sizes Tamanhos - + Small icon: Ícones pequenos: - + Large icon: Ícones grande: - + Button icon: Ícone de botão: - + Toolbar icon: Ícone da barra de ferramentas: - + Font size Tamanho da fonte - - + + The default value is 2 px but some apps set it themeselves. O valor padrão é 2 px, mas alguns aplicativos definem temas próprios. - + Layout spacing: Espaçamento de layout: - - + + The default value is 4 px but some apps set it themeselves. O valor padrão é 4 px, mas alguns aplicativos definem temas próprios. - + Layout margin: Margem de layout: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -680,36 +679,36 @@ 0 por padrão. - + Submenu overlap: Sobreposição do submenu: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) A largura dos botões de rotação horizontal. (Não tem efeito quando os indicadores de rotação estão na vertical.) - + Spin button width: Largura do botão de rotação: - - + + How to activate view items? Como ativar os itens de visualização? - + Click behavior: Comportamento do clique: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -718,24 +717,24 @@ Por padrão, as ramificações de árvore têm indicadores, mas não linha. - + Dialog button layout: Layout do botão de diálogo: - + They may look like dotted rectangles on focused buttons and other widgets. Eles podem se parecer com retângulos pontilhados em botões focados e outros widgets. - + Remove focus rectangles Remover retângulos de foco - + Use the active theme for all apps! This Needs saving to take effect. @@ -768,16 +767,16 @@ Por padrão, ele tem o plano de fundo base. - + No bold font for default push buttons? Such push buttons have bold text by default. - Nenhuma fonte em negrito para botões padrão? + Nenhuma fonte em negrito para botões predefinidos? -Esses botões têm texto em negrito por padrão. +Tais botões têm texto em negrito por padrão. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -792,7 +791,7 @@ Diversos → Respeitar a DE atual se possível - + No icon for menu-items? By default, some of them may have icon. @@ -807,7 +806,7 @@ Diversos → Respeitar a DE atual se possível - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -822,7 +821,7 @@ Konsole, QTerminal e painel LXQt são alguns exemplos. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -836,8 +835,8 @@ ou em qualquer outra posição. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -850,7 +849,7 @@ Ícones/estilos codificados não podem respeitar esta chave. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -859,7 +858,7 @@ o seu comportamento, tanto quanto possível. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -868,20 +867,20 @@ fundo SVG de janela translúcida no tema. - + Should transient scrollbars have semi-transparent grooves when needed? As barras de rolagem transitórias devem ter ranhuras semitransparentes quando necessário? - + Transient scrollbar grooves when needed Ranhuras da barra de rolagem transitória quando necessário - - + + Affects menu-items and headers. The default value is 16 px but @@ -898,8 +897,8 @@ Diversos → Respeitar a DE atual se possível - - + + Affects icon views. The default value is 32 px but @@ -916,8 +915,8 @@ Diversos → Respeitar a DE atual se possível - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -926,8 +925,8 @@ O valor padrão é 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -940,30 +939,30 @@ Os aplicativos do KDE obtêm isso da configuração do KDE. - - + + The minimum length of scrollbars. O comprimento mínimo das barras de rolagem. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>A altura mínima das barras de rolagem verticais e a largura mínima das barras de rolagem horizontais.</p></body></html> - + Minimum scrollbar length: Comprimento mínimo da barra de rolagem: - + Delays Atrasos - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -976,7 +975,7 @@ -1 significa o comportamento padrão do Qt. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -984,12 +983,12 @@ If disabled, see Compositing & General Look → Transient scrollbars! As barras de rolagem têm setas de linha e sub-linha por padrão. -Marcar esta caixa remove as setas o máximo possível. +Marcar esta caixa remove as setas tanto quanto possível. -Se desabilitado, consulte Composição e Aparência Geral → Barras de rolagem transitórias! +Se desativado, veja Composição e Aparência Geral → Barras de rolagem transitórias! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1003,14 +1002,14 @@ com a cor de destaque. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Se marcada, a barra de menus e a barra de ferramentas serão desenhadas como um todo pelo elemento SVG da barra de ferramentas quando estiverem adjacentes entre si. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1021,8 +1020,8 @@ na horizontal e na vertical. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1035,8 +1034,8 @@ Diversos → Respeitar a DE atual se possível - - + + Will have effect only if style is not set by the app in its code. @@ -1047,7 +1046,7 @@ O Padrão é "Seguir Estilo". - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1060,7 +1059,7 @@ na edição de linha de rotação. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1071,7 +1070,7 @@ rotação-mínima dentro da linha de edição de rotação. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1080,12 +1079,12 @@ Por padrão, os pop-ups de combinação não cobrem a caixa de combinação. - + In Kvantum, tabs are centered by default. No Kvantum, as abas são centralizadas por padrão. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1096,13 +1095,13 @@ Por padrão, todos os seus itens de menu são exibidos. - + Tooltip delay: Atraso de dica de ferramenta: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1115,7 +1114,7 @@ problemas com a translucidez!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1128,8 +1127,8 @@ Eles geralmente não ocupam espaço extra. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1142,51 +1141,51 @@ enquanto 0 significa sem atraso. - + Submenu delay: Atraso do submenu: - - + + ms ms - + Miscellaneous Diversos - + No arrows for scrollbars Nenhuma seta para as barras de rolagem - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. If disabled, see Compositing & General Look → Transient scrollbars! - Desenhar barras de rolagem dentro de quadros de visualização? + Desenhar barras de rolagem dentro de molduras de visualização? Por padrão, as barras de rolagem são desenhadas em quadros de visualização externas. -Se desabilitado, consulte Composição e Aparência Geral → Barras de rolagem transitórias! +Se desativado, veja Composição e Aparência Geral → Barras de rolagem transitórias! - + Scrollbars inside frames Barras de rolagem dentro de quadros - + Tree branch lines Linhas de ramificação de árvore - + By default, the label is on the frame and the frame is cut to contain it. @@ -1197,102 +1196,102 @@ Marcar isso coloca o rótulo logo acima do quadro, para que o quadro não seja cortado. - + Group-box label above frame Rótulo de caixa de grupo acima do quadro - + Fill rubber-band rectangles Preencher retângulos de seleção - + Mouse tracking is enabled for menubars by default. O rastreamento de mouse está habilitado para barras de menu por padrão. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>O rastreamento de mouse é habilitado para barras de menu por padrão, ou seja, depois que um item da barra de menu é clicado e seu menu é exibido, os menus dos outros itens da barra de menus serão exibidos se o cursor for colocado sobre eles sem clicar.</p></body></html> - + Mouse tracking for menubars Rastreamento de mouse para barras de menu - + Merge menubar with toolbar Mesclar barra de menu com barra de ferramenta - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Se marcado, os botões da barra de ferramenta serão desenhados, agrupados e aumentados entre os separadores da barra de ferramenta. - + Group toolbar buttons Grupo de botões da barra de ferramenta - + Shift push-button contents Deslocar conteúdos de botão - + Drag from: Arrastar de: - + Toolbutton style: Estilo de botão de ferramenta: - + If unchecked, shortcuts will not be underlined at all. Se desmarcado, os atalhos não serão sublinhados em tudo. - + Underline shortcuts with Alt Sublinhar atalhos com Alt - + Inline spin indicators Indicadores de rotação alinhados - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Desenhar toda a caixa de combinação editável como uma linha de edição com seta (e ícone, se existir)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Desenhar toda a caixa de combinação editável como uma linha de edição com seta (e ícone, se existir)?</p><p>Por padrão, uma caixa de combinação consiste de uma linha de edição, um botão com a seta de um lado e outro botão com o ícone do outro lado.</p></body></html> - + Editable combo as line-edit Combinação editável como linha de edição - + Vertical spin indicators Indicadores de rotação verticais - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1305,44 +1304,44 @@ Desmarque se você quiser usar essas opções! - + Respect current DE if possible Respeitar o ambiente desktop se possível - + Combo popup as menu Pop-up de combinação como menu - + Left aligned tabs Abas alinhadas à esquerda - + Inactive tabs are joined together by default, i.e., there is no border between them. Por padrão, abas inativas são agrupadas, ou seja, não existem bordas entre elas. - + Join inactive tabs Juntar separadores inativos - + Scrollable menus Menus roláveis - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Quando isto está habilitado e selecionado, Kvantum tentará respeitar algumas configurações do ambiente da área de trabalho atual, se ele for KDE, Unity, Gnome ou Pantheon.</p><p>No KDE, isto fará o Kvantum usar as configurações do KDE para o tamanho dos ícones e também para o clique simples ou duplo.</p><p>Se for Unity, Gnome and Pantheon, isto remove os ícones dos menus e dos botões (mesmo se a configuração correspondente no dconf forem alteradas) e desabilita a transparência das janelas.</p><p>Esta caixa de seleção pode desabilitar algumas opções. Remova a seleção se você quiser usar essas opções!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1355,12 +1354,12 @@ Esta opção irá ocultar isso. - + Non-checkable combo menu Menu de combinação não selecionável - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1373,389 +1372,389 @@ a tecla Ctrl antes de premir o botão. - + Allow dragging from buttons Permitir o arrastamento a partir de botões - + Application Themes Temas de aplicações - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Aqui pode atribuir temas para aplicações específicas.</center><br><center>Para cada tema, pode adicionar uma lista separada por vírgula de executáveis cujas aplicações devem usar esse tema em vez do tema ativo. Depois de fazer isso para todos os temas escolhidos, guarde o resultado ao clicar no botão <i>Guardar</i>!</center> - + Installed Theme Tema instalado - + Application(s) Aplicação(ões) - + app1,app2,app3 app1, app2, app3 - + Remove List Remover Lista - + Save the current list of apps - Salvar a lista atual de aplicativos + Guardar a lista atual de aplicações - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - <html><head/><body><p>Salvar a lista atual de aplicativos com seus temas correspondentes!</p></body></html> + <html><head/><body><p>Guardar a lista atual de aplicações com os seus temas correspondentes!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Sair - + Preview the active theme or update its preview. Pré-visualizar o tema ativo ou atualizar a sua pré-visualização. - + Preview Pré-visualizar - + About Acerca - + What's This? O que é isto? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Clique neste botão e depois clique num elemento da GUI que tenha dica de ferramenta &quot;O que é isto&quot; para obter informações sobre o que faz.</p><p>Há também dicas de ferramentas comuns, mas este tipo de dica de ferramenta não desaparece até que clique em algum lugar.</p></body></html> - + Help Ajuda - + Open Kvantum Theme Folder... Abrir pasta de tema Kvantum... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Primeiro tem que eliminar a sua versão modificada! - - - + + + Confirmation Confirmação - + %1 installed. %1 instalado. - + %1 deleted. %1 eliminado. - + Theme changed to %1. Tema alterado para %1. - + You have no permission to write here: Você não tem permissão de gravação aqui: - - - + + + Follow Style Seguir Estilo - + Single Click Clique Único - + Double Click Clique Duplo - + Icon Only Apenas Ícone - + Text Only Apenas Texto - + Text Beside Icon Texto ao lado do ícone - + Text Under Icon Texto Sob o Ícone - + KDE Layout Disposição do KDE - + Gnome Layout Disposição do Gnome - + Mac Layout Disposição do Mac - + Windows Layout Disposição do Windows - + Android Layout Disposição do Android - + Titlebar Barra de título - + Menubar Barra de menu - + Menubar and primary toolbar Barra de menus e barra de ferramentas primária - + Anywhere possible Qualquer lugar possível - + Please fix that first! Por favor, solucione isso primeiro! - + This file cannot be removed: Este arquivo não pode ser removido: - - + + This is not an installable Kvantum theme! Este não é um tema Kvantum instalável! - + The name of an installable themes should not be "Default". O nome de um tema instalável não deve ser "Padrão". - - - + + + Please select another directory! Selecione outro diretório! - + Installable themes should not have # in their names. Temas instaláveis não devem ter # em seus nomes. - + This is not a Kvantum theme folder! Esta não é uma pasta de tema Kvantum! - + The theme already exists in modified form. O tema já existe em formato modificado. - + You have selected an installed theme folder. Você selecionou uma pasta de tema instalado. - + Please choose another directory! Por favor, escolha outro diretório! - + The theme already exists. O tema já existe. - + Do you want to overwrite it? Você deseja sobrescrever esse tema? - + This theme is also installed as root in: Este tema também é instalado como root em: - + The user installation will take priority. A instalação do utilizador terá prioridade. - + This theme is also installed as user in: Este tema também é instalado como usuário em: - + This installation will take priority. Esta instalação terá prioridade. - + Do you really want to delete <i>%1</i>? Você realmente deseja excluir <i>%1</i>? - + It could not be restored unless you have a copy of it. Não foi possível restaurá-lo, a menos que você tenha uma cópia dele. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - Estas são as configurações que podem ser alteradas com segurança.<br>Para outros, clique em <i>Salvar</i> e edite esse arquivo: + Estas são as definições que podem ser alteradas com segurança.<br>Para as outras, clique em <i>Guardar</i> e edite este ficheiro: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Estas são as configurações que podem ser alteradas com segurança.<br>Para outros, edite este arquivo: - + No description Nenhuma descrição - + A copy of the root config is created. Uma cópia da configuração root é criada. - + A copy was already created. Uma cópia já foi criada. - + Configuration saved. Configuração salva. - + Do you want to revert to the default (root) settings of this theme? Deseja reverter para as configurações padrão (root) deste tema? - + You will lose the changes you might have made. Você perderá as alterações que você fez. - + Restored the root default settings of %1 Restaurado as configurações padrão de root de %1 - + the default theme o tema padrão - - + + About Kvantum Manager Acerca do Kvantum Manager - + Translators Tradutores - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Uma ferramenta para instalar, selecionar<br>e configurar temas<a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Autor: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1770,19 +1769,19 @@ padrão - + This directory cannot be removed: Este diretório não pode ser removido: - + You might want to investigate the cause. Você pode desejar investigar a causa. - - - + + + Active theme: Tema ativo: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ru.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ru.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_ru.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_ru.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Лицензия @@ -114,7 +114,7 @@ - + Save Сохранить @@ -146,12 +146,12 @@ Прозрачность в Dolphin - + Normal font for default push buttons Обычный шрифт для стандартных кнопок - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -163,17 +163,17 @@ из системы и войти в неё снова. - + Transparent sidepane for PCManFM-qt Прозрачность боковой панели PCManFM-qt - + Iconless push buttons Кнопки без значков - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -185,22 +185,22 @@ из системы и войти в неё снова. - + Transparent view for PCManFM-qt Прозрачность в PCManFM-qt - + Iconless menus Меню без значков - + Blur explicitly translucent windows Размытие полупрозрачных окон - + Single top toolbar Только верхняя панель инструментов @@ -254,41 +254,26 @@ Прозрачные заголовки меню - - Style KDE capacity bars as progressbars. - Отображать объекты класса KCapacityBar в виде индикаторов выполнения. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>Отображение объектов класса KCapacityBar в виде индикаторов выполнения.</p><p>Объекты класса KCapacityBar обычно используются приложениями от KDE для отображения размера томов и имеют собственный стиль.</p></body></html> - - - - Show KCapacityBar as progressbar - KCapacityBar как индикаторы выполнения - - - + Tint label icons on mouseover by Окрашивание значков при наведении курсора: - - - - + + + + % % - + Respect dark themes Учитывать тёмные темы - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -298,18 +283,18 @@ другими способами. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Полезно при использовании монохромных наборов значков и когда непрозрачность отключённых значков невозможно уменьшить другими способами.</p><p>KDE автоматически уменьшает непрозрачность отключённых значков, поэтому этот параметр скорее будет полезен в других средах рабочего стола.</p></body></html> - + Opacity of disabled icons: Непрозрачность отключённых значков: - + Show size grips of dialogs and statusbars as far as possible. По возможности показывать захваты @@ -317,53 +302,53 @@ и строк состояния. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>Включение отображения захватов для изменения размера диалоговых окон и строк состояния.</p><p>По умолчанию приложение определяет, показывать ли их, но данная функция может быть полезна для лёгкого изменения размера окон, у которых отсутствуют границы.</p></body></html> - + Force size grips Показывать захваты для изменения размера - + LXQt main menu icon size: Размер значков в главном меню LXQt: - - - - - - - - - - + + + + + + + + + + px пикс. - + Compositing && General Look Компоновка и общий вид - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Эффект проявляется только при наличии у окон полупрозрачного фона SVG или уменьшении непрозрачности окон (см. ниже). - + Opaque apps: Приложения с непрозрачностью: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -381,6 +366,18 @@ <br><br>Поскольку программа <b><i>Kvantum</i></b> не зависит ни от одной среды рабочего стола, сперва необходимо <i>активировать</i> её с помощью программы интеграции платформы Qt. KDE и LXQt предоставляют простые инструменты для изменения активного модуля стилей Qt. Для других платформ требуется средство настройки Qt.<br/><br/>В среде KDE следует также выбрать и применить цветовую схему темы, поскольку некоторые приложения от KDE могут использовать цвета напрямую из цветовой схемы KDE.<br/><br/>Необходимо перезапустить приложение или элемент KDE/LXQt, чтобы применить новую тему. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -393,7 +390,7 @@ Центрировать содержимое форм - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -403,24 +400,24 @@ окон. - + Disable translucency with non-integer scaling Отключить прозрачность при нецелочисленном масштабировании - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. По умолчанию моментальная прокрутка осуществляется щелчком левой кнопки мыши по полосе прокрутки. - + Scroll jump with middle click Прокрутка средней кнопкой мыши - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -434,13 +431,13 @@ мешать выполнению других задач. - + Kinetic scrolling Кинетическая прокрутка - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -454,17 +451,17 @@ Для применения изменений требуется перезапуск среды LXQt. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>Если флажок установлен, тени и эффекты полупрозрачности будут отключены для меню, окон и всплывающих подсказок.</p><p>В противном случае тени и эффекты полупрозрачности будут включены, если они присутствуют в SVG-файле темы.</p><p>При отключённом параметре смотрите пункт меню: Разное → Учитывать параметры текущей среды.</p></body></html> - + Disable composite effects Отключить эффекты компоновки - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -479,27 +476,27 @@ Значение 1,00 соответствует отсутствию изменений. - + Contrast Effect Эффект контраста - + Saturation: Насыщенность: - + Intensity: Интенсивность: - + Contrast: Контрастность: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -512,12 +509,12 @@ если включено размытие окон. - + Blurring for menus and tooltips Размытие меню и подсказок - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -528,18 +525,18 @@ отображающих тени меню и всплывающих подсказок. - + Shadowless menus and tooltips Отключить тени меню и подсказок - + Translucent windows Полупрозрачность окон - - + + This will reduce the window opacity if window translucency is enabled. @@ -553,22 +550,22 @@ требуется. - + Reduce window opacity by Уменьшить непрозрачность окон на - + Reduce menu opacity by Уменьшить непрозрачность меню на - + Blurring for translucent windows Размытие полупрозрачных окон - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Анимация плавного перехода длительностью @@ -576,17 +573,17 @@ мыши) состояния некоторых виджетов. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Анимация плавного перехода длительностью 200 мс при изменении (как правило, с помощью мыши) состояния некоторых виджетов.</p><p>Загрузкой процессора можно пренебречь, потому что часто анимируется только один виджет. Результирующий визуальный эффект зависит от текущей темы.</p><p>Поддерживаются следующие виджеты: кнопки (включая переключатели и флажки), поля со списками, регуляторы, маркеры ползунков, строки ввода и полосы прокрутки.</p></body></html> - + Animation for state change under mouse Анимация изменения состояния под указателем мыши - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Установите флажок, чтобы удалить все шаблоны @@ -594,65 +591,65 @@ чтобы восстановить шаблоны! - + Remove window/dialog tiling patterns Удалить шаблоны размещения окон - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Использовать одни и те же цвета и формы для активных и неактивных окон, если данная тема их разделяет? - + Ignore inactive state Игнорировать неактивное состояние - + Transient scrollbars Временные полосы прокрутки - + Sizes && Delays Размеры и задержки - + Sizes Размеры - + Small icon: Маленькие значки: - + Large icon: Большие значки: - + Button icon: Значки кнопок: - + Toolbar icon: Значки панели инструментов: - + Font size Размер шрифта - - + + The default value is 2 px but some apps set it themeselves. Значение по умолчанию — 2 пиксела, @@ -660,26 +657,26 @@ свои значения. - + Layout spacing: Интервал размещения: - - + + The default value is 4 px but some apps set it themeselves. Значение по умолчанию — 4 пиксела, но некоторые приложения используют свои значения. - + Layout margin: Внешние поля: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -688,36 +685,36 @@ Значение по умолчанию — 0. - + Submenu overlap: Перекрытие подменю: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Ширина горизонтальных счётчиков. (Действие эффекта не распространяется на вертикальные счётчики.) - + Spin button width: Ширина счётчиков: - - + + How to activate view items? Способ активации просмотра элементов. - + Click behavior: Поведение при нажатиях: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -727,12 +724,12 @@ индикаторы, но отсутствуют линии. - + Dialog button layout: Расположение кнопок в окне: - + They may look like dotted rectangles on focused buttons and other widgets. Прямоугольники фокуса могут выглядеть @@ -740,12 +737,12 @@ и различных виджетах с фокусом. - + Remove focus rectangles Удалить прямоугольники фокуса - + Use the active theme for all apps! This Needs saving to take effect. @@ -778,7 +775,7 @@ По умолчанию установлен базовый фон. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -789,7 +786,7 @@ полужирное начертание. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -804,7 +801,7 @@ Разное → Учитывать параметры текущей среды. - + No icon for menu-items? By default, some of them may have icon. @@ -819,7 +816,7 @@ Разное → Учитывать параметры текущей среды. - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -834,7 +831,7 @@ Примерами могут служить Konsole, QTerminal и панель LXQt. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -847,8 +844,8 @@ любом другом положении. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -862,7 +859,7 @@ игнорировать этот параметр. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -871,7 +868,7 @@ исправить эту ситуацию. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -880,20 +877,20 @@ полупрозрачности фона SVG окон в теме. - + Should transient scrollbars have semi-transparent grooves when needed? Наличие у временных полос прокрутки полупрозрачных желобков при необходимости? - + Transient scrollbar grooves when needed Желобки у временных полос прокрутки - - + + Affects menu-items and headers. The default value is 16 px but @@ -912,8 +909,8 @@ Разное → Учитывать параметры текущей среды. - - + + Affects icon views. The default value is 32 px but @@ -931,8 +928,8 @@ Разное → Учитывать параметры текущей среды. - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -942,8 +939,8 @@ Значение по умолчанию — 16 пикселов. - - + + Affects toolbars. The default value is 22 px but @@ -957,30 +954,30 @@ используют значение из параметров KDE. - - + + The minimum length of scrollbars. Минимальная длина полос прокрутки. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>Минимальная высота вертикальных полос прокрутки и минимальная ширина горизонтальных полос прокрутки.</p></body></html> - + Minimum scrollbar length: Минимальная длина полос прокрутки: - + Delays Задержки - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -995,7 +992,7 @@ Значение -1 означает поведение Qt по умолчанию. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -1009,7 +1006,7 @@ Компоновка и общий вид → Временные полосы прокрутки! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -1023,7 +1020,7 @@ к их заливке цветом выделения. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. Если флажок установлен, строка меню и панель инструментов @@ -1031,7 +1028,7 @@ как единое целое, когда они находятся радом друг с другом. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1042,8 +1039,8 @@ по горизонтали и по вертикали. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1057,8 +1054,8 @@ Разное → Учитывать параметры текущей среды. - - + + Will have effect only if style is not set by the app in its code. @@ -1070,7 +1067,7 @@ значение «Согласно стилю». - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1083,7 +1080,7 @@ в строку задания прокрутки. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1095,7 +1092,7 @@ друг над другом в строку задания прокрутки. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1106,12 +1103,12 @@ не перекрывают сами поля. - + In Kvantum, tabs are centered by default. По умолчанию в Kvantum используется выравнивание вкладок по центру. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1123,13 +1120,13 @@ По умолчанию показываются все пункты меню. - + Tooltip delay: Задержка подсказок: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1142,7 +1139,7 @@ могут наблюдаться проблемы с полупрозрачностью.) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1155,8 +1152,8 @@ пространства. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1170,28 +1167,28 @@ означает отсутствие задержки. - + Submenu delay: Задержка подменю: - - + + ms мс - + Miscellaneous Разное - + No arrows for scrollbars Убрать стрелки у полос прокрутки - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1206,17 +1203,17 @@ Компоновка и общий вид → Временные полосы прокрутки! - + Scrollbars inside frames Полосы прокрутки внутри полей - + Tree branch lines Линии ветвей деревьев - + By default, the label is on the frame and the frame is cut to contain it. @@ -1230,39 +1227,39 @@ в результате чего рамка остаётся целой. - + Group-box label above frame Метка группы над рамкой - + Fill rubber-band rectangles Заливка изменяемых прямоугольников - + Mouse tracking is enabled for menubars by default. По умолчанию отслеживание мыши включено для строк меню. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>По умолчанию отслеживание мыши для строк меню включено: после щелчка по элементу строки меню и отображения соответствующего меню, меню других элементов будут показаны при наведении на них указателя мыши.</p></body></html> - + Mouse tracking for menubars Отслеживание мыши для строк меню - + Merge menubar with toolbar Объединить строку меню и панель инструментов - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. Если флажок установлен, кнопки на панели инструментов @@ -1270,43 +1267,43 @@ разделителями панели инструментов. - + Group toolbar buttons Группировать кнопки на панели инструментов - + Shift push-button contents Смещение содержимого кнопок - + Drag from: Перетаскивание из: - + Toolbutton style: Стиль кнопок: - + If unchecked, shortcuts will not be underlined at all. Если флажок снят, сочетания клавиш никогда не будут подчёркиваться. - + Underline shortcuts with Alt Подчёркивание сочетаний с помощью Alt - + Inline spin indicators Встроенные счётчики - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Отображение изменяемых полей со списками @@ -1314,22 +1311,22 @@ если он существует). - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Отображение изменяемых полей со списками в виде строки для ввода со стрелкой (и значком, если он существует).</p><p>По умолчанию поля со списками содержат строку для ввода, кнопку со стрелкой с одной стороны и ещё одну кнопку со значком с другой стороны.</p></body></html> - + Editable combo as line-edit Поля со списками в виде строки - + Vertical spin indicators Вертикальные счётчики - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1344,44 +1341,44 @@ Выключите его, чтобы предотвратить это. - + Respect current DE if possible Учитывать параметры текущей среды - + Combo popup as menu Раскрывающиеся поля со списками в виде меню - + Left aligned tabs Выравнивание вкладок по левому краю - + Inactive tabs are joined together by default, i.e., there is no border between them. Неактивные вкладки объединяются по умолчанию, то есть между ними отсутствует граница. - + Join inactive tabs Объединение неактивных вкладок - + Scrollable menus Прокручиваемые меню - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Если флажок установлен, Kvantum попытается учесть некоторые параметры среды рабочего стола, если это среда KDE, Unity, Gnome или Pantheon.</p><p>В среде KDE Kvantum считывает параметры KDE для маленьких и больших значков, а также параметры одиночных или двойных щелчков мышью.</p><p>В средах Unity, Gnome и Pantheon программа удаляет значки из меню и кнопок (даже если изменены соответствующие ключи в dconf) и отключает полупрозрачность окон.</p><p>Включение данного параметра может привести к отключению некоторых других параметров. Выключите его, чтобы предотвратить это.</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1396,12 +1393,12 @@ Включение данного параметра скрывает эти поля. - + Non-checkable combo menu Поля со списками без флажков - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1414,63 +1411,63 @@ клавишу Ctrl перед нажатием кнопки. - + Allow dragging from buttons Разрешить перетаскивание с кнопок - + Application Themes Темы приложений - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Здесь можно задать темы для определённых приложений.</center><br><center>Для каждой темы возможно добавить список исполняемых файлов приложений, разделенных запятыми, которым следует использовать эту тему вместо активной. Проделав это со всеми выбранными темами, сохраните результат, нажав кнопку <i>Сохранить</i>.</center> - + Installed Theme Установленная тема - + Application(s) Приложения - + app1,app2,app3 Приложение1,Приложение2,Приложение3 - + Remove List Удалить список - + Save the current list of apps Сохранить текущий список приложений - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Сохранение текущего списка приложений с соответствующими им темами.</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Выход - + Preview the active theme or update its preview. Предварительный просмотр @@ -1478,326 +1475,326 @@ предварительного просмотра. - + Preview Предварительный просмотр - + About О программе - + What's This? Что это? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Нажмите эту кнопку, а затем щёлкните элемент интерфейса со всплывающей подсказкой &laquo;Что это?&raquo; для получения сведений о его назначении.</p><p>В отличие от обычных, такие всплывающие подсказки исчезают только после щелчка в любом пустом месте.</p></body></html> - + Help Справка - + Open Kvantum Theme Folder... Открыть папку тем Kvantum... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Сначала необходимо удалить её изменённую версию. - - - + + + Confirmation Подтверждение - + %1 installed. Тема %1 установлена. - + %1 deleted. Тема %1 удалена. - + Theme changed to %1. Тема изменена на %1. - + You have no permission to write here: Нет разрешения на запись по пути: - - - + + + Follow Style Согласно стилю - + Single Click Одним щелчком - + Double Click Двойным щелчком - + Icon Only Только значки - + Text Only Только текст - + Text Beside Icon Текст рядом со значком - + Text Under Icon Текст под значком - + KDE Layout Стиль KDE - + Gnome Layout Стиль Gnome - + Mac Layout Стиль Mac - + Windows Layout Стиль Windows - + Android Layout Стиль Android - + Titlebar Строка заголовка - + Menubar Строка меню - + Menubar and primary toolbar Строка меню и основная панель инструментов - + Anywhere possible В любом месте - + Please fix that first! Сначала устраните эту проблему. - + This file cannot be removed: Не удаётся удалить файл: - - + + This is not an installable Kvantum theme! Тема не является устанавливаемой темой Kvantum. - + The name of an installable themes should not be "Default". Имена устанавливаемых тем должны отличаться от имени «Default». - - - + + + Please select another directory! Выберите другую папку. - + Installable themes should not have # in their names. Имена устанавливаемых тем не должны содержать символ «#». - + This is not a Kvantum theme folder! Папка не является папкой тем Kvantum. - + The theme already exists in modified form. Тема уже существует в изменённом виде. - + You have selected an installed theme folder. Выбрана папка с уже установленной темой. - + Please choose another directory! Выберите другую папку. - + The theme already exists. Тема уже существует. - + Do you want to overwrite it? Заменить её? - + This theme is also installed as root in: Эта тема также установлена по умолчанию по пути: - + The user installation will take priority. Пользовательская установка будет иметь приоритет. - + This theme is also installed as user in: Эта тема также установлена как пользовательская по пути: - + This installation will take priority. Данная установка будет иметь приоритет. - + Do you really want to delete <i>%1</i>? Действительно удалить тему <i>%1</i>? - + It could not be restored unless you have a copy of it. Восстановление будет возможно только при наличии её копии. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Данные параметры могут быть безопасно изменены.<br>Для редактирования других параметров нажмите <i>Сохранить</i> и измените файл: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Данные параметры могут быть безопасно изменены.<br>Для редактирования других параметров измените файл: - + No description Нет описания - + A copy of the root config is created. Копия корневой конфигурации создана. - + A copy was already created. Копия уже создана. - + Configuration saved. Конфигурация сохранена. - + Do you want to revert to the default (root) settings of this theme? Вернуться к корневым (по умолчанию) параметрам данной темы? - + You will lose the changes you might have made. Все выполненные изменения будут потеряны. - + Restored the root default settings of %1 Восстановлены корневые параметры темы %1 - + the default theme по умолчанию - - + + About Kvantum Manager О диспетчере Kvantum - + Translators Переводчики - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes Инструмент для установки, выбора<br>и настройки тем<a href='https://github.com/tsujan/Kvantum'>Kvantum</a> - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Автор: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1812,19 +1809,19 @@ по умолчанию - + This directory cannot be removed: Не удаётся удалить папку: - + You might want to investigate the cause. Рекомендуется выяснить причину. - - - + + + Active theme: Активная тема: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_si.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_si.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_si.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_si.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_sk_SK.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_sk_SK.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_sk_SK.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_sk_SK.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Licencia @@ -114,7 +114,7 @@ - + Save Uložiť @@ -145,12 +145,12 @@ Priehľadný pohľad Dolphin - + Normal font for default push buttons Normálne písmo pre predvolené tlačidlá - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -159,17 +159,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -178,22 +178,22 @@ - + Transparent view for PCManFM-qt Priehľadný pohľad pre PCManFM-qt - + Iconless menus Menu bez ikôn - + Blur explicitly translucent windows - + Single top toolbar @@ -245,110 +245,95 @@ Priehľadný názov menu - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - KCapacityBar zobraziť ako progress bar - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes Rešpektovať tmavé témy - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: Krycia schopnosť deaktivovaných symbolov: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: Veľkosť ikôn v menu LXQt: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look Zloženie && Všeobecný vzhľad - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -362,6 +347,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -373,30 +370,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -405,13 +402,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -421,17 +418,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -441,27 +438,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -469,12 +466,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -482,18 +479,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -502,182 +499,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -701,14 +698,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -718,7 +715,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -728,7 +725,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -738,7 +735,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -747,8 +744,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -757,33 +754,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -794,8 +791,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -806,16 +803,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -824,30 +821,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -856,7 +853,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -865,7 +862,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -874,13 +871,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -888,8 +885,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -898,8 +895,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -907,7 +904,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -916,7 +913,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -924,19 +921,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -944,13 +941,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -959,7 +956,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -968,8 +965,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -978,28 +975,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1008,17 +1005,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1027,100 +1024,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1129,43 +1126,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1174,12 +1171,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1188,388 +1185,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1584,19 +1581,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_tr.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_tr.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_tr.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_tr.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License Lisans @@ -114,7 +114,7 @@ - + Save Kaydet @@ -146,12 +146,12 @@ Saydam Dolphin görünümü - + Normal font for default push buttons Varsayılan basma düğmeleri için normal yazı tipi - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -164,17 +164,17 @@ durdurmalı ve başlatmalıdır. - + Transparent sidepane for PCManFM-qt PCManFM-qt için saydam yan bölme - + Iconless push buttons Simgesiz düğmeler - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -187,22 +187,22 @@ durdurmalı ve başlatmalıdır. - + Transparent view for PCManFM-qt PCManFM-qt için saydam görünüm - + Iconless menus Simgesiz menüler - + Blur explicitly translucent windows Açıkça yarı saydam pencereleri bulanıklaştırma - + Single top toolbar Tek üst araç çubuğu @@ -255,41 +255,26 @@ Saydam menü başlığı - - Style KDE capacity bars as progressbars. - KDE kapasite çubuklarını ilerleme çubukları tarzında yapın. - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>KDE kapasite çubukları ilerleme çubuğu olarak biçimlendirilsin mi?</p><p>Kapasite çubukları genellikle bazı KDE uygulamaları tarafından hacim boyutlarını göstermek ve kendi tarzına sahip olmak için kullanılır.</p></body></html> - - - - Show KCapacityBar as progressbar - KCapacityBar'ı ilerleme çubuğu olarak göster - - - + Tint label icons on mouseover by Fareyle üzerine gelindiğinde renk tonu etiket simgeleri - - - - + + + + % % - + Respect dark themes Karanlık temalara uygun davran - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -298,71 +283,71 @@ faydalıdır. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>Tek renkli simge setleri ile ve devre dışı bırakılan simgelerin matlığı başka yollarla azaltılmadığında faydalıdır.</p><p>KDE, devre dışı bırakılan simgelerin matlığını otomatik olarak azaltır. Bu ndenle bu seçenek diğer masaüstü ortamlarında yararlı olabilir.</p></body></html> - + Opacity of disabled icons: Devre dışı bırakılan simgelerin saydamlığı: - + Show size grips of dialogs and statusbars as far as possible. İletişim kutularının ve durum çubuklarının boyut tutamaklarını mümkün olduğunca gösterin. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>İletişim kutularının ve durum çubuklarının boyut tutamakları mümkün olduğunca gösterilsin mi?</p><p>Varsayılan olarak, uygulama gösterilip gösterilmeyeceğine karar verir, ancak bu hile pencere sınırı olmadığında pencereleri kolayca yeniden boyutlandırmak için yararlı olabilir.</p></body></html> - + Force size grips Boyut tutamaklarını zorla - + LXQt main menu icon size: LXQt ana menü simge boyutu: - - - - - - - - - - + + + + + + + + + + px piksel - + Compositing && General Look Birleşiklik ve Genel Bakış - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). Yalnızca pencereler için yarı saydam bir SVG arka planı olduğunda veya pencere matlığı azaldığında etkili olur (aşağıya bakın). - + Opaque apps: Mat uygulamalar: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -380,6 +365,20 @@ <br><br> <b><i>Kvantum</i></b> tüm masaüstü ortamlarından bağımsız olduğundan, öncelikle bir Qt platform entegrasyon programıyla <i>etkinleştirmeniz</i> gerekir. KDE ve LXQt, etkin Qt tarzı eklentiyi değiştirmek için basit araçlar sağlar. Diğer platformlarda Qt yapılandırma aracına ihtiyacınız vardır.<br/><br/>KDE altında, bazı KDE uygulamaları renklerini doğrudan KDE renk düzeninden alabileceğinden, bu temanın renk düzenini seçip uygulayın.<br/><br/>Çalışan uygulamalar, yeni temayı kapatıp yeniden açtıktan sonra alacak. Çıkış yapma ve tüm KDE/LXQt parçalarının tamamen görmesi iyi olur. + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + Varsayılan olarak, dikey araç çubuklarının biçemi yoktur. + +Bu devre dışı bırakılırsa, yukarıdaki seçeneğe bakın. + + + + Style vertical toolbars + Dikey araç çubuklarının biçemini ayarla + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -392,7 +391,7 @@ Ortalanmış form düzenleri - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. @@ -401,24 +400,24 @@ pencere yarı saydamlığı veya gradyan ile. - + Disable translucency with non-integer scaling Tamsayı olmayan ölçeklemeyle yarı saydamlığı devre dışı bırakın - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. Varsayılan olarak, kaydırma çubuğu sol tıklatıldığında kaydırıcı bir konuma atlar. - + Scroll jump with middle click Orta tıklama ile kaydırma atlama - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -431,13 +430,13 @@ ve diğer işleri ciddi şekilde etkileyebilir. - + Kinetic scrolling Kinetik kaydırma - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -452,17 +451,17 @@ açarak yeniden başlatılması gerekir. - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>İşaretlenirse, menüler, araç ipuçları ve pencerelerde yarı saydamlık veya gölge olmaz.</p><p>İşaretlenmediğinde, temanın SVG dosyasında uygun öğeler varsa yarı saydamlık ve gölge kullanılabilir.</p><p>Bu devre dışı bırakılmışsa, bkz. Çeşitli → Mümkünse geçerli masaüstü ortamına uygun davran.</p></body></html> - + Disable composite effects Kompozit efektleri devre dışı bırak - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -477,27 +476,27 @@ 1.00 değeri değişiklik olmadığı anlamına gelir. - + Contrast Effect Karşıtlık Efekti - + Saturation: Doygunluk: - + Intensity: Yoğunluk: - + Contrast: Karşıtlık: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -508,12 +507,12 @@ Pencere bulanıklaştırmanın etkin olup olmadığını kendiliğinden denetler. - + Blurring for menus and tooltips Menüler ve araç ipuçları için bulanıklık - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -524,18 +523,18 @@ masaüstü ortamları altında yararlı olabilir. - + Shadowless menus and tooltips Gölgesiz menüler ve ipuçları - + Translucent windows Yarı saydam pencereler - - + + This will reduce the window opacity if window translucency is enabled. @@ -548,128 +547,128 @@ SVG arka planı gerekli DEĞİLDİR. - + Reduce window opacity by Pencere matlığını azalt - + Reduce menu opacity by Menü matlığını azalt - + Blurring for translucent windows Yarı saydam pencereler için bulanıklaştırma - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. Bazı widget'ların durumu çoğunlukla fare tarafından değiştirildiğinde 200 ms'lik bir solma animasyonu. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>Bazı widget'ların durumu, çoğunlukla fare ile değiştirildiğinde 200 ms'lik bir solma animasyonu.</p><p>CPU kullanımı göz ardı edilebilir, çünkü genellikle sadece bir widget animasyonludur. Ortaya çıkan görsel efekt etkin temaya bağlıdır.</p><p>Bu widget'lar desteklenir: düğmeler (radyo düğmeleri ve onay kutuları dahil), açılır kutular, döndürme kutuları, kaydırma tutamaçları, satır düzenlemeleri ve kaydırma görünümleri.</p></body></html> - + Animation for state change under mouse Fare altında durum değişikliği için animasyon - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! Tüm pencere/iletişim kutusu döşeme desenlerini kaldırmak için bunu işaretleyin! Bu desenleri geri almak istiyorsanız işaretini kaldırın! - + Remove window/dialog tiling patterns Pencere/iletişim kutusu döşeme desenlerini kaldır - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? Bu tema, aralarında ayrım yapıyorsa, etkin ve etkin olmayan pencerelerde aynı renkleri ve şekilleri kullansın mı? - + Ignore inactive state Etkin olmayan durumu yoksay - + Transient scrollbars Geçici kaydırma çubukları - + Sizes && Delays Boyutlar && Gecikmeler - + Sizes Boyutlar - + Small icon: Küçük simge: - + Large icon: Büyük simge: - + Button icon: Düğme simgesi: - + Toolbar icon: Araç çubuğu simgesi: - + Font size - + Yazı Boyutu - - + + The default value is 2 px but some apps set it themeselves. Varsayılan değer 2 pikseldir, ancak bazı uygulamalar bunu kendileri belirler. - + Layout spacing: Düzen aralığı: - - + + The default value is 4 px but some apps set it themeselves. Varsayılan değer 4 pikseldir, ancak bazı uygulamalar bunu kendileri belirler. - + Layout margin: Düzen kenar payı: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -678,36 +677,36 @@ Varsayılan olarak 0'dır. - + Submenu overlap: Alt menü örtüşmesi: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) Yatay döndürme düğmelerinin genişliği. (dönme göstergeleri dikey olduğunda etkisi yoktur.) - + Spin button width: Döndürme düğmesi genişliği: - - + + How to activate view items? Görüntüleme öğeleri nasıl etkinleştirilir? - + Click behavior: Tıklama davranışı: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -716,24 +715,24 @@ Varsayılan olarak, ağaç dallarının göstergeleri vardır ancak çizgileri yoktur. - + Dialog button layout: İletişim kutusu düğmesi düzeni: - + They may look like dotted rectangles on focused buttons and other widgets. Odaklanmış düğmeler ve diğer widget'larda noktalı dikdörtgenler gibi görünebilirler. - + Remove focus rectangles Odak dikdörtgenlerini kaldır - + Use the active theme for all apps! This Needs saving to take effect. @@ -766,7 +765,7 @@ Varsayılan olarak, temel arka plana sahiptir. - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -775,7 +774,7 @@ Bu tür basma düğmelerinin varsayılan olarak kalın metni vardır. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -790,7 +789,7 @@ Çeşitli → Mümkünse mevcut masaüstü ortamına uygun davran - + No icon for menu-items? By default, some of them may have icon. @@ -805,7 +804,7 @@ Çeşitli → Mümkünse mevcut masaüstü ortamına uygun davran - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -820,7 +819,7 @@ Konsole, QTerminal ve LXQt paneli bazı örneklerdir. - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -833,8 +832,8 @@ biçimlendirilir. - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -847,7 +846,7 @@ Sabit kodlu simgeler/tarzlar bu anahtara uymayabilir. - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -856,7 +855,7 @@ düzeltmeye çalışabilir. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -865,20 +864,20 @@ pencere SVG arka planı gerekir. - + Should transient scrollbars have semi-transparent grooves when needed? Geçici kaydırma çubuklarında gerektiğinde yarı saydam kanallar olmalı mı? - + Transient scrollbar grooves when needed Gerektiğinde geçici kaydırma çubuğu kanalları - - + + Affects menu-items and headers. The default value is 16 px but @@ -895,8 +894,8 @@ Çeşitli → Mümkünse mevcut masaüstü ortamına uygun davran - - + + Affects icon views. The default value is 32 px but @@ -913,8 +912,8 @@ Çeşitli → Mümkünse mevcut masaüstü ortamına uygun davran - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -923,8 +922,8 @@ Varsayılan değer 16 pikseldir. - - + + Affects toolbars. The default value is 22 px but @@ -937,30 +936,30 @@ KDE uygulamaları bunu KDE ayarından alır. - - + + The minimum length of scrollbars. Kaydırma çubuklarının en az uzunluğu. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - <html><head/><body><p>ikey kaydırma çubuklarının en az yüksekliği ve yatay kaydırma çubuklarının en az genişliği.</p></body></html> + <html><head/><body><p>Dikey kaydırma çubuklarının en az yüksekliği ve yatay kaydırma çubuklarının en az genişliği.</p></body></html> - + Minimum scrollbar length: En az kaydırma çubuğu uzunluğu: - + Delays Gecikmeler - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -973,7 +972,7 @@ -1, varsayılan Qt davranışı anlamına gelir. - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -986,7 +985,7 @@ Devre dışı bırakılmışsa, bkz. Birleşiklik ve Genel Bakış → Geçici kaydırma çubukları! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -999,14 +998,14 @@ vurgu rengiyle doldurur. - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. İşaretlenirse, menü çubuğu ve araç çubuğu, birbirlerine bitişik olduklarında araç çubuğu SVG öğesi tarafından bir bütün olarak çizilir. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1016,8 +1015,8 @@ Varsayılan olarak, içerik yatay ve dikey olarak 1 piksel kaydırılır. - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1030,8 +1029,8 @@ Çeşitli → Mümkünse mevcut masaüstüne uygun davran - - + + Will have effect only if style is not set by the app in its code. @@ -1041,7 +1040,7 @@ Varsayılan "Takip Tarzı" dır. - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1054,7 +1053,7 @@ döndürme çizgisi düzenlemesine entegre eder. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1065,7 +1064,7 @@ içine aşağı döndürme'nin üstüne getirir. - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1074,12 +1073,12 @@ Varsayılan olarak, birleşik açılır pencereler açılır kutuyu kapsamaz. - + In Kvantum, tabs are centered by default. Kvantum'da, sekmeler varsayılan olarak ortalanır. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1090,13 +1089,13 @@ Varsayılan olarak, tüm menü öğeleri gösterilir. - + Tooltip delay: İpucu gecikmesi: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1109,7 +1108,7 @@ yarı saydamlık sorunları olabilir!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1122,8 +1121,8 @@ Genellikle fazladan yer kaplamazlar. - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1136,28 +1135,28 @@ 0 gecikme olmadığı anlamına gelir. - + Submenu delay: Alt menü gecikmesi: - - + + ms ms - + Miscellaneous Çeşitli - + No arrows for scrollbars Kaydırma çubukları için ok yok - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1170,17 +1169,17 @@ Devre dışı bırakılmışsa, bkz. Birleşiklik & Genel Bakış → Geçici kaydırma çubukları! - + Scrollbars inside frames Kaydırma çubukları çerçevelerin içinde - + Tree branch lines Ağaç dalı hatları - + By default, the label is on the frame and the frame is cut to contain it. @@ -1193,103 +1192,103 @@ koyar, böylece çerçeve kesilmez. - + Group-box label above frame Grup kutusu etiketi çerçevenin üzerinde - + Fill rubber-band rectangles Lastik bant dikdörtgenleri doldur - + Mouse tracking is enabled for menubars by default. Fare izleme menü çubuklarında varsayılan olarak etkindir. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>Fare izleme, menü çubukları için varsayılan olarak etkindir, yani bir menü çubuğu öğesi tıklatıldıktan ve menüsü gösterildikten sonra, imleç tıklama olmadan üzerine getirilirse diğer menü çubuğu öğelerinin menüleri gösterilir.</p></body></html> - + Mouse tracking for menubars Menü çubukları için fare izleme - + Merge menubar with toolbar Menü çubuğunu araç çubuğuyla birleştir - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. İşaretlenirse, araç çubuğu düğmeleri gruplandırılmış ve araç çubuğu ayırıcılar arasında kaldırılır. - + Group toolbar buttons Grup araç çubuğu düğmeleri - + Shift push-button contents Basma düğmesi içeriğini kaydır - + Drag from: Şuradan sürükle: - + Toolbutton style: Araç düğmesi tarzı: - + If unchecked, shortcuts will not be underlined at all. İşaretlenmezse, kısayolların altı hiç çizilmez. - + Underline shortcuts with Alt Alt ile kısayolların altını çiz - + Inline spin indicators Satır içi dönme göstergeleri - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? Düzenlenebilir açılır kutunun tamamı okla (ve varsa simgesiyle) satır düzenleme olarak çizilsin mi? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>Düzenlenebilir açılır kutunun tamamı okla (ve varsa simgesiyle) satır düzenleme olarak çizilsin mi?</p><p>Varsayılan olarak, açılır kutu bir satır düzenleme, bir tarafta oklu bir düğme ve diğer tarafta simgesi olan başka bir düğmeden oluşur.</p></body></html> - + Editable combo as line-edit Satır düzenleme olarak düzenlenebilir birleşik - + Vertical spin indicators Dikey dönme göstergeleri - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1302,44 +1301,44 @@ Bu seçenekleri kullanmak istiyorsanız işaretini kaldırın! - + Respect current DE if possible Mümkünse mevcut masaüstü ortamına uygun davran - + Combo popup as menu Menü olarak birleşik açılır pencere - + Left aligned tabs Sola hizalanmış sekmeler - + Inactive tabs are joined together by default, i.e., there is no border between them. Etkin olmayan sekmeler varsayılan olarak bir araya getirilir, yani aralarında kenarlık yoktur. - + Join inactive tabs Etkin olmayan sekmelere katıl - + Scrollable menus Kaydırılabilir menüler - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>Bu etkinleştirildiğinde ve işaretlendiğinde, KDE, Unity, Gnome veya Pantheon mevcut masaüstü ortamı ise Kvantum bunların bazı ayarlarına uymaya çalışacaktır.</p><p>KDE altında, Kvantum'un küçük ve büyük simge boyutları ve tek veya çift tıklama için KDE ayarlarını okumasını sağlar.</p><p>Unity, Gnome ve Pantheon altında, menülerden ve basma düğmelerinden (karşılık gelen dconf tuşları değiştirilse bile) simgeleri kaldırır ve pencere saydamlığını devre dışı bırakır.</p><p>Bu onay kutusu bazı seçenekleri devre dışı bırakabilir. Bu seçenekleri kullanmak istiyorsanız işaretini kaldırın!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1352,12 +1351,12 @@ Bu seçenek bunları gizleyecektir. - + Non-checkable combo menu Kontrol edilemeyen birleşik menü - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1369,389 +1368,389 @@ düğmeye basmadan önce Ctrl tuşu. - + Allow dragging from buttons Düğmelerden sürüklemeye izin ver - + Application Themes Uygulama Temaları - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>Burada belirli uygulamalara temalar atayabilirsiniz.</center><br><center>Her tema için, uygulamaların etkin tema yerine bu temayı kullanması gereken virgülle ayrılmış yürütülebilir dosyalar listesi ekleyebilirsiniz. Tüm seçtiğiniz temalar için bunu yaptıktan sonra, <i>Kaydet</i> düğmesine tıklayarak sonucu kaydedin!</center> - + Installed Theme Yüklü Tema - + Application(s) Uygulama(lar) - + app1,app2,app3 uyg1,uyg2,uyg3 - + Remove List Listeyi Kaldır - + Save the current list of apps Geçerli uygulama listesini kaydet - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>Geçerli uygulama listesini ilgili temalarıyla kaydedin!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit Çık - + Preview the active theme or update its preview. Etkin temayı önizleyin veya önizlemesini güncelleyin. - + Preview Ön izleme - + About Hakkında - + What's This? Bu Nedir? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>Bu düğmeye tıklayın ve ardından ne yaptığı hakkında bilgi almak için &quot;Bu Nedir&quot; ipucu içeren bir arayüz öğesine tıklayın.</p><p>Sıradan araç ipuçları da var, ancak bu tür araç ipucu bir yere tıklayana kadar kaybolmayacak.</p></body></html> - + Help Yardım - + Open Kvantum Theme Folder... Kvantum Tema Klasörünü Aç... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! Öncelikle değiştirilmiş sürümünü silmelisiniz! - - - + + + Confirmation Onayla - + %1 installed. %1 yüklendi. - + %1 deleted. %1 silindi. - + Theme changed to %1. Tema %1 olarak değiştirildi. - + You have no permission to write here: Buraya yazma izniniz yok: - - - + + + Follow Style Tarzı Takip Et - + Single Click Tek Tıklama - + Double Click Çift Tıklama - + Icon Only Sadece Simge - + Text Only Sadece Metin - + Text Beside Icon Metin Simgenin Yanında - + Text Under Icon Metin Simgenin Altında - + KDE Layout KDE Düzeni - + Gnome Layout Gnome Düzeni - + Mac Layout Mac Düzeni - + Windows Layout Windows Düzeni - + Android Layout Android Düzeni - + Titlebar Başlık çubuğu - + Menubar Menü çubuğu - + Menubar and primary toolbar Menü çubuğu ve birincil araç çubuğu - + Anywhere possible Mümkün olan her yerde - + Please fix that first! Lütfen önce düzeltin! - + This file cannot be removed: Bu dosya kaldırılamıyor: - - + + This is not an installable Kvantum theme! Bu yüklenebilir bir Kvantum teması değil! - + The name of an installable themes should not be "Default". Yüklenebilir temaların adı "Varsayılan" olmamalıdır. - - - + + + Please select another directory! Lütfen başka bir dizin seçin! - + Installable themes should not have # in their names. Yüklenebilir temaların adlarında # bulunmamalıdır. - + This is not a Kvantum theme folder! Bu bir Kvantum tema klasörü değil! - + The theme already exists in modified form. Tema zaten değiştirilmiş biçimde var. - + You have selected an installed theme folder. Yüklü bir tema klasörü seçtiniz. - + Please choose another directory! Lütfen başka bir dizin seçin! - + The theme already exists. Tema zaten var. - + Do you want to overwrite it? - Do you want to overwrite it? + Üzerine yazmak ister misin? - + This theme is also installed as root in: Bu tema aynı zamanda root olarak da yüklüdür: - + The user installation will take priority. Kullanıcı yüklemesi öncelik kazanacaktır. - + This theme is also installed as user in: Bu tema ayrıca kullanıcı olarak da yüklüdür: - + This installation will take priority. Bu yükleme öncelikli olacaktır. - + Do you really want to delete <i>%1</i>? <i>%1</i> gerçekten silinsin mi? - + It could not be restored unless you have a copy of it. Bir kopyasına sahip olmadığınız sürece geri yüklenemedi. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: Bunlar güvenle değiştirilebilen ayarlardır.<br>Diğerleri için <i>Kaydet </i>'i tıklayın ve ardından bu dosyayı düzenleyin: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: Bunlar güvenle değiştirilebilen ayarlardır.<br>Diğerleri için bu dosyayı düzenleyin: - + No description Açıklama yok - + A copy of the root config is created. Root yapılandırmasının bir kopyası oluşturuldu. - + A copy was already created. Bir kopya zaten oluşturuldu. - + Configuration saved. Yapılandırma kaydedildi. - + Do you want to revert to the default (root) settings of this theme? Bu temanın varsayılan (root) ayarlarına geri dönmek istiyor musunuz? - + You will lose the changes you might have made. Yapmış olabileceğiniz değişiklikleri kaybedeceksiniz. - + Restored the root default settings of %1 % 1'in varsayılan root ayarları geri yüklendi - + the default theme varsayılan tema - - + + About Kvantum Manager Kvantum Yöneticisi Hakkında - + Translators Çevirmenler - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> temaları için yükleme, seçme<br>ve yapılandırma - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> Yazar: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1766,19 +1765,19 @@ varsayılan - + This directory cannot be removed: Bu dizin kaldırılamadı: - + You might want to investigate the cause. Nedeni araştırmak isteyebilirsiniz. - - - + + + Active theme: Etkin tema: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_zh_CN.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_zh_CN.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_zh_CN.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_zh_CN.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License 许可证 @@ -112,7 +112,7 @@ - + Save 保存 @@ -143,12 +143,12 @@ 透明化Dolphin视图 - + Normal font for default push buttons 默认按钮的普通字体 - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -159,17 +159,17 @@ 才能停止并重新开始桌面及LXQt 会话设置。 - + Transparent sidepane for PCManFM-qt PCManFM-qt透明侧栏面板 - + Iconless push buttons 无图标按钮 - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -180,22 +180,22 @@ 才能停止并重新开始桌面及LXQt 会话设置。 - + Transparent view for PCManFM-qt PCManFM-qt透明视图 - + Iconless menus 无图标菜单 - + Blur explicitly translucent windows 窗口虚化 - + Single top toolbar 单一顶部工具栏 @@ -248,41 +248,26 @@ 透明菜单标题 - - Style KDE capacity bars as progressbars. - 将 KDE 容量条样式改为进度条。 - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - <html><head/><body><p>将 KDE 容量条样式改为进度条?</p><p>某些KDE应用程序通常使用容量条来显示卷大小并具有自己的样式。</p></body></html> - - - - Show KCapacityBar as progressbar - 将 KCapacity 栏显示为进度栏 - - - + Tint label icons on mouseover by 当鼠标悬停在标签图标时进行着色 - - - - + + + + % % - + Respect dark themes 遵循暗黑主题风格 - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. @@ -290,70 +275,70 @@ 降低未启用的图标的不透明度的场景下很有用。 - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> <html><head/><body><p>对于单色图标集,以及不能通过其他方式降低未启用的图标的不透明度的场景下很有用。</p><p>KDE 会自动降低未启用的图标的不透明度。因此,此选项可能对于其他桌面环境会有些用。</p></body></html> - + Opacity of disabled icons: 未启用的图标的不透明度: - + Show size grips of dialogs and statusbars as far as possible. 尽可能展示对话框和状态栏的尺寸伸缩柄。 - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> <html><head/><body><p>尽可能完整的显示对话框和状态栏?</p><p>默认情况下,应用程序自行决定它们是否应该显示,但是此选项对于没有窗体边框时可以很容易的调整大小。</p></body></html> - + Force size grips 强制尺寸伸缩柄 - + LXQt main menu icon size: LXQt 主菜单图标大小: - - - - - - - - - - + + + + + + + + + + px px - + Compositing && General Look 合成 && 一般外观 - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). 只在窗体有半透明的 SVG 背景时,或窗体 不透明度降低时有影响(参看下方说明)。 - + Opaque apps: 不透明的应用: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -371,6 +356,20 @@ <br><br>因为 <b><i>Kvantum</i></b>独立运行于所有的桌面环境,所以您首先需要用 Qt 平台集成程序<i>激活</i>。KDE 和 LXQt 提供了简单的用于修改当前 Qt 样式插件的工具。在其他平台上,您需要 Qt 配置工具。<br/><br/>在 KDE 环境下,还需要选择和应用色彩方案,因为一些 KDE 应用可能直接从 KDE 色彩方案获取自己的配色。 <br/><br/>运行中的应用程序需要关闭重开之后应该可以应用新的主题。重新登录将会看到所有完整的修改后的 KDE/LXQt 主题。 + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + 默认情况下,垂直工具栏是没有样式的。 + +如果禁用此选项,参见上面的选项。 + + + + Style vertical toolbars + 垂直工具栏样式 + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -383,33 +382,33 @@ 居中表单布局 - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - 您可能会看到令人讨厌的人工痕迹 -通过Qt处理非整数缩放中的错误 -具有窗口半透明或渐变。 + 您可能会看到一些讨厌的伪影, +这些伪影是由Qt处理非整数缩放 +与窗口半透明或梯度的错误引起的。 - + Disable translucency with non-integer scaling - 使用非整数缩放禁用半透明 + 禁用非整数比例的半透明 - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. 默认情况下,左键单击滚动条时, 滚动滑块会跳到指定位置。 - + Scroll jump with middle click 使用中键跳转滚动条 - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -422,13 +421,13 @@ 可能会干扰其他作业。 - + Kinetic scrolling 动力学滚动 - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -443,17 +442,17 @@ 重新登录生效。 - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> <html><head/><body><p>如果选中,菜单,提示框和窗体禁用半透明和阴影。</p><p>未选中时,当主题中包含的 SVG 文件中如果有适当的元素,则可以使用半透明和阴影。</p><p>如果该选项禁用,则参见 杂项 → 尽可能遵循当前桌面环境</p></body></html> - + Disable composite effects 禁用复合效果 - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -467,27 +466,27 @@ 1.00 表示不作修改。 - + Contrast Effect 对比度特效 - + Saturation: 饱和度: - + Intensity: 亮度: - + Contrast: 对比度: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -498,12 +497,12 @@ 如果启用了窗体模糊化则会自动选中。 - + Blurring for menus and tooltips 虚化菜单和提示框 - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -514,18 +513,18 @@ 菜单和提示框阴影效果时有用。 - + Shadowless menus and tooltips 无阴影菜单和提示框 - + Translucent windows 半透明窗口 - - + + This will reduce the window opacity if window translucency is enabled. @@ -538,128 +537,128 @@ 就能让这个选项起作用。 - + Reduce window opacity by 降低窗口的不透明度 - + Reduce menu opacity by 降低菜单的不透明度 - + Blurring for translucent windows 模糊化半透明窗体 - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. 某些小部件状态发生变化(主要通过鼠标)时 提供一个 200ms 的淡入淡出动画。 - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> <html><head/><body><p>某些部件状态发生变化(主要通过鼠标)时提供一个 200ms 的淡入淡出动画。</p><p>CPU 使用率可以忽略不计,因为只有一个部件有动画效果。最终视觉效果取决于当前主题。</p><p>支持以下部件:按钮(包含单选按钮和复选按钮),组合下拉框,带数值调节的输入框,滑块,单行输入框以及滚动视图。</p></body></html> - + Animation for state change under mouse 通过鼠标改变状态时添加动画效果 - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! 选中此选项删除所有窗口/对话框平铺模式! 如果您想还原平铺模式,取消选中! - + Remove window/dialog tiling patterns 删除 窗口/对话框 平铺模式 - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? 如果该主题区分活动和非活动窗口的话, 是否使用相同的颜色和形状? - + Ignore inactive state 忽略非活动状态 - + Transient scrollbars 会消失的滚动条 - + Sizes && Delays 尺寸 && 延迟 - + Sizes 尺寸 - + Small icon: 小图标: - + Large icon: 大图标: - + Button icon: 按钮图标: - + Toolbar icon: 工具栏图标: - + Font size - + 字体大小 - - + + The default value is 2 px but some apps set it themeselves. 默认值为 2px,但是 一些 app 会自行设置。 - + Layout spacing: 布局间距: - - + + The default value is 4 px but some apps set it themeselves. 默认值是 4px, 但是一些 app 会自行设置。 - + Layout margin: 布局边距: - - + + The horizontal overlap between a submenu and its parent. 0 by default. @@ -668,36 +667,36 @@ 默认 0。 - + Submenu overlap: 子菜单重叠: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) 数值调节钮的水平宽度。 (当调节指示是垂直方向时不起作用。) - + Spin button width: 数值调节钮宽度: - - + + How to activate view items? 如何激活查看项? - + Click behavior: 点击行为: - + Draw tree branch lines? By default, tree branches have indicators but no line. @@ -706,24 +705,24 @@ 默认情况下,树状层级有提示符,但没有线。 - + Dialog button layout: 对话框按钮布局: - + They may look like dotted rectangles on focused buttons and other widgets. 聚焦在按钮和其他部件 时有类似虚框效果。 - + Remove focus rectangles 删除焦点矩形 - + Use the active theme for all apps! This Needs saving to take effect. @@ -756,7 +755,7 @@ 默认情况下,视图有自己的基础背景。 - + No bold font for default push buttons? Such push buttons have bold text by default. @@ -765,7 +764,7 @@ 这些按钮默认是有粗体文字的。 - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -780,7 +779,7 @@ 杂项 → 尽可能遵循当前桌面环境 - + No icon for menu-items? By default, some of them may have icon. @@ -795,7 +794,7 @@ 杂项 → 尽可能遵循当前桌面环境 - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -810,7 +809,7 @@ 如 Konsole, QTerminal 和 LXQt 面板等。 - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -822,8 +821,8 @@ 都会应用样式,无论何种层级何种方位。 - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -836,7 +835,7 @@ 硬编码的 图标/样式 可能不遵循此项。 - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. @@ -844,7 +843,7 @@ Kvantum 可以尝试尽量纠正这些行为。 - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. @@ -853,20 +852,20 @@ 半透明的SVG 窗口背景图。 - + Should transient scrollbars have semi-transparent grooves when needed? 会消失的滚动条是否在 必要时带有半透明的滑槽? - + Transient scrollbar grooves when needed 瞬态滚动条必要时可以有凹槽 - - + + Affects menu-items and headers. The default value is 16 px but @@ -883,8 +882,8 @@ 杂项 → 尽可能遵循当前桌面环境 - - + + Affects icon views. The default value is 32 px but @@ -901,8 +900,8 @@ 杂项 → 尽可能遵循当前桌面环境 - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. @@ -911,8 +910,8 @@ 默认值是 16 px。 - - + + Affects toolbars. The default value is 22 px but @@ -925,30 +924,30 @@ KDE app 会从 KDE 设置获取。 - - + + The minimum length of scrollbars. 滚动条的最小长度。 - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> <html><head/><body><p>垂直滚动条的最小高度和水平滚动条的最小宽度。</p></body></html> - + Minimum scrollbar length: 最小滚动条长度: - + Delays 延迟 - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -961,7 +960,7 @@ -1 表示 Qt 的默认行为。 - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -974,7 +973,7 @@ 如果禁用,会参考 合成 & 一般外观 → 可消失的进度条! - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -986,14 +985,14 @@ 此选项会用高亮颜色填充橡皮筋框。 - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. 如果选中,则当菜单栏和工具栏彼此相临时, 会使用工具栏 SVG 元素整体绘制。 - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -1004,8 +1003,8 @@ 水平和垂直方向各偏移 1px。 - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -1018,8 +1017,8 @@ 杂项 → 尽可能遵循当前桌面环境 - - + + Will have effect only if style is not set by the app in its code. @@ -1030,7 +1029,7 @@ 默认“跟随样式”。 - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -1043,7 +1042,7 @@ 带数值调节功能的单行文本编辑框中.. - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -1054,7 +1053,7 @@ 在一起后放置在带数值调节的单行文本编辑器旁。 - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. @@ -1063,12 +1062,12 @@ 默认情况下,组合弹出框不会覆盖组合下拉框。 - + In Kvantum, tabs are centered by default. 在 Kvantum 中,选项卡默认居中。 - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -1079,13 +1078,13 @@ 默认情况下,所有的菜单项都会展示。 - + Tooltip delay: 提示框延迟: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -1098,7 +1097,7 @@ 可能半透明会有问题!) - + Make scrollbars transient! Transient scrollbars appear on top of @@ -1111,8 +1110,8 @@ 不会再为滚动条占用额外空间。 - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -1124,28 +1123,28 @@ -1 表示没有弹出延迟(点击打开)。 - + Submenu delay: 子菜单延迟: - - + + ms ms - + Miscellaneous 杂项 - + No arrows for scrollbars 滚动条无箭头 - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1158,17 +1157,17 @@ 如果禁用,会参考 合成 & 一般外观 → 瞬态化滚动条! - + Scrollbars inside frames 滚动条在框线内 - + Tree branch lines 树状层级线 - + By default, the label is on the frame and the frame is cut to contain it. @@ -1181,102 +1180,102 @@ 上方,这样整个框线不会被切断。 - + Group-box label above frame 分组框的文本标签在框线上方 - + Fill rubber-band rectangles 填充橡皮筋框 - + Mouse tracking is enabled for menubars by default. 默认情况下,菜单栏 启用了鼠标追踪。 - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> <html><head/><body><p>默认情况下菜单栏启用了鼠标追踪,比如点击其中一个菜单项之后,子菜单会展开,此时鼠标放到其余菜单项上一样会自动展开,不需要点击。</p></body></html> - + Mouse tracking for menubars 菜单栏启用鼠标追踪 - + Merge menubar with toolbar 合并带有工具栏的菜单栏 - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. 如果选中,将在工具栏分隔符之间分组绘制并升高工具栏按钮。 - + Group toolbar buttons 组工具栏按钮 - + Shift push-button contents 偏移按钮文本内容 - + Drag from: 可拖拽点: - + Toolbutton style: 工具栏按钮样式: - + If unchecked, shortcuts will not be underlined at all. 如果取消选中,快捷方式不会加下划线。 - + Underline shortcuts with Alt 带Alt的下划线快捷方式 - + Inline spin indicators 并排数值调节钮 - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? 将整个可编辑的组合下拉框绘制为带箭头的单行编辑器 (如果图标存在的话一并绘制)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> <html><head/><body><p>将整个可编辑的组合下拉框绘制为带箭头的单行编辑器(如果图标存在的话一并绘制)?</p><p>默认情况下,组合下拉框是有一个单行编辑器,一个带箭头的按钮,以及另一侧带图标的按钮组成。</p></body></html> - + Editable combo as line-edit 可编辑的组合框用行编辑样式 - + Vertical spin indicators 叠放数值调节钮 - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1289,44 +1288,44 @@ 您想使用那些选项时请取消选中! - + Respect current DE if possible 尽可能遵循当前桌面环境 - + Combo popup as menu 组合弹出框用菜单样式 - + Left aligned tabs 左对齐选项卡 - + Inactive tabs are joined together by default, i.e., there is no border between them. 默认情况下,非活动选项卡会合并在一起, 也就是说,它们之间没有边界线。 - + Join inactive tabs 合并非活动选项卡 - + Scrollable menus 可滚动菜单 - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> <html><head/><body><p>当勾选此选项,如果当前桌面环境是 KDE,Gnome,或 Pantheon 时,Kvantum 会尝试遵循某些桌面环境的配置。</p><p>KDE 环境下,会使 Kvantum 读取 KDE 的大小图标尺寸,以及单击双击选项。</p><p>在 Unity,Gnome 和 Pantheon 环境下,会从菜单和按钮上移除图标(即使相应的 dconf 配置项改变了),并且禁用窗口半透明。</p><p>此复选框会禁用某些选项。如果您想使用这些选项的话请取消选中!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1339,12 +1338,12 @@ 此选项会隐藏这些内容。 - + Non-checkable combo menu 非可勾选的组合菜单 - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1357,389 +1356,389 @@ 按下Ctrl键之前,再按下这个按钮。 - + Allow dragging from buttons 允许从按钮拖动 - + Application Themes 应用程序主题 - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> <center>这里您可以分配主题给特定的应用程序。</center>对于每一个主题,您可以添加一个逗号分隔的应用对应的可执行程序列表,这些应用程序将使用对应的主题而不是当前主题。配置完选定的主题后,需要保存结果,记得点击<br><center><i>保存</i> 按钮!</center> - + Installed Theme 已安装主题 - + Application(s) 应用程序 - + app1,app2,app3 应用1,应用2,应用3 - + Remove List 删除列表项 - + Save the current list of apps 保存当前app列表配置 - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> <html><head/><body><p>保存使用对应主题的应用程序列表!</p></body></html> - - + + Ctrl+Q Ctrl+Q - + Quit 退出 - + Preview the active theme or update its preview. 预览当前主题 或者刷新预览。 - + Preview 预览 - + About 关于 - + What's This? 这是什么? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> <html><head/><body><p>点击此按钮,然后点击 GUI 元素上的&quot;这是什么&quot; 工具提示可以获取解释说明信息。</p><p>也同样有普通的提示信息,但是这种提示在您点击别处前不会消失。</p></body></html> - + Help 帮助 - + Open Kvantum Theme Folder... 打开 Kvantum 主题目录... - - - - - - - - - - + + + + + + + + + + Kvantum Kvantum - + First you have to delete its modified version! 您必须先删除其修改过的版本! - - - + + + Confirmation 确认 - + %1 installed. %1 安装成功。 - + %1 deleted. %1 删除成功。 - + Theme changed to %1. 主题已改为 %1。 - + You have no permission to write here: 您无权写入此路径: - - - + + + Follow Style 沿用主题风格 - + Single Click 单击 - + Double Click 双击 - + Icon Only 仅显示图标 - + Text Only 仅显示文字 - + Text Beside Icon 文字在图标旁 - + Text Under Icon 文字在图标下 - + KDE Layout KDE 布局 - + Gnome Layout Gnome 布局 - + Mac Layout Mac 布局 - + Windows Layout Windows 布局 - + Android Layout Android 布局 - + Titlebar 标题栏 - + Menubar 菜单栏 - + Menubar and primary toolbar 菜单栏和主工具栏 - + Anywhere possible 以上全部 - + Please fix that first! 请先解决报错项! - + This file cannot be removed: 无法删除此文件: - - + + This is not an installable Kvantum theme! 这不是一个可安装的 Kvantum 主题! - + The name of an installable themes should not be "Default". 安装的主题名称不能为“Default”。 - - - + + + Please select another directory! 请选择其他目录! - + Installable themes should not have # in their names. 安装的主题名不能包含 # 。 - + This is not a Kvantum theme folder! 这不是 Kvantum 主题目录! - + The theme already exists in modified form. 该主题已经以修改的形式存在。 - + You have selected an installed theme folder. 您已经选择了一个安装过的主题目录。 - + Please choose another directory! 请选择其他目录! - + The theme already exists. 该主题已存在。 - + Do you want to overwrite it? 是否覆盖? - + This theme is also installed as root in: 该主题同样以root身份安装在: - + The user installation will take priority. 普通用户安装的主题第一优先。 - + This theme is also installed as user in: 该主题同样以普通用户身份安装在: - + This installation will take priority. 该安装路径将第一优先。 - + Do you really want to delete <i>%1</i>? 是否删除<i>%1</i>? - + It could not be restored unless you have a copy of it. 您必须自行保留副本,否则无法还原。 - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: 这些设置项可以安全的修改。<br>对于其他项,请点击<i>保存</i> 然后编辑该文件: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: 这些设置项可以安全的修改。<br>对于其他项,编辑该文件: - + No description 无描述信息 - + A copy of the root config is created. 已创建 root 配置副本。 - + A copy was already created. 副本已创建。 - + Configuration saved. 配置保存成功。 - + Do you want to revert to the default (root) settings of this theme? 是否要还原该主题的默认(root)设置? - + You will lose the changes you might have made. 您将可能丢失已修改过的项。 - + Restored the root default settings of %1 已还原为默认设置 %1 - + the default theme 默认主题 - - + + About Kvantum Manager 关于 Kvantum 管理器 - + Translators 翻译者 - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes 一个用于安装,选择和配置 <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> 主题的工具 - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> 作者:: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1754,19 +1753,19 @@ 默认 - + This directory cannot be removed: 无法删除该目录: - + You might want to investigate the cause. 您可能需要检查原因。 - - - + + + Active theme: 当前主题: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_zh_Hant.ts qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_zh_Hant.ts --- qt5-style-kvantum-0.19.0+repack/kvantummanager/data/translations/kvantummanager_zh_Hant.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/data/translations/kvantummanager_zh_Hant.ts 2021-05-25 13:07:46.000000000 +0000 @@ -4,7 +4,7 @@ KvManager::AboutDialog - + License @@ -106,7 +106,7 @@ - + Save @@ -137,12 +137,12 @@ - + Normal font for default push buttons - + Merge PCManFM-qt's sidepane with its surroundings. Under LXQt, it needs logging out and in or closing @@ -151,17 +151,17 @@ - + Transparent sidepane for PCManFM-qt - + Iconless push buttons - + Merge PCManFM-qt's view with its surroundings. Under LXQt, it needs logging out and in or closing @@ -170,22 +170,22 @@ - + Transparent view for PCManFM-qt - + Iconless menus - + Blur explicitly translucent windows - + Single top toolbar @@ -237,110 +237,95 @@ - - Style KDE capacity bars as progressbars. - - - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> - - - - - Show KCapacityBar as progressbar - - - - + Tint label icons on mouseover by - - - - + + + + % - + Respect dark themes - - + + Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means. - - + + <html><head/><body><p>Useful with monochrome icon sets and when the opacity of disabled icons is not reduced by other means.</p><p>KDE automatically reduces the opacity of disabled icons. Therefore, this option might be useful rather under other desktop environments.</p></body></html> - + Opacity of disabled icons: - + Show size grips of dialogs and statusbars as far as possible. - + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> - + Force size grips - + LXQt main menu icon size: - - - - - - - - - - + + + + + + + + + + px - + Compositing && General Look - + Has effect only when there is a translucent SVG background for windows or the window opacity is reduced (see below). - + Opaque apps: - + If checked, menus, tooltips and windows will not have translucency or shadow. @@ -354,6 +339,18 @@ + + By default, vertical toolbars are not styled. + +If this is disabled, see the above option. + + + + + Style vertical toolbars + + + If checked, the contents of a form will be horizontally centered as far as possible. @@ -365,30 +362,30 @@ - + You might see annoying artifacts that are caused by bugs in Qt's handling of non-integer scaling with window translucency or gradient. - + Disable translucency with non-integer scaling - + By default, the scroll slider jumps to a position when the scrollbar is left clicked. - + Scroll jump with middle click - + Scroll some scrollable widgets by flicking them with the left mouse button. @@ -397,13 +394,13 @@ - + Kinetic scrolling - - + + Has effect only when the main menu is NOT styled by LXQt. Values less than 16 mean the default menu icon size. @@ -413,17 +410,17 @@ - + <html><head/><body><p>If checked, menus, tooltips and windows will not have translucency or shadow.</p><p>When unchecked, translucency and shadow will be available if there are appropriate elements in the theme's SVG file.</p><p>If this is disabled, see Miscellaneous → Respect current DE if possible.</p></body></html> - + Disable composite effects - + This needs the KDE contrast effect with Qt ≥ 5.11 and is applied only to translucent windows that support the blur effect (but the KDE blur effect @@ -433,27 +430,27 @@ - + Contrast Effect - + Saturation: - + Intensity: - + Contrast: - + Needs KDE blur effect, a graphic card that supports it, and translucent menu/tooltip SVG elements. @@ -461,12 +458,12 @@ - + Blurring for menus and tooltips - + Do not draw shadows for menus and tooltips. This may be useful under DEs that give @@ -474,18 +471,18 @@ - + Shadowless menus and tooltips - + Translucent windows - - + + This will reduce the window opacity if window translucency is enabled. @@ -494,182 +491,182 @@ - + Reduce window opacity by - + Reduce menu opacity by - + Blurring for translucent windows - + A 200ms fading animation when the state of some widgets is changed, mostly by the mouse. - + <html><head/><body><p>A 200ms fading animation when the state of some widgets is changed, mostly by the mouse.</p><p>The CPU usage is negligible because often only one widget is animated. The resulting visual effect depends on the active theme.</p><p>These widgets are supported: buttons (including radio buttons and check boxes), combo boxes, spin boxes, slider handles, line-edits and scroll views.</p></body></html> - + Animation for state change under mouse - + Check this to remove all window/dialog tiling patterns! Uncheck it if you want those patterns back! - + Remove window/dialog tiling patterns - + Use the same colors and shapes with active and inactive windows if this theme distinguishes between them? - + Ignore inactive state - + Transient scrollbars - + Sizes && Delays - + Sizes - + Small icon: - + Large icon: - + Button icon: - + Toolbar icon: - + Font size - - + + The default value is 2 px but some apps set it themeselves. - + Layout spacing: - - + + The default value is 4 px but some apps set it themeselves. - + Layout margin: - - + + The horizontal overlap between a submenu and its parent. 0 by default. - + Submenu overlap: - - + + The width of horizontal spin buttons. (Has no effect when spin indicators are vertical.) - + Spin button width: - - + + How to activate view items? - + Click behavior: - + Draw tree branch lines? By default, tree branches have indicators but no line. - + Dialog button layout: - + They may look like dotted rectangles on focused buttons and other widgets. - + Remove focus rectangles - + Use the active theme for all apps! This Needs saving to take effect. @@ -693,14 +690,14 @@ - + No bold font for default push buttons? Such push buttons have bold text by default. - + No icon for push buttons that have text? By default, most push buttons have icon. @@ -710,7 +707,7 @@ - + No icon for menu-items? By default, some of them may have icon. @@ -720,7 +717,7 @@ - + Blur the regions behind windows that are made translucent by their apps explicitly if possible. @@ -730,7 +727,7 @@ - + Only the top toolbar should be styled? By default, all toolbars are styled, @@ -739,8 +736,8 @@ - - + + The highlight color is used for tinting. This is mostly relevant with monochrome icons. @@ -749,33 +746,33 @@ - + Some apps may not respect dark themes. Kvantum can try to correct their behavior as far as possible. - + Needs KDE blur effect, a graphic card that supports it, and a translucent window SVG background in the theme. - + Should transient scrollbars have semi-transparent grooves when needed? - + Transient scrollbar grooves when needed - - + + Affects menu-items and headers. The default value is 16 px but @@ -786,8 +783,8 @@ - - + + Affects icon views. The default value is 32 px but @@ -798,16 +795,16 @@ - - + + Affects buttons, tab-bars and list-views. The default value is 16 px. - - + + Affects toolbars. The default value is 22 px but @@ -816,30 +813,30 @@ - - + + The minimum length of scrollbars. - - + + <html><head/><body><p>The minimum height of vertical scrollbars and the minimum width of horizontal scrollbars.</p></body></html> - + Minimum scrollbar length: - + Delays - - + + The delay, in milliseconds, before a tooltip is shown. Zero means tooltips are shown instantly. @@ -848,7 +845,7 @@ - + Scrollbars have add-line and sub-line arrows by default. Checking this box removes arrows as far as possible. @@ -857,7 +854,7 @@ - + By default, drop rectangles for movable toolbars and dock widgets are hollow. @@ -866,13 +863,13 @@ - + If checked, the menubar and toolbar will be drawn as a whole by the toolbar SVG element when they are adjacent to each another. - + Shift the contents of push buttons when pressed? By default, the contents are shifted by 1px @@ -880,8 +877,8 @@ - - + + Drag windows from their menubars, primary toolbars or anywhere possible (and not only from their title bars)? @@ -890,8 +887,8 @@ - - + + Will have effect only if style is not set by the app in its code. @@ -899,7 +896,7 @@ - + By default, spin indicators are drawn as two buttons with arrows or plus/minus signs. @@ -908,7 +905,7 @@ - + By default, spin indicators are drawn on adjacent buttons. Checking this puts the spin-up indicator above the @@ -916,19 +913,19 @@ - + Draw combo popups as menu popups (i.e. like in Gtk)? By default, combo popups do not cover the combo box. - + In Kvantum, tabs are centered by default. - + Should big menus be scrollable and have scroll arrows on their top and/or bottom? @@ -936,13 +933,13 @@ - + Tooltip delay: - - + + A comma-separated list of executables, whose windows should not be translucent. @@ -951,7 +948,7 @@ - + Make scrollbars transient! Transient scrollbars appear on top of @@ -960,8 +957,8 @@ - - + + The delay, in milliseconds, to wait before opening a submenu. 250 by default. @@ -970,28 +967,28 @@ - + Submenu delay: - - + + ms - + Miscellaneous - + No arrows for scrollbars - + Draw scrollbars inside view frames? By default, scrollbars are drawn outide view frames. @@ -1000,17 +997,17 @@ - + Scrollbars inside frames - + Tree branch lines - + By default, the label is on the frame and the frame is cut to contain it. @@ -1019,100 +1016,100 @@ - + Group-box label above frame - + Fill rubber-band rectangles - + Mouse tracking is enabled for menubars by default. - + <html><head/><body><p>Mouse tracking is enabled for menubars by default, i.e., after a menubar item is clicked and its menu is shown, the menus of the other menubar items will be shown if the cursor is put on them without clicking.</p></body></html> - + Mouse tracking for menubars - + Merge menubar with toolbar - + If checked, toolbar buttons will be drawn grouped and raised between toolbar separators. - + Group toolbar buttons - + Shift push-button contents - + Drag from: - + Toolbutton style: - + If unchecked, shortcuts will not be underlined at all. - + Underline shortcuts with Alt - + Inline spin indicators - + Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)? - + <html><head/><body><p>Draw the whole editable combo-box as a line-edit with arrow (and icon, if it exists)?</p><p>By default, a combo-box consists of a line-edit, a button with arrow on one side and another button with icon on the other side.</p></body></html> - + Editable combo as line-edit - + Vertical spin indicators - + When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment. @@ -1121,43 +1118,43 @@ - + Respect current DE if possible - + Combo popup as menu - + Left aligned tabs - + Inactive tabs are joined together by default, i.e., there is no border between them. - + Join inactive tabs - + Scrollable menus - + <html><head/><body><p>When this is enabled and checked, Kvantum will try to respect some settings of the current desktop environment if it is KDE, Unity, Gnome or Pantheon.</p><p>Under KDE, it makes Kvantum read KDE settings for small and large icon sizes and also single or double clicking.</p><p>Under Unity, Gnome and Pantheon, it removes icons from menus and push-buttons (even if the corresponding dconf keys are changed) and disables window translucency.</p><p>This checkbox may disable some options. Uncheck it if you want to use those options!</p></body></html> - + When drawing combo popups as menus, there will be a checkbox next to each entry (although Kvantum draws it as a radio button). @@ -1166,12 +1163,12 @@ - + Non-checkable combo menu - + Warning: This can be quite confusing at first. If you have enabled it, you could temporarily disable it @@ -1180,388 +1177,388 @@ - + Allow dragging from buttons - + Application Themes - + <center>Here you could assign themes to specific applications.</center><br><center>For each theme, you could add a comma-separated list of executables whose applications should use that theme instead of the active theme. After doing so for all of your chosen themes, save the result by clicking on the <i>Save</i> button!</center> - + Installed Theme - + Application(s) - + app1,app2,app3 - + Remove List - + Save the current list of apps - + <html><head/><body><p>Save the current list of applications with their corresponding themes!</p></body></html> - - + + Ctrl+Q - + Quit - + Preview the active theme or update its preview. - + Preview - + About - + What's This? - + <html><head/><body><p>Click on this button and then click on a GUI element that has &quot;What's This&quot; tooltip to get information about what it does.</p><p>There are also ordinary tooltips but this kind of tooltip will not disappear until you click somewhere.</p></body></html> - + Help - + Open Kvantum Theme Folder... - - - - - - - - - - + + + + + + + + + + Kvantum - + First you have to delete its modified version! - - - + + + Confirmation - + %1 installed. - + %1 deleted. - + Theme changed to %1. - + You have no permission to write here: - - - + + + Follow Style - + Single Click - + Double Click - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + KDE Layout - + Gnome Layout - + Mac Layout - + Windows Layout - + Android Layout - + Titlebar - + Menubar - + Menubar and primary toolbar - + Anywhere possible - + Please fix that first! - + This file cannot be removed: - - + + This is not an installable Kvantum theme! - + The name of an installable themes should not be "Default". - - - + + + Please select another directory! - + Installable themes should not have # in their names. - + This is not a Kvantum theme folder! - + The theme already exists in modified form. - + You have selected an installed theme folder. - + Please choose another directory! - + The theme already exists. - + Do you want to overwrite it? - + This theme is also installed as root in: - + The user installation will take priority. - + This theme is also installed as user in: - + This installation will take priority. - + Do you really want to delete <i>%1</i>? - + It could not be restored unless you have a copy of it. - - + + These are the settings that can be safely changed.<br>For the others, click <i>Save</i> and then edit this file: - - + + These are the settings that can be safely changed.<br>For the others, edit this file: - + No description - + A copy of the root config is created. - + A copy was already created. - + Configuration saved. - + Do you want to revert to the default (root) settings of this theme? - + You will lose the changes you might have made. - + Restored the root default settings of %1 - + the default theme - - + + About Kvantum Manager - + Translators - + A tool for installing, selecting<br>and configuring <a href='https://github.com/tsujan/Kvantum'>Kvantum</a> themes - + Author: <a href='mailto:tsujan2000@gmail.com?Subject=My%20Subject'>Pedram Pourang (aka. Tsu Jan)</a> </center><br> @@ -1576,19 +1573,19 @@ - + This directory cannot be removed: - + You might want to investigate the cause. - - - + + + Active theme: diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/KvantumManager.cpp qt5-style-kvantum-0.20.0+repack/kvantummanager/KvantumManager.cpp --- qt5-style-kvantum-0.19.0+repack/kvantummanager/KvantumManager.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/KvantumManager.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -48,6 +48,8 @@ modifiedSuffix_ = " (" + tr ("modified") + ")"; kvDefault_ = "Kvantum (" + tr ("default") + ")"; + centerDefaultDocTabs_ = centerDefaultNormalTabs_ = false; // not really needed + #if (QT_VERSION < QT_VERSION_CHECK(5,13,1)) ui->checkBoxKineticScrolling->setEnabled (false); #endif @@ -148,10 +150,8 @@ if (tip.isEmpty()) continue; if (w != ui->tab && w->whatsThis().isEmpty()) w->setWhatsThis (tooTipToWhatsThis (tip)); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* sadly, Qt 5.12 sees most tooltip texts as rich texts */ w->setToolTip ("

" + tip + "

"); -#endif } showAnimated (ui->installLabel, 1500); @@ -182,6 +182,13 @@ }); #endif + /* vertical toolbars could be styled only if all toolbars can */ + connect (ui->checkBoxToolbar, &QAbstractButton::clicked, [this] (bool checked) { + if (checked) + ui->checkBoxVToolbar->setChecked (false); + ui->checkBoxVToolbar->setEnabled (!checked); + }); + /* in this special case, show a message box */ connect (ui->checkBoxNoninteger, &QAbstractButton::clicked, [this] (bool checked) { if (checked) return; @@ -994,10 +1001,6 @@ ui->checkBoxBlurTranslucent->setChecked (defaultSettings.value ("blur_translucent").toBool()); ui->checkBoxKtitle->setChecked (defaultSettings.value ("transparent_ktitle_label").toBool()); ui->checkBoxMenuTitle->setChecked (defaultSettings.value ("transparent_menutitle").toBool()); - if (defaultSettings.contains ("kcapacitybar_as_progressbar")) // it's true by default - ui->checkBoxKCapacity->setChecked (defaultSettings.value ("kcapacitybar_as_progressbar").toBool()); - else - ui->checkBoxKCapacity->setChecked (true); ui->checkBoxDark->setChecked (defaultSettings.value ("respect_darkness").toBool()); ui->checkBoxGrip->setChecked (defaultSettings.value ("force_size_grip").toBool()); ui->checkBoxScrollJump->setChecked (defaultSettings.value ("middle_click_scroll").toBool()); @@ -1007,6 +1010,9 @@ ui->checkBoxIconlessBtn->setChecked (defaultSettings.value ("iconless_pushbutton").toBool()); ui->checkBoxIconlessMenu->setChecked (defaultSettings.value ("iconless_menu").toBool()); ui->checkBoxToolbar->setChecked (defaultSettings.value ("single_top_toolbar").toBool()); + ui->checkBoxVToolbar->setChecked (!ui->checkBoxToolbar->isChecked() + && defaultSettings.value ("style_vertical_toolbars").toBool()); + ui->checkBoxVToolbar->setEnabled (!ui->checkBoxToolbar->isChecked()); ui->checkBoxTint->setChecked (defaultSettings.value ("no_selection_tint").toBool()); ui->checkBoxCenteredForms->setChecked (defaultSettings.value ("centered_forms").toBool()); int tmp = 0; @@ -1029,19 +1035,26 @@ ui->checkBoxAnimation->setChecked (defaultSettings.value ("animate_states").toBool()); ui->checkBoxPattern->setChecked (defaultSettings.value ("no_window_pattern").toBool()); ui->checkBoxInactiveness->setChecked (defaultSettings.value ("no_inactiveness").toBool()); - ui->checkBoxleftTab->setChecked (defaultSettings.value ("left_tabs").toBool()); + + /* tab aligning keys are a little different */ + bool centerDefaultDocTabs_ = defaultSettings.value ("center_doc_tabs").toBool(); + bool centerDefaultNormalTabs_ = defaultSettings.value ("center_normal_tabs").toBool(); + ui->checkBoxleftTab->setChecked (defaultSettings.value ("left_tabs").toBool() + && !(centerDefaultDocTabs_ && centerDefaultNormalTabs_)); + ui->checkBoxleftTab->setEnabled (!centerDefaultDocTabs_ && !centerDefaultNormalTabs_); + ui->checkBoxJoinTab->setChecked (defaultSettings.value ("joined_inactive_tabs").toBool()); if (defaultSettings.contains ("scroll_arrows")) // it's true by default - ui->checkBoxNoScrollArrow->setChecked (!defaultSettings.value ("scroll_arrows").toBool()); + ui->checkBoxNoScrollArrow->setChecked (!defaultSettings.value ("scroll_arrows").toBool()); else - ui->checkBoxNoScrollArrow->setChecked (false); + ui->checkBoxNoScrollArrow->setChecked (false); ui->checkBoxScrollIn->setChecked (defaultSettings.value ("scrollbar_in_view").toBool()); ui->checkBoxTransient->setChecked (defaultSettings.value ("transient_scrollbar").toBool()); ui->checkBoxTransientGroove->setChecked (defaultSettings.value ("transient_groove").toBool()); if (defaultSettings.contains ("scrollable_menu")) // it's true by default - ui->checkBoxScrollableMenu->setChecked (defaultSettings.value ("scrollable_menu").toBool()); + ui->checkBoxScrollableMenu->setChecked (defaultSettings.value ("scrollable_menu").toBool()); else - ui->checkBoxScrollableMenu->setChecked (true); + ui->checkBoxScrollableMenu->setChecked (true); ui->checkBoxTree->setChecked (defaultSettings.value ("tree_branch_line").toBool()); ui->checkBoxGroupLabel->setChecked (defaultSettings.value ("groupbox_top_label").toBool()); ui->checkBoxRubber->setChecked (defaultSettings.value ("fill_rubberband").toBool()); @@ -1358,6 +1371,8 @@ if (QFile::exists (themeConfig)) // doesn't exist for a root theme without config { + /* NOTE: The existence of keys should be checked because of inheritance. */ + QSettings themeSettings (themeConfig, QSettings::NativeFormat); /* consult the default config file if a key doesn't exist */ themeSettings.beginGroup ("General"); @@ -1374,8 +1389,19 @@ ui->checkBoxPattern->setChecked (themeSettings.value ("no_window_pattern").toBool()); if (themeSettings.contains ("no_inactiveness")) ui->checkBoxInactiveness->setChecked (themeSettings.value ("no_inactiveness").toBool()); - if (themeSettings.contains ("left_tabs")) + + bool centerDocTabs = centerDefaultDocTabs_; + bool centerNormalTabs = centerDefaultNormalTabs_; + if (themeSettings.contains ("center_doc_tabs")) + centerDocTabs = themeSettings.value ("center_doc_tabs").toBool(); + if (themeSettings.contains ("center_normal_tabs")) + centerNormalTabs = themeSettings.value ("center_normal_tabs").toBool(); + if (centerDocTabs && centerNormalTabs) + ui->checkBoxleftTab->setChecked (false); + else if (themeSettings.contains ("left_tabs")) ui->checkBoxleftTab->setChecked (themeSettings.value ("left_tabs").toBool()); + ui->checkBoxleftTab->setEnabled (!centerDocTabs && !centerNormalTabs); + if (themeSettings.contains ("joined_inactive_tabs")) ui->checkBoxJoinTab->setChecked (themeSettings.value ("joined_inactive_tabs").toBool()); if (themeSettings.contains ("joined_tabs")) // backward compatibility @@ -1580,8 +1606,6 @@ ui->checkBoxBlurTranslucent->setChecked (blurTrans); ui->checkBoxKtitle->setChecked (themeSettings.value ("transparent_ktitle_label").toBool()); ui->checkBoxMenuTitle->setChecked (themeSettings.value ("transparent_menutitle").toBool()); - if (themeSettings.contains ("kcapacitybar_as_progressbar")) - ui->checkBoxKCapacity->setChecked (themeSettings.value ("kcapacitybar_as_progressbar").toBool()); ui->checkBoxDark->setChecked (themeSettings.value ("respect_darkness").toBool()); ui->checkBoxGrip->setChecked (themeSettings.value ("force_size_grip").toBool()); ui->checkBoxScrollJump->setChecked (themeSettings.value ("middle_click_scroll").toBool()); @@ -1591,6 +1615,9 @@ ui->checkBoxIconlessBtn->setChecked (themeSettings.value ("iconless_pushbutton").toBool()); ui->checkBoxIconlessMenu->setChecked (themeSettings.value ("iconless_menu").toBool()); ui->checkBoxToolbar->setChecked (themeSettings.value ("single_top_toolbar").toBool()); + ui->checkBoxVToolbar->setChecked (!ui->checkBoxToolbar->isChecked() + && themeSettings.value ("style_vertical_toolbars").toBool()); + ui->checkBoxVToolbar->setEnabled (!ui->checkBoxToolbar->isChecked()); ui->checkBoxTint->setChecked (themeSettings.value ("no_selection_tint").toBool()); ui->checkBoxCenteredForms->setChecked (themeSettings.value ("centered_forms").toBool()); int tmp = 0; @@ -1738,11 +1765,7 @@ QString comment = getComment (txt); ui->comboBox->setWhatsThis (tooTipToWhatsThis (comment)); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) ui->comboBox->setToolTip ("

" + comment + "

"); -#else - ui->comboBox->setToolTip (comment); -#endif } /*************************/ void KvantumManager::assignAppTheme (const QString &previousTheme, const QString &newTheme) @@ -1783,11 +1806,7 @@ QString comment = getComment (newTheme, false); ui->appCombo->setWhatsThis (tooTipToWhatsThis (comment)); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) ui->appCombo->setToolTip ("

" + comment + "

"); -#else - ui->appCombo->setToolTip (comment); -#endif } /*************************/ void KvantumManager::updateThemeList (bool updateAppThemes) @@ -2083,11 +2102,7 @@ ui->useTheme->setEnabled (false); // the current theme is selected QString comment = getComment (ui->comboBox->currentText()); ui->comboBox->setWhatsThis (tooTipToWhatsThis (comment)); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) ui->comboBox->setToolTip ("

" + comment + "

"); -#else - ui->comboBox->setToolTip (comment); -#endif /* connect to combobox signal */ connect (ui->comboBox, QOverload::of(&QComboBox::currentIndexChanged), @@ -2100,11 +2115,7 @@ { comment = getComment (curTxt, false); ui->appCombo->setWhatsThis (tooTipToWhatsThis (comment)); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) ui->appCombo->setToolTip ("

" + comment + "

"); -#else - ui->appCombo->setToolTip (comment); -#endif curTxt = curTxt.split (" ").first(); if (curTxt == "Kvantum") @@ -2254,7 +2265,6 @@ hackKeys.insert ("blur_translucent", boolToStr (ui->checkBoxBlurTranslucent->isChecked())); hackKeys.insert ("transparent_ktitle_label", boolToStr (ui->checkBoxKtitle->isChecked())); hackKeys.insert ("transparent_menutitle", boolToStr (ui->checkBoxMenuTitle->isChecked())); - hackKeys.insert ("kcapacitybar_as_progressbar", boolToStr (ui->checkBoxKCapacity->isChecked())); hackKeys.insert ("respect_darkness", boolToStr (ui->checkBoxDark->isChecked())); hackKeys.insert ("force_size_grip", boolToStr (ui->checkBoxGrip->isChecked())); hackKeys.insert ("middle_click_scroll", boolToStr (ui->checkBoxScrollJump->isChecked())); @@ -2264,6 +2274,7 @@ hackKeys.insert ("iconless_pushbutton", boolToStr (ui->checkBoxIconlessBtn->isChecked())); hackKeys.insert ("iconless_menu", boolToStr (ui->checkBoxIconlessMenu->isChecked())); hackKeys.insert ("single_top_toolbar", boolToStr (ui->checkBoxToolbar->isChecked())); + hackKeys.insert ("style_vertical_toolbars", boolToStr (ui->checkBoxVToolbar->isChecked())); hackKeys.insert ("no_selection_tint", boolToStr (ui->checkBoxTint->isChecked())); hackKeys.insert ("centered_forms", boolToStr (ui->checkBoxCenteredForms->isChecked())); hackKeys.insert ("tint_on_mouseover", str.setNum (ui->spinTint->value())); diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/KvantumManager.h qt5-style-kvantum-0.20.0+repack/kvantummanager/KvantumManager.h --- qt5-style-kvantum-0.19.0+repack/kvantummanager/KvantumManager.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/KvantumManager.h 2021-05-25 13:07:46.000000000 +0000 @@ -128,6 +128,8 @@ QString lang_; QString modifiedSuffix_; QString kvDefault_; + + bool centerDefaultDocTabs_, centerDefaultNormalTabs_; }; } diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/kvantummanager.pro qt5-style-kvantum-0.20.0+repack/kvantummanager/kvantummanager.pro --- qt5-style-kvantum-0.19.0+repack/kvantummanager/kvantummanager.pro 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/kvantummanager.pro 2021-05-25 13:07:46.000000000 +0000 @@ -1,20 +1,16 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2014-10-12T19:55:24 -# -#------------------------------------------------- - -QT += core gui widgets \ - svg - -greaterThan(QT_MAJOR_VERSION, 4) { +lessThan(QT_MAJOR_VERSION, 5) { + error("Kvantum Manager needs at least Qt 5.12.0") +} else { lessThan(QT_MAJOR_VERSION, 6) { - lessThan(QT_MINOR_VERSION, 9) { - error("Kvantum Manager needs at least Qt 5.9.0") + lessThan(QT_MINOR_VERSION, 12) { + error("Kvantum Manager needs at least Qt 5.12.0") } } } +QT += core gui widgets \ + svg + TARGET = kvantummanager TEMPLATE = app CONFIG += c++11 diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/kvantummanager.ui qt5-style-kvantum-0.20.0+repack/kvantummanager/kvantummanager.ui --- qt5-style-kvantum-0.19.0+repack/kvantummanager/kvantummanager.ui 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/kvantummanager.ui 2021-05-25 13:07:46.000000000 +0000 @@ -411,18 +411,6 @@
- - - - No bold font for default push buttons? - -Such push buttons have bold text by default. - - - Normal font for default push buttons - - - @@ -436,6 +424,21 @@ + + + + No icon for push buttons that have text? + +By default, most push buttons have icon. + +If this is disabled, see: +Miscellaneous → Respect current DE if possible + + + Iconless push buttons + + + @@ -451,17 +454,17 @@ - + - No icon for push buttons that have text? + No icon for menu-items? -By default, most push buttons have icon. +By default, some of them may have icon. If this is disabled, see: Miscellaneous → Respect current DE if possible - Iconless push buttons + Iconless menus @@ -480,17 +483,16 @@ - + - No icon for menu-items? - -By default, some of them may have icon. + Only the top toolbar should be styled? -If this is disabled, see: -Miscellaneous → Respect current DE if possible +By default, all toolbars are styled, +whether they are on the top or at any +other position. - Iconless menus + Single top toolbar @@ -509,17 +511,15 @@ - - + + - Only the top toolbar should be styled? + By default, vertical toolbars are not styled. -By default, all toolbars are styled, -whether they are on the top or at any -other position. +If this is disabled, see the above option. - Single top toolbar + Style vertical toolbars @@ -576,15 +576,14 @@ - + - Style KDE capacity bars as progressbars. - - - <html><head/><body><p>Style KDE capacity bars as progressbars?</p><p>Capacity bars are usually used by some KDE applications to show volume sizes and have their own style.</p></body></html> + Some apps may not respect dark themes. +Kvantum can try to correct their behavior +as far as possible. - Show KCapacityBar as progressbar + Respect dark themes @@ -601,28 +600,27 @@ - + - Some apps may not respect dark themes. -Kvantum can try to correct their behavior + Show size grips of dialogs and statusbars as far as possible. + + <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> + - Respect dark themes + Force size grips - + - Show size grips of dialogs and statusbars -as far as possible. - - - <html><head/><body><p>Show size grips of dialogs and statusbars as far as possible?</p><p>By default, the application decides whether they should be shown, but this hack could be useful for resizing windows easily when there is no window border.</p></body></html> + By default, the scroll slider jumps to a position +when the scrollbar is left clicked. - Force size grips + Scroll jump with middle click @@ -658,13 +656,16 @@ - + - By default, the scroll slider jumps to a position -when the scrollbar is left clicked. + Scroll some scrollable widgets by flicking them +with the left mouse button. + +Warning: Qt's kinetic scrolling has bugs and may +seriously interfere with other jobs. - Scroll jump with middle click + Kinetic scrolling @@ -705,16 +706,14 @@ - + - Scroll some scrollable widgets by flicking them -with the left mouse button. + No bold font for default push buttons? -Warning: Qt's kinetic scrolling has bugs and may -seriously interfere with other jobs. +Such push buttons have bold text by default. - Kinetic scrolling + Normal font for default push buttons diff -Nru qt5-style-kvantum-0.19.0+repack/kvantummanager/main.cpp qt5-style-kvantum-0.20.0+repack/kvantummanager/main.cpp --- qt5-style-kvantum-0.19.0+repack/kvantummanager/main.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantummanager/main.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -27,7 +27,7 @@ int main (int argc, char *argv[]) { const QString name = "Kvantum Manager"; - const QString version = "0.19.0"; + const QString version = "0.20.0"; QStringList options; for (int i = 1; i < argc; ++i) diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/CMakeLists.txt qt5-style-kvantum-0.20.0+repack/kvantumpreview/CMakeLists.txt --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/CMakeLists.txt 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/CMakeLists.txt 2021-05-25 13:07:46.000000000 +0000 @@ -1,4 +1,4 @@ -set(QT_MINIMUM_VERSION "5.9.0") +set(QT_MINIMUM_VERSION "5.12.0") find_package(Qt5Core "${QT_MINIMUM_VERSION}" REQUIRED) find_package (Qt5Widgets REQUIRED) diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_de.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_de.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_de.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_de.ts 2021-05-25 13:07:46.000000000 +0000 @@ -11,7 +11,7 @@ Push buttons - + Drucktaste @@ -24,96 +24,111 @@ greater than width - + Drücke +Taste + +mit +Höhe +größer +als +Breite Simple push button - + Einfache Taste Toggle push button - + Drücke Taste Multi-line push button - + Mehrzeilige + Taste Push button with 32px folder icon - + Taste +mit 32px Ordnersymbol Default push button - + Standard +Taste Flat buttons - + Flache Taste Button Box - + Tastenfeld Tool buttons - + Anwendungstaste Simple toolbutton - + Einfache Anwendungstaste Multi-line toolbutton - + Mehrzeilige +Anwendungstaste Toggle toolbutton with an arrow - + Drück Anwendungstaste +mit einem Pfeil Toolbutton with 32px SVG icon and text below - + Anwendungstaste mit 32px SVG-Symbol +und Text unterhalb Toolbutton with text below and arrow - + Anwendungstaste mit Text unterhalb +und Pfeil Toolbutton with icon at the side and arrow - + Anwendungstaste mit Symbol +und Pfeil @@ -121,14 +136,17 @@ Toggle toolbutton with icon, ordinary arrow and dropdown menu arrow - + Drücke Taste mit Symbol, +Pfeil +und Klapplistenmenüpfeil Toolbutton with 32px PNG icon beside text - + Taste mit 32px PNG-Symbol +neben Text @@ -141,7 +159,15 @@ greater than width - + Drücke +Anwendungs- +Taste + +mit +Höhe +größer +als +Breite @@ -151,56 +177,58 @@ Radio/Check buttons - + Radio/Kontroll Knopf Simple radio button - + Radioknopf Multi-line radio button - + mehrzeiliger +Radioknopf Radio button with 32px SVG icon - + Radioknopf mit 32px SVG-Symbol Simple check box - + Hakenfeld Multi-line check box - + mehrzeiliges +Hakenfeld Tri-state check box - + Dreiwerte Hakenfeld Check box with icon - + Hakenfeld mit Symbol Combos/Spins/Inputs - + Kombifeld/Rotation/Eingabe @@ -216,31 +244,31 @@ Standard combo box - + Klassisches Kombifeld Standard combo box 1 - + Klassisches Kombifeld 1 Standard combo box 2 - + Klassisches Kombifeld 2 Standard combo box 3 - + Klassisches Kombifeld 3 Standard combo box 4 - + Klassisches Kombifeld 4 @@ -248,7 +276,7 @@ Frameless 1 - Rahmenlos 1 + Randlos 1 @@ -256,7 +284,7 @@ Frameless 2 - Rahmenlos 2 + Randlos 2 @@ -264,7 +292,7 @@ Frameless 3 - Rahmenlos 3 + Randlos 3 @@ -272,89 +300,89 @@ Frameless 4 - Rahmenlos 4 + Randlos 4 Frameless 5 - Rahmenlos 5 + Randlos 5 Frameless 6 - Rahmenlos 6 + Randlos 6 Frameless 7 - Rahmenlos 7 + Randlos 7 Frameless 8 - Rahmenlos 8 + Randlos 8 Frameless 9 - Rahmenlos 9 + Randlos 9 Frameless 10 - Rahmenlos 10 + Randlos 10 Editable combo box - + Editierbares Kombifeld Editable combo box 1 - + Editierbares Kombifeld 1 Editable combo box 2 - + Editierbares Kombifeld 2 Editable combo box 3 - + Editierbares Kombifeld 3 Editable combo box 4 - + Editierbares Kombifeld 4 Line-edit - + Linie-einstellen Sliders/Scrolls/Progress/Dial - + Schieben/Rollen/Ablaufen/Rufen Containers - Container + Behälter @@ -465,14 +493,14 @@ Panel frame - + Panelrand GroupBox - + Gruppierung @@ -524,42 +552,42 @@ Stack widget (page1) - + Stapelelement (page1) Stack Widget (page2) - + Stapelelement (page2) Group box - + Gruppierung Dock Widget - + Dockelement Checkable group box - + Gruppierung markierbar Tool Box - + Werkzeug Document mode - + Dokumentmodus Box frame - + Feldrand @@ -599,52 +627,52 @@ &Checkbox - + &Hakenfeld Toggle Layout - + Vorlage umschalten Toggle layout direction - + Vorlage Umschaltrichtung &Doc Mode - + &Dokumentmodus Show tabs in the document mode - + Reiteranzeige im Dokumentmodus Menu Button - + Menütaste Hold pressed to show a menu - + Menüanzeige solange gedrückt C&heckbox - + &Hakenfeld &Radio button - + &Radioknopf Radio &button - + Radio &knopf diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_et.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_et.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_et.ts 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_et.ts 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,653 @@ + + + + + KvantumPreviewBase + + + Kvantum Preview + Kvantumi eelvaade + + + + Push buttons + Nupud + + + + Toggle +push +button + +with +height +greater +than +width + + + + + + Simple push button + Lihtne nupp + + + + + Toggle push button + Sisse/välja lülitatav nupp + + + + + Multi-line + push button + Mitmerealine +nupp + + + + + Push button +with 32px folder icon + Nupp 32-pikslise +kaustaikooniga + + + + + Default +push button + Vaikimisi +nupp + + + + Flat buttons + Lame nupp + + + + Button Box + + + + + Tool buttons + + + + + + Simple toolbutton + + + + + + Multi-line +toolbutton + + + + + + Toggle toolbutton +with an arrow + + + + + + Toolbutton with 32px SVG icon +and text below + + + + + + Toolbutton with text below +and arrow + + + + + + Toolbutton with icon at the side +and arrow + + + + + + Toggle toolbutton with icon, +ordinary arrow +and dropdown menu arrow + + + + + + Toolbutton with 32px PNG icon +beside text + + + + + Toggle +tool +button + +with +height +greater +than +width + + + + + Auto-raise + + + + + Radio/Check buttons + + + + + + Simple radio button + + + + + + Multi-line +radio button + + + + + + Radio button with 32px SVG icon + + + + + + Simple check box + + + + + + Multi-line +check box + + + + + + Tri-state check box + + + + + + Check box with icon + + + + + Combos/Spins/Inputs + + + + + + + + + + Frameless (no difference) + + + + + + Standard combo box + + + + + + Standard combo box 1 + + + + + + Standard combo box 2 + + + + + + Standard combo box 3 + + + + + + Standard combo box 4 + + + + + + + + Frameless 1 + + + + + + + + Frameless 2 + + + + + + + + Frameless 3 + + + + + + + + Frameless 4 + + + + + + Frameless 5 + + + + + + Frameless 6 + + + + + + Frameless 7 + + + + + + Frameless 8 + + + + + + Frameless 9 + + + + + + Frameless 10 + + + + + + Editable combo box + + + + + + Editable combo box 1 + + + + + + Editable combo box 2 + + + + + + Editable combo box 3 + + + + + + Editable combo box 4 + + + + + + Line-edit + + + + + Sliders/Scrolls/Progress/Dial + + + + + Containers + + + + + Header 1 + Pealkiri 1 + + + + Header 2 + Pealkiri 2 + + + + Header 3 + Pealkiri 3 + + + + + 3rd Item + + + + + + 2nd Item + + + + + + 2nd Child + + + + + + 1st Child + + + + + + 1st Item + + + + + 3rd Child + + + + + Row 0 + Rida 0 + + + + Row 1 + Rida 1 + + + + Column 0 + Veerg 0 + + + + Column 1 + Veerg 1 + + + + 0-0 + 0-0 + + + + 0-1 + + + + + 1-0 + 1-0 + + + + 1-1 + 1-1 + + + + + Editable + Muudetav + + + + Non-Editable + Ei ole muudetav + + + + Subwindow + + + + + Panel frame + + + + + + + GroupBox + + + + + + + + + Tab 1 + + + + + Page 1 (disabled) + + + + + + + + + Tab 2 + + + + + Page 2 (disabled) + + + + + + + + + Page 1 + + + + + + + + + + Page 2 + + + + + Stack widget (page1) + + + + + Stack Widget (page2) + + + + + Group box + + + + + Dock Widget + + + + + Checkable group box + + + + + Tool Box + + + + + Document mode + + + + + Box frame + + + + + &File + + + + + &Submenu + + + + + toolBar + + + + + toolBar_2 + + + + + &Quit + + + + + Quit + + + + + Ctrl+Q + + + + + &Checkbox + + + + + Toggle Layout + + + + + Toggle layout direction + + + + + &Doc Mode + + + + + Show tabs in the document mode + + + + + Menu Button + + + + + Hold pressed to show a menu + + + + + C&heckbox + + + + + &Radio button + + + + + Radio &button + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_nl.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_nl.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_nl.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_nl.ts 2021-05-25 13:07:46.000000000 +0000 @@ -6,7 +6,7 @@ Kvantum Preview - Kvantum-voorbeeld + Kvantum-voorvertoning @@ -51,9 +51,8 @@ Multi-line push button - Drukknop - met - meerdere regels + Drukknop met + meerdere regels @@ -97,8 +96,7 @@ Multi-line toolbutton - Hulpmiddelknop -met + Hulpmiddelknop met meerdere regels @@ -114,7 +112,7 @@ Toolbutton with 32px SVG icon and text below - Hulpmiddelknop met 32px SVG-pictogram + Hulpmiddelknop met 32px svg-pictogram en tekst eronder @@ -148,7 +146,7 @@ Toolbutton with 32px PNG icon beside text - Hulpmiddelknop met 32px PNG-pictogram + Hulpmiddelknop met 32px png-pictogram naast tekst @@ -193,42 +191,40 @@ Multi-line radio button - Keuzerondje -met + Keuzerondje met meerdere regels Radio button with 32px SVG icon - Keuzerondje met 32px SVG-pictogram + Keuzerondje met 32px svg-pictogram Simple check box - Eenvoudig selectievakje + Eenvoudig aankruisvakje Multi-line check box - Selectievakje -met + Aankruisvakje met meerdere regels Tri-state check box - Selectievakje met drie statussen + Aankruisvakje met drie statussen Check box with icon - Selectievakje met pictogram + Aankruisvakje met pictogram @@ -577,7 +573,7 @@ Checkable group box - Aanvinkbaar frame + Aankruisbaar frame @@ -632,7 +628,7 @@ &Checkbox - Sele&ctievakje + Aan&kruisvakje @@ -667,7 +663,7 @@ C&heckbox - Sele&ctievakje + Aan&kruisvakje diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_pt.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_pt.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_pt.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_pt.ts 2021-05-25 13:07:46.000000000 +0000 @@ -598,7 +598,7 @@ &Submenu - &Submenu + &Sub-menu @@ -643,7 +643,7 @@ &Doc Mode - Modo &Doc + Modo &Doca diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_CN.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_CN.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_CN.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_CN.ts 2021-05-25 13:07:46.000000000 +0000 @@ -521,7 +521,7 @@ Page 2 (disabled) - 第一页(禁用的) {2 ?} + 第二页(禁用的) {2 ?} @@ -530,7 +530,7 @@ Page 1 - + 第一页 @@ -540,37 +540,37 @@ Page 2 - + 第二页 Stack widget (page1) - + 堆叠组件(第1页) Stack Widget (page2) - + 堆叠组件(第2页) Group box - + 组合框 Dock Widget - + Dock组件 Checkable group box - + 可勾选的组合框 Tool Box - + 工具箱 @@ -585,42 +585,42 @@ &File - + 文件(&F) &Submenu - + 子菜单(&S) toolBar - + 工具栏 toolBar_2 - + 工具栏(2) &Quit - + 退出(&Q) Quit - + 退出 Ctrl+Q - + Ctrl+Q &Checkbox - + 选择框(&C) @@ -635,7 +635,7 @@ &Doc Mode - + 文档模式(&D) diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_Hant.ts qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_Hant.ts --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_Hant.ts 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/data/translations/kvantumpreview_zh_Hant.ts 2021-05-25 13:07:46.000000000 +0000 @@ -6,12 +6,12 @@ Kvantum Preview - + Kvantum 預覽 Push buttons - + 按鈕 @@ -30,13 +30,13 @@ Simple push button - + 簡易按鈕 Toggle push button - + 切換按鈕 diff -Nru qt5-style-kvantum-0.19.0+repack/kvantumpreview/kvantumpreview.pro qt5-style-kvantum-0.20.0+repack/kvantumpreview/kvantumpreview.pro --- qt5-style-kvantum-0.19.0+repack/kvantumpreview/kvantumpreview.pro 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/kvantumpreview/kvantumpreview.pro 2021-05-25 13:07:46.000000000 +0000 @@ -1,6 +1,12 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Thu Apr 2 23:02:23 2009 -###################################################################### +lessThan(QT_MAJOR_VERSION, 5) { + error("Kvantum Preview needs at least Qt 5.12.0") +} else { + lessThan(QT_MAJOR_VERSION, 6) { + lessThan(QT_MINOR_VERSION, 12) { + error("Kvantum Preview needs at least Qt 5.12.0") + } + } +} TEMPLATE = app TARGET = kvantumpreview diff -Nru qt5-style-kvantum-0.19.0+repack/NEWS qt5-style-kvantum-0.20.0+repack/NEWS --- qt5-style-kvantum-0.19.0+repack/NEWS 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/NEWS 2021-05-25 13:07:46.000000000 +0000 @@ -1,5 +1,5 @@ Latest version: - 12 Mar 2021, V0.18.0 + 25 May 2021, V0.20.0 See "ChangeLog" for changes. Binary files /tmp/tmpnest6zma/1dVT9tL9rN/qt5-style-kvantum-0.19.0+repack/screenshots/KvGray.png and /tmp/tmpnest6zma/c83mucKrbB/qt5-style-kvantum-0.20.0+repack/screenshots/KvGray.png differ diff -Nru qt5-style-kvantum-0.19.0+repack/style/blur/blurhelper.cpp qt5-style-kvantum-0.20.0+repack/style/blur/blurhelper.cpp --- qt5-style-kvantum-0.19.0+repack/style/blur/blurhelper.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/blur/blurhelper.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -23,33 +23,18 @@ #include #include #include -#include // for hdpi -#include // for hdpi +#include -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) #include -#elif defined Q_WS_X11 || defined Q_OS_LINUX -#include -#include -#include -#endif +#include namespace Kvantum { BlurHelper::BlurHelper (QObject* parent, QList menuS, QList tooltipS, qreal contrast, qreal intensity, qreal saturation) : QObject (parent) { -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) - Q_UNUSED (contrast); - Q_UNUSED (intensity); - Q_UNUSED (saturation); -#if defined Q_WS_X11 || defined Q_OS_LINUX - atom_blur_ = XInternAtom (QX11Info::display(), "_KDE_NET_WM_BLUR_BEHIND_REGION", False); -#endif -#else contrast_ = qBound (static_cast(0), contrast, static_cast(2)); intensity_ = qBound (static_cast(0), intensity, static_cast(2)); saturation_ = qBound (static_cast(0), saturation, static_cast(2)); -#endif if (!menuS.isEmpty() && menuS.size() >= 4) menuShadow_ = menuS; @@ -142,36 +127,37 @@ r = tooltipShadow_; } - qreal dpr = static_cast(1); - /* KDE blur effect supports HDPI after Qt 5.11 */ -#if (QT_VERSION <= QT_VERSION_CHECK(5,11,0)) - dpr = qApp->devicePixelRatio(); - if (dpr > static_cast(1)) - rect.setSize ((QSizeF(rect.size()) * dpr).toSize()); -#endif - return (wMask.isEmpty() ? r.isEmpty() ? rect - : rect.adjusted (ceilingInt(dpr * r.at(0)), - ceilingInt(dpr * r.at(1)), - -ceilingInt(dpr * r.at(2)), - -ceilingInt(dpr * r.at(3))) + : rect.adjusted (ceilingInt(r.at(0)), + ceilingInt(r.at(1)), + -ceilingInt(r.at(2)), + -ceilingInt(r.at(3))) : wMask); // is the same as rect (see above) } /*************************/ void BlurHelper::update (QWidget* widget) const { +#if KWINDOWSYSTEM_VERSION < QT_VERSION_CHECK(5,82,0) if (!(widget->testAttribute (Qt::WA_WState_Created) || widget->internalWinId())) return; +#else + QWindow *win = widget->windowHandle(); + if (win == nullptr) + return; +#endif const QRegion region (blurRegion (widget)); if (region.isEmpty()) clear (widget); -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) else { +#if KWINDOWSYSTEM_VERSION < QT_VERSION_CHECK(5,82,0) KWindowEffects::enableBlurBehind (widget->internalWinId(), true, region); +#else + KWindowEffects::enableBlurBehind (win, true, region); +#endif /*NOTE: The contrast effect isn't used with menus and tooltips because their borders may be anti-aliased. */ if ((contrast_ != static_cast(1) @@ -182,26 +168,17 @@ && ((widget->windowFlags() & Qt::WindowType_Mask) != Qt::ToolTip && !qobject_cast(widget))) { +#if KWINDOWSYSTEM_VERSION < QT_VERSION_CHECK(5,82,0) KWindowEffects::enableBackgroundContrast (widget->internalWinId(), true, contrast_, intensity_, saturation_, region); +#else + KWindowEffects::enableBackgroundContrast (win, true, + contrast_, intensity_, saturation_, + region); +#endif } } -#elif defined Q_WS_X11 || defined Q_OS_LINUX - else - { - QVector data; - const QVector allRects = region.rects(); - for (const QRect& rect : allRects) - { - data << rect.x() << rect.y() << rect.width() << rect.height(); - } - XChangeProperty (QX11Info::display(), widget->internalWinId(), - atom_blur_, XA_CARDINAL, 32, PropModeReplace, - reinterpret_cast(data.constData()), - data.size()); - } -#endif // force update if (widget->isVisible()) widget->update(); @@ -209,11 +186,17 @@ /*************************/ void BlurHelper::clear (QWidget* widget) const { +#if KWINDOWSYSTEM_VERSION < QT_VERSION_CHECK(5,82,0) // WARNING never use winId() if (widget->internalWinId()) -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) { KWindowEffects::enableBlurBehind (widget->internalWinId(), false); +#else + QWindow *win = widget->windowHandle(); + if (win != nullptr) + { + KWindowEffects::enableBlurBehind (win, false); +#endif if ((contrast_ != static_cast(1) || intensity_ != static_cast(1) || saturation_ != static_cast(1)) @@ -222,13 +205,13 @@ && ((widget->windowFlags() & Qt::WindowType_Mask) != Qt::ToolTip && !qobject_cast(widget))) { +#if KWINDOWSYSTEM_VERSION < QT_VERSION_CHECK(5,82,0) KWindowEffects::enableBackgroundContrast (widget->internalWinId(), false); - } - } -#elif defined Q_WS_X11 || defined Q_OS_LINUX - XDeleteProperty (QX11Info::display(), widget->internalWinId(), atom_blur_); #else - Q_UNUSED (widget); + KWindowEffects::enableBackgroundContrast (win, false); #endif + } + } } + } diff -Nru qt5-style-kvantum-0.19.0+repack/style/blur/blurhelper.h qt5-style-kvantum-0.20.0+repack/style/blur/blurhelper.h --- qt5-style-kvantum-0.19.0+repack/style/blur/blurhelper.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/blur/blurhelper.h 2021-05-25 13:07:46.000000000 +0000 @@ -106,14 +106,7 @@ QList menuShadow_; QList tooltipShadow_; -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) -#if defined Q_WS_X11 || defined Q_OS_LINUX - /* The required atom. */ - Atom atom_blur_; -#endif -#else qreal contrast_, intensity_, saturation_; -#endif }; } diff -Nru qt5-style-kvantum-0.19.0+repack/style/CMakeLists.txt qt5-style-kvantum-0.20.0+repack/style/CMakeLists.txt --- qt5-style-kvantum-0.19.0+repack/style/CMakeLists.txt 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/CMakeLists.txt 2021-05-25 13:07:46.000000000 +0000 @@ -1,4 +1,4 @@ -set(QT_MINIMUM_VERSION "5.9.0") +set(QT_MINIMUM_VERSION "5.12.0") if(NOT ENABLE_QT4) find_package(Qt5Core "${QT_MINIMUM_VERSION}" REQUIRED) @@ -6,9 +6,7 @@ find_package(Qt5Gui REQUIRED) find_package(Qt5Svg REQUIRED) find_package(Qt5X11Extras REQUIRED) - if((Qt5Widgets_VERSION GREATER 5.11.0) OR (Qt5Widgets_VERSION EQUAL 5.11.0)) - find_package(KF5WindowSystem REQUIRED) - endif() + find_package(KF5WindowSystem REQUIRED) else() find_package(Qt4 4.8.7 REQUIRED) @@ -77,7 +75,6 @@ shortcuthandler.cpp blur/blurhelper.cpp drag/windowmanager-old.cpp - drag/x11wmmove.cpp themeconfig/ThemeConfig.cpp animation/animation.cpp) endif() @@ -85,11 +82,11 @@ set(kvantum_SOURCES qt4/Kvantum4.cpp qt4/KvantumPlugin4.cpp - shortcuthandler.cpp + qt4/shortcuthandler4.cpp qt4/blurhelper4.cpp qt4/windowmanager4.cpp qt4/x11wmmove4.cpp - themeconfig/ThemeConfig.cpp) + qt4/ThemeConfig4.cpp) endif() set(kvantum_RESOURCES themeconfig/defaulttheme.qrc) diff -Nru qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager.h qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager.h --- qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager.h 2021-05-25 13:07:46.000000000 +0000 @@ -68,7 +68,8 @@ void unregisterWidget (QWidget *widget); virtual bool eventFilter (QObject *object, QEvent *event); - /* needed by the workaround of hover bug in "Kvantum.cpp" */ + /* needed in "Kvantum.cpp" for animations + and also for the workaround of hover bug */ bool dragInProgress() const { return dragInProgress_; } diff -Nru qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager-old.cpp qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager-old.cpp --- qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager-old.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager-old.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -39,13 +39,8 @@ #include /* Qt got a new X11 bug since Qt5.11 and, as a result, the X11 drag started to have a problem. However, dragging is still possible by - using QWindow::setPosition(); hence, these cases of "#if". */ -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) + using QWindow::setPosition(). */ #include "windowmanager-old.h" -#else -#include "windowmanager-old.h" -#include "x11wmmove.h" -#endif namespace Kvantum { @@ -81,10 +76,8 @@ dragAboutToStart_ (false), dragInProgress_ (false), locked_ (false), - drag_ (drag) -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - , cursorOverride_ (false) -#endif + drag_ (drag), + cursorOverride_ (false) { _appEventFilter = new AppEventFilter (this); qApp->installEventFilter (_appEventFilter); @@ -212,12 +205,7 @@ return false; // retrieve widget's child at event position - QPoint position; -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - position = widget->mapFromGlobal (mouseEvent->globalPos()); // see WindowManager::mouseMoveEvent for the reason -#else - position = mouseEvent->pos(); -#endif + QPoint position = widget->mapFromGlobal (mouseEvent->globalPos()); // see WindowManager::mouseMoveEvent for the reason QWidget* child = widget->childAt (position); if(!canDrag (widget, child, position)) @@ -274,7 +262,6 @@ } else { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (target_) { // use QWindow::setPosition (or QWidget::move) for the dragging QWidget* window = target_.data()->window(); @@ -291,7 +278,6 @@ window->move (window->pos() + pos - dragPoint_); // should not happen return true; } -#endif return false; } } @@ -444,7 +430,6 @@ if (widget->cursor().shape() != Qt::ArrowCursor) return false; -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) // X11BypassWindowManagerHint can be used to have fixed position if (widget->window()->windowFlags().testFlag(Qt::X11BypassWindowManagerHint)) return false; @@ -454,7 +439,6 @@ WindowManager::mousePressEvent(), we add a workaround here. */ if (!widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) return false; -#endif // accept return true; @@ -625,13 +609,11 @@ /*************************/ void WindowManager::resetDrag() { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (target_ && cursorOverride_) { qApp->restoreOverrideCursor(); cursorOverride_ = false; } -#endif target_.clear(); if (dragTimer_.isActive()) @@ -644,29 +626,16 @@ /*************************/ void WindowManager::startDrag (QWidget *widget, const QPoint &position) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) Q_UNUSED(position); -#endif if (!(enabled() && widget) || QWidget::mouseGrabber()) return; - -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (!cursorOverride_) { qApp->setOverrideCursor (Qt::OpenHandCursor); cursorOverride_ = true; } -#else - qreal pixelRatio = qApp->devicePixelRatio(); - if (QWindow *winHandle = widget->windowHandle()) - pixelRatio = winHandle->devicePixelRatio(); - pixelRatio = qMax(pixelRatio, static_cast(1)); - X11MoveTrigger (widget->window()->internalWinId(), - qRound(static_cast(position.x())*pixelRatio), - qRound(static_cast(position.y())*pixelRatio)); -#endif dragInProgress_ = true; } @@ -683,9 +652,7 @@ /*************************/ bool WindowManager::AppEventFilter::eventFilter (QObject* object, QEvent* event) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) Q_UNUSED(object); -#endif if (event->type() == QEvent::MouseButtonRelease) { @@ -698,38 +665,7 @@ parent_->setLocked (false); } -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - return false; -#else - if (!parent_->enabled()) return false; - - /* If a drag is in progress, the widget will not receive any event. - We wait for the first MouseMove or MousePress event that is received - by any widget in the application to detect that the drag is finished. */ - if (parent_->dragInProgress_ - && parent_->target_ - && (event->type() == QEvent::MouseMove - || event->type() == QEvent::MouseButtonPress)) - { - return appMouseEvent (object, event); - } - return false; -#endif -} -/*************************/ -bool WindowManager::AppEventFilter::appMouseEvent (QObject* object, QEvent* event) -{ - Q_UNUSED(object); - Q_UNUSED(event); - /* Post a mouseRelease event to the target, in order to counterbalance - the mouse press that triggered the drag and also to reset the drag. */ - QMouseEvent mouseEvent (QEvent::MouseButtonRelease, - parent_->dragPoint_, - Qt::LeftButton, Qt::LeftButton, Qt::NoModifier); - qApp->sendEvent (parent_->target_.data(), &mouseEvent); - - return true; } } diff -Nru qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager-old.h qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager-old.h --- qt5-style-kvantum-0.19.0+repack/style/drag/windowmanager-old.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/drag/windowmanager-old.h 2021-05-25 13:07:46.000000000 +0000 @@ -158,9 +158,7 @@ bool dragInProgress_; bool locked_; Drag drag_; -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) bool cursorOverride_; -#endif // provide application-wise event filter /* @@ -175,10 +173,6 @@ parent_ (parent) {} virtual bool eventFilter (QObject*, QEvent*); - protected: - // application-wise event. - /* needed to catch end of XMoveResize events */ - bool appMouseEvent (QObject*, QEvent*); private: WindowManager *parent_; }; diff -Nru qt5-style-kvantum-0.19.0+repack/style/drag/x11wmmove.cpp qt5-style-kvantum-0.20.0+repack/style/drag/x11wmmove.cpp --- qt5-style-kvantum-0.19.0+repack/style/drag/x11wmmove.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/drag/x11wmmove.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -/* - Adapted from Bespin's WM.cpp v0.r1710 - and QtCurve's x11helpers.c v1.8.17. - - Qt5 doesn't need this but uses it for now. -*/ - -#include "x11wmmove.h" -#if defined Q_WS_X11 || defined Q_OS_LINUX -#include -#include -#include -#endif - -namespace Kvantum { -void X11MoveTrigger (WId wid, int x, int y) -{ -#if defined Q_WS_X11 || defined Q_OS_LINUX - Atom netMoveResize = XInternAtom (QX11Info::display(), "_NET_WM_MOVERESIZE", False); - XEvent xev; - xev.xclient.type = ClientMessage; - xev.xclient.message_type = netMoveResize; - xev.xclient.display = QX11Info::display(); - xev.xclient.window = wid; - xev.xclient.format = 32; - xev.xclient.data.l[0] = x; - xev.xclient.data.l[1] = y; - xev.xclient.data.l[2] = 8; - xev.xclient.data.l[3] = Button1; - xev.xclient.data.l[4] = 0; - XUngrabPointer (QX11Info::display(), QX11Info::appTime()); - XSendEvent (QX11Info::display(), - QX11Info::appRootWindow (QX11Info::appScreen()), - False, - SubstructureRedirectMask | SubstructureNotifyMask, - &xev); -#else - Q_UNUSED (wid); Q_UNUSED (x); Q_UNUSED (y); -#endif - return; -} -} diff -Nru qt5-style-kvantum-0.19.0+repack/style/drag/x11wmmove.h qt5-style-kvantum-0.20.0+repack/style/drag/x11wmmove.h --- qt5-style-kvantum-0.19.0+repack/style/drag/x11wmmove.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/drag/x11wmmove.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ - -#ifndef X11WMMOVE_H -#define X11WMMOVE_H - -#include - -namespace Kvantum { -void X11MoveTrigger (WId wid, int x, int y); -} - -#endif diff -Nru qt5-style-kvantum-0.19.0+repack/style/eventFiltering.cpp qt5-style-kvantum-0.20.0+repack/style/eventFiltering.cpp --- qt5-style-kvantum-0.19.0+repack/style/eventFiltering.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/eventFiltering.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -185,7 +185,7 @@ int dw = sspec.incrementW ? sspec.minW : qMax(sspec.minW - bgndRect.width(), 0); if (!renderInterior(p,bgndRect.adjusted(0,0,dw,dh),fspec,ispec,ispec.element+suffix)) { // no window interior element but with reduced translucency - p->fillRect(bgndRect, standardPalette().color(suffix.contains("-inactive") + p->fillRect(bgndRect, standardPalette().color(suffix.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Window)); @@ -300,9 +300,23 @@ /* find the state and set the text color accordingly */ int state; QPalette pPalette = option.palette; - QColor col; + QColor col, disabledCol; if (!cbtn->isEnabled()) + { state = 0; + if (cbtn->isChecked()) + { + if (isInactive) + disabledCol = getFromRGBA(lspec.toggleInactiveColor); + if (!disabledCol.isValid()) + disabledCol = getFromRGBA(lspec.toggleColor); + if (disabledCol.isValid()) + { + disabledCol.setAlpha(102); // 0.4 * disabledCol.alpha() + pPalette.setColor(QPalette::Disabled, QPalette::ButtonText, disabledCol); + } + } + } else if (cbtn->isChecked()) { state = 4; @@ -345,7 +359,11 @@ if (!cbtn->icon().isNull()) p.drawPixmap(leftMargin + hOffset, topMargin + vOffset, getPixmapFromIcon(cbtn->icon(), - getIconMode(state, isInactive, lspec), + getIconMode(disabledCol.isValid() + && !enoughContrast(disabledCol, + standardPalette().color(QPalette::Window)) + ? -1 : state, + isInactive, lspec), cbtn->isChecked() ? QIcon::On : QIcon::Off, cbtn->iconSize())); @@ -504,7 +522,7 @@ if (!w->hasFocus()) animationStartState_ = "normal"; /* the popup may have been closed (with Qt5) */ - else if (!(animatedWidget_ == w && animationStartState_.startsWith("c-toggled"))) + else if (!(animatedWidget_ == w && animationStartState_.startsWith(QLatin1String("c-toggled")))) animationStartState_ = "pressed"; if (isWidgetInactive(w)) animationStartState_.append("-inactive"); @@ -538,8 +556,8 @@ animatedWidget_->update(); } if (!(animatedWidget_ == w - && (animationStartState_.startsWith("c-toggled") - || animationStartState_.startsWith("normal")))) + && (animationStartState_.startsWith(QLatin1String("c-toggled")) + || animationStartState_.startsWith(QLatin1String("normal"))))) { // it was hidden or another widget was interacted with -- there's no other possibility animationStartState_ = "normal"; if (isWidgetInactive(w)) @@ -904,17 +922,11 @@ progressTimer_->start(50); } } -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) else if (QMenu *menu = qobject_cast(o)) -#else - else if (qobject_cast(o)) -#endif { //if (isLibreoffice_) break; if (w->testAttribute(Qt::WA_X11NetWmWindowTypeMenu)) break; // detached menu -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (w->testAttribute(Qt::WA_StyleSheetTarget)) break; // not drawn by Kvantum (see PM_MenuHMargin) -#endif if (movedMenus.contains(w)) break; // already moved /* "magical" condition for a submenu */ QPoint parentMenuCorner; @@ -1133,7 +1145,6 @@ dY -= static_cast(getFrameSpec(group).bottom); } -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) /* compensate for an annoyance in Qt 5.11 -> QMenu::internalDelayedPopup() */ if (parentMenu) { @@ -1153,7 +1164,6 @@ } } } -#endif int DX = qRound(dX); int DY = qRound(dY); @@ -1292,26 +1302,22 @@ opacifyColor(col1); } palette.setColor(QPalette::Inactive, QPalette::Text, col1); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) col1 = col; // placeholder col1.setAlpha(128); opacifyColor(col1); palette.setColor(QPalette::PlaceholderText, col1); -#endif col.setAlpha(102); // 0.4 * disabledCol.alpha() opacifyColor(col); palette.setColor(QPalette::Disabled, QPalette::Text,col); forcePalette(w, palette); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* also correct the color of the symbolic clear icon (-> CE_ToolBar) */ if (QAction *clearAction = w->findChild(QLatin1String("_q_qlineeditclearaction"))) clearAction->setIcon(standardIcon(QStyle::SP_LineEditClearButton, nullptr, w)); -#endif } } break; - case QEvent::PaletteChange : + /*case QEvent::PaletteChange : if (!isPcmanfm_ && qobject_cast(o) && (tspec_.combo_as_lineedit || tspec_.square_combo_button)) { if (QComboBox *cb = qobject_cast(w->parentWidget())) @@ -1320,7 +1326,7 @@ cb->update(); // a workaround for bad codes that change line-edit base color } } - break; + break;*/ case QEvent::Hide: if (qobject_cast(o)) diff -Nru qt5-style-kvantum-0.19.0+repack/style/Kvantum.cpp qt5-style-kvantum-0.20.0+repack/style/Kvantum.cpp --- qt5-style-kvantum-0.19.0+repack/style/Kvantum.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/Kvantum.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2020 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -55,6 +56,7 @@ //#include #include #include +#include // for isCursorOutsideWidget() #include // only inside setSurfaceFormat() #if defined Q_WS_X11 || defined Q_OS_LINUX #include @@ -146,7 +148,7 @@ QColor Style::getFromRGBA(const QString &str) const { QColor col(str); - if (str.isEmpty() || !(str.size() == 9 && str.startsWith("#"))) + if (str.isEmpty() || !(str.size() == 9 && str.startsWith(QLatin1String("#")))) return col; bool ok; int alpha = str.right(2).toInt(&ok, 16); @@ -215,7 +217,7 @@ QSettings themeChooser(themeChooserFile,QSettings::NativeFormat); if (themeChooser.status() == QSettings::NoError) { - if (themeChooser.contains("theme")) + if (themeChooser.contains(QStringLiteral("theme"))) theme = themeChooser.value("theme").toString(); /* check if this app has a specific theme assigned to it */ QString appName = qApp->applicationName(); @@ -478,7 +480,7 @@ static inline bool isThemeDir(const QString &path, const QString &themeName) { if (themeName.isEmpty()) return false; - if (path.endsWith("/Kvantum")) + if (path.endsWith(QLatin1String("/Kvantum"))) { if (QFile::exists(path + QString("/%1/%1.kvconfig").arg(themeName)) || QFile::exists(path + QString("/%1/%1.svg").arg(themeName))) @@ -513,9 +515,9 @@ /* "Kvantum" is reserved for the alternative installation paths */ && baseThemeName != "Kvantum" /* no space in theme name */ - && !(baseThemeName.simplified()).contains(" ") + && !(baseThemeName.simplified()).contains(QLatin1String(" ")) /* "#" is reserved by Kvantum Manager as an ending for copied root themes */ - && (!baseThemeName.contains("#") + && (!baseThemeName.contains(QLatin1String("#")) || (baseThemeName.length() > 1 && baseThemeName.indexOf("#") == baseThemeName.size() - 1))) { @@ -523,7 +525,7 @@ if (useDark) { QString name = baseThemeName; - if (name.endsWith("#")) + if (name.endsWith(QLatin1String("#"))) name.chop(1); /* give priority to modified themes */ themeMames.append(name + "Dark#"); @@ -534,7 +536,7 @@ { QString userConfig, userSvg, temp, lightName; - if (themeName.length() > 4 && themeName.endsWith("Dark")) + if (themeName.length() > 4 && themeName.endsWith(QLatin1String("Dark"))) { // dark theme inside light theme folder lightName = themeName.left(themeName.length() - 4); } @@ -562,9 +564,9 @@ userSvg = temp; } - if (themeName.endsWith("#")) + if (themeName.endsWith(QLatin1String("#"))) { - if (themeName.length() > 5 && themeName.endsWith("Dark#")) + if (themeName.length() > 5 && themeName.endsWith(QLatin1String("Dark#"))) { // root dark theme inside root light theme folder lightName = themeName.left(themeName.length() - 5); } @@ -644,7 +646,7 @@ themeSettings_ = new ThemeConfig(userConfig); } else if (userSvg.isEmpty() // otherwise it's a user theme without config file - && !themeName.endsWith("#")) // root theme names can't have the ending "#" + && !themeName.endsWith(QLatin1String("#"))) // root theme names can't have the ending "#" { // root theme temp = QString(DATADIR) + QString("/Kvantum/%1/%1.kvconfig").arg(themeName); @@ -697,7 +699,7 @@ } else { - if (!themeName.endsWith("#")) + if (!themeName.endsWith(QLatin1String("#"))) { if (userConfig.isEmpty()) // otherwise it's a user theme without SVG image { // root theme @@ -758,7 +760,7 @@ else if (!userConfig.isEmpty()) // otherwise, the folder has been emptied manually { // find the SVG image of the root theme, of which this is a copy QString _themeName = themeName.left(themeName.length() - 1); - if (!_themeName.isEmpty() && !_themeName.contains("#")) + if (!_themeName.isEmpty() && !_themeName.contains(QLatin1String("#"))) { temp = QString(DATADIR) + QString("/Kvantum/%1/%1.svg").arg(_themeName); @@ -1057,9 +1059,7 @@ const QToolBar *tb = qobject_cast(w); if (!tb || w->autoFillBackground() -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) || w->testAttribute(Qt::WA_StyleSheetTarget) // not drawn by Kvantum (CE_ToolBar may not be called) -#endif || isPlasma_) { return false; @@ -1074,8 +1074,9 @@ /* don't style toolbars in places like KAboutDialog (-> KAboutData -> KAboutPerson) */ if (QMainWindow *mw = qobject_cast(p)) { - if (tb->orientation() == Qt::Vertical) return false; // otherwise, it might look ugly - if (!hspec_.single_top_toolbar) return true; + if (!hspec_.single_top_toolbar) + return (tb->orientation() != Qt::Vertical || hspec_.style_vertical_toolbars); + if (tb->orientation() == Qt::Vertical) return false; if (QWidget *mb = mw->menuWidget()) // WARNING: an empty menubar may be created by menuBar() { if (mb->isVisible()) @@ -1172,14 +1173,17 @@ drawSeparator = false; if (!tb || !parentBar - /* Although the toolbar extension button can be on the immediate right of - the last toolbutton, there's a 1px gap between them. I see this as a - Qt bug but because of it, the extension button should be excluded here. */ + /* When the toolbar extension button is to the immediate right of the last toolbutton, + there's a 1px gap between them (see the comment below). So, the extension button + is excluded here. */ || tb->objectName() == "qt_toolbar_ext_button") { return res; } + /* There's no method for getting a child widget that properly contains a point. Therefore, + instead of adding more computation, we set the minimum of PM_ToolBarSeparatorExtent to + 2 and check the existence of adjacent children by going 1px to the right and left. */ const QRect g = tb->geometry(); QToolButton *left = qobject_cast(parentBar->childAt(g.x()-1, g.y())); if (left && left->objectName() == "qt_toolbar_ext_button") @@ -1243,54 +1247,84 @@ return res; } -/* get the widest day/month string for the locale if needed */ -static QHash maxDay; -static QHash maxMonth; -static QHash maxFullDay; -static QHash maxFullMonth; -static void getMaxDay(const QLocale l, bool full) +/* get the widest digit/day/month string for the locale if needed */ +static QHash allDigits; +static QHash, QString> maxDigit; +static QHash, QString> maxDay; +static QHash, QString> maxMonth; +static QHash, QString> maxFullDay; +static QHash, QString> maxFullMonth; +static QHash, QString> maxAmPm; + +static void getAllDigits(const QLocale &l) +{ // to be used in regular expressions + QString all = l.toString(0); + for (int i = 1; i < 10; ++i) + all += "|" + l.toString(i); + allDigits.insert(l, all); +} +static void getMaxDigit(const QPair &data) +{ + int widestDigit = 0; + int max = 0; + QFontMetrics fm(data.second); + for (int i = 0; i < 10; ++i) + { + int size = fm.horizontalAdvance(data.first.toString(i)); + if (max < size) + { + max = size; + widestDigit = i; + } + } + maxDigit.insert(data, data.first.toString(widestDigit)); +} +static void getMaxDay(const QPair &data, bool full) { QString day; int max = 0; QLocale::FormatType format = full ? QLocale::LongFormat : QLocale::ShortFormat; + QFontMetrics fm(data.second); for (int i=1; i<=7 ; ++i) { - QString theDay = l.dayName(i,format); -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - int size = QFontMetrics(QApplication::font()).horizontalAdvance(theDay); -#else - int size = QFontMetrics(QApplication::font()).width(theDay); -#endif + QString theDay = data.first.dayName(i,format); + int size = fm.horizontalAdvance(theDay); if (max < size) { max = size; day = theDay; } } - if (full) maxFullDay.insert(l, day); - else maxDay.insert(l, day); + if (full) maxFullDay.insert(data, day); + else maxDay.insert(data, day); } -static void getMaxMonth(const QLocale l, bool full) +static void getMaxMonth(const QPair &data, bool full) { QString month; int max = 0; QLocale::FormatType format = full ? QLocale::LongFormat : QLocale::ShortFormat; + QFontMetrics fm(data.second); for (int i=1; i<=12 ; ++i) { - QString theMonth = l.monthName(i,format); -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - int size = QFontMetrics(QApplication::font()).horizontalAdvance(theMonth); -#else - int size = QFontMetrics(QApplication::font()).width(theMonth); -#endif + QString theMonth = data.first.monthName(i,format); + int size = fm.horizontalAdvance(theMonth); if (max < size) { max = size; month = theMonth; } } - if (full) maxFullMonth.insert(l, month); - else maxMonth.insert(l, month); + if (full) maxFullMonth.insert(data, month); + else maxMonth.insert(data, month); +} +static void getMaxAmPm(const QPair &data) +{ + QFontMetrics fm(data.second); + QString pmText = data.first.pmText(); + QString amText = data.first.amText(); + QString ap = fm.horizontalAdvance(pmText) > fm.horizontalAdvance(amText) + ? pmText : amText; + maxAmPm.insert(data, ap); } static inline QString spinMaxText(const QAbstractSpinBox *sp) @@ -1301,6 +1335,7 @@ QLocale l = sp->locale(); if (!sb->isGroupSeparatorShown()) l.setNumberOptions(l.numberOptions() | QLocale::OmitGroupSeparator); + QString maxStr = l.toString(sb->maximum()); QString minStr = l.toString(sb->minimum()); if (minStr.size() > maxStr.size()) @@ -1308,6 +1343,12 @@ /* QAbstractSpinBox::sizeHint() sets a maximum of 18 characters but truncating isn't really needed here because of MAX_INT */ maxStr.truncate(20); + + if (!allDigits.contains(l)) getAllDigits(l); + QPair data(l, sb->font()); + if (!maxDigit.contains(data)) getMaxDigit(data); + + maxStr.replace(QRegularExpression(allDigits.value(l)), maxDigit.value(data)); maxTxt = sb->prefix() + maxStr + sb->suffix(); } else if (const QDoubleSpinBox *sb = qobject_cast(sp)) @@ -1315,6 +1356,7 @@ QLocale l = sp->locale(); if (!sb->isGroupSeparatorShown()) l.setNumberOptions(l.numberOptions() | QLocale::OmitGroupSeparator); + /* at first, only consider integers... */ int max = sb->maximum(); int min = sb->minimum(); @@ -1323,91 +1365,105 @@ if (minStr.size() > maxStr.size()) maxStr = minStr; maxStr.truncate(20); + + if (!allDigits.contains(l)) getAllDigits(l); + QPair data(l, sb->font()); + if (!maxDigit.contains(data)) getMaxDigit(data); + QString widestDigit = maxDigit.value(data); + + maxStr.replace(QRegularExpression(allDigits.value(l)), widestDigit); maxTxt = sb->prefix() + maxStr + sb->suffix(); + /* ... then, take decimals into account */ int dec = sb->decimals(); if (dec > 0) { maxTxt += l.decimalPoint(); - QString zero = l.toString(0); for (int i = 0; i < dec ; ++i) - maxTxt += zero; + maxTxt += widestDigit; } } else if (const QDateTimeEdit *sb = qobject_cast(sp)) { QLocale l = sp->locale(); l.setNumberOptions(l.numberOptions() | QLocale::OmitGroupSeparator); + + QPair data(l, sb->font()); + if (!maxDigit.contains(data)) getMaxDigit(data); + QString widestDigit = maxDigit.value(data); + QString twoDigits = widestDigit + widestDigit; // 00 + QString threeDigits = twoDigits + widestDigit; // 000 + if (!maxAmPm.contains(data)) getMaxAmPm(data); + maxTxt = sb->displayFormat(); - QString twoDigits = l.toString(99); + /* take into account leading zeros */ - QRegularExpression exp; - exp.setPattern(QStringLiteral("hh|HH|mm|ss")); - maxTxt.replace(exp,twoDigits); - exp.setPattern(QStringLiteral("h|H|m|s")); - maxTxt.replace(exp,twoDigits); - maxTxt.replace("zzz",l.toString(999)); - maxTxt.replace("z",l.toString(999)); + maxTxt.replace(QRegularExpression(QLatin1String("hh|HH|mm|ss")), twoDigits); + maxTxt.replace(QRegularExpression(QLatin1String("h|H|m|s")), twoDigits); + maxTxt.replace(QLatin1String("zzz"), threeDigits); + maxTxt.replace(QLatin1String("z"), threeDigits); /* year */ - maxTxt.replace("yy",twoDigits); - maxTxt.replace("yyyy",l.toString(9999)); + maxTxt.replace(QLatin1String("yy"), twoDigits); + maxTxt.replace(QLatin1String("yyyy"), twoDigits+twoDigits); // 0000 /* am/pm */ - QString ap = l.pmText().size() > l.amText().size() - ? l.pmText() : l.amText(); - maxTxt.replace("ap",ap,Qt::CaseInsensitive); - maxTxt.replace("a",ap,Qt::CaseInsensitive); + QString ap = maxAmPm.value(data); + maxTxt.replace(QLatin1String("ap"), ap, Qt::CaseInsensitive); + maxTxt.replace(QLatin1String("a"), ap, Qt::CaseInsensitive); /* these will be replaced later */ - maxTxt.replace("dddd","eeee"); - maxTxt.replace("MMMM","ffff"); - maxTxt.replace("ddd","eee"); - maxTxt.replace("MMM","fff"); + maxTxt.replace(QLatin1String("dddd"), QLatin1String("eeee")); + maxTxt.replace(QLatin1String("MMMM"), QLatin1String("ffff")); + maxTxt.replace(QLatin1String("ddd"), QLatin1String("eee")); + maxTxt.replace(QLatin1String("MMM"), QLatin1String("fff")); /* leading zeros */ - exp.setPattern(QStringLiteral("dd|MM")); - maxTxt.replace(exp,twoDigits); - exp.setPattern(QStringLiteral("d|M")); - maxTxt.replace(exp,twoDigits); + maxTxt.replace(QRegularExpression(QLatin1String("dd|MM")), twoDigits); + maxTxt.replace(QRegularExpression(QLatin1String("d|M")), twoDigits); /* time zone */ - maxTxt.replace("t",sb->dateTime().toString("t")); + maxTxt.replace(QLatin1String("t"), sb->dateTime().toString("t")); /* full day/month name */ - if (maxTxt.contains("eeee")) + if (maxTxt.contains(QLatin1String("eeee"))) { - if (!maxFullDay.contains(l)) getMaxDay(l, true); - maxTxt.replace("eeee",maxFullDay.value(l)); + if (!maxFullDay.contains(data)) getMaxDay(data, true); + maxTxt.replace(QLatin1String("eeee"), maxFullDay.value(data)); } - if (maxTxt.contains("ffff")) + if (maxTxt.contains(QLatin1String("ffff"))) { - if (!maxFullMonth.contains(l)) getMaxMonth(l, true); - maxTxt.replace("ffff",maxFullMonth.value(l)); + if (!maxFullMonth.contains(data)) getMaxMonth(data, true); + maxTxt.replace(QLatin1String("ffff"), maxFullMonth.value(data)); } /* short day/month name */ - if (maxTxt.contains("eee")) + if (maxTxt.contains(QLatin1String("eee"))) { - if (!maxDay.contains(l)) getMaxDay(l, false); - maxTxt.replace("eee",maxDay.value(l)); + if (!maxDay.contains(data)) getMaxDay(data, false); + maxTxt.replace(QLatin1String("eee"), maxDay.value(data)); } - if (maxTxt.contains("fff")) + if (maxTxt.contains(QLatin1String("fff"))) { - if (!maxMonth.contains(l)) getMaxMonth(l, false); - maxTxt.replace("fff",maxMonth.value(l)); + if (!maxMonth.contains(data)) getMaxMonth(data, false); + maxTxt.replace(QLatin1String("fff"), maxMonth.value(data)); } } + if (!maxTxt.isEmpty()) { QString svt = sp->specialValueText(); if (!svt.isEmpty()) { QFontMetrics fm(sp->font()); -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (fm.horizontalAdvance(svt) > fm.horizontalAdvance(maxTxt)) -#else - if (fm.width(svt) > fm.width(maxTxt)) -#endif maxTxt = svt; } } + return maxTxt; } +static inline bool spinTextless(const QAbstractSpinBox *sp) +{ + if (const QDateTimeEdit *sb = qobject_cast(sp)) + return sb->displayFormat().isEmpty(); + return (!qobject_cast(sp) && !qobject_cast(sp)); +} + static inline QString progressMaxText(const QProgressBar *pb, const QStyleOptionProgressBar *opt) { QString maxTxt; @@ -1416,9 +1472,9 @@ QLocale l = pb->locale(); l.setNumberOptions(l.numberOptions() | QLocale::OmitGroupSeparator); maxTxt = pb->format(); - maxTxt.replace("%p", l.toString(100)); - maxTxt.replace("%v", l.toString(pb->maximum())); - maxTxt.replace("%m", l.toString(pb->maximum())); + maxTxt.replace(QLatin1String("%p"), l.toString(100)); + maxTxt.replace(QLatin1String("%v"), l.toString(pb->maximum())); + maxTxt.replace(QLatin1String("%m"), l.toString(pb->maximum())); } else if (opt && opt->textVisible && !opt->text.isEmpty()) { @@ -1427,11 +1483,7 @@ l.setNumberOptions(l.numberOptions() | QLocale::OmitGroupSeparator); QString percentTxt = QString(l.percent()) + l.toString(100); QFontMetrics fm = opt->fontMetrics; -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (fm.horizontalAdvance(percentTxt) > fm.horizontalAdvance(maxTxt)) -#else - if (fm.width(percentTxt) > fm.width(maxTxt)) -#endif maxTxt = percentTxt; } return maxTxt; @@ -1523,11 +1575,7 @@ th = QFontMetrics(font).height()*(l.size()); for (int i=0; i= QT_VERSION_CHECK(5,11,0)) tw = qMax(tw,QFontMetrics(font).horizontalAdvance(l[i])); -#else - tw = qMax(tw,QFontMetrics(font).width(l[i])); -#endif if (l.size() > 1) { @@ -1541,6 +1589,16 @@ return QSize(tw,th); } +static inline void colorizeRect(QPainter *painter, const QColor &col, const QRect &rect) +{ // used in a workaround for bad codes that change line-edit base color + QPainterPath path; + path.addRoundedRect(rect, 3, 3); + painter->save(); + painter->setRenderHints(QPainter::Antialiasing, true); + painter->fillPath(path, col); + painter->restore(); +} + bool Style::btnDragInProgress() const { #if (QT_VERSION >= QT_VERSION_CHECK(5,15,0)) @@ -1620,11 +1678,6 @@ label_spec lspec = getLabelSpec(group); const size_spec sspec = getSizeSpec(group); - /* a workaround for bad codes that change line-edit base color */ - bool colored = !isPcmanfm_ && group == "LineEdit" - && lineedit->palette().color(QPalette::Base) - != standardPalette().color(lineedit->palette().currentColorGroup(), QPalette::Base); - /*if (isLibreoffice_) // impossible because lineedit != NULL { fspec.left = qMin(fspec.left,3); @@ -1634,12 +1687,9 @@ } else {*/ - bool noSpace(colored - || ( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - lineedit->testAttribute(Qt::WA_StyleSheetTarget) && -#endif - !lineedit->styleSheet().isEmpty() && lineedit->styleSheet().contains("padding")) + bool noSpace((lineedit->testAttribute(Qt::WA_StyleSheetTarget) + && !lineedit->styleSheet().isEmpty() + && lineedit->styleSheet().contains(QLatin1String("padding"))) || lineedit->minimumWidth() == lineedit->maximumWidth()); if (!noSpace && lineedit->height() < sizeCalculated(lineedit->font(),fspec,lspec,sspec,QStringLiteral("W"),QSize()).height()) @@ -1660,15 +1710,10 @@ fspec.expansion = qMin(fspec.expansion, LIMITED_EXPANSION); else { - if (colored) - fspec.expansion = 0; - else - { - fspec.leftExpanded = qMin(fspec.leftExpanded,3); - fspec.rightExpanded = qMin(fspec.rightExpanded,3); - fspec.topExpanded = qMin(fspec.topExpanded,3); - fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); - } + fspec.leftExpanded = qMin(fspec.leftExpanded,3); + fspec.rightExpanded = qMin(fspec.rightExpanded,3); + fspec.topExpanded = qMin(fspec.topExpanded,3); + fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); } } //} @@ -1713,14 +1758,26 @@ option->rect, fspec, fspec.element+leStatus); - if (!colored - && (ispec.hasInterior || !hasHighContrastWithContainer(combo, lineedit->palette().color(QPalette::Text)))) + if (ispec.hasInterior || !hasHighContrastWithContainer(combo, lineedit->palette().color(QPalette::Text))) { renderInterior(painter,option->rect,fspec,ispec,ispec.element+leStatus); + + /* a workaround for bad codes that change line-edit base color */ + if (!isPcmanfm_ && group == "LineEdit") + { + QColor baseCol = lineedit->palette().color(QPalette::Base); + if (baseCol != standardPalette().color(lineedit->palette().currentColorGroup(), QPalette::Base)) + { + baseCol.setAlpha(255); + QStyleOption o(*option); + o.rect = lineedit->rect(); + colorizeRect(painter, baseCol, subElementRect(SE_LineEditContents, &o, lineedit)); + } + } } else { - QColor baseCol = lineedit->palette().color(leStatus.contains("-inactive") + QColor baseCol = lineedit->palette().color(leStatus.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Base); @@ -1731,6 +1788,18 @@ painter->restore(); } +static inline bool isCursorOutsideWidget(const QWidget *widget) +{ // used for woking around Qt's hover bug + if (widget == nullptr) return false; +#if (QT_VERSION >= QT_VERSION_CHECK(5,14,0)) + QScreen *scr = widget->screen(); + return !widget->rect().contains(widget->mapFromGlobal(scr != nullptr ? QCursor::pos(scr) + : QCursor::pos())); +#else + return !widget->rect().contains(widget->mapFromGlobal(QCursor::pos())); +#endif +} + void Style::drawPrimitive(QStyle::PrimitiveElement element, const QStyleOption *option, QPainter *painter, @@ -1833,7 +1902,7 @@ QString status = getState(option,widget); if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -1920,8 +1989,8 @@ frame_spec fspec; - /* consider overlap, as in CE_TabBarTabShape */ - if (l > 0) + /* don't consider the overlap (as in PE_FrameTabWidget) */ + /*if (l > 0) { int overlap = tspec_.active_tab_overlap; if (overlap > 0) @@ -1945,7 +2014,7 @@ if (l < 0) l = 0; } } - } + }*/ fspec = getFrameSpec(QStringLiteral("TabBarFrame")); const interior_spec ispec = getInteriorSpec(QStringLiteral("TabBarFrame")); @@ -1954,14 +2023,14 @@ QString status = getState(option,widget); if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } // TabBarFrame seems to have a redundant focus state - else if (!status.startsWith("normal")) + else if (!status.startsWith(QLatin1String("normal"))) { - if (status.endsWith("-inactive")) status = "normal-inactive"; + if (status.endsWith(QLatin1String("-inactive"))) status = "normal-inactive"; else status = "normal"; } renderInterior(painter,r,fspec,ispec,ispec.element+"-"+status); @@ -1999,7 +2068,7 @@ const QStyleOptionButton *opt = qstyleoption_cast(option); if (opt == nullptr - || !(opt->features & QStyleOptionButton::Flat) || !status.startsWith("normal")) + || !(opt->features & QStyleOptionButton::Flat) || !status.startsWith(QLatin1String("normal"))) { renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-"+status); renderFrame(painter,option->rect,fspec,fspec.element+"-"+status); @@ -2084,7 +2153,7 @@ fspec.expansion = 0; if (pb->text().isEmpty()) { - painter->fillRect(option->rect, option->palette.brush(status.contains("-inactive") + painter->fillRect(option->rect, option->palette.brush(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Button)); @@ -2092,14 +2161,34 @@ } } - /* Due to a Qt5 bug (which I call "the hover bug"), after their menus are closed, - comboboxes and buttons will have the WA_UnderMouse attribute without the cursor - being over them. Hence we use the following logic in several places. It will - be harmless if the bug is fixed (but shouldn't be used with dragging from buttons). */ - if (!btnDragInProgress() && status.startsWith("focused") - && widget && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) + QObject *styleObject = option->styleObject; + const QString prevState = styleObject != nullptr + ? styleObject->property("_kv_state").toString() + : QString(); + + /* Due to a Qt5 bug (which I call "the hover bug"), comboboxes and buttons may have + the WA_UnderMouse attribute without being under the cursor after their menus are + closed or they are enabled. Hence we use the following logic in several places. + It will be harmless if the bug is fixed (but shouldn't be used with dragging from buttons). */ + if (!prevState.isEmpty()) { - status.replace("focused","normal"); + if (!btnDragInProgress() && status.startsWith(QLatin1String("focused")) + && (prevState.startsWith(QLatin1String("pressed")) // if it was pressed before... + /* ... or if it was disabled (see below) */ + || (prevState.startsWith(QLatin1String("normal")) + && styleObject->property("_kv_hover_bug").toBool())) + && isCursorOutsideWidget(widget)) + { + styleObject->setProperty("_kv_hover_bug", true); + status.replace(QLatin1String("focused"),QLatin1String("normal")); + } + else if (!(option->state & State_Enabled)) + { + /* to mark the disabled state (drawn as normal but with translucency) */ + styleObject->setProperty("_kv_hover_bug", true); + } + else + styleObject->setProperty("_kv_hover_bug", QVariant()); } bool hasPanel = false; @@ -2124,13 +2213,13 @@ }*/ if (widget && widget->inherits("QDockWidgetTitleButton")) { - if (status.startsWith("focused")) + if (status.startsWith(QLatin1String("focused"))) { QColor col = widget->palette().color(QPalette::Active,QPalette::Highlight); col.setAlpha(50); painter->fillRect(r,col); } - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) { QColor col = widget->palette().color(QPalette::Active,QPalette::Highlight); painter->save(); @@ -2155,7 +2244,7 @@ if (qobject_cast(p)) // tabbar scroll button (-> PM_TabBarScrollButtonWidth) { bool painterSaved = false; - painter->fillRect(option->rect, standardPalette().color(status.contains("-inactive") + painter->fillRect(option->rect, standardPalette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Window)); @@ -2276,7 +2365,7 @@ && tb->isDown() && tb->toolButtonStyle() == Qt::ToolButtonTextBesideIcon && qobject_cast(p)) { - status.replace("pressed","toggled"); + status.replace(QLatin1String("pressed"),QLatin1String("toggled")); } /* only group tool buttons whose immediate parent is a horizontal toolbar */ @@ -2417,7 +2506,7 @@ // don't focus the button if only its arrow is focused if (pbStatus == "focused" && ((opt && opt->activeSubControls == QStyle::SC_ToolButtonMenu) - || !widget->rect().contains(widget->mapFromGlobal(QCursor::pos())))) // hover bug + || (styleObject && styleObject->property("_kv_hover_bug").toBool()))) // hover bug { pbStatus = "normal"; } @@ -2440,14 +2529,10 @@ 0); } - QObject *styleObject = option->styleObject; - QString animationStartState; - if (styleObject) - animationStartState = styleObject->property("_kv_state").toString(); bool animate(!btnDragInProgress() && widget->isEnabled() && animatedWidget_ == widget - && !animationStartState.isEmpty()); - if (animate && animationStartState == status) + && !prevState.isEmpty()); + if (animate && prevState == status) { if (opacityTimer_->isActive()) opacityTimer_->stop(); @@ -2456,7 +2541,7 @@ } if (tb->autoRaise()) autoraise = true; - if (!autoraise || !status.startsWith("normal") || drawRaised) + if (!autoraise || !status.startsWith(QLatin1String("normal")) || drawRaised) { if (animate) { @@ -2466,11 +2551,11 @@ opacityTimer_->start(ANIMATION_FRAME); } if (animationOpacity_ < 100 - && (!autoraise || !animationStartState.startsWith("normal") || drawRaised)) + && (!autoraise || !prevState.startsWith(QLatin1String("normal")) || drawRaised)) { - renderFrame(painter,r,fspec,fspec.element+"-"+animationStartState,0,0,0,0,0,drawRaised); + renderFrame(painter,r,fspec,fspec.element+"-"+prevState,0,0,0,0,0,drawRaised); if (!fillWidgetInterior) - renderInterior(painter,r,fspec,ispec,ispec.element+"-"+animationStartState,drawRaised); + renderInterior(painter,r,fspec,ispec,ispec.element+"-"+prevState,drawRaised); } painter->save(); painter->setOpacity(static_cast(animationOpacity_)/100.0); @@ -2487,14 +2572,15 @@ else if (styleObject) styleObject->setProperty("_kv_state", status); if (fillWidgetInterior) - painter->fillRect(interiorRect(r,fspec), tb->palette().brush(status.contains("-inactive") - ? QPalette::Inactive - : QPalette::Active, - QPalette::Button)); + painter->fillRect(interiorRect(r,fspec), + tb->palette().brush(status.contains(QLatin1String("-inactive")) + ? QPalette::Inactive + : QPalette::Active, + QPalette::Button)); hasPanel = true; } // auto-raised fade out animation - else if (animate && !animationStartState.startsWith("normal")) + else if (animate && !prevState.startsWith(QLatin1String("normal"))) { if (!opacityTimer_->isActive()) { @@ -2505,15 +2591,16 @@ { painter->save(); painter->setOpacity(1.0 - static_cast(animationOpacity_)/100.0); - renderFrame(painter,r,fspec,fspec.element+"-"+animationStartState); + renderFrame(painter,r,fspec,fspec.element+"-"+prevState); if (!fillWidgetInterior) - renderInterior(painter,r,fspec,ispec,ispec.element+"-"+animationStartState); + renderInterior(painter,r,fspec,ispec,ispec.element+"-"+prevState); painter->restore(); if (fillWidgetInterior) - painter->fillRect(interiorRect(r,fspec), tb->palette().brush(status.contains("-inactive") - ? QPalette::Inactive - : QPalette::Active, - QPalette::Button)); + painter->fillRect(interiorRect(r,fspec), + tb->palette().brush(status.contains(QLatin1String("-inactive")) + ? QPalette::Inactive + : QPalette::Active, + QPalette::Button)); } if (animationOpacity_ >= 100) styleObject->setProperty("_kv_state", status); @@ -2524,47 +2611,53 @@ /*if (!isHorizontal && !withArrow) painter->restore();*/ } - else if (!autoraise || !status.startsWith("normal")) + else { - bool libreoffice = false; - if (isLibreoffice_ && widget == nullptr - && (option->state & State_Enabled) && !status.startsWith("toggled") - && enoughContrast(getFromRGBA(lspec.normalColor), standardPalette().color(QPalette::ButtonText))) - { - libreoffice = true; - painter->fillRect(option->rect, standardPalette().brush(QPalette::Window)); - painter->save(); - painter->setOpacity(0.5); - } - if (!fillWidgetInterior) + if (styleObject) + styleObject->setProperty("_kv_state", status); + if (!autoraise || !status.startsWith(QLatin1String("normal"))) { - if ((option->state & State_Enabled) // Damn! QML has a bad text color for the diabled state. - && widget == nullptr - && enoughContrast(option->palette.color(QPalette::ButtonText), - standardPalette().color(QPalette::ButtonText))) - { // QML colorized button - fspec.left = qMin(fspec.left,3); - fspec.right = qMin(fspec.right,3); - fspec.top = qMin(fspec.top,3); - fspec.bottom = qMin(fspec.bottom,3); - if (hasExpandedBorder(fspec)) - fspec.expansion = 0; + bool libreoffice = false; + if (isLibreoffice_ && widget == nullptr + && (option->state & State_Enabled) && !status.startsWith(QLatin1String("toggled")) + && enoughContrast(getFromRGBA(lspec.normalColor), standardPalette().color(QPalette::ButtonText))) + { + libreoffice = true; + painter->fillRect(option->rect, standardPalette().brush(QPalette::Window)); + painter->save(); + painter->setOpacity(0.5); + } + if (!fillWidgetInterior) + { + if ((option->state & State_Enabled) // Damn! QML has a bad text color for the diabled state. + && widget == nullptr + && enoughContrast(option->palette.color(QPalette::ButtonText), + standardPalette().color(QPalette::ButtonText))) + { // QML colorized button + fspec.left = qMin(fspec.left,3); + fspec.right = qMin(fspec.right,3); + fspec.top = qMin(fspec.top,3); + fspec.bottom = qMin(fspec.bottom,3); + if (hasExpandedBorder(fspec)) + fspec.expansion = 0; + else + fspec.expansion = qMin(fspec.expansion, LIMITED_EXPANSION); + painter->fillRect(interiorRect(r,fspec), + option->palette.brush(QPalette::Active, QPalette::Button)); + } else - fspec.expansion = qMin(fspec.expansion, LIMITED_EXPANSION); - painter->fillRect(interiorRect(r,fspec), - option->palette.brush(QPalette::Active, QPalette::Button)); + renderInterior(painter,r,fspec,ispec,ispec.element+"-"+status); } - else - renderInterior(painter,r,fspec,ispec,ispec.element+"-"+status); + else // widget isn't null + painter->fillRect(interiorRect(r,fspec), + widget->palette().brush(status.contains(QLatin1String("-inactive")) + ? QPalette::Inactive + : QPalette::Active, + QPalette::Button)); + renderFrame(painter,r,fspec,fspec.element+"-"+status); + if (libreoffice) painter->restore(); + hasPanel = true; } - else // widget isn't null - painter->fillRect(interiorRect(r,fspec), widget->palette().brush(status.contains("-inactive") - ? QPalette::Inactive - : QPalette::Active, - QPalette::Button)); - renderFrame(painter,r,fspec,fspec.element+"-"+status); - if (libreoffice) painter->restore(); - hasPanel = true; } /* the disabled painter is already restored when drawRaised is true */ @@ -2584,7 +2677,7 @@ QColor col; if (hasPanel) { - if (status.startsWith("pressed")) + if (status.startsWith(QLatin1String("pressed"))) { if (isInactive) { @@ -2595,7 +2688,7 @@ else col = getFromRGBA(lspec.pressColor); } - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) { if (isInactive) { @@ -2717,9 +2810,9 @@ && qstyleoption_cast(option)) painter->fillRect(option->rect, option->palette.brush(QPalette::Highlight));*/ QObject *styleObject = option->styleObject; - QString animationStartState; - if (styleObject) - animationStartState = styleObject->property("_kv_state").toString(); + const QString animationStartState = styleObject != nullptr + ? styleObject->property("_kv_state").toString() + : QString(); animate = animate && widget && animatedWidget_ == widget && !animationStartState.isEmpty() && animationStartState != suffix @@ -2853,9 +2946,9 @@ && qstyleoption_cast(option)) painter->fillRect(option->rect, option->palette.brush(QPalette::Highlight));*/ QObject *styleObject = option->styleObject; - QString animationStartState; - if (styleObject) - animationStartState = styleObject->property("_kv_state").toString(); + const QString animationStartState = styleObject != nullptr + ? styleObject->property("_kv_state").toString() + : QString(); animate = animate && widget && animatedWidget_ == widget && !animationStartState.isEmpty() && animationStartState != suffix @@ -2963,7 +3056,7 @@ eStatus = "disabled"; else */if (option->state & State_MouseOver) eStatus = "focused"; - else if (status.startsWith("toggled") || status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("toggled")) || status.startsWith(QLatin1String("pressed"))) eStatus = "pressed"; if (isWidgetInactive(widget)) eStatus.append("-inactive"); @@ -3174,7 +3267,7 @@ // not renaming area && !qobject_cast(pw) // only Dolphin's view - && QString(pw->metaObject()->className()).startsWith("Dolphin")) + && QString(pw->metaObject()->className()).startsWith(QLatin1String("Dolphin"))) { break; } @@ -3317,13 +3410,13 @@ } bool animate(!pcmanfmInactiveView && widget && widget->isEnabled() - && ((animatedWidget_ == widget && !fStatus.startsWith("normal")) - || (animatedWidgetOut_ == widget && fStatus.startsWith("normal")))); + && ((animatedWidget_ == widget && !fStatus.startsWith(QLatin1String("normal"))) + || (animatedWidgetOut_ == widget && fStatus.startsWith(QLatin1String("normal"))))); QString animationStartState(animationStartState_); int animationOpacity = animationOpacity_; if (animate) { - if (fStatus.startsWith("normal")) // -> QEvent::FocusOut + if (fStatus.startsWith(QLatin1String("normal"))) // -> QEvent::FocusOut { animationStartState = animationStartStateOut_; animationOpacity = animationOpacityOut_; @@ -3331,7 +3424,7 @@ if (animationStartState == fStatus) { animationOpacity = 100; - if (fStatus.startsWith("normal")) + if (fStatus.startsWith(QLatin1String("normal"))) animationOpacityOut_ = 100; else animationOpacity_ = 100; @@ -3347,7 +3440,7 @@ painter->restore(); if (animationOpacity >= 100) { - if (fStatus.startsWith("normal")) + if (fStatus.startsWith(QLatin1String("normal"))) animationStartStateOut_ = fStatus; else animationStartState_ = fStatus; @@ -3372,11 +3465,8 @@ if (QWidget *vp = sa->viewport()) { if (!vp->autoFillBackground() - || ( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - vp->testAttribute(Qt::WA_StyleSheetTarget) && -#endif - !vp->styleSheet().isEmpty() && vp->styleSheet().contains("background"))) + || (vp->testAttribute(Qt::WA_StyleSheetTarget) + && !vp->styleSheet().isEmpty() && vp->styleSheet().contains(QLatin1String("background")))) { return; } @@ -3628,12 +3718,8 @@ colored = !isPcmanfm_ && !insideSpinBox && group == "LineEdit" && widget->palette().color(QPalette::Base) != standardPalette().color(widget->palette().currentColorGroup(), QPalette::Base); - if (colored - || ( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - widget->testAttribute(Qt::WA_StyleSheetTarget) && -#endif - !widget->styleSheet().isEmpty() && widget->styleSheet().contains("padding")) + if ((widget->testAttribute(Qt::WA_StyleSheetTarget) + && !widget->styleSheet().isEmpty() && widget->styleSheet().contains(QLatin1String("padding"))) || widget->minimumWidth() == widget->maximumWidth() || widget->height() < sizeCalculated(widget->font(),fspec,lspec,sspec,QStringLiteral("W"),QSize()).height()) { @@ -3646,15 +3732,10 @@ fspec.expansion = qMin(fspec.expansion, LIMITED_EXPANSION); else { - if (colored) - fspec.expansion = 0; - else - { - fspec.leftExpanded = qMin(fspec.leftExpanded,3); - fspec.rightExpanded = qMin(fspec.rightExpanded,3); - fspec.topExpanded = qMin(fspec.topExpanded,3); - fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); - } + fspec.leftExpanded = qMin(fspec.leftExpanded,3); + fspec.rightExpanded = qMin(fspec.rightExpanded,3); + fspec.topExpanded = qMin(fspec.topExpanded,3); + fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); } } } @@ -3732,11 +3813,10 @@ } } - bool fillWidgetInterior(colored - || (!ispec.hasInterior - && hasHighContrastWithContainer(widget, - widget ? widget->palette().color(QPalette::Text) - : standardPalette().color(QPalette::Text)))); + bool fillWidgetInterior(!ispec.hasInterior + && hasHighContrastWithContainer(widget, + widget ? widget->palette().color(QPalette::Text) + : standardPalette().color(QPalette::Text))); // lineedits only have normal and focused states in Kvantum QString leStatus = (option->state & State_HasFocus) ? "focused" : "normal"; @@ -3748,18 +3828,18 @@ painter->setOpacity(DISABLED_OPACITY); } bool animateSpin(qobject_cast(p) - && ((animatedWidget_ == p && !leStatus.startsWith("normal")) - || (animatedWidgetOut_ == p && leStatus.startsWith("normal")))); + && ((animatedWidget_ == p && !leStatus.startsWith(QLatin1String("normal"))) + || (animatedWidgetOut_ == p && leStatus.startsWith(QLatin1String("normal"))))); bool animate(/*!isLibreoffice_ &&*/ widget && widget->isEnabled() && !qobject_cast(widget) - && ((animatedWidget_ == widget && !leStatus.startsWith("normal")) - || (animatedWidgetOut_ == widget && leStatus.startsWith("normal")) + && ((animatedWidget_ == widget && !leStatus.startsWith(QLatin1String("normal"))) + || (animatedWidgetOut_ == widget && leStatus.startsWith(QLatin1String("normal"))) || animateSpin)); QString animationStartState(animationStartState_); int animationOpacity = animationOpacity_; if (animate) { - if (leStatus.startsWith("normal")) // -> QEvent::FocusOut + if (leStatus.startsWith(QLatin1String("normal"))) // -> QEvent::FocusOut { animationStartState = animationStartStateOut_; animationOpacity = animationOpacityOut_; @@ -3767,7 +3847,7 @@ if (animationStartState == leStatus) { animationOpacity = 100; - if (leStatus.startsWith("normal")) + if (leStatus.startsWith(QLatin1String("normal"))) animationOpacityOut_ = 100; else animationOpacity_ = 100; @@ -3795,7 +3875,7 @@ painter->restore(); if (animationOpacity >= 100) { - if (leStatus.startsWith("normal")) + if (leStatus.startsWith(QLatin1String("normal"))) animationStartStateOut_ = leStatus; else animationStartState_ = leStatus; @@ -3803,13 +3883,19 @@ } if (fillWidgetInterior) // widget isn't null { - QColor baseCol = widget->palette().color(leStatus.contains("-inactive") + QColor baseCol = widget->palette().color(leStatus.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Base); baseCol.setAlpha(255); painter->fillRect(interiorRect(option->rect,fspec), baseCol); } + else if (colored) // widget isn't null + { + QColor baseCol = widget->palette().color(QPalette::Base); + baseCol.setAlpha(255); + colorizeRect(painter, baseCol, subElementRect(SE_LineEditContents, option, widget)); + } if (!(option->state & State_Enabled)) painter->restore(); @@ -3935,7 +4021,7 @@ } if (const QAbstractSpinBox *sb = qobject_cast(widget)) { - if (spinMaxText(sb).isEmpty()) + if (spinTextless(sb)) { fspec.right = qMin(fspec.right,3); //fspec.expansion = 0; @@ -4004,14 +4090,14 @@ if (iStatus == "disabled") bStatus = "normal"; // don't focus the indicator when the cursor isn't on the button - else if (bStatus.startsWith("normal")) + else if (bStatus.startsWith(QLatin1String("normal"))) iStatus = "normal"; if (isWidgetInactive(widget)) { - if (!iStatus.endsWith("-inactive")) + if (!iStatus.endsWith(QLatin1String("-inactive"))) iStatus.append("-inactive"); - if (!bStatus.endsWith("-inactive")) + if (!bStatus.endsWith(QLatin1String("-inactive"))) bStatus.append("-inactive"); } } @@ -4054,9 +4140,9 @@ if (!verticalIndicators && (!tspec_.inline_spin_indicators || tspec_.inline_spin_separator)) { - if (bStatus.startsWith("disabled")) + if (bStatus.startsWith(QLatin1String("disabled"))) { - bStatus.replace("disabled","normal"); + bStatus.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -4108,7 +4194,7 @@ if (inlineOnDarkToolbar) { - if (dspec.element.startsWith("flat-")) + if (dspec.element.startsWith(QLatin1String("flat-"))) dspec.element.remove(0, 5); else dspec.element = "flat-"+dspec.element; @@ -4151,10 +4237,10 @@ QString aStatus = getState(option,widget); /* distinguish between the toggled and pressed states only if a toggled down arrow element exists */ - if (aStatus.startsWith("toggled")) + if (aStatus.startsWith(QLatin1String("toggled"))) { if (!elementExists(dspec.element+"-down-toggled")) - aStatus.replace("toggled","pressed"); + aStatus.replace(QLatin1String("toggled"),QLatin1String("pressed")); } if (opt->sortIndicator == QStyleOptionHeader::SortDown) renderIndicator(painter,option->rect,fspec,dspec,dspec.element+"-down-"+aStatus,option->direction); @@ -4329,7 +4415,8 @@ status = (option->state & State_Enabled) ? (option->state & State_On) ? "toggled" : (option->state & State_MouseOver) - && widget->rect().contains(widget->mapFromGlobal(QCursor::pos())) // hover bug + && !(option->styleObject + && option->styleObject->property("_kv_hover_bug").toBool()) // hover bug ? "focused" : (option->state & State_Sunken) || (option->state & State_Selected) ? "pressed" : "normal" @@ -4381,10 +4468,10 @@ status = "focused-inactive"; else status = "focused"; } - else if (status.startsWith("focused")) - status.replace("focused","normal"); - else if (status.startsWith("toggled")) - status.replace("toggled","normal"); + else if (status.startsWith(QLatin1String("focused"))) + status.replace(QLatin1String("focused"),QLatin1String("normal")); + else if (status.startsWith(QLatin1String("toggled"))) + status.replace(QLatin1String("toggled"),QLatin1String("normal")); } } } @@ -4392,10 +4479,10 @@ if (tb) { bool drawSep(false); - if (!btnDragInProgress() && status.startsWith("focused") - && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug - { - status.replace("focused","normal"); + if (QObject *styleObject = option->styleObject) + { // hover bug + if (status.startsWith(QLatin1String("focused")) && styleObject->property("_kv_hover_bug").toBool()) + status.replace(QLatin1String("focused"),QLatin1String("normal")); } const QToolBar *toolBar = qobject_cast(tb->parentWidget()); const frame_spec fspec1 = getFrameSpec(QStringLiteral("PanelButtonTool")); @@ -4445,18 +4532,18 @@ } /* distinguish popup indicators from other button indicators */ - if (!status.startsWith("normal")) + if (!status.startsWith(QLatin1String("normal"))) { if (r.isValid() && (option->state & State_Enabled) && (option->state & State_MouseOver) - && !status.startsWith("pressed")) + && !status.startsWith(QLatin1String("pressed"))) { QString group1 = group == "ToolbarButton" ? group : "PanelButtonTool"; QColor col; - if (status.startsWith("toggled")) + if (status.startsWith(QLatin1String("toggled"))) { - if(status.endsWith("-inactive")) + if(status.endsWith(QLatin1String("-inactive"))) { col = getFromRGBA(getLabelSpec(group1).toggleInactiveColor); if (!col.isValid()) @@ -4467,7 +4554,7 @@ } else { - if(status.endsWith("-inactive")) + if(status.endsWith(QLatin1String("-inactive"))) { col = getFromRGBA(getLabelSpec(group1).focusInactiveColor); if (!col.isValid()) @@ -4477,7 +4564,7 @@ col = getFromRGBA(getLabelSpec(group1).focusColor); } if (!col.isValid()) - col = standardPalette().color(status.endsWith("-inactive") + col = standardPalette().color(status.endsWith(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::ButtonText); col.setAlphaF(0.4); @@ -4542,29 +4629,29 @@ fillWidgetInterior = !ispec.hasInterior && hasHighContrastWithContainer(widget, getFromRGBA(getLabelSpec(cGroup).normalColor)); if (tspec_.square_combo_button) // the rest of the combo is like a lineedit - status.replace("focused","normal"); + status.replace(QLatin1String("focused"),QLatin1String("normal")); if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } bool mouseAnimation(animatedWidget_ == widget - && (!status.startsWith("normal") - || animationStartState_.startsWith("focused"))); + && (!status.startsWith(QLatin1String("normal")) + || animationStartState_.startsWith(QLatin1String("focused")))); bool animate(cb && cb->isEnabled() && !qobject_cast(widget) && (mouseAnimation - || (animatedWidgetOut_ == widget && status.startsWith("normal")))); + || (animatedWidgetOut_ == widget && status.startsWith(QLatin1String("normal"))))); QString animationStartState(animationStartState_); - if (animationStartState.startsWith("c-")) + if (animationStartState.startsWith(QLatin1String("c-"))) animationStartState.remove(0, 2); int animationOpacity = animationOpacity_; bool animatePanel(!(tspec_.combo_focus_rect - && (status.startsWith("normal") - || status.startsWith("pressed")) - && (animationStartState.startsWith("normal") - || animationStartState.startsWith("pressed")))); + && (status.startsWith(QLatin1String("normal")) + || status.startsWith(QLatin1String("pressed"))) + && (animationStartState.startsWith(QLatin1String("normal")) + || animationStartState.startsWith(QLatin1String("pressed"))))); QString _status; if (animate) { @@ -4585,7 +4672,7 @@ { _status = animationStartState; if (tspec_.combo_focus_rect) - _status.replace("pressed", "normal"); + _status.replace(QLatin1String("pressed"), QLatin1String("normal")); if (!fillWidgetInterior) renderInterior(painter,r,fspec,ispec,ispec.element+"-"+_status); renderFrame(painter,r,fspec,fspec.element+"-"+_status); @@ -4598,7 +4685,7 @@ } _status = status; if (tspec_.combo_focus_rect) - _status.replace("pressed", "normal"); + _status.replace(QLatin1String("pressed"), QLatin1String("normal")); if (!fillWidgetInterior) renderInterior(painter,r,fspec,ispec,ispec.element+"-"+_status); renderFrame(painter,r,fspec,fspec.element+"-"+_status); @@ -4613,7 +4700,7 @@ { animationStartState_ = status; // distinguish between toggled combo and toggled button - if (animationStartState_.startsWith("toggled")) + if (animationStartState_.startsWith(QLatin1String("toggled"))) animationStartState_ = "c-" + animationStartState_; } if (!mouseAnimation) @@ -4622,7 +4709,7 @@ } if (fillWidgetInterior) // widget isn't null { - QColor comboCol = widget->palette().color(status.contains("-inactive") + QColor comboCol = widget->palette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Button); @@ -4664,11 +4751,11 @@ /* distinguish between the toggled and pressed states only if a toggled arrow element exists */ - if (status.startsWith("toggled") + if (status.startsWith(QLatin1String("toggled")) && !(themeRndr_ && themeRndr_->isValid() && themeRndr_->elementExists(dspec.element+"-toggled"))) { - status.replace("toggled","pressed"); + status.replace(QLatin1String("toggled"),QLatin1String("pressed")); } /* Konqueror may have added an icon to the right of lineedit (for LTR), in which case, the arrow rectangle whould be widened at CC_ComboBox */ @@ -4741,9 +4828,9 @@ status.append("-inactive"); QObject *styleObject = option->styleObject; - QString animationStartState; - if (styleObject) - animationStartState = styleObject->property("_kv_state").toString(); + const QString animationStartState = styleObject != nullptr + ? styleObject->property("_kv_state").toString() + : QString(); bool animate(widget && widget->isEnabled() && animatedWidget_ == widget && !animationStartState.isEmpty() && qobject_cast(widget)); @@ -4930,7 +5017,18 @@ break; } else if (opt->features & QStyleOptionViewItem::Alternate) + { + if ((isDolphin_ && hspec_.transparent_dolphin_view) + || (isPcmanfm_ && hspec_.transparent_pcmanfm_view)) + { + if (const auto *iv = qobject_cast(widget)) + { + if (iv->viewport() && !iv->viewport()->autoFillBackground()) + break; + } + } painter->fillRect(opt->rect, opt->palette.brush(cg, QPalette::AlternateBase)); + } } break; } @@ -4976,16 +5074,16 @@ #endif ) ? "focused" : "normal" : "disabled"; - if (ivStatus.startsWith("disabled") && (option->state & State_Selected)) + if (ivStatus.startsWith(QLatin1String("disabled")) && (option->state & State_Selected)) { /* Disabled items aren't selectable but Qt Creator wrongly disables the headers of a cmake project and let the user select them! */ - ivStatus.replace("disabled","pressed"); + ivStatus.replace(QLatin1String("disabled"),QLatin1String("pressed")); } - else if (ivStatus.startsWith("focused") - && widget && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug + else if (ivStatus.startsWith(QLatin1String("focused")) + && isCursorOutsideWidget(widget)) // hover bug { - ivStatus.replace("focused","normal"); + ivStatus.replace(QLatin1String("focused"),QLatin1String("normal")); } bool isInactive(isWidgetInactive(widget)); @@ -5097,7 +5195,7 @@ } } if (opt->backgroundBrush.style() != Qt::NoBrush - && !ivStatus.startsWith("pressed") && !ivStatus.startsWith("toggled")) + && !ivStatus.startsWith(QLatin1String("pressed")) && !ivStatus.startsWith(QLatin1String("toggled"))) { /* In this case, the item is colored intentionally. However, since QCommonStyle excludes the selected states, we did so too. */ @@ -5268,6 +5366,8 @@ Style::KvIconMode Style::getIconMode(int state, bool isInactive, label_spec lspec) const { + if (state == -1) // a special case used by disabled toggled buttons + return DisabledSelected; KvIconMode icnMode = state == 0 ? Disabled : Normal; QColor txtCol; if (state == 1 || state == 0) @@ -5414,7 +5514,7 @@ else { /* don't draw panel for normal and disabled states */ - if (!status.startsWith("normal") && (option->state & State_Enabled)) + if (!status.startsWith(QLatin1String("normal")) && (option->state & State_Enabled)) { if (isLibreoffice_ && widget == nullptr) { @@ -5455,14 +5555,14 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) { // only if it exists (focus color seems more natural) if (lspec.pressColor.isEmpty()) state = 2; else state = 3; } - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) { // only if it exists (focus color seems more natural) if (lspec.toggleColor.isEmpty()) state = 2; @@ -5530,7 +5630,7 @@ Qt::AlignLeft | talign, txt,QPalette::Text, state, - status.contains("-inactive")); + status.contains(QLatin1String("-inactive"))); } } else @@ -5561,7 +5661,7 @@ } } QSize iconSize = QSize(smallIconSize,smallIconSize); - bool isInactive(status.contains("-inactive")); + bool isInactive(status.contains(QLatin1String("-inactive"))); QPixmap px = getPixmapFromIcon(opt->icon, getIconMode(state,isInactive,lspec), iconstate, iconSize); if (px.isNull()) // with a non-null icon iconSpace = smallIconSize + lspec.tispace; @@ -5598,7 +5698,7 @@ Qt::AlignRight | talign, shortcutTxt,QPalette::Text, state, - status.contains("-inactive")); + status.contains(QLatin1String("-inactive"))); } QStyleOptionMenuItem o(*opt); @@ -5684,7 +5784,7 @@ if (state == 0 && (option->state & State_Selected)) state = 3; // see the workaround for Qt Creator in PE_PanelItemViewItem else if (state == 2 - && widget && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug + && isCursorOutsideWidget(widget)) // hover bug { state = 1; } @@ -5907,10 +6007,10 @@ QString status = getState(option,widget); if (!styleHint(SH_MenuBar_MouseTracking, opt, widget)) { - if (status.startsWith("toggled")) - status.replace("toggled","normal"); - if (status.startsWith("focused")) - status.replace("focused","normal"); + if (status.startsWith(QLatin1String("toggled"))) + status.replace(QLatin1String("toggled"),QLatin1String("normal")); + if (status.startsWith(QLatin1String("focused"))) + status.replace(QLatin1String("focused"),QLatin1String("normal")); } QString group = "MenuBarItem"; @@ -5974,7 +6074,7 @@ r = option->rect.adjusted(0,topFrame,0,-bottomFrame); /* draw a panel for the menubar-item only if it's focused or pressed */ - if (!status.startsWith("normal") && (option->state & State_Enabled)) + if (!status.startsWith(QLatin1String("normal")) && (option->state & State_Enabled)) { if (isLibreoffice_ && widget == nullptr) { @@ -6013,14 +6113,14 @@ { if (styleHint(SH_MenuBar_MouseTracking, opt, widget)) { - if (status.startsWith("pressed")) + if (status.startsWith(QLatin1String("pressed"))) { if (lspec.pressColor.isEmpty()) state = 2; else state = 3; } - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) { if (lspec.toggleColor.isEmpty()) state = 2; @@ -6028,7 +6128,7 @@ state = 4; } } - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) { if (lspec.pressColor.isEmpty()) state = 2; @@ -6036,7 +6136,7 @@ state = 3; } } - bool isInactive(status.contains("-inactive")); + bool isInactive(status.contains(QLatin1String("-inactive"))); if (!opt->icon.isNull()) { int icnSize = pixelMetric(PM_SmallIconSize); @@ -6266,7 +6366,8 @@ (option->state & State_Enabled) ? (option->state & State_On) ? "toggled" : (option->state & State_MouseOver) - && (!widget || widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug + && !(option->styleObject + && option->styleObject->property("_kv_hover_bug").toBool()) // hover bug ? "focused" : (option->state & State_Sunken) // to know it has focus @@ -6311,11 +6412,11 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) state = 3; - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) state = 4; - else if (status.startsWith("focused")) + else if (status.startsWith(QLatin1String("focused"))) state = 2; /* when there isn't enough space */ @@ -6359,10 +6460,10 @@ else lspec.tispace += sspec.minW/2; } + bool isInactive(status.contains(QLatin1String("-inactive"))); QStyleOptionComboBox o(*opt); - if ((option->state & State_MouseOver) && !status.startsWith("focused")) + if ((option->state & State_MouseOver) && !status.startsWith(QLatin1String("focused"))) o.state = o.state & ~QStyle::State_MouseOver; // hover bug - bool isInactive(status.contains("-inactive")); renderLabel(&o,painter,r, fspec,lspec, talign,opt->currentText,QPalette::ButtonText, @@ -6395,8 +6496,6 @@ int frameExpansion = fspec.expansion; if (status != "toggled" && tspec_.no_inactive_tab_expansion) fspec.expansion = 0; - if (isWidgetInactive(widget)) - status.append("-inactive"); QRect r = option->rect; bool verticalTabs = false; @@ -6447,11 +6546,9 @@ else sepName = sepName+"-normal"; } - if (isWidgetInactive(widget)) - sepName += "-inactive"; if ((joinedActiveTab && !noActiveTabSep) - || status.startsWith("normal") || status.startsWith("focused")) + || status == "normal" || status == "focused") { if (tspec_.joined_inactive_tabs && tabPos != QStyleOptionTab::OnlyOneTab) @@ -6681,7 +6778,7 @@ if (overlap > 0 && (!joinedActiveTab || noActiveTabSep) && tabPos != QStyleOptionTab::OnlyOneTab) { - if (!status.startsWith("toggled")) + if (status != "toggled") { int exp = qMin(frameExpansion, qMin(r.width(), r.height())) / 2 + 1; overlap = qMin(overlap, qMax(exp, qMax(fspec.left, fspec.right))); @@ -6747,6 +6844,11 @@ } } + if (isWidgetInactive(widget)) + { + status.append("-inactive"); + sepName.append("-inactive"); + } renderInterior(painter,r,fspec,ispec,ispec.element+"-"+status,true); renderFrame(painter,r,fspec,fspec.element+"-"+status,0,0,0,0,0,true); if ((opt->state & State_HasFocus) @@ -7244,11 +7346,11 @@ painter->save(); if (col.isValid()) { - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(col.alphaF()); col.setAlpha(255); - } + //} painter->setPen(col); } painter->setLayoutDirection(option->direction); // because of a bug in QToolBox? @@ -7392,11 +7494,7 @@ QString maxText = progressMaxText(pb, opt); if (!maxText.isEmpty()) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) int textWidth = QFontMetrics(f).horizontalAdvance(maxText) + 6; // 3px space + margin -#else - int textWidth = QFontMetrics(f).width(maxText) + 6; -#endif if (isVertical) { if (inverted) @@ -7581,11 +7679,7 @@ QString maxText = progressMaxText(pb, opt); if (!maxText.isEmpty()) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) int textWidth = QFontMetrics(f).horizontalAdvance(maxText) + 6; // 3px space + margin -#else - int textWidth = QFontMetrics(f).width(maxText) + 6; -#endif if (isVertical) { if (inverted) @@ -7786,6 +7880,12 @@ QWidget *wi = const_cast(widget); int animcount = progressbars_[wi]; int pm = qMin(qMax(pixelMetric(PM_ProgressBarChunkWidth),fspec.left+fspec.right),r.width()/2-2); + if (pm > h + && h >= fspec.left+fspec.right + && h >= QFontMetrics(f).height()) + { // make it compact with ordinary progressbars + pm = h; + } QRect R = r.adjusted(animcount,0,0,0); if (isVertical) { @@ -8206,7 +8306,7 @@ if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -8262,7 +8362,7 @@ iStatus = "normal"; if (isWidgetInactive(widget) - && !iStatus.endsWith("-inactive")) + && !iStatus.endsWith(QLatin1String("-inactive"))) { iStatus.append("-inactive"); } @@ -8305,11 +8405,11 @@ : "disabled"; if (isWidgetInactive(widget)) status.append("-inactive"); - if (status.startsWith("focused") - && widget && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug + /*if (status.startsWith("focused") + && isCursorOutsideWidget(widget)) // hover bug { status.replace("focused","normal"); - } + }*/ QString sStatus = status; // slider state if (!tspec_.animate_states // focus on entering the groove only with animation && (option->state & State_Enabled)) @@ -8323,13 +8423,6 @@ } } - const QString group = "ScrollbarSlider"; - - frame_spec fspec = getFrameSpec(group); - fspec.expansion = 0; // no need to frame expansion because the thickness is known - interior_spec ispec = getInteriorSpec(group); - const indicator_spec dspec = getIndicatorSpec(group); - QRect r = option->rect; if (option->state & State_Horizontal) { @@ -8369,21 +8462,34 @@ else r.adjust(space, 0, 0, 0); } - /* use traansient elements if they exist */ - const frame_spec fspec1 = getFrameSpec(QStringLiteral("ScrollbarTransientSlider")); - const interior_spec ispec1 = getInteriorSpec(QStringLiteral("ScrollbarTransientSlider")); - if (fspec1.hasFrame || ispec1.hasInterior) - { - fspec.hasFrame = fspec1.hasFrame; - ispec.hasInterior = ispec1.hasInterior; - fspec.element = fspec1.element; - ispec.element = ispec1.element; + } + + const QString group = "ScrollbarSlider"; + frame_spec fspec; + interior_spec ispec; + const indicator_spec dspec = getIndicatorSpec(group); + + if (option->styleObject && styleHint(SH_ScrollBar_Transient,option,widget)) // as in CC_ScrollBar + { // use transient elements if they exist + fspec = getFrameSpec(QStringLiteral("ScrollbarTransientSlider")); + ispec = getInteriorSpec(QStringLiteral("ScrollbarTransientSlider")); + if (!fspec.hasFrame && !ispec.hasInterior) + { + fspec = getFrameSpec(group); + ispec = getInteriorSpec(group); } } + else + { + fspec = getFrameSpec(group); + ispec = getInteriorSpec(group); + } + + fspec.expansion = 0; // no need to frame expansion because the thickness is known if (!(option->state & State_Enabled)) { - sStatus.replace("disabled","normal"); + sStatus.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -8521,7 +8627,7 @@ QString status = getState(option,widget); if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -8638,15 +8744,15 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) state = 3; - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) state = 4; - else if (status.startsWith("focused")) + else if (status.startsWith(QLatin1String("focused"))) state = 2; QSize iconSize = QSize(smallIconSize,smallIconSize); - bool isInactive(status.contains("-inactive")); + bool isInactive(status.contains(QLatin1String("-inactive"))); renderLabel(option,painter, option->rect.adjusted(rtl ? opt->sortIndicator != QStyleOptionHeader::None ? @@ -8720,9 +8826,7 @@ || toolbarState == "styled") // the toolbar was styled before { QColor txtCol = standardPalette().color(QPalette::Active, QPalette::Text); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) QColor pTxtCol = standardPalette().color(QPalette::PlaceholderText); -#endif QColor toolbarTxtCol(getFromRGBA(getLabelSpec(group).normalColor)); if (enoughContrast(txtCol, toolbarTxtCol)) @@ -8753,9 +8857,7 @@ palette.setColor(QPalette::Active, QPalette::Text, txtCol); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveTxtCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledTxtCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, pTxtCol); -#endif } forcePalette(child, palette); } @@ -8801,17 +8903,13 @@ palette.setColor(QPalette::Active, QPalette::Text, txtCol); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveTxtCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledTxtCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, pTxtCol); -#endif forcePalette(le, palette); } -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* if this line-edit is inside a combo, its palette is already set but its icon still needs to be updated */ if (QAction *clearAction = le->findChild(QLatin1String("_q_qlineeditclearaction"))) clearAction->setIcon(standardIcon(QStyle::SP_LineEditClearButton, nullptr, le)); -#endif /* all line-edits should be checked because some may be inside combos */ } } @@ -8882,11 +8980,9 @@ } QColor disabledTxtCol = txtCol; disabledTxtCol.setAlpha(102); // 0.4 * disabledTxtCol.alpha() -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) QColor pTxtCol = txtCol; // placeholder pTxtCol.setAlpha(128); opacifyColor(pTxtCol); -#endif opacifyColor(disabledTxtCol); opacifyColor(inactiveTxtCol); @@ -8928,9 +9024,7 @@ palette.setColor(QPalette::Active, QPalette::Text, txtCol); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveTxtCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledTxtCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, pTxtCol); -#endif } forcePalette(child, palette); } @@ -8976,15 +9070,11 @@ palette.setColor(QPalette::Active, QPalette::Text, txtCol); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveTxtCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledTxtCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, pTxtCol); -#endif forcePalette(le, palette); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* also correct the color of the symbolic clear icon */ if (QAction *clearAction = le->findChild(QLatin1String("_q_qlineeditclearaction"))) clearAction->setIcon(standardIcon(QStyle::SP_LineEditClearButton, nullptr, le)); -#endif } } } @@ -9187,7 +9277,7 @@ -(opt->direction == Qt::RightToLeft ? 0 : ind), 0); QString status = getState(option,widget); - if (status.startsWith("toggled") || status.startsWith("pressed")) + if (status.startsWith(QLatin1String("toggled")) || status.startsWith(QLatin1String("pressed"))) { int hShift = pixelMetric(PM_ButtonShiftHorizontal); int vShift = pixelMetric(PM_ButtonShiftVertical); @@ -9202,13 +9292,18 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) state = 3; - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) state = 4; - else if ((option->state & State_MouseOver) - && (btnDragInProgress() || !widget || widget->rect().contains(widget->mapFromGlobal(QCursor::pos())))) // hover bug - state = 2; + else if (option->state & State_MouseOver) + { + if (option->styleObject == nullptr + || !option->styleObject->property("_kv_hover_bug").toBool()) // hover bug + { + state = 2; + } + } if (opt->features & QStyleOptionButton::Flat) // respect the text color of the parent widget { @@ -9220,6 +9315,25 @@ if (!btnDragInProgress() && (option->state & State_MouseOver) && state != 2) o.state = o.state & ~QStyle::State_MouseOver; // hover bug + bool isInactive(status.contains(QLatin1String("-inactive"))); + QColor disabledCol; + if (state == 0 + && ((option->state & State_On) + || (!(option->state & State_Sunken) && (option->state & State_Selected)))) + { + if (isInactive) + disabledCol = getFromRGBA(lspec.toggleInactiveColor); + if (!disabledCol.isValid()) + disabledCol = getFromRGBA(lspec.toggleColor); + if (disabledCol.isValid()) + { + disabledCol.setAlpha(102); // 0.4 * disabledCol.alpha() + QPalette palette(opt->palette); + palette.setColor(QPalette::Disabled, QPalette::ButtonText, disabledCol); + o.palette = palette; + } + } + /* center text+icon */ QRect R = r; if (!txtSize.isEmpty() && !opt->icon.isNull()) @@ -9231,7 +9345,6 @@ R.adjust(margin, 0, -margin, 0); } - bool isInactive(status.contains("-inactive")); renderLabel(&o,painter, R, fspec,lspec, @@ -9239,7 +9352,13 @@ state, isInactive, (hspec_.iconless_pushbutton && !opt->text.isEmpty()) ? QPixmap() - : getPixmapFromIcon(opt->icon, getIconMode(state,isInactive,lspec), iconstate, opt->iconSize), + : getPixmapFromIcon(opt->icon, + getIconMode(disabledCol.isValid() + && !enoughContrast(disabledCol, + standardPalette().color(QPalette::Window)) + ? -1 : state, + isInactive, lspec), + iconstate, opt->iconSize), opt->iconSize); if(isDefaultBtn) painter->restore(); @@ -9260,11 +9379,31 @@ qstyleoption_cast(option); if (opt) { + QObject *styleObject = option->styleObject; + const QString prevState = styleObject != nullptr + ? styleObject->property("_kv_state").toString() + : QString(); + QString status = getState(option,widget); - if (!btnDragInProgress() && status.startsWith("focused") - && widget && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug - { - status.replace("focused","normal"); + if (!prevState.isEmpty()) + { // hover bug + if (!btnDragInProgress() && status.startsWith(QLatin1String("focused")) + && (prevState.startsWith(QLatin1String("pressed")) // if it was pressed before… + /* ... or if it was disabled (see below) */ + || (prevState.startsWith(QLatin1String("normal")) + && styleObject->property("_kv_hover_bug").toBool())) + && isCursorOutsideWidget(widget)) + { + styleObject->setProperty("_kv_hover_bug", true); + status.replace(QLatin1String("focused"),QLatin1String("normal")); + } + else if (!(option->state & State_Enabled)) + { + /* to mark the disabled state (drawn as normal but with translucency) */ + styleObject->setProperty("_kv_hover_bug", true); + } + else + styleObject->setProperty("_kv_hover_bug", QVariant()); } const QString group = "PanelButtonCommand"; frame_spec fspec = getFrameSpec(group); @@ -9276,11 +9415,11 @@ if (widget && !standardButton.contains(widget) && (option->state & State_Enabled)) { - bool isInactive(status.contains("-inactive")); + bool isInactive(status.contains(QLatin1String("-inactive"))); QColor col; - if (!(opt->features & QStyleOptionButton::Flat) || !status.startsWith("normal")) + if (!(opt->features & QStyleOptionButton::Flat) || !status.startsWith(QLatin1String("normal"))) { - if (status.startsWith("pressed")) + if (status.startsWith(QLatin1String("pressed"))) { if (isInactive) { @@ -9291,7 +9430,7 @@ else col = getFromRGBA(lspec.pressColor); } - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) { if (isInactive) { @@ -9458,11 +9597,8 @@ painter->setOpacity(DISABLED_OPACITY); } if (widget && !(opt->features & QStyleOptionButton::Flat) - && (( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - widget->testAttribute(Qt::WA_StyleSheetTarget) && -#endif - !widget->styleSheet().isEmpty() && widget->styleSheet().contains("background")) + && ((widget->testAttribute(Qt::WA_StyleSheetTarget) + && !widget->styleSheet().isEmpty() && widget->styleSheet().contains(QLatin1String("background"))) || (opt->text.size() == 0 && opt->icon.isNull() && widget->palette().color(QPalette::Button) != standardPalette().color(widget->palette().currentColorGroup(), QPalette::Button)))) @@ -9484,22 +9620,18 @@ painter->save(); painter->setOpacity(0.5); } - QObject *styleObject = option->styleObject; - QString animationStartState; - if (styleObject) - animationStartState = styleObject->property("_kv_state").toString(); bool animate(!btnDragInProgress() && widget && widget->isEnabled() && animatedWidget_ == widget - && !animationStartState.isEmpty() + && !prevState.isEmpty() && !qobject_cast(widget)); - if (animate && animationStartState == status) + if (animate && prevState == status) { if (opacityTimer_->isActive()) opacityTimer_->stop(); animationOpacity_ = 0; animate = false; } - if (!(opt->features & QStyleOptionButton::Flat) || !status.startsWith("normal")) + if (!(opt->features & QStyleOptionButton::Flat) || !status.startsWith(QLatin1String("normal"))) { if (animate) { @@ -9510,11 +9642,11 @@ } if (animationOpacity_ < 100 && (!(opt->features & QStyleOptionButton::Flat) - || !animationStartState.startsWith("normal"))) + || !prevState.startsWith(QLatin1String("normal")))) { - renderFrame(painter,option->rect,fspec,fspec.element+"-"+animationStartState); + renderFrame(painter,option->rect,fspec,fspec.element+"-"+prevState); if (!fillWidgetInterior) - renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-"+animationStartState); + renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-"+prevState); } painter->save(); painter->setOpacity(static_cast(animationOpacity_)/100.0); @@ -9550,13 +9682,14 @@ else if (styleObject) styleObject->setProperty("_kv_state", status); if (fillWidgetInterior) // widget isn't null - painter->fillRect(interiorRect(option->rect,fspec), widget->palette().brush(status.contains("-inactive") - ? QPalette::Inactive - : QPalette::Active, - QPalette::Button)); + painter->fillRect(interiorRect(option->rect,fspec), + widget->palette().brush(status.contains(QLatin1String("-inactive")) + ? QPalette::Inactive + : QPalette::Active, + QPalette::Button)); } // fade out animation - else if (animate && !animationStartState.startsWith("normal")) + else if (animate && !prevState.startsWith(QLatin1String("normal"))) { if (!opacityTimer_->isActive()) { @@ -9567,15 +9700,16 @@ { painter->save(); painter->setOpacity(1.0 - static_cast(animationOpacity_)/100.0); - renderFrame(painter,option->rect,fspec,fspec.element+"-"+animationStartState); + renderFrame(painter,option->rect,fspec,fspec.element+"-"+prevState); if (!fillWidgetInterior) - renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-"+animationStartState); + renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-"+prevState); painter->restore(); if (fillWidgetInterior) - painter->fillRect(interiorRect(option->rect,fspec), widget->palette().brush(status.contains("-inactive") - ? QPalette::Inactive - : QPalette::Active, - QPalette::Button)); + painter->fillRect(interiorRect(option->rect,fspec), + widget->palette().brush(status.contains(QLatin1String("-inactive")) + ? QPalette::Inactive + : QPalette::Active, + QPalette::Button)); } if (animationOpacity_ >= 100) styleObject->setProperty("_kv_state", status); @@ -9594,7 +9728,7 @@ { QString aStatus = "normal"; /* use the "flat" indicator with flat buttons if it exists */ - if ((opt->features & QStyleOptionButton::Flat) && status.startsWith("normal")) + if ((opt->features & QStyleOptionButton::Flat) && status.startsWith(QLatin1String("normal"))) { if (themeRndr_ && themeRndr_->isValid()) { @@ -9610,11 +9744,16 @@ { if (!(option->state & State_Enabled)) aStatus = "disabled"; - else if (status.startsWith("toggled") || status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("toggled")) || status.startsWith(QLatin1String("pressed"))) aStatus = "pressed"; - else if ((option->state & State_MouseOver) - && (btnDragInProgress() || !widget || widget->rect().contains(widget->mapFromGlobal(QCursor::pos())))) // hover bug - aStatus = "focused"; + else if (option->state & State_MouseOver) + { + if (styleObject == nullptr + || !styleObject->property("_kv_hover_bug").toBool()) // hover bug + { + aStatus = "focused"; + } + } } if (isWidgetInactive(widget)) aStatus.append("-inactive"); @@ -9632,7 +9771,7 @@ if (pb && pb->isDefault() && (option->state & State_Enabled)) { QString di = "button-default-indicator"; - if (!((opt->features & QStyleOptionButton::Flat) && status.startsWith("normal"))) + if (!((opt->features & QStyleOptionButton::Flat) && status.startsWith(QLatin1String("normal")))) { renderFrame(painter,option->rect,fspec,fspec.element+"-default"); renderInterior(painter,option->rect,fspec,ispec,ispec.element+"-default"); @@ -9753,16 +9892,10 @@ const Qt::ToolButtonStyle tialign = opt->toolButtonStyle; - if (status.startsWith("focused")) - { - if (widget) - { - QRect R = option->rect; - if (fspec.expansion > 0 || (tb && tb->popupMode() != QToolButton::MenuButtonPopup)) - R = widget->rect(); - if (!btnDragInProgress() && !R.contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug - status.replace("focused","normal"); - } + if (QObject *styleObject = option->styleObject) + { // hover bug + if (status.startsWith(QLatin1String("focused")) && styleObject->property("_kv_hover_bug").toBool()) + status.replace(QLatin1String("focused"),QLatin1String("normal")); } if (tb) @@ -9773,7 +9906,7 @@ && tb->isDown() && tb->toolButtonStyle() == Qt::ToolButtonTextBesideIcon && qobject_cast(p)) { - status.replace("pressed","toggled"); + status.replace(QLatin1String("pressed"),QLatin1String("toggled")); } /* the right arrow is attached */ @@ -9792,9 +9925,9 @@ bool noPanel(!paneledButtons.contains(widget)); if ((autoraise && !drawRaised) /*|| inPlasma*/ || noPanel) { - bool isNormal(status.startsWith("normal") + bool isNormal(status.startsWith(QLatin1String("normal")) /* cover the simple disabled state too */ - || (status.startsWith("disabled") + || (status.startsWith(QLatin1String("disabled")) && !(option->state & State_On) && !(option->state & State_Sunken) && !(option->state & State_Selected))); @@ -9803,11 +9936,11 @@ QColor ncol; if (noPanel && (option->state & State_Enabled)) { - if (status.startsWith("normal")) + if (status.startsWith(QLatin1String("normal"))) ncol = getFromRGBA(lspec.normalColor); - else if (status.startsWith("focused")) + else if (status.startsWith(QLatin1String("focused"))) ncol = getFromRGBA(lspec.focusColor); - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) ncol = getFromRGBA(lspec.pressColor); else// if (status.startsWith("toggled")) ncol = getFromRGBA(lspec.toggleColor); @@ -9865,17 +9998,17 @@ { QColor col; if (!(autoraise && !drawRaised) && noPanel) // an already styled toolbutton - col = opt->palette.color(status.contains("-inactive") + col = opt->palette.color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::ButtonText); // p->palette()? else - col = p->palette().color(status.contains("-inactive") + col = p->palette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, p->foregroundRole()); if (!col.isValid()) - col = standardPalette().color(status.contains("-inactive") + col = standardPalette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::WindowText); @@ -10172,16 +10305,36 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) state = 3; - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) state = 4; - else if (status.startsWith("focused")) + else if (status.startsWith(QLatin1String("focused"))) state = 2; + QStyleOptionToolButton o(*opt); if (!btnDragInProgress() && (option->state & State_MouseOver) && state != 2) o.state = o.state & ~QStyle::State_MouseOver; // hover bug - bool isInactive(status.contains("-inactive")); + + bool isInactive(status.contains(QLatin1String("-inactive"))); + QColor disabledCol; + if (state == 0 + && ((option->state & State_On) + || (!(option->state & State_Sunken) && (option->state & State_Selected)))) + { + if (isInactive) + disabledCol = getFromRGBA(lspec.toggleInactiveColor); + if (!disabledCol.isValid()) + disabledCol = getFromRGBA(lspec.toggleColor); + if (disabledCol.isValid()) + { + disabledCol.setAlpha(102); // 0.4 * disabledCol.alpha() + QPalette palette(opt->palette); + palette.setColor(QPalette::Disabled, QPalette::ButtonText, disabledCol); + o.palette = palette; + } + } + QSize iconSize = opt->iconSize; if (widget && widget->inherits("QDockWidgetTitleButton")) { @@ -10206,7 +10359,13 @@ talign,txt,QPalette::ButtonText, state, isInactive, - getPixmapFromIcon(opt->icon, getIconMode(state,isInactive,lspec), iconstate, iconSize), + getPixmapFromIcon(opt->icon, + getIconMode(disabledCol.isValid() + && !enoughContrast(disabledCol, + standardPalette().color(QPalette::Window)) + ? -1 : state, + isInactive, lspec), + iconstate, iconSize), iconSize,tialign); iAlignment |= Qt::AlignLeft; } @@ -10219,13 +10378,13 @@ break; } - if (status.startsWith("toggled") + if (status.startsWith(QLatin1String("toggled")) && (!themeRndr_ || !themeRndr_->isValid() || !themeRndr_->elementExists(dspec.element+"-down-toggled"))) { /* distinguish between the toggled and pressed states only if a toggled down arrow element exists */ - status.replace("toggled","pressed"); + status.replace(QLatin1String("toggled"),QLatin1String("pressed")); } if (!txt.isEmpty()) // it's empty for QStackedWidget r.adjust(lspec.left,lspec.top,-lspec.right,-lspec.bottom); @@ -10296,7 +10455,7 @@ QString status = getState(option,widget); if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -10340,7 +10499,7 @@ fspec,lspec, talign,title,QPalette::WindowText, option->state & State_Enabled ? option->state & State_MouseOver ? 2 : 1 : 0, - status.contains("-inactive")); + status.contains(QLatin1String("-inactive"))); if (hasVertTitle) { @@ -10515,14 +10674,14 @@ lspec = getLabelSpec(group); QString aStatus = getState(option,widget); - if (!btnDragInProgress() && aStatus.startsWith("focused") - && !widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug - { - aStatus.replace("focused","normal"); + if (QObject *styleObject = option->styleObject) + { // hover bug + if (aStatus.startsWith(QLatin1String("focused")) && styleObject->property("_kv_hover_bug").toBool()) + aStatus.replace(QLatin1String("focused"),QLatin1String("normal")); } /* use the "flat" indicator with flat buttons if it exists */ - if (aStatus.startsWith("normal") + if (aStatus.startsWith(QLatin1String("normal")) && autoraise && !drawRaised && themeRndr_ && themeRndr_->isValid() && flatArrowExists(dspec.element)) @@ -10571,11 +10730,11 @@ } /* distinguish between the toggled and pressed states only if a toggled down arrow element exists */ - if (aStatus.startsWith("toggled") + if (aStatus.startsWith(QLatin1String("toggled")) && !(themeRndr_ && themeRndr_->isValid() && themeRndr_->elementExists(dspec.element+"-down-toggled"))) { - aStatus.replace("toggled","pressed"); + aStatus.replace(QLatin1String("toggled"),QLatin1String("pressed")); } renderIndicator(painter, o.rect, @@ -10674,11 +10833,8 @@ { const label_spec lspec = getLabelSpec(leGroup); const size_spec sspec = getSizeSpec(leGroup); - if (( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - le->testAttribute(Qt::WA_StyleSheetTarget) && -#endif - !le->styleSheet().isEmpty() && le->styleSheet().contains("padding")) + if ((le->testAttribute(Qt::WA_StyleSheetTarget) + && !le->styleSheet().isEmpty() && le->styleSheet().contains(QLatin1String("padding"))) || le->minimumWidth() == le->maximumWidth() || le->height() < sizeCalculated(le->font(),fspec,lspec,sspec,QStringLiteral("W"),QSize()).height()) { @@ -10736,7 +10892,7 @@ if (isKisSlider_) leStatus = "normal"; else leStatus = (option->state & State_HasFocus) ? "focused" : "normal"; if (isWidgetInactive(widget)) - leStatus .append("-inactive"); + leStatus.append("-inactive"); if (!(option->state & State_Enabled)) { painter->save(); @@ -10744,14 +10900,14 @@ } bool animate(widget && widget->isEnabled() && !qobject_cast(widget) - && ((animatedWidget_ == widget && !leStatus.startsWith("normal")) - || (animatedWidgetOut_ == widget && leStatus.startsWith("normal")))); + && ((animatedWidget_ == widget && !leStatus.startsWith(QLatin1String("normal"))) + || (animatedWidgetOut_ == widget && leStatus.startsWith(QLatin1String("normal"))))); QString animationStartState(animationStartState_); int animationOpacity = animationOpacity_; if (animate) { - if (leStatus.startsWith("normal")) // -> QEvent::FocusOut + if (leStatus.startsWith(QLatin1String("normal"))) // -> QEvent::FocusOut { animationStartState = animationStartStateOut_; animationOpacity = animationOpacityOut_; @@ -10759,7 +10915,7 @@ if (animationStartState == leStatus) { animationOpacity = 100; - if (leStatus.startsWith("normal")) + if (leStatus.startsWith(QLatin1String("normal"))) animationOpacityOut_ = 100; else animationOpacity_ = 100; @@ -10781,7 +10937,7 @@ painter->restore(); if (animationOpacity >= 100) { - if (leStatus.startsWith("normal")) + if (leStatus.startsWith(QLatin1String("normal"))) animationStartStateOut_ = leStatus; else animationStartState_ = leStatus; @@ -10789,7 +10945,7 @@ } if (fillWidgetInterior) // widget isn't null { - QColor baseCol = widget->palette().color(leStatus.contains("-inctive") + QColor baseCol = widget->palette().color(leStatus.contains(QLatin1String("-inctive")) ? QPalette::Inactive : QPalette::Active, QPalette::Base); @@ -10909,13 +11065,37 @@ QString status = (option->state & State_Enabled) ? (option->state & State_On) ? "toggled" : - (option->state & State_MouseOver) - && (!widget || widget->rect().contains(widget->mapFromGlobal(QCursor::pos()))) // hover bug - ? "focused" : + (option->state & State_MouseOver) ? "focused" : (option->state & State_Sunken) // to know it has focus || (option->state & State_Selected) ? "pressed" : "normal" : "disabled"; + if (QObject *styleObject = option->styleObject) + { // hover bug + if (status == "focused") + { + if (styleObject->property("_kv_state").toString() == "sunken" + && isCursorOutsideWidget(widget)) + { + styleObject->setProperty("_kv_hover_bug", true); + styleObject->setProperty("_kv_state", QVariant()); + status = "normal"; + } + else + { + styleObject->setProperty("_kv_hover_bug", QVariant()); + styleObject->setProperty("_kv_state", QVariant()); + } + } + else + { + styleObject->setProperty("_kv_hover_bug", QVariant()); + if (status == "normal") + styleObject->setProperty("_kv_state", QVariant()); + else + styleObject->setProperty("_kv_state", "sunken"); // includes the disabled state too + } + } if (isWidgetInactive(widget)) status.append("-inactive"); @@ -10935,7 +11115,7 @@ if (!(option->state & State_Enabled)) { - status.replace("disabled","normal"); + status.replace(QLatin1String("disabled"),QLatin1String("normal")); painter->save(); painter->setOpacity(DISABLED_OPACITY); } @@ -10974,10 +11154,10 @@ } else if (drwaAsLineEdit) { - if (status.startsWith("focused")) - status.replace("focused","normal"); - else if (status.startsWith("toggled")) - status.replace("toggled","normal"); + if (status.startsWith(QLatin1String("focused"))) + status.replace(QLatin1String("focused"),QLatin1String("normal")); + else if (status.startsWith(QLatin1String("toggled"))) + status.replace(QLatin1String("toggled"),QLatin1String("normal")); } } } @@ -10987,20 +11167,16 @@ && cb->lineEdit()->palette().color(QPalette::Base) != standardPalette().color(cb->lineEdit()->palette().currentColorGroup(), QPalette::Base)); - if (!opt->editable || colored) + if (!opt->editable) { // when there isn't enough space (-> CE_ComboBoxLabel) - bool noSpace = colored; - if (!noSpace) - { - int cbH = subControlRect(CC_ComboBox,opt,SC_ComboBoxEditField,widget).height(); - if (cb && !cb->lineEdit()) - cbH = qMin(cb->height(), cbH); - QFont F(painter->font()); - if (lspec.boldFont) F.setWeight(lspec.boldness); - QSize txtSize = textSize(F,opt->currentText); - noSpace = /*cb->width() < fspec.left+lspec.left+txtSize.width()+lspec.right+COMBO_ARROW_LENGTH+fspec.right - ||*/ cbH < fspec.top+lspec.top+txtSize.height()+fspec.bottom+lspec.bottom; - } + int cbH = subControlRect(CC_ComboBox,opt,SC_ComboBoxEditField,widget).height(); + if (cb && !cb->lineEdit()) + cbH = qMin(cb->height(), cbH); + QFont F(painter->font()); + if (lspec.boldFont) F.setWeight(lspec.boldness); + QSize txtSize = textSize(F,opt->currentText); + bool noSpace = /*cb->width() < fspec.left+lspec.left+txtSize.width()+lspec.right+COMBO_ARROW_LENGTH+fspec.right + ||*/ cbH < fspec.top+lspec.top+txtSize.height()+fspec.bottom+lspec.bottom; if (noSpace) { fspec.left = qMin(fspec.left,3); @@ -11012,15 +11188,10 @@ fspec.expansion = qMin(fspec.expansion, LIMITED_EXPANSION); else { - if (colored) - fspec.expansion = 0; - else - { - fspec.leftExpanded = qMin(fspec.leftExpanded,3); - fspec.rightExpanded = qMin(fspec.rightExpanded,3); - fspec.topExpanded = qMin(fspec.topExpanded,3); - fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); - } + fspec.leftExpanded = qMin(fspec.leftExpanded,3); + fspec.rightExpanded = qMin(fspec.rightExpanded,3); + fspec.topExpanded = qMin(fspec.topExpanded,3); + fspec.bottomExpanded = qMin(fspec.bottomExpanded,3); } lspec.left = qMin(lspec.left,2); @@ -11049,12 +11220,11 @@ // nothing should be drawn here if the lineedit is transparent (as in Cantata) || cb->lineEdit()->palette().color(cb->lineEdit()->backgroundRole()).alpha() != 0) { - bool fillWidgetInterior(colored || - (!ispec.hasInterior - && hasHighContrastWithContainer(widget, - drwaAsLineEdit && editable - ? cb->lineEdit()->palette().color(QPalette::Text) - : getFromRGBA(getLabelSpec(group).normalColor)))); + bool fillWidgetInterior(!ispec.hasInterior + && hasHighContrastWithContainer(widget, + drwaAsLineEdit && editable + ? cb->lineEdit()->palette().color(QPalette::Text) + : getFromRGBA(getLabelSpec(group).normalColor))); QStyleOptionComboBox leOpt(*opt); if (!drwaAsLineEdit && editable) @@ -11063,23 +11233,23 @@ rtl ? editWidth-o.rect.width() : 0, 0); } bool mouseAnimation(animatedWidget_ == widget - && (!status.startsWith("normal") + && (!status.startsWith(QLatin1String("normal")) || ((!editable || !drwaAsLineEdit || (cb->view() && cb->view()->isVisible())) - && animationStartState_.startsWith("focused")))); + && animationStartState_.startsWith(QLatin1String("focused"))))); bool animate(cb && cb->isEnabled() && (mouseAnimation - || (animatedWidgetOut_ == widget && status.startsWith("normal")))); + || (animatedWidgetOut_ == widget && status.startsWith(QLatin1String("normal"))))); QString animationStartState(animationStartState_); - if (animationStartState.startsWith("c-")) + if (animationStartState.startsWith(QLatin1String("c-"))) animationStartState.remove(0, 2); int animationOpacity = animationOpacity_; bool animatePanel(!(tspec_.combo_focus_rect && (!drwaAsLineEdit || !editable) - && (status.startsWith("normal") - || status.startsWith("pressed")) - && (animationStartState.startsWith("normal") - || animationStartState.startsWith("pressed")))); + && (status.startsWith(QLatin1String("normal")) + || status.startsWith(QLatin1String("pressed"))) + && (animationStartState.startsWith(QLatin1String("normal")) + || animationStartState.startsWith(QLatin1String("pressed"))))); QString _status; if (animate) { @@ -11102,7 +11272,7 @@ { _status = animationStartState; if (tspec_.combo_focus_rect) - _status.replace("pressed", "normal"); + _status.replace(QLatin1String("pressed"), QLatin1String("normal")); renderFrame(painter,r,fspec,fspec.element+"-"+_status); if (!fillWidgetInterior) renderInterior(painter,r,fspec,ispec,ispec.element+"-"+_status); @@ -11124,7 +11294,7 @@ } _status = status; if (tspec_.combo_focus_rect) - _status.replace("pressed", "normal"); + _status.replace(QLatin1String("pressed"), QLatin1String("normal")); renderFrame(painter,r,fspec,fspec.element+"-"+_status); if (!fillWidgetInterior) renderInterior(painter,r,fspec,ispec,ispec.element+"-"+_status); @@ -11159,7 +11329,7 @@ else animationStartState_ = status; // distinguish between toggled combo and toggled button - if (animationStartState_.startsWith("toggled")) + if (animationStartState_.startsWith(QLatin1String("toggled"))) animationStartState_ = "c-" + animationStartState_; } } @@ -11167,12 +11337,12 @@ { QColor comboCol; if (colored) - comboCol = cb->lineEdit()->palette().color(status.contains("-inactive") + comboCol = cb->lineEdit()->palette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, QPalette::Base); else - comboCol = widget->palette().color(status.contains("-inactive") + comboCol = widget->palette().color(status.contains(QLatin1String("-inactive")) ? QPalette::Inactive : QPalette::Active, drwaAsLineEdit @@ -11181,6 +11351,13 @@ comboCol.setAlpha(255); painter->fillRect(interiorRect(r,fspec), comboCol); } + else if (colored) // cb isn't null + { + QColor baseCol = cb->lineEdit()->palette().color(QPalette::Base); + baseCol.setAlpha(255); + o.rect = cb->lineEdit()->rect(); + colorizeRect(painter, baseCol, subElementRect(SE_LineEditContents, &o, cb->lineEdit())); + } /* draw combo icon separator if it exists */ if (!drwaAsLineEdit && editable) @@ -11238,9 +11415,9 @@ { QColor col; col = getFromRGBA(lspec.normalColor); - if (status.startsWith("pressed")) + if (status.startsWith(QLatin1String("pressed"))) col = getFromRGBA(lspec.pressColor); - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) col = getFromRGBA(lspec.toggleColor); else if (option->state & State_MouseOver) col = getFromRGBA(lspec.focusColor); @@ -11274,11 +11451,11 @@ int state = 1; if (!(option->state & State_Enabled)) state = 0; - else if (status.startsWith("pressed")) + else if (status.startsWith(QLatin1String("pressed"))) state = 3; - else if (status.startsWith("toggled")) + else if (status.startsWith(QLatin1String("toggled"))) state = 4; - else if (status.startsWith("focused")) + else if (status.startsWith(QLatin1String("focused"))) state = 2; if (editable && drwaAsLineEdit) @@ -11315,7 +11492,7 @@ } } QPixmap icn = getPixmapFromIcon(opt->currentIcon, - getIconMode(state,status.contains("-inactive"),lspec), + getIconMode(state,status.contains(QLatin1String("-inactive")),lspec), iconstate, opt->iconSize); QRect iconRect = alignedRect(option->direction, Qt::AlignVCenter | Qt::AlignLeft, @@ -11730,7 +11907,7 @@ fspec.VPos = -1; else fspec.VPos = 1; - suffix.replace("normal","toggled"); + suffix.replace(QLatin1String("normal"),QLatin1String("toggled")); renderFrame(painter,full,fspec,fspec.element+suffix); renderInterior(painter,full,fspec,ispec,ispec.element+suffix); } @@ -12366,11 +12543,11 @@ painter->save(); if (lspec.a < 255) shadowColor.setAlpha(lspec.a); - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(shadowColor.alphaF()); shadowColor.setAlpha(255); - } + //} painter->setPen(shadowColor); for (int i=0; isave(); - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(col.alphaF()); col.setAlpha(255); - } + //} painter->setPen(col); drawItemText(painter, textRect, talign, @@ -12480,10 +12657,8 @@ case PM_MenuDesktopFrameWidth : return 0; case PM_SubMenuOverlap : { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (widget && widget->testAttribute(Qt::WA_StyleSheetTarget)) // not drawn by Kvantum return 0; -#endif //if (isLibreoffice_) return QCommonStyle::pixelMetric(metric,option,widget); if (QApplication::layoutDirection() == Qt::RightToLeft) return 0; // RTL submenu positioning is a mess in Qt5 @@ -12497,12 +12672,10 @@ case PM_MenuHMargin : case PM_MenuVMargin: case PM_MenuTearoffHeight : { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* WARNING: It's a nasty Qt issue that, also when a menu is drawn by a stylesheet, this block is called. Luckily, this workaround exists with Qt >= 5.12. */ if (widget && widget->testAttribute(Qt::WA_StyleSheetTarget)) return QCommonStyle::pixelMetric(metric,option,widget); -#endif /* In Qt -> qcombobox.cpp, PM_MenuVMargin is used to add a vertical margin to the combo menu but we don't want it. */ @@ -12555,37 +12728,6 @@ h = qMin(2,h); } -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - /* Sometimes (like in VLC or SVG Cleaner), developers make this - mistake that they give a stylesheet to a subclassed lineedit - but forget to prevent its propagation to the context menu. - What follows is a simple workaround for such cases. */ - if (qobject_cast(widget) - && widget->style() != this - && !widget->testAttribute(Qt::WA_X11NetWmWindowTypeMenu)) - { - QString css; - if (QWidget *p = widget->parentWidget()) - { - if (qobject_cast(p)) - css = p->styleSheet(); - else if (qobject_cast(p)) - { - if (QLineEdit *pp = qobject_cast(p->parentWidget())) - css = pp->styleSheet(); - } - } - if (!css.isEmpty() && css.contains("padding") && !css.contains("{")) - { - v = qMin(2,v); - if (tspec_.spread_menuitems) - h = 0; - else - h = qMin(2,h); - } - } -#endif - /* remember the margins if it's decided whether the menu has shadow or not */ if (shadowDecided && widget && !drawnMenus_.contains(widget)) { @@ -12604,10 +12746,8 @@ } case PM_MenuScrollerHeight : { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (widget && widget->testAttribute(Qt::WA_StyleSheetTarget)) // not drawn by Kvantum return QCommonStyle::pixelMetric(metric,option,widget); -#endif const indicator_spec dspec = getIndicatorSpec(QStringLiteral("MenuItem")); return qMax(pixelMetric(PM_MenuVMargin,option,widget), dspec.size); } @@ -12627,8 +12767,10 @@ return 8; } case PM_ToolBarSeparatorExtent : { + int thickness = tspec_.toolbar_separator_thickness; + if (thickness > 0) return qMax(thickness,2); // see whichGroupedTBtn() for the reason const indicator_spec dspec = getIndicatorSpec(QStringLiteral("Toolbar")); - return qMax(tspec_.toolbar_separator_thickness, qMax(dspec.size,4)); + return qMax(dspec.size,4); } case PM_ToolBarIconSize : return tspec_.toolbar_icon_size; /* we don't use this in standardIcon() -> SP_ToolBarHorizontalExtensionButton @@ -12741,11 +12883,9 @@ case PM_FocusFrameVMargin : case PM_FocusFrameHMargin : { int margin = 0; - /* This is for putting the viewitem's text and icon inside - its (forced) frame. It also sets the text-icon spacing - (-> Qt ->qcommonstyle.cpp). It seems that apart from - viewitems, it's only used for CT_ComboBox, whose default - size I don't use. */ + /* This is for putting the viewitem's text and icon + inside its (forced) frame. Apart from viewitems, + it's only used in CT_ComboBox. */ const QString group = "ItemView"; const frame_spec fspec = getFrameSpec(group); const label_spec lspec = getLabelSpec(group); @@ -12999,39 +13139,6 @@ /* we want translucency and/or shadow for menus and tooltips even if the main window isn't translucent */ realWindow = false; - -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - /* WARNING: For some reason unknown to me, if WA_TranslucentBackground - is set on wayland, menus will be rendered with artifacts. - Instead, the native handle should be created, the alpha - channel should be added to it, and the widget background - color should be made transparent (at polish()). */ - if (!tspec_.isX11 && !widget->inherits("QTipLabel")) - { - QWindow *window = widget->windowHandle(); - if (!window) - { - bool noNativeSiblings = true; - if (!qApp->testAttribute(Qt::AA_DontCreateNativeWidgetSiblings)) - { - noNativeSiblings = false; - qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings, true); - } - widget->setAttribute(Qt::WA_NativeWindow, true); - window = widget->windowHandle(); - /* reverse the changes */ - widget->setAttribute(Qt::WA_NativeWindow, false); - if (!noNativeSiblings) - qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings, false); - } - if (window) - { - QSurfaceFormat format = window->format(); - format.setAlphaBufferSize(8); - window->setFormat(format); - } - } -#endif } else { @@ -13069,14 +13176,14 @@ if (p) return; /* stylesheets with background can cause total transparency */ QString ss = mw->styleSheet(); - if (!ss.isEmpty() && ss.contains("background")) + if (!ss.isEmpty() && ss.contains(QLatin1String("background"))) return; if (QWidget *cw = mw->centralWidget()) { if (cw->autoFillBackground()) return; ss = cw->styleSheet(); - if (!ss.isEmpty() && ss.contains("background")) + if (!ss.isEmpty() && ss.contains(QLatin1String("background"))) return; // as in smplayer } } @@ -13085,13 +13192,12 @@ theme_spec tspec_now = settings_->getCompositeSpec(); if (!tspec_now.composite || (realWindow && !tspec_now.translucent_windows)) + { return; + } - /* this will set the alpha buffer size to 8 in a safe way on X11 */ -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - if (tspec_.isX11 || realWindow) -#endif - widget->setAttribute(Qt::WA_TranslucentBackground); + /* this will set the alpha buffer size to 8 in a safe way */ + widget->setAttribute(Qt::WA_TranslucentBackground); /* distinguish forced translucency from hard-coded translucency */ forcedTranslucency_.insert(widget); connect(widget, &QObject::destroyed, this, &Style::noTranslucency); @@ -13163,10 +13269,8 @@ case SH_ToolButton_PopupDelay : return 250; case SH_Menu_SubMenuPopupDelay : return tspec_.submenu_delay; case SH_Menu_Scrollable : { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (widget && widget->testAttribute(Qt::WA_StyleSheetTarget)) // not drawn by Kvantum return QCommonStyle::styleHint(hint,option,widget,returnData); -#endif return tspec_.scrollable_menu; } case SH_Menu_SloppySubMenus : return true; @@ -13205,12 +13309,14 @@ case SH_TabBar_Alignment : { if (tspec_.left_tabs) { - if (tspec_.center_doc_tabs) + const QTabWidget *tw = qobject_cast(widget); + if (!tw || tw->documentMode()) { - const QTabWidget *tw = qobject_cast(widget); - if (!tw || tw->documentMode()) + if (tspec_.center_doc_tabs) return Qt::AlignCenter; } + else if (tspec_.center_normal_tabs) + return Qt::AlignCenter; return Qt::AlignLeft; } else @@ -13318,9 +13424,7 @@ case 2 : return QDialogButtonBox::GnomeLayout; case 3 : return QDialogButtonBox::MacLayout; case 4 : return QDialogButtonBox::WinLayout; -#if (QT_VERSION >= QT_VERSION_CHECK(5,10,0)) case 5 : return QDialogButtonBox::AndroidLayout; -#endif default :return QCommonStyle::styleHint(hint,option,widget,returnData); } } @@ -13340,9 +13444,7 @@ case SH_ToolBox_SelectedPageTitleBold : return true; -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) case SH_SpinBox_ButtonsInsideFrame : return true; -#endif /* forms */ case SH_FormLayoutFieldGrowthPolicy : { @@ -13358,7 +13460,7 @@ } default : { - if (hint >= SH_CustomBase && hspec_.kcapacitybar_as_progressbar + if (hint >= SH_CustomBase && widget && widget->objectName() == "CE_CapacityBar") { return CE_Kv_KCapacityBar; @@ -13443,10 +13545,8 @@ int clearBtnSize = 0; const QLineEdit *le = qobject_cast(widget); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (le && le->isClearButtonEnabled()) clearBtnSize = pixelMetric(PM_SmallIconSize); -#endif QSize defaultSize = QCommonStyle::sizeFromContents(type,option,contentsSize,widget); int minW = sspec.minW; @@ -13575,11 +13675,9 @@ bool hasIcon = false; if (const QComboBox *cb = qobject_cast(widget)) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) const QLineEdit *le = cb->lineEdit(); if (le && le->isClearButtonEnabled()) clearBtnSize = pixelMetric(PM_SmallIconSize); -#endif for (int i = 0; i < cb->count(); i++) { if (!cb->itemIcon(i).isNull()) @@ -13591,9 +13689,9 @@ } else hasIcon = true; - /* exactly as in QCommonStyle (needed in subControlRect -> CC_ComboBox) */ + /* almost as in QCommonStyle (needed in subControlRect -> CC_ComboBox) */ int comboWidth = contentsSize.width() - + qMax(23, 4*(pixelMetric(PM_FocusFrameHMargin) + 1) + + qMax(23, 2*(pixelMetric(PM_FocusFrameHMargin) + 1) + pixelMetric(PM_ScrollBarExtent,option,widget)) + (opt->frame ? pixelMetric(PM_ComboBoxFrameWidth, opt, widget)*2 : 0); @@ -13696,17 +13794,7 @@ // consider a global min. width for push buttons s.rwidth() = qMax(s.width(), 2*qMax(qMax(fspec.top,fspec.bottom),qMax(fspec.left,fspec.right)) -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) - + opt->fontMetrics.horizontalAdvance("W") * 6 -#else - + opt->fontMetrics.width("W") * 6 -#endif - ); - } - else - { // don't let width < height - s.rwidth() = qMax(s.width(), s.height()); - sspec.minW = qMax(sspec.minW,sspec.minH); + + opt->fontMetrics.horizontalAdvance("W") * 6); } s = s.expandedTo(QSize(sspec.minW + (sspec.incrementW ? s.width() : 0), @@ -13714,6 +13802,8 @@ if (!txt.isEmpty()) s.rwidth() = qMax(s.width(), 80); // not smaller than 80px with text + else + s.rwidth() = qMax(s.width(), s.height()); // don't let width < height return s; } @@ -14044,12 +14134,9 @@ } } else if(opt->icon.isNull()) // nothing or only an arrow - return s; - - if (tialign == Qt::ToolButtonIconOnly || opt->text.isEmpty()) - { // don't let width < height + { s = s.expandedTo(QSize(s.height(),0)); - sspec.minW = qMax(sspec.minW,sspec.minH); + return s; } if (!qobject_cast(getParent(widget,2))) // -> CE_ToolButtonLabel @@ -14058,6 +14145,9 @@ sspec.minH + (sspec.incrementH ? s.height() : 0))); } + if (tialign == Qt::ToolButtonIconOnly || opt->text.isEmpty()) + s = s.expandedTo(QSize(s.height(),0)); // don't let width < height + return s; } @@ -14543,10 +14633,8 @@ else if (widget) { if (qobject_cast(widget) -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) && widget->testAttribute(Qt::WA_StyleSheetTarget) -#endif - && !widget->styleSheet().isEmpty() && widget->styleSheet().contains("padding")) + && !widget->styleSheet().isEmpty() && widget->styleSheet().contains(QLatin1String("padding"))) { fspec.left = qMin(fspec.left,3); fspec.right = qMin(fspec.right,3); @@ -14671,12 +14759,15 @@ rect.adjust(0,0,fspec.right,0); } - /* this is for editable view items */ - int h = QCommonStyle::subElementRect(element,option,widget).height(); - if (rect.height() < h) - return rect.adjusted(0,-h/2,0,h/2); - else - return rect; + /* final check */ + if (rect.height() < (widget ? widget->fontMetrics() : option->fontMetrics).height()) + { + QRect commonRect = QCommonStyle::subElementRect(element,option,widget); + rect.setTop(qMin(rect.top(), commonRect.top())); + rect.setBottom(qMax(rect.bottom(), commonRect.bottom())); + } + + return rect; } case SE_ItemViewItemCheckIndicator: @@ -15478,12 +15569,12 @@ : qMin(pixelMetric(PM_SmallIconSize), pixelMetric(PM_IndicatorWidth,option,widget)) + pixelMetric(PM_CheckBoxLabelSpacing)) /* NOTE: We added this to combobox width (as QCommonStyle does): - qMax(23, 4*(pixelMetric(PM_FocusFrameHMargin) + 1) + qMax(23, 2*(pixelMetric(PM_FocusFrameHMargin) + 1) + pixelMetric(PM_ScrollBarExtent)) + (opt->frame ? pixelMetric(PM_ComboBoxFrameWidth)*2 : 0) But We don't need it here. As for reserving space for scrollbar, it shouldn't be needed with a menu and special cases can be ignored. */ - - qMax(23, 4*(pixelMetric(PM_FocusFrameHMargin) + 1) + - qMax(23, 2*(pixelMetric(PM_FocusFrameHMargin) + 1) + pixelMetric(PM_ScrollBarExtent,option,widget)) - (opt && opt->frame ? pixelMetric(PM_ComboBoxFrameWidth, opt, widget)*2 : 0); diff -Nru qt5-style-kvantum-0.19.0+repack/style/polishing.cpp qt5-style-kvantum-0.20.0+repack/style/polishing.cpp --- qt5-style-kvantum-0.19.0+repack/style/polishing.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/polishing.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -40,7 +40,7 @@ #include #include #include // only for forceSizeGrip -#include // only for combo menu change in Kvantum Manager +#include // only for combo menu change in Kvantum Manager #include namespace Kvantum @@ -52,31 +52,33 @@ // Destroying the QProcess seems to block, causing the app to appear to hang before starting. // So, create QProcess on the heap - and only wait 1.5s for response. Connect finished to deleteLater // so that the object is destroyed. - QString schemeToUse=QLatin1String("/org/gnome/desktop/interface/"); - QProcess *process=new QProcess(); - process->start(QLatin1String("dconf"), QStringList() << QLatin1String("read") << schemeToUse+setting); + QString schemeToUse = QLatin1String("/org/gnome/desktop/interface/"); + QProcess *process = new QProcess(); + process->start(QLatin1String("dconf"), QStringList() << QLatin1String("read") << schemeToUse + setting); QObject::connect(process, static_cast(&QProcess::finished), [=](int /*exitCode*/, QProcess::ExitStatus /*exitStatus*/){ process->deleteLater(); }); - if (process->waitForFinished(1500)) { + if (process->waitForFinished(1500)) + { QString resp = process->readAllStandardOutput(); resp = resp.trimmed(); resp.remove('\''); - if (resp.isEmpty()) { - // Probably set to the default, and dconf does not store defaults! Therefore, need to read via gsettings... + if (resp.isEmpty()) + { // Probably set to the default, and dconf does not store defaults! Therefore, need to read via gsettings... schemeToUse=schemeToUse.mid(1, schemeToUse.length()-2).replace("/", "."); - QProcess *gsettingsProc=new QProcess(); + QProcess *gsettingsProc = new QProcess(); gsettingsProc->start(QLatin1String("gsettings"), QStringList() << QLatin1String("get") << schemeToUse << setting); QObject::connect(gsettingsProc, static_cast(&QProcess::finished), [=](int /*exitCode*/, QProcess::ExitStatus /*exitStatus*/){ process->deleteLater(); }); - if (gsettingsProc->waitForFinished(1500)) { + if (gsettingsProc->waitForFinished(1500)) + { resp = gsettingsProc->readAllStandardOutput(); resp = resp.trimmed(); resp.remove('\''); - } else { - gsettingsProc->kill(); } + else + gsettingsProc->kill(); } return resp; } @@ -104,7 +106,7 @@ if (parts.length()>1) { uint size = parts.takeLast().toUInt(); - if (size>5 && size<20) + if (size > 5 && size < 20) { QFont f(parts.join(" "), size); QApplication::setFont(f); @@ -155,7 +157,7 @@ */ if (qobject_cast(widget) || qobject_cast(widget) - || qobject_cast(getParent(widget,1)) + || qobject_cast(pw) || widget->inherits("QSplitterHandle") || widget->inherits("QHeaderView") || widget->inherits("QSizeGrip")) @@ -185,11 +187,9 @@ } QColor disabledCol = tColor; disabledCol.setAlpha(102); // 0.4 * disabledCol.alpha() -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) QColor ptColor = tColor; // placeholder ptColor.setAlpha(128); opacifyColor(ptColor); -#endif opacifyColor(tColor); opacifyColor(inactiveCol); opacifyColor(disabledCol); @@ -209,9 +209,7 @@ palette.setColor(QPalette::Active, QPalette::Text, tColor); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, ptColor); -#endif respectDarkness = false; // we don't want to change its text color again } forcePalette(widget, palette); @@ -228,15 +226,11 @@ palette.setColor(QPalette::Active, QPalette::Text, tColor); palette.setColor(QPalette::Inactive, QPalette::Text, inactiveCol); palette.setColor(QPalette::Disabled, QPalette::Text, disabledCol); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) palette.setColor(QPalette::PlaceholderText, ptColor); -#endif forcePalette(widget, palette); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) /* also correct the color of the symbolic clear icon */ if (QAction *clearAction = widget->findChild(QLatin1String("_q_qlineeditclearaction"))) clearAction->setIcon(standardIcon(QStyle::SP_LineEditClearButton, nullptr, widget)); -#endif } } } @@ -267,11 +261,11 @@ { // on toolbars, labels get the button text color; that's corrected here QPalette palette = widget->palette(); palette.setColor(QPalette::Active, QPalette::ButtonText, - standardPalette().color(QPalette::Active,QPalette::WindowText)); + standardPalette().color(QPalette::Active,QPalette::WindowText)); palette.setColor(QPalette::Inactive, QPalette::ButtonText, - standardPalette().color(QPalette::Inactive,QPalette::WindowText)); + standardPalette().color(QPalette::Inactive,QPalette::WindowText)); palette.setColor(QPalette::Disabled, QPalette::ButtonText, - standardPalette().color(QPalette::Disabled,QPalette::WindowText)); + standardPalette().color(QPalette::Disabled,QPalette::WindowText)); forcePalette(widget, palette); respectDarkness = false; } @@ -584,7 +578,7 @@ if (wBaseCol.alpha() < 255 && wBaseCol == standardPalette().color(QPalette::Base) && ((isOpaque_ && qobject_cast(widget)) // like in VLC play list view /* Without combo menu, "QComboBoxPrivateContainer" should be opaque. - With combo menu, it may be changed by the app and so, polished again (like in Lyx). */ + With combo menu, it may be changed by the app and so, polished again (like in Lyx). */ || widget->inherits("QComboBoxPrivateContainer") || (!tspec_.combo_menu && widget->inherits("QComboBoxListView")) // simple combo popup || widget->inherits("QTextEdit") || widget->inherits("QPlainTextEdit") @@ -664,8 +658,8 @@ if (qobject_cast(widget) && (tspec_.animate_states /* a workaround for bad codes that change line-edit base color */ - || (!isPcmanfm_ && (tspec_.combo_as_lineedit || tspec_.square_combo_button) - && qobject_cast(pw)))) + /*|| (!isPcmanfm_ && (tspec_.combo_as_lineedit || tspec_.square_combo_button) + && qobject_cast(pw))*/)) { widget->installEventFilter(this); } @@ -856,12 +850,27 @@ && !widget->inherits("QTextEdit") && !widget->inherits("QPlainTextEdit") && !widget->inherits("KSignalPlotter")) { - QScroller::grabGesture(vp, QScroller::LeftMouseButtonGesture); - auto sp = QScroller::scroller(vp)->scrollerProperties(); - sp.setScrollMetric(QScrollerProperties::OvershootScrollTime, static_cast(0.3)); - sp.setScrollMetric(QScrollerProperties::OvershootScrollDistanceFactor, static_cast(0.1)); - sp.setScrollMetric(QScrollerProperties::OvershootDragDistanceFactor, static_cast(0.1)); - QScroller::scroller(vp)->setScrollerProperties(sp); + bool insideSubwin(false); + QWidget *parent = pw; + while (parent) + { + if (qobject_cast(parent)) + { + insideSubwin = true; // as in Krita + break; + } + if (parent->isWindow()) break; + parent = parent->parentWidget(); + } + if(!insideSubwin) + { + QScroller::grabGesture(vp, QScroller::LeftMouseButtonGesture); + auto sp = QScroller::scroller(vp)->scrollerProperties(); + sp.setScrollMetric(QScrollerProperties::OvershootScrollTime, static_cast(0.3)); + sp.setScrollMetric(QScrollerProperties::OvershootScrollDistanceFactor, static_cast(0.1)); + sp.setScrollMetric(QScrollerProperties::OvershootDragDistanceFactor, static_cast(0.1)); + QScroller::scroller(vp)->setScrollerProperties(sp); + } } #endif if (/*sa->frameShape() == QFrame::NoFrame &&*/ // Krita and digiKam aren't happy with this @@ -886,11 +895,8 @@ { // support animation only if the background is flat if ((tspec_.animate_states - && (!vp || vp->autoFillBackground() || (!vp->styleSheet().isEmpty() -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - && vp->testAttribute(Qt::WA_StyleSheetTarget) -#endif - )) + && (!vp || vp->autoFillBackground() + || (!vp->styleSheet().isEmpty() && vp->testAttribute(Qt::WA_StyleSheetTarget))) && themeRndr_ && themeRndr_->isValid()) // the default SVG file doesn't have a focus state for frames || (hasInactiveSelItemCol_ && qobject_cast(widget))) // enforce the text color of inactive selected items @@ -901,11 +907,8 @@ if ((tspec_.scrollbar_in_view || (widget->inherits("QComboBoxListView") && (!tspec_.combo_menu /*|| isLibreoffice_*/))) && vp && vp->autoFillBackground() - && ( -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) - !vp->testAttribute(Qt::WA_StyleSheetTarget) || -#endif - vp->styleSheet().isEmpty() || !vp->styleSheet().contains("background")) + && (!vp->testAttribute(Qt::WA_StyleSheetTarget) + || vp->styleSheet().isEmpty() || !vp->styleSheet().contains(QLatin1String("background"))) // but not when the combo popup is drawn as a menu && !(tspec_.combo_menu /*&& !isLibreoffice_*/ && widget->inherits("QComboBoxListView")) // also consider pcmanfm hacking keys @@ -1029,24 +1032,11 @@ widget->installEventFilter(this); } -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - if (tspec_.isX11 || widget->inherits("QTipLabel")) - { -#endif - if (!widget->testAttribute(Qt::WA_TranslucentBackground)) - widget->setAttribute(Qt::WA_TranslucentBackground); // Qt5 may need this too + if (!widget->testAttribute(Qt::WA_TranslucentBackground)) + widget->setAttribute(Qt::WA_TranslucentBackground); // Qt5 may need this too #if (QT_VERSION >= QT_VERSION_CHECK(5,13,1)) - else if (!widget->testAttribute(Qt::WA_NoSystemBackground)) - widget->setAttribute(Qt::WA_NoSystemBackground); -#endif -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - } - else - { // see "Kvantum.cpp" -> setSurfaceFormat() for an explanation - QPalette palette = widget->palette(); - palette.setColor(widget->backgroundRole(), QColor(Qt::transparent)); - forcePalette(widget, palette); - } + else if (!widget->testAttribute(Qt::WA_NoSystemBackground)) + widget->setAttribute(Qt::WA_NoSystemBackground); #endif translucentWidgets_.insert(widget); @@ -1331,16 +1321,21 @@ else { col = standardPalette_.color(QPalette::Active,QPalette::Base); - int v = col.value(); - if (v < 127) v += 5; else v -= 5; - col.setHsv(col.hue(), col.saturation(), v); + int l = col.lightness(); + if (l < 127) l += 10; else l -= 10; + col.setHsl(col.hue(), col.saturation(), l, col.alpha()); standardPalette_.setColor(QPalette::Active,QPalette::AlternateBase,col); - - col = standardPalette_.color(QPalette::Inactive,QPalette::Base); - v = col.value(); - if (v < 127) v += 5; else v -= 5; - col.setHsv(col.hue(), col.saturation(), v); - standardPalette_.setColor(QPalette::Inactive,QPalette::AlternateBase,col); + standardPalette_.setColor(QPalette::Disabled,QPalette::AlternateBase,col); + if (!hasInactiveness) + standardPalette_.setColor(QPalette::Inactive,QPalette::AlternateBase,col); + else + { + col = standardPalette_.color(QPalette::Inactive,QPalette::Base); + l = col.lightness(); + if (l < 127) l += 10; else l -= 10; + col.setHsl(col.hue(), col.saturation(), l, col.alpha()); + standardPalette_.setColor(QPalette::Inactive,QPalette::AlternateBase,col); + } } col = getFromRGBA(cspec_.buttonColor); @@ -1402,24 +1397,18 @@ col = getFromRGBA(cspec_.textColor); if (col.isValid()) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) QColor placeholderTextColor = col; placeholderTextColor.setAlpha(128); -#endif if (hspec_.opaque_colors) { // if opaqueness is forced, apply it over the base color QColor baseCol = standardPalette_.color(QPalette::Active,QPalette::Base); baseCol.setAlpha(255); if (col.alpha() < 255) col = overlayColor(baseCol,col); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) placeholderTextColor = overlayColor(baseCol,placeholderTextColor); -#endif } standardPalette_.setColor(QPalette::Active,QPalette::Text,col); -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) standardPalette_.setColor(QPalette::PlaceholderText,placeholderTextColor); -#endif col1 = getFromRGBA(cspec_.inactiveTextColor); if (col1.isValid() && hasInactiveness) { diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/Kvantum4.cpp qt5-style-kvantum-0.20.0+repack/style/qt4/Kvantum4.cpp --- qt5-style-kvantum-0.19.0+repack/style/qt4/Kvantum4.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/Kvantum4.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -11290,7 +11290,7 @@ //case SH_SpinControls_DisableOnBounds: return true; default : { - if (hint >= SH_CustomBase && hspec_.kcapacitybar_as_progressbar + if (hint >= SH_CustomBase && widget && widget->objectName() == "CE_CapacityBar") { return CE_Kv_KCapacityBar; @@ -11456,7 +11456,6 @@ label_spec lspec = getLabelSpec(group); const frame_spec fspec1 = getFrameSpec("LineEdit"); const label_spec lspec1 = getLabelSpec("LineEdit"); - const size_spec sspec1 = getSizeSpec("LineEdit"); QFont f; if (widget) f = widget->font(); diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/Kvantum4.h qt5-style-kvantum-0.20.0+repack/style/qt4/Kvantum4.h --- qt5-style-kvantum-0.19.0+repack/style/qt4/Kvantum4.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/Kvantum4.h 2021-05-25 13:07:46.000000000 +0000 @@ -23,9 +23,9 @@ #include #include -#include "../shortcuthandler.h" +#include "shortcuthandler4.h" #include "windowmanager4.h" -#include "../themeconfig/ThemeConfig.h" +#include "ThemeConfig4.h" #include "blurhelper4.h" class QSvgRenderer; diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/shortcuthandler4.cpp qt5-style-kvantum-0.20.0+repack/style/qt4/shortcuthandler4.cpp --- qt5-style-kvantum-0.19.0+repack/style/qt4/shortcuthandler4.cpp 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/shortcuthandler4.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,169 @@ +// Taken from QtCurve (C) Craig Drummond, 2007 - 2010 + +/* + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014 + * + * Kvantum is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kvantum is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#include "shortcuthandler4.h" + +#include +#include +#include +#include +#include + +namespace Kvantum { + +ShortcutHandler::ShortcutHandler(QObject *parent) : QObject(parent), itsAltDown_(false) +{ +} + +ShortcutHandler::~ShortcutHandler() +{ +} + +bool ShortcutHandler::hasSeenAlt(const QWidget *widget) const +{ + if (widget == nullptr || !widget->isEnabled()) + return false; + + if (qobject_cast(widget)) + return (!itsOpenMenus_.isEmpty() && itsOpenMenus_.last() == widget); + + return (itsOpenMenus_.isEmpty() + && itsSeenAlt_.contains(const_cast(widget->window()))); +} + +bool ShortcutHandler::showShortcut(const QWidget *widget) const +{ + return itsAltDown_ && hasSeenAlt(widget); +} + +void ShortcutHandler::widgetDestroyed(QObject *o) +{ + itsUpdated_.remove(static_cast(o)); + itsOpenMenus_.removeAll(static_cast(o)); +} + +void ShortcutHandler::updateWidget(QWidget *w) +{ + if(!itsUpdated_.contains(w)) + { + itsUpdated_.insert(w); + w->update(); + connect(w, SIGNAL(destroyed(QObject *)), this, SLOT(widgetDestroyed(QObject *))); + } +} + +bool ShortcutHandler::eventFilter(QObject *o, QEvent *e) +{ + if (!o->isWidgetType()) + return QObject::eventFilter(o, e); + + QWidget *widget = qobject_cast(o); + switch (e->type()) { + case QEvent::KeyPress: + if (static_cast(e)->key() == Qt::Key_Alt) + { + itsAltDown_ = true; + if (qobject_cast(widget)) + { + itsSeenAlt_.insert(widget); + updateWidget(widget); + if (widget->parentWidget() && widget->parentWidget()->window()) + itsSeenAlt_.insert(widget->parentWidget()->window()); + } + else + { + widget = widget->window(); + itsSeenAlt_.insert(widget); + QList l = widget->findChildren(); + for (int pos = 0; pos < l.size(); ++pos) + { + QWidget *w = l.at(pos); + if (!(w->isWindow() || !w->isVisible())) + updateWidget(w); + } + QList m = widget->findChildren(); + for (int i = 0; i < m.size(); ++i) + updateWidget(m.at(i)); + } + } + break; + case QEvent::WindowDeactivate: + case QEvent::KeyRelease: + if (e->type() == QEvent::WindowDeactivate + || static_cast(e)->key() == Qt::Key_Alt) + { + itsAltDown_ = false; + QSet::ConstIterator it(itsUpdated_.constBegin()), + end(itsUpdated_.constEnd()); + for (;it != end;++it) + (*it)->update(); + if (!itsUpdated_.contains(widget)) + widget->update(); + itsSeenAlt_.clear(); + itsUpdated_.clear(); + } + break; + case QEvent::Show: + if (qobject_cast(widget)) + { + QWidget *prev = !itsOpenMenus_.isEmpty() ? itsOpenMenus_.last() : nullptr; + itsOpenMenus_.append(widget); + if (!(QApplication::keyboardModifiers() & Qt::AltModifier)) + itsAltDown_ = false; // possible with tray menus + if (itsAltDown_ && prev) + prev->update(); + connect(widget, SIGNAL(destroyed(QObject*)), this, SLOT(widgetDestroyed(QObject*))); + } + break; + case QEvent::Hide: + if (qobject_cast(widget)) + { + itsSeenAlt_.remove(widget); + itsUpdated_.remove(widget); + itsOpenMenus_.removeAll(widget); + if (itsAltDown_) + { + if (!itsOpenMenus_.isEmpty()) + itsOpenMenus_.last()->update(); + else if (widget->parentWidget() && widget->parentWidget()->window()) + widget->parentWidget()->window()->update(); + } + } + break; + case QEvent::Close: + // Reset widget when closing + itsSeenAlt_.remove(widget); + itsUpdated_.remove(widget); + itsSeenAlt_.remove(widget->window()); + itsOpenMenus_.removeAll(widget); + if (itsAltDown_) + { + if (!itsOpenMenus_.isEmpty()) + itsOpenMenus_.last()->update(); + else if (widget->parentWidget() && widget->parentWidget()->window()) + widget->parentWidget()->window()->update(); + } + break; + default: + break; + } + return QObject::eventFilter(o, e); +} + +} diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/shortcuthandler4.h qt5-style-kvantum-0.20.0+repack/style/qt4/shortcuthandler4.h --- qt5-style-kvantum-0.19.0+repack/style/qt4/shortcuthandler4.h 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/shortcuthandler4.h 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,61 @@ +// Taken from QtCurve (C) Craig Drummond, 2007 - 2010 + +/* + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014 + * + * Kvantum is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kvantum is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef SHORTCUTHANDLER_H +#define SHORTCUTHANDLER_H + +#include +#include +#include + +class QWidget; + +namespace Kvantum { + +class ShortcutHandler: public QObject { + Q_OBJECT + +public: + explicit ShortcutHandler(QObject *parent=0); + virtual ~ShortcutHandler(); + + bool hasSeenAlt(const QWidget *widget) const; + bool + isAltDown() const { + return itsAltDown_; + } + bool showShortcut(const QWidget *widget) const; + +private Q_SLOTS: + void widgetDestroyed(QObject *o); + +protected: + void updateWidget(QWidget *w); + bool eventFilter(QObject *watched, QEvent *event); + +private: + bool itsAltDown_; + QSet itsSeenAlt_; + QSet itsUpdated_; + QList itsOpenMenus_; +}; + +} + +#endif diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/specs4.h qt5-style-kvantum-0.20.0+repack/style/qt4/specs4.h --- qt5-style-kvantum-0.19.0+repack/style/qt4/specs4.h 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/specs4.h 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,579 @@ +/* + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * + * Kvantum is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kvantum is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef SPEC_H +#define SPEC_H + +#include +#include "windowmanager4.h" + +namespace Kvantum { +/* Generic information about a theme */ +typedef struct { + QString author; + QString comment; + /* running on X11? (only used internally) */ + bool isX11; + /* draggable from menubar, primary toolbar + or anywhere possible (under X11 and Wayland)? */ + WindowManager::Drag x11drag; + /* also, drag from buttons? */ + bool drag_from_buttons; + /* should some settings of the current DE be respected? */ + bool respect_DE; + /* show mnemonics only if Alt is pressed? */ + bool alt_mnemonic; + /* click behavior for activating view items + 0 -> follow, 1-> single 2 -> double */ + int click_behavior; + /* align tabs with the left edge? + (by default, they are centered) */ + bool left_tabs; + /* always center tabs in the document mode? */ + bool center_doc_tabs; + /* always center normal tabs? */ + bool center_normal_tabs; + /* join inactive tabs together? + (by default, they are joined) */ + bool joined_inactive_tabs; + /* attach the active tab to the tab widget or + the tabbar base? (by default, it is detached) */ + bool attach_active_tab; + /* should tabs be half embedded in the tab widget + (if it isn't in the document mode)? */ + bool embedded_tabs; + /* when using tab separators, don't draw them for the active tab */ + bool no_active_tab_separator; + /* number of pixels inactive tabs overlap the active one */ + int active_tab_overlap; + /* mirror the top/left tab to draw the bottom/right tab also in + the document mode? (By default, the bottom and right tabs are + always the mirror images of the top and left tabs, respectively */ + bool mirror_doc_tabs; + /* if tabs have frmae expansion, should only + the frames of the active tab be expanded? */ + bool no_inactive_tab_expansion; + /* extra margin between tab button(s) and tab frame */ + int tab_button_extra_margin; + /* should the active tab text be bold */ + bool bold_active_tab; + /* don't draw extra frames (some apps may have them)*/ + bool remove_extra_frames; + /* raise and group neighbor toolbar buttons + (which are the immediate children of their toolbar) */ + bool group_toolbar_buttons; + /* the space between toolbar items */ + int toolbar_item_spacing; + /* the space between toolbar items and toolbar frame */ + int toolbar_interior_spacing; + /* the thickness of toolbar separators */ + int toolbar_separator_thickness; + /* center toolbar handle + instead of scaling it vertically? */ + bool center_toolbar_handle; + /* 16-px icons for toolbars by default? */ + bool slim_toolbars; + /* merge the background of menubar with + that of toolbar when they're adjacent? */ + bool merge_menubar_with_toolbar; + /* 0 -> follow, 1-> icon only 2 -> text only, + 3 -> text beside icon, 4 -> text under icon */ + int toolbutton_style; + /* let progress indicator spread across the whole + progress groove and not just its interior */ + bool spread_progressbar; + /* thin progressbars? */ + int progressbar_thickness; + /* spread a header so that its interior meets its view frame if possible? */ + bool spread_header; + /* enable mouse tracking in menubars? */ + bool menubar_mouse_tracking; + /* is compositing available (used internally) */ + bool hasCompositor; + /* use composite effects + (for now, only translucent menus + or tooltips and their shadows) */ + bool composite; + /* do we have translucent windows and dialogs? */ + bool translucent_windows; + /* reduce window opacity by this percentage + (if window translucency is enabled)? */ + int reduce_window_opacity; + /* the same as above but for menus */ + int reduce_menu_opacity; + /* list of apps that shouldn't have window translucency */ + QStringList opaque; + /* blur what is behind translucent windows if possible? */ + bool blurring; + /* blur what is behind menus/tooltips if possible? */ + bool popup_blurring; + /* values needed for the KDE contrast effect: */ + qreal contrast, intensity, saturation; + /* should buttons and comboboxes be animated + under the cursor when their state changes? */ + bool animate_states; + /* disable inactiveness */ + bool no_inactiveness; + /* disable window/dialog patterns */ + bool no_window_pattern; + /* depth of menu shadows */ + int menu_shadow_depth; + int menu_separator_height; + /* should menuitems spread across the whole menu horizontally? */ + bool spread_menuitems; + /* overlap between a submenu and its parent */ + int submenu_overlap; + /* milliseconds to wait before opening a submenu + (-1 means no popup, 0 means immediately) */ + int submenu_delay; + /* depth of tooltip shadows */ + int tooltip_shadow_depth; + /* no menu or tooltip shadow with compositing? */ + bool shadowless_popup; + /* splitter width */ + int splitter_width; + /* scrollbar width */ + int scroll_width; + /* minimum scrollbar extent */ + int scroll_min_extent; + /* should the scrollbar indicator (grip) be centered? */ + bool center_scrollbar_indicator; + /* draw scroll arrows? */ + bool scroll_arrows; + /* draw tree branch lines? */ + bool tree_branch_line; + + /* slider width */ + int slider_width; + /* width and height of slider handle */ + int slider_handle_width; + int slider_handle_length; + int tickless_slider_handle_size; + + /* width and height of checkbox + and radio button indicators */ + int check_size; + /* delay before showing tooltip (in milliseconds)*/ + int tooltip_delay; + /* draw spin indicators vertically + and inside the spin line-edit? */ + bool vertical_spin_indicators; + /* draw spin indicators horizontally + but inside the spin line-edit? */ + bool inline_spin_indicators; + /* draw the spin separator for inline spin indicators too? */ + bool inline_spin_separator; + /* width of a horizontal spin button */ + int spin_button_width; + /* draw an editable combobox as a lineedit with arrow? */ + bool combo_as_lineedit; + /* should the combo arrow button be square? */ + bool square_combo_button; + /* use popup menu for combo popup */ + bool combo_menu; + /* when using menu for combo popup, should checkboxes be hidden? */ + bool hide_combo_checkboxes; + /* should combo boxes have focus rect? + (usually they don't need it) */ + bool combo_focus_rect; + /* should popup menus support scrolling? */ + bool scrollable_menu; + /* fill rubber band rectangle with highlight color? */ + bool fill_rubberband; + /* put the groupbox label above the frame? + (it's on the frame by default) */ + bool groupbox_top_label; + /* shift the contents of a pushbutton when it's down? + (the contennts are shifted by default) */ + bool button_contents_shift; + /* draw scrollbars within view */ + bool scrollbar_in_view; + /* show scrollbars only when needed? */ + bool transient_scrollbar; + /* should transient scrollbars have + translucent grooves behind them when needed? */ + bool transient_groove; + /* should we request a dark titlebar under Gtk desktops? */ + bool dark_titlebar; + /* the layout of dialog buttons */ + int dialog_button_layout; + + int layout_spacing; + int layout_margin; + + int small_icon_size; + int large_icon_size; + int button_icon_size; + int toolbar_icon_size; +} theme_spec; + +/* General colors */ +typedef struct { + QString windowColor; + QString inactiveWindowColor; + QString baseColor; + QString inactiveBaseColor; + QString altBaseColor; + QString inactiveAltBaseColor; + QString buttonColor; + QString lightColor; + QString midLightColor; + QString darkColor; + QString midColor; + QString shadowColor; + QString highlightColor; + QString inactiveHighlightColor; + QString tooltipBaseColor; + QString textColor; + QString inactiveTextColor; + QString windowTextColor; + QString inactiveWindowTextColor; + QString buttonTextColor; + QString disabledTextColor; + QString tooltipTextColor; + QString highlightTextColor; + QString inactiveHighlightTextColor; + QString linkColor; + QString linkVisitedColor; + QString progressIndicatorTextColor; + QString progressInactiveIndicatorTextColor; +} color_spec; + +/* Hacks */ +typedef struct { + /* don't draw any background or frame for Dolphin's + view (nice when the window bg has a gradient) */ + bool transparent_dolphin_view; + /* don't draw any background for PCManFM-qt's side pane */ + bool transparent_pcmanfm_sidepane; + /* don't draw any background or frame for PCManFM-qt's view */ + bool transparent_pcmanfm_view; + /* separate icon size for LXQT's main menus? */ + int lxqtmainmenu_iconsize; + /* blur the region behind a window background that is + explicitly made translucent by its app? */ + bool blur_translucent; + /* should all texts have opaque colors? + (used internally as a workaround) */ + bool opaque_colors; + /* transparent background for the label of KTitleWidget + (nice when the window bg has a gradient) */ + bool transparent_ktitle_label; + /* transparent background for (KDE) menu titles */ + bool transparent_menutitle; + /* Some apps don't respect dark themes. + Fix that as far as possible! */ + bool respect_darkness; + /* show size grips as far as possible? */ + bool forceSizeGrip; + /* tint icons with the highlight color + on mouseover by this percentage */ + int tint_on_mouseover; + /* don't tint icons with the highlight color on selecting them */ + bool no_selection_tint; + /* set the opacity of disabled icons by this percentage */ + int disabled_icon_opacity; + /* don't use bold font for default pushbuttons? */ + bool normal_default_pushbutton; + /* no icon for pushbuttons as far as possible? */ + bool iconless_pushbutton; + /* should tool buttons be transparent + when they contain only an arrow? */ + bool transparent_arrow_button; + /* no icon for menuitems? */ + bool iconless_menu; + /* only style the top toolbar? */ + bool single_top_toolbar; + /* should the scroll jump be done by middle clicking? + (By default, it's done by left clicking.) */ + bool middle_click_scroll; + /* should forms be drawn centered? */ + bool centered_forms; + /* enable kinetic scrolling? */ + bool kinetic_scrolling; + /* enable window translucency and gradient with + non-integer scale factors? (disabled because of Qt's bugs) */ + bool noninteger_translucency; +} hacks_spec; + +/* Generic information about a frame */ +typedef struct { + /* Element name */ + QString element; + /* Element name for frame expansion */ + QString expandedElement; + /* custom element name of the focus rectangle */ + QString focusRectElement; + /* has a frame? */ + bool hasFrame; + /* has a focus frame? */ + bool hasFocusFrame; + /* frame size */ + int top,bottom,left,right; + /* expanded frame size */ + int topExpanded,bottomExpanded,leftExpanded,rightExpanded; + /* should be attached to its adjacent widget? (used internally) */ + bool isAttached; + /* position with horizontal and/or vertical attachement (used internally): + 0 -> middle (totally attached), + -1 -> left/top, (attached to right/bottom) + 1 -> right/bottom, (attached to left/top) + 2 -> left+right/top+bottom (not attached horizontally/vertically) */ + int HPos,VPos; + /* pattern size */ + int ps; + /* if a widget's smallest dimension isn't greater than this, + its frames (corners) will be expanded as far as possible */ + int expansion; +} frame_spec; + +/* Generic information about a frame interior */ +typedef struct { + /* Element name */ + QString element; + /* has an interior? */ + bool hasInterior; + /* has a focus interior? */ + bool hasFocusInterior; + /* Pattern sizes. They're always nonnegative but, only internally, + a negative px means no tiling pattern regardless of actual values + and px=-2 means that, in addition, windows (dialogs) are translucent. */ + int px,py; +} interior_spec; + +/* Generic information about widget indicators */ +typedef struct { + /* Element name */ + QString element; + /* size */ + int size; +} indicator_spec; + +/* Generic information about the size of a widget */ +typedef struct { + /* min width or height of some widgets */ + int minH; + int minW; + /* should the values be added to the current width/height? + (only used internally) */ + bool incrementW, incrementH; +} size_spec; + +/* Generic information about text and icons (labels) */ +typedef struct { + /* normal text color */ + QString normalColor; + QString normalInactiveColor; + /* focused text color */ + QString focusColor; + QString focusInactiveColor; + /* pressed text color */ + QString pressColor; + QString pressInactiveColor; + /* toggled text color */ + QString toggleColor; + QString toggleInactiveColor; + /* use bold font? */ + bool boldFont; + /* the weight of the bold font (if any) */ + QFont::Weight boldness; + /* use italic font? */ + bool italicFont; + /* has shadow */ + bool hasShadow; + /* shadow shift */ + int xshift,yshift; + /* shadow color */ + QString shadowColor; + QString inactiveShadowColor; + /* shadow alpha */ + int a; + /* shadow depth */ + int depth; + /* has margins ? */ + bool hasMargin; + /* text margins */ + int top,bottom,left,right; + /* text-icon spacing */ + int tispace; +} label_spec; + +/* Fill the specs with their default values */ + +static inline void default_frame_spec(frame_spec &fspec) { + fspec.hasFrame = false; + fspec.hasFocusFrame = false; + fspec.top = fspec.bottom = fspec.left = fspec.right = 0; + fspec.topExpanded = fspec.bottomExpanded = fspec.leftExpanded = fspec.rightExpanded = 0; + fspec.isAttached = false; + fspec.HPos = fspec.VPos = 2; // not attached + fspec.ps = 0; + fspec.expansion = 0; +} + +static inline void default_interior_spec(interior_spec &ispec) { + ispec.hasInterior = true; + ispec.hasFocusInterior = false; + ispec.px = ispec.py = 0; +} + +static inline void default_indicator_spec(indicator_spec &dspec) { + dspec.size = 15; +} + +static inline void default_label_spec(label_spec &lspec) { + lspec.boldFont = false; + lspec.boldness = QFont::Bold; + lspec.italicFont = false; + lspec.hasShadow = false; + lspec.xshift = 0; + lspec.yshift = 1; + lspec.shadowColor = QString("#000000"); + lspec.a = 255; + lspec.depth = 1; + lspec.hasMargin = false; + lspec.top = lspec.bottom = lspec.left = lspec.right = 0; + lspec.tispace = 0; +} + +static inline void default_size_spec(size_spec &sspec) { + sspec.minH = sspec.minW = 0; + sspec.incrementW = sspec.incrementH = false; +} + +static inline void default_theme_spec(theme_spec &tspec) { + tspec.isX11 = false; + tspec.x11drag = WindowManager::DRAG_ALL; + tspec.drag_from_buttons = false; + tspec.respect_DE = true; + tspec.alt_mnemonic = true; + tspec.click_behavior = 0; + tspec.left_tabs = false; + tspec.center_doc_tabs = false; + tspec.center_normal_tabs = false; + tspec.joined_inactive_tabs = true; + tspec.attach_active_tab = false; + tspec.embedded_tabs = false; + tspec.no_active_tab_separator = false; + tspec.active_tab_overlap = 0; + tspec.mirror_doc_tabs = true; + tspec.no_inactive_tab_expansion = false; + tspec.tab_button_extra_margin = 0; + tspec.bold_active_tab = false; + tspec.remove_extra_frames = false; + tspec.group_toolbar_buttons = false; + tspec.toolbar_item_spacing = 0; + tspec.toolbar_interior_spacing = 0; + tspec.toolbar_separator_thickness = 0; + tspec.center_toolbar_handle = false; + tspec.slim_toolbars = false; + tspec.merge_menubar_with_toolbar = false; + tspec.toolbutton_style = 0; + tspec.spread_progressbar = false; + tspec.progressbar_thickness = 0; + tspec.spread_header = false; + tspec.menubar_mouse_tracking = true; + tspec.hasCompositor = false; + tspec.composite = false; + tspec.translucent_windows = false; + tspec.reduce_window_opacity = 0; + tspec.reduce_menu_opacity = 0; + tspec.opaque = QStringList() << "kscreenlocker" << "wine"; + tspec.blurring = false; + tspec.popup_blurring = false; + tspec.contrast = static_cast(1); + tspec.intensity = static_cast(1); + tspec.saturation = static_cast(1); + tspec.animate_states = false; + tspec.no_inactiveness = false; + tspec.no_window_pattern = false; + tspec.menu_shadow_depth = 0; + tspec.menu_separator_height = 10; + tspec.spread_menuitems = false; + tspec.submenu_overlap = 0; + tspec.submenu_delay = 250; + tspec.tooltip_shadow_depth = 0; + tspec.shadowless_popup = false; + tspec.splitter_width = 7; + tspec.scroll_width = 12; + tspec.scroll_min_extent = 36; + tspec.center_scrollbar_indicator = false; + tspec.scroll_arrows=true; + tspec.tree_branch_line=false; + tspec.slider_width = 8; + tspec.slider_handle_width = 16; + tspec.slider_handle_length = 16; + tspec.tickless_slider_handle_size = 0; + tspec.check_size = 13; + tspec.tooltip_delay = -1; + tspec.vertical_spin_indicators = false; + tspec.inline_spin_indicators = false; + tspec.inline_spin_separator = false; + tspec.spin_button_width = 16; + tspec.combo_as_lineedit = false; + tspec.square_combo_button = false; + tspec.combo_menu = false; + tspec.hide_combo_checkboxes = false; + tspec.combo_focus_rect = false; + tspec.scrollable_menu = true; + tspec.fill_rubberband = false; + tspec.groupbox_top_label = false; + tspec.button_contents_shift = true; + tspec.scrollbar_in_view = false; + tspec.transient_scrollbar = false; + tspec.transient_groove = false; + tspec.dark_titlebar = false; + tspec.dialog_button_layout = 0; + tspec.layout_spacing = 2; + tspec.layout_margin = 4; + tspec.small_icon_size = 16; + tspec.large_icon_size = 32; + tspec.button_icon_size = 16; + tspec.toolbar_icon_size = 22; +} + +static inline void default_color_spec(color_spec &cspec) { + cspec.shadowColor = QString("#000000"); +} + +static inline void default_hacks_spec(hacks_spec &hspec) { + hspec.transparent_dolphin_view = false; + hspec.transparent_pcmanfm_sidepane = false; + hspec.transparent_pcmanfm_view = false; + hspec.lxqtmainmenu_iconsize = 0; + hspec.blur_translucent = false; + hspec.opaque_colors = false; + hspec.transparent_ktitle_label = false; + hspec.transparent_menutitle = false; + hspec.respect_darkness = false; + hspec.forceSizeGrip = false; + hspec.tint_on_mouseover = 0; + hspec.no_selection_tint = false; + hspec.disabled_icon_opacity = 100; + hspec.normal_default_pushbutton = false; + hspec.iconless_pushbutton = false; + hspec.transparent_arrow_button=false; + hspec.iconless_menu = false; + hspec.single_top_toolbar = false; + hspec.middle_click_scroll = false; + hspec.centered_forms = false; + hspec.kinetic_scrolling = false; + hspec.noninteger_translucency = false; +} +} + +#endif diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/ThemeConfig4.cpp qt5-style-kvantum-0.20.0+repack/style/qt4/ThemeConfig4.cpp --- qt5-style-kvantum-0.19.0+repack/style/qt4/ThemeConfig4.cpp 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/ThemeConfig4.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,1124 @@ +/* + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * + * Kvantum is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kvantum is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#include +#include +#include +#include "ThemeConfig4.h" +#if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD +#include +#endif +#define KSL(x) QString(x) + +namespace Kvantum { +ThemeConfig::ThemeConfig(const QString& theme) : + settings_(nullptr), + parentConfig_(nullptr) +{ + /* For now, the lack of x11 means wayland. + Later, a better method should be found. */ +#if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD + isX11_ = true; +#else + isX11_ = false; +#endif + + load(theme); + + nonIntegerScale = false; + + default_theme_spec(compositeSpecs_); +} + +ThemeConfig::~ThemeConfig() +{ + if (settings_) + delete settings_; +} + +void ThemeConfig::load(const QString& theme) +{ + if (settings_) + { + delete settings_; + settings_ = nullptr; + } + + if (!QFile::exists(theme)) + return; + + settings_ = new QSettings(theme,QSettings::NativeFormat); +} + +QVariant ThemeConfig::getValue(const QString& group, const QString& key) const +{ + QVariant r; + + if (group.isNull() || group.isEmpty() || key.isNull() || key.isEmpty()) + return r; + + if (settings_) + { + settings_->beginGroup(group); + r = settings_->value(key); + settings_->endGroup(); + } + + return r; +} + +QVariant ThemeConfig::getValue(const QString& group, const QString& key, const QString &inherits) const +{ + QVariant r; + + r = getValue(group, key); + if (r.isValid()) + return r; + + QString i = inherits; + QStringList l; + while (!i.isEmpty()) + { + r = getValue(i, key); + if (r.isValid()) + return r; + l << i; + i = getValue(i, KSL("inherits")).toString(); + // no infinite loop + if (l.contains(i)) + break; + } + + /* go to the parent config if this key isn't found here + but leave the text color to be set by the color scheme */ + if (parentConfig_ + && !key.contains(".normal.") && !key.contains(".focus.") && !key.contains(".press.") && !key.contains(".toggle.") + && key != "text.bold" && key != "text.italic") + { + i = parentConfig_->getValue(group, KSL("inherits")).toString(); + r = parentConfig_->getValue(group, key, i); + } + + return r; +} + +frame_spec ThemeConfig::getFrameSpec(const QString &elementName) +{ + if (fSpecs_.contains(elementName)) + return fSpecs_[elementName]; + + frame_spec r; + default_frame_spec(r); + + QVariant v = getValue(elementName, KSL("inherits")); + QString i = v.toString(); + + /* except for text colors and indicator, frame and interior elements, + ToolbarButton gets all of its variables from PanelButtonTool */ + QString name = elementName; + if (name == "ToolbarButton") + name = "PanelButtonTool"; + /* and the same for ToolbarComboBox */ + else if (name == "ToolbarComboBox") + name = "ComboBox"; + /* and a similar thing is true for ToolbarLineEdit */ + else if (name == "ToolbarLineEdit") + name = "LineEdit"; + + v = getValue(name,KSL("frame"), i); + r.hasFrame = v.toBool(); + if (r.hasFrame) + { + v = getValue(name,KSL("focusFrame"), i); + r.hasFocusFrame = v.toBool(); + + v = getValue(elementName, KSL("frame.element"), i); + if (!v.toString().isEmpty()) + { + r.element = v.toString(); + + if (elementName == "ToolbarButton" || elementName == "ToolbarComboBox" + || elementName == "ToolbarLineEdit") + { + i = getValue(name, KSL("inherits")).toString(); + } + else if (elementName == "ScrollbarTransientSlider") + i = "ScrollbarSlider"; // to get the frame sizes + + v = getValue(name,KSL("frame.top"), i); + r.top = qMax(v.toInt(),0); + v = getValue(name,KSL("frame.bottom"), i); + r.bottom = qMax(v.toInt(),0); + v = getValue(name,KSL("frame.left"), i); + r.left = qMax(v.toInt(),0); + v = getValue(name,KSL("frame.right"), i); + r.right = qMax(v.toInt(),0); + + if(name == "ItemView") + { + r.left = qMin(r.left,6); + r.right = qMin(r.right,6); + r.top = qMin(r.top,6); + r.bottom = qMin(r.bottom,6); + } + + v = getValue(name,KSL("frame.patternsize"), i); + r.ps = qMax(v.toInt(),0); + + if (r.top || r.bottom || r.left || r.right) + { + v = getValue(name,KSL("frame.expansion"), i); + if (v.isValid()) + { + QString value = v.toString(); + if (value.endsWith("font")) + { // multiply by the app font height + r.expansion = qMax(value.left(value.length()-4).toFloat(), 0.0f) + * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + } + else + r.expansion = qMax(v.toInt(),0); + } + + if (r.expansion > 0) + { + v = getValue(name,KSL("frame.expanded.top"), i); + if (v.isValid()) + { + r.topExpanded = qMin(v.toInt(),r.top); + if (r.topExpanded < 0) r.topExpanded = r.top; + } + else r.topExpanded = r.top; + v = getValue(name,KSL("frame.expanded.bottom"), i); + if (v.isValid()) + { + r.bottomExpanded = qMin(v.toInt(),r.bottom); + if (r.bottomExpanded < 0) r.bottomExpanded = r.bottom; + } + else r.bottomExpanded = r.bottom; + v = getValue(name,KSL("frame.expanded.left"), i); + if (v.isValid()) + { + r.leftExpanded = qMin(v.toInt(),r.left); + if (r.leftExpanded < 0) r.leftExpanded = r.left; + } + else r.leftExpanded = r.left; + v = getValue(name,KSL("frame.expanded.right"), i); + if (v.isValid()) + { + r.rightExpanded = qMin(v.toInt(),r.right); + if (r.rightExpanded < 0) r.rightExpanded = r.right; + } + else r.rightExpanded = r.right; + } + } + } + v = getValue(elementName, KSL("frame.expandedElement")); + r.expandedElement = v.toString(); + + v = getValue(elementName, KSL("focusRectElement")); + r.focusRectElement = v.toString(); + } + + fSpecs_[elementName] = r; + return r; +} + +interior_spec ThemeConfig::getInteriorSpec(const QString &elementName) +{ + if (iSpecs_.contains(elementName)) + return iSpecs_[elementName]; + + interior_spec r; + default_interior_spec(r); + + QVariant v = getValue(elementName, KSL("inherits")); + QString i = v.toString(); + + QString name = elementName; + if (name == "ToolbarButton") + name = "PanelButtonTool"; + else if (name == "ToolbarComboBox") + name = "ComboBox"; + else if (name == "ToolbarLineEdit") + name = "LineEdit"; + + v = getValue(name,KSL("interior"), i); + r.hasInterior = v.toBool(); + + if (r.hasInterior) + { + v = getValue(name,"focusInterior", i); + r.hasFocusInterior = v.toBool(); + + v = getValue(elementName, KSL("interior.element"), i); + if (!v.toString().isEmpty()) + { + r.element = v.toString(); + + if (elementName == "ToolbarButton" || elementName == "ToolbarComboBox" + || elementName == "ToolbarLineEdit") + { + i = getValue(name, KSL("inherits")).toString(); + } + + v = getValue(name,KSL("interior.x.patternsize"), i); + r.px = qMax(v.toInt(),0); + v = getValue(name,KSL("interior.y.patternsize"), i); + r.py = qMax(v.toInt(),0); + } + } + + iSpecs_[elementName] = r; + return r; +} + +indicator_spec ThemeConfig::getIndicatorSpec(const QString &elementName) +{ + if (dSpecs_.contains(elementName)) + return dSpecs_[elementName]; + + indicator_spec r; + default_indicator_spec(r); + + QVariant v = getValue(elementName, KSL("inherits")); + QString i = v.toString(); + + v = getValue(elementName, KSL("indicator.element"), i); + if (!v.toString().isEmpty()) + r.element = v.toString(); + + /* ToolbarButton gets its indicator size from PanelButtonTool */ + QString name = elementName; + if (name == "ToolbarButton") + { + name = "PanelButtonTool"; + i = getValue(name, KSL("inherits")).toString(); + } + /* and the same for ToolbarComboBox */ + else if (name == "ToolbarComboBox") + { + name = "ComboBox"; + i = getValue(name, KSL("inherits")).toString(); + } + /* and the same for ToolbarLineEdit */ + else if (name == "ToolbarLineEdit") + { + name = "LineEdit"; + i = getValue(name, KSL("inherits")).toString(); + } + v = getValue(name,KSL("indicator.size"), i); + if (v.isValid()) // 15 by default + r.size = qMax(v.toInt(),0); + + dSpecs_[elementName] = r; + return r; +} + +label_spec ThemeConfig::getLabelSpec(const QString &elementName) +{ + if (lSpecs_.contains(elementName)) + return lSpecs_[elementName]; + + label_spec r; + default_label_spec(r); + + QVariant v = getValue(elementName, KSL("inherits")); + QString i = v.toString(); + + /* LineEdit is excluded for its size calculation to be correct */ + if (elementName != "LineEdit") + { + v = getValue(elementName,KSL("text.shadow"), i); + r.hasShadow = v.toBool(); + + v = getValue(elementName,KSL("text.normal.color"), i); + r.normalColor = v.toString(); + + v = getValue(elementName,KSL("text.normal.inactive.color"), i); + r.normalInactiveColor = v.toString(); + + v = getValue(elementName,KSL("text.focus.color"), i); + r.focusColor = v.toString(); + + v = getValue(elementName,KSL("text.focus.inactive.color"), i); + r.focusInactiveColor = v.toString(); + + if (elementName == "MenuItem" || elementName == "MenuBarItem") + { // no inheritance because the (fallback) focus color seems more natural + v = getValue(elementName,KSL("text.press.color")); + r.pressColor = v.toString(); + + v = getValue(elementName,KSL("text.toggle.color")); + r.toggleColor = v.toString(); + } + else + { + v = getValue(elementName,KSL("text.press.color"), i); + r.pressColor = v.toString(); + + v = getValue(elementName,KSL("text.press.inactive.color"), i); + r.pressInactiveColor = v.toString(); + + v = getValue(elementName,KSL("text.toggle.color"), i); + r.toggleColor = v.toString(); + + v = getValue(elementName,KSL("text.toggle.inactive.color"), i); + r.toggleInactiveColor = v.toString(); + } + + /* because finding longest texts of combo boxes isn't CPU-friendly and since + combos can have menu popups, we don't make menu and combo texts bold or italic */ + if (elementName != "MenuItem" + && elementName != "ComboBox" && elementName != "ToolbarComboBox") + { + v = getValue(elementName,KSL("text.bold"), i); + r.boldFont = v.toBool(); + + v = getValue(elementName,KSL("text.italic"), i); + r.italicFont = v.toBool(); + } + + if (r.hasShadow) + { + v = getValue(elementName,KSL("text.shadow.xshift"), i); + if (v.isValid()) + r.xshift = v.toInt(); + v = getValue(elementName,KSL("text.shadow.yshift"), i); + if (v.isValid()) + r.yshift = v.toInt(); + v = getValue(elementName,KSL("text.shadow.color"), i); + if (v.isValid()) + r.shadowColor = v.toString(); + v = getValue(elementName,KSL("text.inactive.shadow.color"), i); + if (v.isValid()) + r.inactiveShadowColor = v.toString(); + v = getValue(elementName,KSL("text.shadow.alpha"), i); + if (v.isValid()) + r.a = qMax(v.toInt(),0); + v = getValue(elementName,KSL("text.shadow.depth"), i); + if (v.isValid()) + r.depth = qMin(qMax(v.toInt(),0),1); // drawing more than once would be ugly + } + } + + QString name = elementName; + if (name == "ToolbarButton") + { + name = "PanelButtonTool"; + i = getValue(name, KSL("inherits")).toString(); + } + else if (name == "ToolbarComboBox") + { + name = "ComboBox"; + i = getValue(name, KSL("inherits")).toString(); + } + else if (name == "ToolbarLineEdit") + { + name = "LineEdit"; + i = getValue(name, KSL("inherits")).toString(); + } + + v = getValue(name,KSL("text.margin"), i); + r.hasMargin = v.toBool(); + if (r.hasMargin) + { + v = getValue(name,KSL("text.margin.top"), i); + r.top = qMax(v.toInt(),0); + v = getValue(name,KSL("text.margin.bottom"), i); + r.bottom = qMax(v.toInt(),0); + v = getValue(name,KSL("text.margin.left"), i); + r.left = qMax(v.toInt(),0); + v = getValue(name,KSL("text.margin.right"), i); + r.right = qMax(v.toInt(),0); + + /* let's have more compact buttons */ + if(name == "LineEdit") + { + r.top = qMax(0,r.top-1); + r.bottom = qMax(0,r.bottom-1); + } + else if (name == "PanelButtonCommand" + || name == "PanelButtonTool" + || name == "ComboBox") + { + r.left = qMax(0,r.left-1); + r.right = qMax(0,r.right-1); + r.top = qMax(0,r.top-1); + r.bottom = qMax(0,r.bottom-1); + } + } + + v = getValue(name,KSL("text.iconspacing"), i); + r.tispace = qMax(v.toInt(),0); + + if(name == "ItemView") + { + r.tispace = qBound(6, r.tispace, 12); + /* as in getFrameSpec() */ + r.left = qMin(r.left,6); + r.right = qMin(r.right,6); + r.top = qMin(r.top,6); + r.bottom = qMin(r.bottom,6); + } + + lSpecs_[elementName] = r; + return r; +} + +size_spec ThemeConfig::getSizeSpec(const QString& elementName) +{ + if (sSpecs_.contains(elementName)) + return sSpecs_[elementName]; + + size_spec r; + default_size_spec(r); + + QString name = elementName; + if (name == "ToolbarButton") + name = "PanelButtonTool"; + else if (name == "ToolbarComboBox") + name = "ComboBox"; + else if (name == "ToolbarLineEdit") + name = "LineEdit"; + + QVariant v = getValue(name, KSL("inherits")); + QString i = v.toString(); + + v = getValue(name,KSL("min_height"), i); + if (v.isValid()) + { + QString value = v.toString(); + if (value.startsWith("+")) + r.incrementH = true; + if (value.endsWith("font")) + { // multiply by the app font height + r.minH = qMax(value.left(value.length()-4).toFloat(), 0.0f) + * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + } + else + r.minH = qMax(v.toInt(),0); + r.minH += r.minH % 2; // for vertical centering + } + + v = getValue(name,KSL("min_width"), i); + if (v.isValid()) + { + QString value = v.toString(); + if (value.startsWith("+")) + r.incrementW = true; + if (value.endsWith("font")) + { // multiply by the app font height + r.minW = qMax(value.left(value.length()-4).toFloat(), 0.0f) + * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + } + else + r.minW = qMax(v.toInt(),0); + } + + sSpecs_[elementName] = r; + return r; +} + +theme_spec ThemeConfig::getCompositeSpec() +{ + bool compositing(false); + +#if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD + if (QX11Info::isCompositingManagerRunning()) + compositing = true; +#endif + + /* no blurring or window translucency without compositing */ + if (compositing) + { + if (compositeSpecs_.hasCompositor) + return compositeSpecs_; + + compositeSpecs_.hasCompositor = true; + + QVariant v = getValue(KSL("General"),KSL("composite")); + compositeSpecs_.composite = v.toBool(); + + /* no window translucency or blurring without + window interior element or reduced opacity */ + if (compositeSpecs_.composite) + { + interior_spec ispec = getInteriorSpec(KSL("WindowTranslucent")); + if (ispec.element.isEmpty()) + ispec = getInteriorSpec(KSL("Window")); + + if (ispec.hasInterior + || (!nonIntegerScale + && getValue(KSL("General"),KSL("reduce_window_opacity")).toInt() > 0)) + { + v = getValue(KSL("General"),KSL("translucent_windows")); + if (v.isValid()) + compositeSpecs_.translucent_windows = v.toBool(); + + /* no window blurring without window translucency */ + if (isX11_ && compositeSpecs_.translucent_windows) + { + v = getValue(KSL("General"),KSL("blurring")); + if (v.isValid()) + compositeSpecs_.blurring = v.toBool(); + } + } + + /* "blurring" is sufficient but not necessary for "popup_blurring" */ + if (isX11_) + { + if (compositeSpecs_.blurring) + compositeSpecs_.popup_blurring = true; + else + { + interior_spec ispecM = getInteriorSpec(KSL("Menu")); + interior_spec ispecT = getInteriorSpec(KSL("ToolTip")); + if (ispecM.hasInterior || ispecT.hasInterior) + { + v = getValue(KSL("General"),KSL("popup_blurring")); + if (v.isValid()) + compositeSpecs_.popup_blurring = v.toBool(); + } + } + } + + /* no menu/tooltip shadow without compositing */ + v = getValue(KSL("General"),KSL("menu_shadow_depth")); + if (v.isValid()) + compositeSpecs_.menu_shadow_depth = qMax(v.toInt(),0); + + v = getValue(KSL("General"),KSL("tooltip_shadow_depth")); + if (v.isValid()) + compositeSpecs_.tooltip_shadow_depth = qMax(v.toInt(),0); + } + + return compositeSpecs_; + } + + theme_spec r; + default_theme_spec(r); + return r; +} + +theme_spec ThemeConfig::getThemeSpec() +{ + /* start with compositing */ + theme_spec r = getCompositeSpec(); + + r.isX11 = isX11_; + + QVariant v = getValue(KSL("General"),KSL("author")); + if (!v.toString().isEmpty()) + r.author = v.toString(); + + v = getValue(KSL("General"),KSL("comment")); + if (!v.toString().isEmpty()) + r.comment = v.toString(); + + v = getValue(KSL("General"),KSL("reduce_window_opacity")); + if (v.isValid()) // compositing will be checked by the code + r.reduce_window_opacity = qMin(qMax(v.toInt(),0),90); + + v = getValue(KSL("General"),KSL("reduce_menu_opacity")); + if (v.isValid()) // compositing will be checked by the code + r.reduce_menu_opacity = qMin(qMax(v.toInt(),0),90); + + v = getValue(KSL("General"),KSL("menu_separator_height")); + if (v.isValid()) + r.menu_separator_height = qMin(qMax(v.toInt(),1),16); + + v = getValue(KSL("General"),KSL("spread_menuitems")); + r.spread_menuitems = v.toBool(); + + v = getValue(KSL("General"),KSL("shadowless_popup")); + r.shadowless_popup = v.toBool(); + + v = getValue(KSL("General"),KSL("x11drag")); + if (v.isValid()) // "WindowManager::DRAG_ALL" by default + { + // backward compatibility + if (!(v.toString() == "true" || v.toInt() == 1)) + r.x11drag = WindowManager::toDrag(v.toString()); + } + + v = getValue(KSL("General"),KSL("respect_DE")); + if (v.isValid()) // true by default + r.respect_DE = v.toBool(); + + v = getValue(KSL("General"),KSL("alt_mnemonic")); + if (v.isValid()) // true by default + r.alt_mnemonic = v.toBool(); + + v = getValue(KSL("General"),KSL("click_behavior")); + r.click_behavior = v.toInt(); + + v = getValue(KSL("General"),KSL("left_tabs")); + r.left_tabs = v.toBool(); + + v = getValue(KSL("General"),KSL("center_doc_tabs")); + r.center_doc_tabs = v.toBool(); + + v = getValue(KSL("General"),KSL("center_normal_tabs")); + r.center_normal_tabs = v.toBool(); + + v = getValue(KSL("General"),KSL("joined_inactive_tabs")); + if (v.isValid()) // true by default + r.joined_inactive_tabs = v.toBool(); + + v = getValue(KSL("General"),KSL("attach_active_tab")); + r.attach_active_tab = v.toBool(); + + if (!r.attach_active_tab) + { + v = getValue(KSL("General"),KSL("embedded_tabs")); + r.embedded_tabs = v.toBool(); + } + + v = getValue(KSL("General"),KSL("no_active_tab_separator")); + r.no_active_tab_separator = v.toBool(); + + v = getValue(KSL("General"),KSL("active_tab_overlap")); + if (v.isValid()) // 0 by default + { + QString value = v.toString(); + if (value.endsWith("font")) + { // multiply by the app font height + r.active_tab_overlap = qMax(value.left(value.length()-4).toFloat(), 0.0f) + * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + } + else + r.active_tab_overlap = qMax(v.toInt(),0); + } + + v = getValue(KSL("General"),KSL("mirror_doc_tabs")); + if (v.isValid()) // true by default + r.mirror_doc_tabs = v.toBool(); + + v = getValue(KSL("General"),KSL("no_inactive_tab_expansion")); + r.no_inactive_tab_expansion = v.toBool(); + + v = getValue(KSL("General"),KSL("tab_button_extra_margin")); + if (v.isValid()) // 0 by default + { + int max = QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + QString value = v.toString(); + if (value.endsWith("font")) + { // multiply by the app font height + r.tab_button_extra_margin = qMin(qMax(value.left(value.length()-4).toFloat(), 0.0f),1.0f) + * max; + } + else + r.tab_button_extra_margin = qMin(qMax(v.toInt(),0),max); + } + + v = getValue(KSL("General"),KSL("bold_active_tab")); + r.bold_active_tab = v.toBool(); + + v = getValue(KSL("General"),KSL("remove_extra_frames")); + r.remove_extra_frames = v.toBool(); + + v = getValue(KSL("General"),KSL("group_toolbar_buttons")); + r.group_toolbar_buttons = v.toBool(); + + if (!r.group_toolbar_buttons) + { + v = getValue(KSL("General"),KSL("toolbar_item_spacing")); + if (v.isValid()) // 0 by default + r.toolbar_item_spacing = qMax(v.toInt(),0); + } + + v = getValue(KSL("General"),KSL("toolbar_interior_spacing")); + if (v.isValid()) // 0 by default + r.toolbar_interior_spacing = qMax(v.toInt(),0); + + v = getValue(KSL("General"),KSL("toolbar_separator_thickness")); + if (v.isValid()) // 0 by default + r.toolbar_separator_thickness = qMax(v.toInt(),0); + + v = getValue(KSL("General"),KSL("center_toolbar_handle")); + r.center_toolbar_handle = v.toBool(); + + v = getValue(KSL("General"),KSL("slim_toolbars")); + r.slim_toolbars = v.toBool(); + + v = getValue(KSL("General"),KSL("merge_menubar_with_toolbar")); + r.merge_menubar_with_toolbar = v.toBool(); + + v = getValue(KSL("General"),KSL("toolbutton_style")); + if (v.isValid()) // 0 by default + r.toolbutton_style = v.toInt(); + + v = getValue(KSL("General"),KSL("spread_progressbar")); + r.spread_progressbar = v.toBool(); + + v = getValue(KSL("General"),KSL("progressbar_thickness")); + if (v.isValid()) // 0 by default + { + QString value = v.toString(); + if (value.endsWith("font")) + { // multiply by the app font height + r.progressbar_thickness = qMax(value.left(value.length()-4).toFloat(), 0.0f) + * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; + } + else + r.progressbar_thickness = qMax(v.toInt(),0); + } + + v = getValue(KSL("General"),KSL("spread_header")); + r.spread_header = v.toBool(); + + v = getValue(KSL("General"),KSL("menubar_mouse_tracking")); + if (v.isValid()) //true by default + r.menubar_mouse_tracking = v.toBool(); + + v = getValue(KSL("General"),KSL("opaque"), QString()); // for going to the parent + if (v.isValid()) + r.opaque << v.toStringList(); + + v = getValue(KSL("General"),KSL("submenu_overlap")); + if (v.isValid()) // -1 by default + r.submenu_overlap = qMin(qMax(v.toInt(),0),16); + + v = getValue(KSL("General"),KSL("submenu_delay")); + if (v.isValid()) // 250 by default + r.submenu_delay = qMin(qMax(v.toInt(),-1),1000); + + v = getValue(KSL("General"),KSL("splitter_width")); + if (v.isValid()) // 7 by default + r.splitter_width = qMin(qMax(v.toInt(),0),32); + + v = getValue(KSL("General"),KSL("scroll_width")); + if (v.isValid()) // 12 by default + r.scroll_width = qMin(qMax(v.toInt(),0),32); + + v = getValue(KSL("General"),KSL("scroll_min_extent")); + if (v.isValid()) // 36 by default + r.scroll_min_extent = qMin(qMax(v.toInt(),16),100); + + v = getValue(KSL("General"),KSL("center_scrollbar_indicator")); + r.center_scrollbar_indicator = v.toBool(); + + v = getValue(KSL("General"),KSL("tree_branch_line")); + r.tree_branch_line = v.toBool(); + + v = getValue(KSL("General"),KSL("slider_width")); + if (v.isValid()) // 8 by default + r.slider_width = qMin(qMax(v.toInt(),0),48); + + v = getValue(KSL("General"),KSL("slider_handle_width")); + if (v.isValid()) // 16 by default + r.slider_handle_width = qMin(qMax(v.toInt(),0),48); + + v = getValue(KSL("General"),KSL("slider_handle_length")); + if (v.isValid()) // 16 by default + r.slider_handle_length = qMin(qMax(v.toInt(),0),48); + + v = getValue(KSL("General"),KSL("tickless_slider_handle_size")); + r.tickless_slider_handle_size = qMin(qMax(v.toInt(),0),r.slider_handle_width); + + v = getValue(KSL("General"),KSL("check_size")); + if (v.isValid()) //13 by default + r.check_size = qMax(v.toInt(),0); + + v = getValue(KSL("General"),KSL("tooltip_delay")); + if (v.isValid()) // -1 by default + r.tooltip_delay = v.toInt(); + + v = getValue(KSL("General"),KSL("vertical_spin_indicators")); + r.vertical_spin_indicators = v.toBool(); + + v = getValue(KSL("General"),KSL("inline_spin_indicators")); + r.inline_spin_indicators = v.toBool(); + + v = getValue(KSL("General"),KSL("inline_spin_separator")); + r.inline_spin_separator = v.toBool(); + + v = getValue(KSL("General"),KSL("spin_button_width")); + if (v.isValid()) // 16 by default + r.spin_button_width = qMin(qMax(v.toInt(),16), 32); + + v = getValue(KSL("General"),KSL("combo_as_lineedit")); + r.combo_as_lineedit = v.toBool(); + if (!r.combo_as_lineedit) + { + v = getValue(KSL("General"),KSL("square_combo_button")); + r.square_combo_button = v.toBool(); + } + + v = getValue(KSL("General"),KSL("combo_menu")); + r.combo_menu = v.toBool(); + + v = getValue(KSL("General"),KSL("hide_combo_checkboxes")); + r.hide_combo_checkboxes = v.toBool(); + + v = getValue(KSL("General"),KSL("combo_focus_rect")); + r.combo_focus_rect = v.toBool(); + + v = getValue(KSL("General"),KSL("scrollable_menu")); + if (v.isValid()) // true by default + r.scrollable_menu = v.toBool(); + + v = getValue(KSL("General"),KSL("fill_rubberband")); + r.fill_rubberband = v.toBool(); + + v = getValue(KSL("General"),KSL("groupbox_top_label")); + r.groupbox_top_label = v.toBool(); + + v = getValue(KSL("General"),KSL("button_contents_shift")); + if (v.isValid()) // true by default + r.button_contents_shift = v.toBool(); + + r.transient_scrollbar=false; + + /* for technical reasons, we always set scrollbar_in_view + to false with transient scrollbars and (try to) put + them inside their scroll contents in another way */ + if (!r.transient_scrollbar) + { + v = getValue(KSL("General"),KSL("scrollbar_in_view")); + r.scrollbar_in_view = v.toBool(); // false by default + + v = getValue(KSL("General"),KSL("scroll_arrows")); + if (v.isValid()) // true by default + r.scroll_arrows = v.toBool(); + } + else + r.scroll_arrows = false; + + v = getValue(KSL("General"),KSL("dialog_button_layout")); + if (v.isValid()) // 0 by default + r.dialog_button_layout = qMin(qMax(v.toInt(),0), 5); + + v = getValue(KSL("General"),KSL("layout_spacing")); + if (v.isValid()) // 2 by default + r.layout_spacing = qMin(qMax(v.toInt(),2), 16); + + v = getValue(KSL("General"),KSL("layout_margin")); + if (v.isValid()) // 4 by default + r.layout_margin = qMin(qMax(v.toInt(),2), 16); + + v = getValue(KSL("General"),KSL("small_icon_size")); + if (v.isValid()) // 16 by default + r.small_icon_size = qMin(qMax(v.toInt(),16), 48); + + v = getValue(KSL("General"),KSL("large_icon_size")); + if (v.isValid()) // 32 by default + r.large_icon_size = qMin(qMax(v.toInt(),24), 128); + + v = getValue(KSL("General"),KSL("button_icon_size")); + if (v.isValid()) // 16 by default + r.button_icon_size = qMin(qMax(v.toInt(),16), 64); + + v = getValue(KSL("General"),KSL("toolbar_icon_size")); + if (v.isValid()) // 22 by default + { + int icnSize; + if (v.toString() == "font") + icnSize = QFontMetrics(QApplication::font()).height(); + else + icnSize = v.toInt(); + r.toolbar_icon_size = qMin(qMax(icnSize,16), 64); + } + else if (r.slim_toolbars) + r.toolbar_icon_size = 16; + + v = getValue(KSL("General"),KSL("animate_states")); + r.animate_states = v.toBool(); + + v = getValue(KSL("General"),KSL("no_inactiveness")); + r.no_inactiveness = v.toBool(); + + v = getValue(KSL("General"),KSL("no_window_pattern")); + r.no_window_pattern = v.toBool(); + + v = getValue(KSL("General"),KSL("dark_titlebar")); + r.dark_titlebar = v.toBool(); + + return r; +} + +color_spec ThemeConfig::getColorSpec() const +{ + color_spec r; + default_color_spec(r); + + QVariant v = getValue(KSL("GeneralColors"),KSL("window.color")); + r.windowColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.window.color")); + r.inactiveWindowColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("base.color")); + r.baseColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.base.color")); + r.inactiveBaseColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("alt.base.color")); + r.altBaseColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.alt.base.color")); + r.inactiveAltBaseColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("button.color")); + r.buttonColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("light.color")); + r.lightColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("mid.light.color")); + r.midLightColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("dark.color")); + r.darkColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("mid.color")); + r.midColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("shadow.color")); + if (v.isValid()) + r.shadowColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("highlight.color")); + r.highlightColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.highlight.color")); + r.inactiveHighlightColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("tooltip.base.color")); + r.tooltipBaseColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("text.color")); + r.textColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.text.color")); + r.inactiveTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("window.text.color")); + r.windowTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.window.text.color")); + r.inactiveWindowTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("button.text.color")); + r.buttonTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("disabled.text.color")); + r.disabledTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("tooltip.text.color")); + r.tooltipTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("highlight.text.color")); + r.highlightTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("inactive.highlight.text.color")); + r.inactiveHighlightTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("link.color")); + r.linkColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("link.visited.color")); + r.linkVisitedColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("progress.indicator.text.color")); + r.progressIndicatorTextColor = v.toString(); + + v = getValue(KSL("GeneralColors"),KSL("progress.inactive.indicator.text.color")); + r.progressInactiveIndicatorTextColor = v.toString(); + + return r; +} + +hacks_spec ThemeConfig::getHacksSpec() const +{ + hacks_spec r; + default_hacks_spec(r); + + QVariant v = getValue(KSL("Hacks"),KSL("transparent_dolphin_view")); + r.transparent_dolphin_view = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("transparent_pcmanfm_sidepane")); + r.transparent_pcmanfm_sidepane = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("transparent_pcmanfm_view")); + r.transparent_pcmanfm_view = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("lxqtmainmenu_iconsize")); + if (v.isValid()) + r.lxqtmainmenu_iconsize = qMin(qMax(v.toInt(),0),32); + + if (isX11_) + { + v = getValue(KSL("Hacks"),KSL("blur_translucent")); + r.blur_translucent = v.toBool(); + } + + v = getValue(KSL("Hacks"),KSL("transparent_ktitle_label")); + r.transparent_ktitle_label = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("transparent_menutitle")); + r.transparent_menutitle = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("respect_darkness")); + r.respect_darkness = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("force_size_grip")); + r.forceSizeGrip = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("tint_on_mouseover")); + if (v.isValid()) + r.tint_on_mouseover = qMin(qMax(v.toInt(),0),100); + + v = getValue(KSL("Hacks"),KSL("no_selection_tint")); + r.no_selection_tint = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("disabled_icon_opacity")); + if (v.isValid()) + r.disabled_icon_opacity = qMin(qMax(v.toInt(),0),100); + + v = getValue(KSL("Hacks"),KSL("normal_default_pushbutton")); + r.normal_default_pushbutton = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("iconless_pushbutton")); + r.iconless_pushbutton = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("transparent_arrow_button")); + r.transparent_arrow_button = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("iconless_menu")); + r.iconless_menu = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("single_top_toolbar")); + r.single_top_toolbar = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("middle_click_scroll")); + r.middle_click_scroll = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("centered_forms")); + r.centered_forms = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("kinetic_scrolling")); + r.kinetic_scrolling = v.toBool(); + + v = getValue(KSL("Hacks"),KSL("noninteger_translucency")); + r.noninteger_translucency = v.toBool(); + + return r; +} +} diff -Nru qt5-style-kvantum-0.19.0+repack/style/qt4/ThemeConfig4.h qt5-style-kvantum-0.20.0+repack/style/qt4/ThemeConfig4.h --- qt5-style-kvantum-0.19.0+repack/style/qt4/ThemeConfig4.h 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/qt4/ThemeConfig4.h 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,108 @@ +/* + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * + * Kvantum is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Kvantum is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see . + */ + +#ifndef THEMECONFIG_H +#define THEMECONFIG_H + +#include "specs4.h" + +class QSettings; + +namespace Kvantum { +/* + Class that loads theme settings. + */ +class ThemeConfig { + public: + ThemeConfig(const QString &theme); + ~ThemeConfig(); + + /* + Loads a configuration from the filename of the given theme. + */ + void load(const QString &theme); + + /* + Sets the parent configuration of this theme config. + Since we do not need any farther ancestor here, to + avoid infinite loops, we set the parent only if it + has no parent itself. + */ + void setParent(ThemeConfig *parent) + { + if (!parent->parentConfig_) + parentConfig_ = parent; + } + + /* Returns the frame spec of the given widget. */ + frame_spec getFrameSpec(const QString &elementName); + /* Returns the interior spec of the given widget. */ + interior_spec getInteriorSpec(const QString &elementName); + /* Returns the indicator spec of the given widget. */ + indicator_spec getIndicatorSpec(const QString &elementName); + /* Returns the label (text+icon) spec of the given widget. */ + label_spec getLabelSpec(const QString &elementName); + /* Returns the size spec of the given widget. */ + size_spec getSizeSpec(const QString &elementName); + /* Returns only those theme specs that are related to compositing. */ + theme_spec getCompositeSpec(); + /* Returns the theme spec of this theme. */ + theme_spec getThemeSpec(); + /* Returns the general color spec of this theme. */ + color_spec getColorSpec() const; + /* Returns the hacks spec of this theme. */ + hacks_spec getHacksSpec() const; + + /* returns the list of supported elements for which settings are recognized */ + //static QStringList getManagedElements(); + + private: + /* + Returns the value of the given key belonging to the given group. + If the key is not found in the given group, the group of the + "inherits" string will be searched for it. If the key is not + found in it either and it also inherits from another group, + the latter will be searched, and so forth. If still nothing + is found and there is a parent config, it will be searched + in the same way. This method is protected from infinite loops. + */ + QVariant getValue(const QString &group, const QString& key, const QString &inherits) const; + /* + Returns the value of the given key belonging to the given group + from the theme config file. + */ + QVariant getValue(const QString &group, const QString& key) const; + + QSettings *settings_; + ThemeConfig *parentConfig_; + /* + Remember specifications instead of getting them again and again! + */ + QHash fSpecs_; + QHash iSpecs_; + QHash dSpecs_; + QHash lSpecs_; + QHash sSpecs_; + theme_spec compositeSpecs_; + + bool isX11_; + + bool nonIntegerScale; +}; +} + +#endif // THEMECONFIG_H diff -Nru qt5-style-kvantum-0.19.0+repack/style/rendering.cpp qt5-style-kvantum-0.20.0+repack/style/rendering.cpp --- qt5-style-kvantum-0.19.0+repack/style/rendering.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/rendering.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -27,7 +27,8 @@ /* Here, instead of using the render() method of QSvgRenderer directly, we first make a QPixmap for drawing SVG elements. */ -static inline void drawSvgElement(QSvgRenderer *renderer, QPainter *painter, QRect bounds, QString element, +static inline void drawSvgElement(QSvgRenderer *renderer, QPainter *painter, + const QRect &bounds, const QString &element, qreal pixelRatio) { QPixmap pixmap = QPixmap((QSizeF(bounds.size())*pixelRatio).toSize()); @@ -54,11 +55,11 @@ if (themeRndr_ && themeRndr_->isValid() && (themeRndr_->elementExists(_element) - || themeRndr_->elementExists(_element.remove("-inactive")) + || themeRndr_->elementExists(_element.remove(QLatin1String("-inactive"))) // fall back to the normal state if other states aren't found - || themeRndr_->elementExists(_element.replace("-toggled","-normal") - .replace("-pressed","-normal") - .replace("-focused","-normal")))) + || themeRndr_->elementExists(_element.replace(QLatin1String("-toggled"),QLatin1String("-normal")) + .replace(QLatin1String("-pressed"),QLatin1String("-normal")) + .replace(QLatin1String("-focused"),QLatin1String("-normal"))))) { renderer = themeRndr_; } @@ -67,11 +68,11 @@ else if (defaultRndr_ && defaultRndr_->isValid()) { _element = element; - if (defaultRndr_->elementExists(_element.remove("-inactive")) + if (defaultRndr_->elementExists(_element.remove(QLatin1String("-inactive"))) // even the default theme may not have all states - || defaultRndr_->elementExists(_element.replace("-toggled","-normal") - .replace("-pressed","-normal") - .replace("-focused","-normal"))) + || defaultRndr_->elementExists(_element.replace(QLatin1String("-toggled"),QLatin1String("-normal")) + .replace(QLatin1String("-pressed"),QLatin1String("-normal")) + .replace(QLatin1String("-focused"),QLatin1String("-normal")))) { renderer = defaultRndr_; } @@ -160,7 +161,7 @@ bool above, bool inverted) const { - if (!ticksRect.isValid()) + if (!ticksRect.isValid() || interval < 1) return; QSvgRenderer *renderer = 0; @@ -168,21 +169,19 @@ if (themeRndr_ && themeRndr_->isValid() && (themeRndr_->elementExists(_element) - || (_element.contains("-inactive") - && themeRndr_->elementExists(_element.remove("-inactive"))))) + || (_element.contains(QLatin1String("-inactive")) + && themeRndr_->elementExists(_element.remove(QLatin1String("-inactive")))))) { renderer = themeRndr_; } else if (defaultRndr_ && defaultRndr_->isValid() - && defaultRndr_->elementExists(_element.remove("-inactive"))) + && defaultRndr_->elementExists(_element.remove(QLatin1String("-inactive")))) { renderer = defaultRndr_; } else return; - if (interval < 1) return; - int thickness = 1; int len = pixelMetric(PM_SliderLength); int x = ticksRect.x(); @@ -263,9 +262,9 @@ if (isInactive) realElement += "-inactive"; } - else if (element.endsWith("-default")) // default button + else if (element.endsWith(QLatin1String("-default"))) // default button realElement += "-default"; - else if (element.endsWith("-focus")) // focus element + else if (element.endsWith(QLatin1String("-focus"))) // focus element realElement += "-focus"; QString element1(realElement); // the element that will be drawn @@ -284,10 +283,10 @@ if (fspec.expansion > 0 && ((e <= fspec.expansion && (isHAttached ? 2*w >= h : (!grouped || w >= h))) || (themeRndr_ && themeRndr_->isValid() - && (themeRndr_->elementExists(element0.remove("-inactive")) + && (themeRndr_->elementExists(element0.remove(QLatin1String("-inactive"))) // fall back to the normal state || (!state.isEmpty() - && themeRndr_->elementExists(element0.replace(state,"-normal"))))))) + && themeRndr_->elementExists(element0.replace(state,QLatin1String("-normal")))))))) { drawExpanded = true; // can change below } @@ -307,8 +306,9 @@ /* find the element that should be drawn (element1) */ element0 = "border-"+realElement; if (drawBorder && themeRndr_ && themeRndr_->isValid() - && (themeRndr_->elementExists(element0.remove("-inactive")+"-top") - || (!state.isEmpty() && themeRndr_->elementExists(element0.replace(state,"-normal")+"-top")))) + && (themeRndr_->elementExists(element0.remove(QLatin1String("-inactive")) + QLatin1String("-top")) + || (!state.isEmpty() && themeRndr_->elementExists(element0.replace(state,QLatin1String("-normal")) + + QLatin1String("-top"))))) { element1 = element0; if (isInactive) @@ -318,8 +318,9 @@ { element0 = "expand-"+realElement; if (themeRndr_ && themeRndr_->isValid() - && (themeRndr_->elementExists(element0.remove("-inactive")+"-top") - || (!state.isEmpty() && themeRndr_->elementExists(element0.replace(state,"-normal")+"-top")))) + && (themeRndr_->elementExists(element0.remove(QLatin1String("-inactive")) + QLatin1String("-top")) + || (!state.isEmpty() && themeRndr_->elementExists(element0.replace(state,QLatin1String("-normal")) + + QLatin1String("-top"))))) { element1 = element0; if (isInactive) @@ -792,14 +793,14 @@ frameElement = fspec.element; QString element0(element); /* the interior used for partial frame expansion has the frame name */ - element0 = element0.remove("-inactive").replace(ispec.element, frameElement); + element0 = element0.remove(QLatin1String("-inactive")).replace(ispec.element, frameElement); element0 = "expand-"+element0; if (((e <= fspec.expansion && (isHAttached ? 2*w >= h : (!grouped || w >= h))) || (themeRndr_ && themeRndr_->isValid() && (themeRndr_->elementExists(element0) - || themeRndr_->elementExists(element0.replace("-toggled","-normal") - .replace("-pressed","-normal") - .replace("-focused","-normal"))))) + || themeRndr_->elementExists(element0.replace(QLatin1String("-toggled"),QLatin1String("-normal")) + .replace(QLatin1String("-pressed"),QLatin1String("-normal")) + .replace(QLatin1String("-focused"),QLatin1String("-normal")))))) && (!fspec.isAttached || fspec.VPos == 2) && (h <= 2*w || (fspec.HPos != 1 && fspec.HPos != -1) || fspec.expansion < 2*qMin(h,w))) @@ -1092,11 +1093,11 @@ painter->save(); if (lspec.a < 255) shadowColor.setAlpha(lspec.a); - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(shadowColor.alphaF()); shadowColor.setAlpha(255); - } + //} painter->setPen(shadowColor); for (int i=0; isave(); - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(txtCol.alphaF()); txtCol.setAlpha(255); - } + //} painter->setPen(txtCol); painter->drawText(rtext,talign,text); painter->restore(); @@ -1127,15 +1128,20 @@ } /* if this is a dark-and-light theme, the disabled color may not be suitable */ else if (state == 0 + /* the disabled toggled state of buttons is already handled + in CE_PushButtonLabel and CE_ToolButtonLabel */ + && (textRole != QPalette::ButtonText + || (!(option->state & State_On) + && ((option->state & State_Sunken) || !(option->state & State_Selected)))) && enoughContrast(normalColor, option->palette.color(QPalette::Text))) { painter->save(); normalColor.setAlpha(102); // 0.4 * normalColor.alpha() - if (hspec_.opaque_colors) - { + //if (hspec_.opaque_colors) + //{ painter->setOpacity(normalColor.alphaF()); normalColor.setAlpha(255); - } + //} painter->setPen(normalColor); painter->drawText(rtext,talign,text); painter->restore(); diff -Nru qt5-style-kvantum-0.19.0+repack/style/shortcuthandler.cpp qt5-style-kvantum-0.20.0+repack/style/shortcuthandler.cpp --- qt5-style-kvantum-0.19.0+repack/style/shortcuthandler.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/shortcuthandler.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -1,7 +1,7 @@ // Taken from QtCurve (C) Craig Drummond, 2007 - 2010 /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -21,10 +21,12 @@ #include #include +#include #include #include namespace Kvantum { + ShortcutHandler::ShortcutHandler(QObject *parent) : QObject(parent), itsAltDown_(false) { } @@ -35,16 +37,14 @@ bool ShortcutHandler::hasSeenAlt(const QWidget *widget) const { - if (widget && !widget->isEnabled()) + if (widget == nullptr || !widget->isEnabled()) return false; - if (qobject_cast(widget)) { - return itsOpenMenus_.count() && itsOpenMenus_.last()==widget; - } else { - return (itsOpenMenus_.isEmpty() && - itsSeenAlt_.contains(const_cast(widget->window()))); - } - return false; + if (qobject_cast(widget)) + return (!itsOpenMenus_.isEmpty() && itsOpenMenus_.last() == widget); + + return (itsOpenMenus_.isEmpty() + && itsSeenAlt_.contains(const_cast(widget->window()))); } bool ShortcutHandler::showShortcut(const QWidget *widget) const @@ -64,11 +64,7 @@ { itsUpdated_.insert(w); w->update(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) connect(w, &QObject::destroyed, this, &ShortcutHandler::widgetDestroyed); -#else - connect(w, SIGNAL(destroyed(QObject *)), this, SLOT(widgetDestroyed(QObject *))); -#endif } } @@ -80,24 +76,26 @@ QWidget *widget = qobject_cast(o); switch (e->type()) { case QEvent::KeyPress: - if (Qt::Key_Alt == static_cast(e)->key()) { + if (static_cast(e)->key() == Qt::Key_Alt) + { itsAltDown_ = true; - if (qobject_cast(widget)) { + if (qobject_cast(widget)) + { itsSeenAlt_.insert(widget); updateWidget(widget); - if (widget->parentWidget() && - widget->parentWidget()->window()) { + if (widget->parentWidget() && widget->parentWidget()->window()) itsSeenAlt_.insert(widget->parentWidget()->window()); - } - } else { + } + else + { widget = widget->window(); itsSeenAlt_.insert(widget); QList l = widget->findChildren(); - for (int pos = 0;pos < l.size();++pos) { + for (int pos = 0; pos < l.size(); ++pos) + { QWidget *w = l.at(pos); - if (!(w->isWindow() || !w->isVisible())) { + if (!(w->isWindow() || !w->isVisible())) updateWidget(w); - } } QList m = widget->findChildren(); for (int i = 0; i < m.size(); ++i) @@ -107,8 +105,9 @@ break; case QEvent::WindowDeactivate: case QEvent::KeyRelease: - if (QEvent::WindowDeactivate == e->type() || - Qt::Key_Alt == static_cast(e)->key()) { + if (e->type() == QEvent::WindowDeactivate + || static_cast(e)->key() == Qt::Key_Alt) + { itsAltDown_ = false; QSet::ConstIterator it(itsUpdated_.constBegin()), end(itsUpdated_.constEnd()); @@ -121,28 +120,28 @@ } break; case QEvent::Show: - if (qobject_cast(widget)) { - QWidget *prev = itsOpenMenus_.count() ? itsOpenMenus_.last() : 0L; + if (qobject_cast(widget)) + { + QWidget *prev = !itsOpenMenus_.isEmpty() ? itsOpenMenus_.last() : nullptr; itsOpenMenus_.append(widget); + if (!(QGuiApplication::keyboardModifiers() & Qt::AltModifier)) + itsAltDown_ = false; // possible with tray menus if (itsAltDown_ && prev) prev->update(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) connect(widget, &QObject::destroyed, this, &ShortcutHandler::widgetDestroyed); -#else - connect(widget, SIGNAL(destroyed(QObject*)), this, SLOT(widgetDestroyed(QObject*))); -#endif } break; case QEvent::Hide: - if (qobject_cast(widget)) { + if (qobject_cast(widget)) + { itsSeenAlt_.remove(widget); itsUpdated_.remove(widget); itsOpenMenus_.removeAll(widget); - if (itsAltDown_) { - if (itsOpenMenus_.count()) { + if (itsAltDown_) + { + if (!itsOpenMenus_.isEmpty()) itsOpenMenus_.last()->update(); - } else if (widget->parentWidget() && - widget->parentWidget()->window()) + else if (widget->parentWidget() && widget->parentWidget()->window()) widget->parentWidget()->window()->update(); } } @@ -153,11 +152,11 @@ itsUpdated_.remove(widget); itsSeenAlt_.remove(widget->window()); itsOpenMenus_.removeAll(widget); - if (itsAltDown_) { - if (itsOpenMenus_.count()) { + if (itsAltDown_) + { + if (!itsOpenMenus_.isEmpty()) itsOpenMenus_.last()->update(); - } else if (widget->parentWidget() && - widget->parentWidget()->window()) + else if (widget->parentWidget() && widget->parentWidget()->window()) widget->parentWidget()->window()->update(); } break; @@ -166,4 +165,5 @@ } return QObject::eventFilter(o, e); } + } diff -Nru qt5-style-kvantum-0.19.0+repack/style/shortcuthandler.h qt5-style-kvantum-0.20.0+repack/style/shortcuthandler.h --- qt5-style-kvantum-0.19.0+repack/style/shortcuthandler.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/shortcuthandler.h 2021-05-25 13:07:46.000000000 +0000 @@ -1,7 +1,7 @@ // Taken from QtCurve (C) Craig Drummond, 2007 - 2010 /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -27,6 +27,7 @@ class QWidget; namespace Kvantum { + class ShortcutHandler: public QObject { Q_OBJECT @@ -36,28 +37,25 @@ bool hasSeenAlt(const QWidget *widget) const; bool - isAltDown() const - { + isAltDown() const { return itsAltDown_; } bool showShortcut(const QWidget *widget) const; private Q_SLOTS: - void widgetDestroyed(QObject *o); protected: - void updateWidget(QWidget *w); bool eventFilter(QObject *watched, QEvent *event); private: - bool itsAltDown_; QSet itsSeenAlt_; QSet itsUpdated_; QList itsOpenMenus_; }; + } #endif diff -Nru qt5-style-kvantum-0.19.0+repack/style/standardIcons.cpp qt5-style-kvantum-0.20.0+repack/style/standardIcons.cpp --- qt5-style-kvantum-0.19.0+repack/style/standardIcons.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/standardIcons.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -110,22 +110,6 @@ else break; } case SP_LineEditClearButton : { -#if (QT_VERSION < QT_VERSION_CHECK(5,12,0)) - /* Unfortunately, Qt does an odd thing in qlineedit_p.cpp -> QLineEditIconButton::paintEvent(): - it sets the icon size to 32px when the line-edit height is greater than 34px. That's very - wrong because it ignores the fact that margins may not be the same in different styles -- - not all of them are like Fusion and, even with Fusion, it can result in a blurred icon. - To prevent a blurred 32-px "clear" icon, we explicitly set the size to 32px when needed. */ - if (qobject_cast(widget)) - { - /* Here, we should consider the possibility that a line-edit may be inside a combo-box - and so, its height may be greater than that of a simple line-edit. Again, this isn't - considered by Qt devs; they really think all Qt styles should be as poor as Fusion! */ - QWidget *p = qobject_cast(getParent(widget,1)); - int wh = p != nullptr ? p->sizeHint().height() : widget->sizeHint().height(); - if (wh < 34) break; - } -#endif QIcon icn; QString str = (option ? rtl : widget ? widget->layoutDirection() == Qt::RightToLeft : rtl) ? "edit-clear-locationbar-ltr" : "edit-clear-locationbar-rtl"; @@ -139,7 +123,6 @@ } if (!icn.isNull()) { -#if (QT_VERSION >= QT_VERSION_CHECK(5,12,0)) if (option || widget) { // also correct the color of the symbolic clear icon (-> CE_ToolBar) if (enoughContrast(standardPalette().color(QPalette::Active,QPalette::Text), @@ -154,7 +137,6 @@ icn = QIcon(px); } } -#endif return icn; } else break; diff -Nru qt5-style-kvantum-0.19.0+repack/style/style.pro qt5-style-kvantum-0.20.0+repack/style/style.pro --- qt5-style-kvantum-0.19.0+repack/style/style.pro 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/style.pro 2021-05-25 13:07:46.000000000 +0000 @@ -4,10 +4,11 @@ warn_on QT += svg + greaterThan(QT_MAJOR_VERSION, 4) { lessThan(QT_MAJOR_VERSION, 6) { - lessThan(QT_MINOR_VERSION, 9) { - error("Kvantum needs at least Qt 5.9.0") + lessThan(QT_MINOR_VERSION, 12) { + error("Kvantum needs at least Qt 5.12.0") } } QT += x11extras @@ -19,13 +20,6 @@ VERSION = 0.1 -SOURCES += themeconfig/ThemeConfig.cpp \ - shortcuthandler.cpp - -HEADERS += themeconfig/specs.h \ - themeconfig/ThemeConfig.h \ - shortcuthandler.h - greaterThan(QT_MAJOR_VERSION, 4) { greaterThan(QT_MINOR_VERSION, 10) { QT += KWindowSystem @@ -37,33 +31,41 @@ standardIcons.cpp \ viewItems.cpp \ KvantumPlugin.cpp \ + shortcuthandler.cpp \ blur/blurhelper.cpp \ - animation/animation.cpp + animation/animation.cpp \ + themeconfig/ThemeConfig.cpp HEADERS += Kvantum.h \ KvantumPlugin.h \ + shortcuthandler.h \ blur/blurhelper.h \ - animation/animation.h + animation/animation.h \ + themeconfig/ThemeConfig.h \ + themeconfig/specs.h greaterThan(QT_MINOR_VERSION, 14) { SOURCES += drag/windowmanager.cpp HEADERS += drag/windowmanager.h } else { - SOURCES += drag/x11wmmove.cpp \ - drag/windowmanager-old.cpp - HEADERS += drag/x11wmmove.h \ - drag/windowmanager-old.h + SOURCES += drag/windowmanager-old.cpp + HEADERS += drag/windowmanager-old.h } OTHER_FILES += kvantum.json } else { SOURCES += qt4/Kvantum4.cpp \ qt4/KvantumPlugin4.cpp \ + qt4/shortcuthandler4.cpp \ qt4/x11wmmove4.cpp \ qt4/windowmanager4.cpp \ - qt4/blurhelper4.cpp + qt4/blurhelper4.cpp \ + qt4/ThemeConfig4.cpp HEADERS += qt4/Kvantum4.h \ qt4/KvantumPlugin4.h \ + qt4/shortcuthandler4.h \ qt4/x11wmmove4.h \ qt4/windowmanager4.h \ - qt4/blurhelper4.h + qt4/blurhelper4.h \ + qt4/ThemeConfig4.h \ + qt4/specs4.h } RESOURCES += themeconfig/defaulttheme.qrc diff -Nru qt5-style-kvantum-0.19.0+repack/style/themeconfig/default.kvconfig qt5-style-kvantum-0.20.0+repack/style/themeconfig/default.kvconfig --- qt5-style-kvantum-0.19.0+repack/style/themeconfig/default.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/themeconfig/default.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -42,7 +42,6 @@ [Hacks] respect_darkness=true -kcapacitybar_as_progressbar=true [PanelButtonCommand] frame=true diff -Nru qt5-style-kvantum-0.19.0+repack/style/themeconfig/specs.h qt5-style-kvantum-0.20.0+repack/style/themeconfig/specs.h --- qt5-style-kvantum-0.19.0+repack/style/themeconfig/specs.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/themeconfig/specs.h 2021-05-25 13:07:46.000000000 +0000 @@ -19,17 +19,14 @@ #define SPEC_H #include -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) #if (QT_VERSION >= QT_VERSION_CHECK(5,15,0)) #include "drag/windowmanager.h" #else #include "drag/windowmanager-old.h" #endif -#else -#include "qt4/windowmanager4.h" -#endif namespace Kvantum { + /* Generic information about a theme */ typedef struct { QString author; @@ -53,6 +50,8 @@ bool left_tabs; /* always center tabs in the document mode? */ bool center_doc_tabs; + /* always center normal tabs? */ + bool center_normal_tabs; /* join inactive tabs together? (by default, they are joined) */ bool joined_inactive_tabs; @@ -281,8 +280,6 @@ bool transparent_ktitle_label; /* transparent background for (KDE) menu titles */ bool transparent_menutitle; - /* draw KCapacityBars as progressbars? */ - bool kcapacitybar_as_progressbar; /* Some apps don't respect dark themes. Fix that as far as possible! */ bool respect_darkness; @@ -306,6 +303,8 @@ bool iconless_menu; /* only style the top toolbar? */ bool single_top_toolbar; + /* style vertical toolbars? */ + bool style_vertical_toolbars; /* should the scroll jump be done by middle clicking? (By default, it's done by left clicking.) */ bool middle_click_scroll; @@ -472,6 +471,7 @@ tspec.click_behavior = 0; tspec.left_tabs = false; tspec.center_doc_tabs = false; + tspec.center_normal_tabs = false; tspec.joined_inactive_tabs = true; tspec.attach_active_tab = false; tspec.embedded_tabs = false; @@ -485,7 +485,7 @@ tspec.group_toolbar_buttons = false; tspec.toolbar_item_spacing = 0; tspec.toolbar_interior_spacing = 0; - tspec.toolbar_separator_thickness = 0; + tspec.toolbar_separator_thickness = -1; tspec.center_toolbar_handle = false; tspec.slim_toolbars = false; tspec.merge_menubar_with_toolbar = false; @@ -566,7 +566,6 @@ hspec.opaque_colors = false; hspec.transparent_ktitle_label = false; hspec.transparent_menutitle = false; - hspec.kcapacitybar_as_progressbar = true; hspec.respect_darkness = false; hspec.forceSizeGrip = false; hspec.tint_on_mouseover = 0; @@ -577,11 +576,13 @@ hspec.transparent_arrow_button=false; hspec.iconless_menu = false; hspec.single_top_toolbar = false; + hspec.style_vertical_toolbars = false; hspec.middle_click_scroll = false; hspec.centered_forms = false; hspec.kinetic_scrolling = false; hspec.noninteger_translucency = false; } + } #endif diff -Nru qt5-style-kvantum-0.19.0+repack/style/themeconfig/ThemeConfig.cpp qt5-style-kvantum-0.20.0+repack/style/themeconfig/ThemeConfig.cpp --- qt5-style-kvantum-0.19.0+repack/style/themeconfig/ThemeConfig.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/themeconfig/ThemeConfig.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2019 + * Copyright (C) Pedram Pourang (aka Tsu Jan) 2014-2021 * * Kvantum is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -19,18 +19,17 @@ #include #include #include "ThemeConfig.h" + #if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD #include -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) #include #include -#define KSL(x) QStringLiteral(x) -#else -#define KSL(x) QString(x) -#endif #endif +#define KSL(x) QStringLiteral(x) + namespace Kvantum { + ThemeConfig::ThemeConfig(const QString& theme) : settings_(nullptr), parentConfig_(nullptr) @@ -38,18 +37,13 @@ /* For now, the lack of x11 means wayland. Later, a better method should be found. */ #if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD -#if (QT_VERSION >= QT_VERSION_CHECK(5,2,0)) isX11_ = QX11Info::isPlatformX11(); #else - isX11_ = true; -#endif -#else isX11_ = false; #endif load(theme); -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) /* WARNING: Qt has a bug that causes drawing problems with a non-integer scale factor. Those problems can be seen with Fusion too but they become intense with an SVG window gradient and/or window translucency. As a @@ -67,9 +61,6 @@ iSpecs_[KSL("WindowTranslucent")] = iSpecs_[KSL("Window")] = iSpecs_[KSL("Dialog")] = r; } } -#else - nonIntegerScale = false; -#endif default_theme_spec(compositeSpecs_); } @@ -186,6 +177,8 @@ { i = getValue(name, KSL("inherits")).toString(); } + else if (elementName == "ScrollbarTransientSlider") + i = "ScrollbarSlider"; // to get the frame sizes v = getValue(name,KSL("frame.top"), i); r.top = qMax(v.toInt(),0); @@ -213,7 +206,7 @@ if (v.isValid()) { QString value = v.toString(); - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.expansion = qMax(value.left(value.length()-4).toFloat(), 0.0f) * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; @@ -417,7 +410,6 @@ v = getValue(elementName,KSL("text.bold"), i); r.boldFont = v.toBool(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) v = getValue(elementName,KSL("text.boldness"), i); if (v.isValid()) // QFont::Bold by default { @@ -442,7 +434,6 @@ r.boldness = QFont::Bold; } } -#endif v = getValue(elementName,KSL("text.italic"), i); r.italicFont = v.toBool(); @@ -501,7 +492,7 @@ v = getValue(name,KSL("text.margin.right"), i); r.right = qMax(v.toInt(),0); - /* let's be more precise */ + /* let's have more compact buttons */ if(name == "LineEdit") { r.top = qMax(0,r.top-1); @@ -558,9 +549,9 @@ if (v.isValid()) { QString value = v.toString(); - if (value.startsWith("+")) + if (value.startsWith(QLatin1String("+"))) r.incrementH = true; - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.minH = qMax(value.left(value.length()-4).toFloat(), 0.0f) * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; @@ -574,9 +565,9 @@ if (v.isValid()) { QString value = v.toString(); - if (value.startsWith("+")) + if (value.startsWith(QLatin1String("+"))) r.incrementW = true; - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.minW = qMax(value.left(value.length()-4).toFloat(), 0.0f) * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; @@ -594,7 +585,6 @@ bool compositing(false); #if defined Q_WS_X11 || defined Q_OS_LINUX || defined Q_OS_FREEBSD || defined Q_OS_OPENBSD || defined Q_OS_NETBSD || defined Q_OS_HURD -#if (QT_VERSION >= QT_VERSION_CHECK(5,2,0)) if (isX11_) { Atom atom = XInternAtom (QX11Info::display(), "_NET_WM_CM_S0", False); @@ -603,10 +593,6 @@ } else compositing = true; // wayland is always composited -#else - if (QX11Info::isCompositingManagerRunning()) - compositing = true; -#endif #endif /* no blurring or window translucency without compositing */ @@ -637,11 +623,7 @@ compositeSpecs_.translucent_windows = v.toBool(); /* no window blurring without window translucency */ -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) if (compositeSpecs_.translucent_windows) -#else - if (isX11_ && compositeSpecs_.translucent_windows) -#endif { v = getValue(KSL("General"),KSL("blurring")); if (v.isValid()) @@ -650,26 +632,19 @@ } /* "blurring" is sufficient but not necessary for "popup_blurring" */ -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) - if (isX11_) + if (compositeSpecs_.blurring) + compositeSpecs_.popup_blurring = true; + else { -#endif - if (compositeSpecs_.blurring) - compositeSpecs_.popup_blurring = true; - else + interior_spec ispecM = getInteriorSpec(KSL("Menu")); + interior_spec ispecT = getInteriorSpec(KSL("ToolTip")); + if (ispecM.hasInterior || ispecT.hasInterior) { - interior_spec ispecM = getInteriorSpec(KSL("Menu")); - interior_spec ispecT = getInteriorSpec(KSL("ToolTip")); - if (ispecM.hasInterior || ispecT.hasInterior) - { - v = getValue(KSL("General"),KSL("popup_blurring")); - if (v.isValid()) - compositeSpecs_.popup_blurring = v.toBool(); - } + v = getValue(KSL("General"),KSL("popup_blurring")); + if (v.isValid()) + compositeSpecs_.popup_blurring = v.toBool(); } -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) } -#endif /* no menu/tooltip shadow without compositing */ v = getValue(KSL("General"),KSL("menu_shadow_depth")); @@ -722,7 +697,6 @@ v = getValue(KSL("General"),KSL("shadowless_popup")); r.shadowless_popup = v.toBool(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,11,0)) /* NOTE: The contrast effect is applied by BlurHelper, so that the following values have effect only for windows that can be blurred, whether they are blurred or not. */ v = getValue(KSL("General"),KSL("contrast")); @@ -734,7 +708,6 @@ v = getValue(KSL("General"),KSL("saturation")); if (v.isValid()) // 1 by default r.saturation = qBound (static_cast(0), v.toReal(), static_cast(2)); -#endif v = getValue(KSL("General"),KSL("x11drag")); if (v.isValid()) // "WindowManager::DRAG_ALL" by default @@ -766,6 +739,9 @@ v = getValue(KSL("General"),KSL("center_doc_tabs")); r.center_doc_tabs = v.toBool(); + v = getValue(KSL("General"),KSL("center_normal_tabs")); + r.center_normal_tabs = v.toBool(); + v = getValue(KSL("General"),KSL("joined_inactive_tabs")); if (v.isValid()) // true by default r.joined_inactive_tabs = v.toBool(); @@ -786,7 +762,7 @@ if (v.isValid()) // 0 by default { QString value = v.toString(); - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.active_tab_overlap = qMax(value.left(value.length()-4).toFloat(), 0.0f) * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; @@ -807,7 +783,7 @@ { int max = QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; QString value = v.toString(); - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.tab_button_extra_margin = qMin(qMax(value.left(value.length()-4).toFloat(), 0.0f),1.0f) * max; @@ -837,7 +813,7 @@ r.toolbar_interior_spacing = qMax(v.toInt(),0); v = getValue(KSL("General"),KSL("toolbar_separator_thickness")); - if (v.isValid()) // 0 by default + if (v.isValid()) // -1 by default r.toolbar_separator_thickness = qMax(v.toInt(),0); v = getValue(KSL("General"),KSL("center_toolbar_handle")); @@ -860,7 +836,7 @@ if (v.isValid()) // 0 by default { QString value = v.toString(); - if (value.endsWith("font")) + if (value.endsWith(QLatin1String("font"))) { // multiply by the app font height r.progressbar_thickness = qMax(value.left(value.length()-4).toFloat(), 0.0f) * QFontMetrics(QApplication::font()).boundingRect(QLatin1Char('M')).height()*1.6; @@ -973,14 +949,10 @@ if (v.isValid()) // true by default r.button_contents_shift = v.toBool(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) v = getValue(KSL("General"),KSL("transient_scrollbar")); r.transient_scrollbar = v.toBool(); v = getValue(KSL("General"),KSL("transient_groove")); r.transient_groove = v.toBool(); -#else - r.transient_scrollbar=false; -#endif /* for technical reasons, we always set scrollbar_in_view to false with transient scrollbars and (try to) put @@ -1160,25 +1132,13 @@ if (v.isValid()) r.lxqtmainmenu_iconsize = qMin(qMax(v.toInt(),0),32); -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) - if (isX11_) - { -#endif - v = getValue(KSL("Hacks"),KSL("blur_translucent")); - r.blur_translucent = v.toBool(); -#if (QT_VERSION < QT_VERSION_CHECK(5,11,0)) - } -#endif + v = getValue(KSL("Hacks"),KSL("blur_translucent")); + r.blur_translucent = v.toBool(); -#if (QT_VERSION >= QT_VERSION_CHECK(5,14,0)) +#if (QT_VERSION == QT_VERSION_CHECK(5,14,0)) /* A workaround for a nasty bug about text translucency in Qt 5.14.0. - The bug was fixed in Qt 5.14.1 but better safe than sorry. */ - r.opaque_colors = true; -#else - /*v = getValue(KSL("Hacks"),KSL("opaque_colors")); - if (v.isValid()) - r.opaque_colors = v.toBool();*/ - r.opaque_colors = false; + The bug was fixed in Qt 5.14.1. */ + r.opaque_colors = true; // false by default #endif v = getValue(KSL("Hacks"),KSL("transparent_ktitle_label")); @@ -1187,10 +1147,6 @@ v = getValue(KSL("Hacks"),KSL("transparent_menutitle")); r.transparent_menutitle = v.toBool(); - v = getValue(KSL("Hacks"),KSL("kcapacitybar_as_progressbar")); - if (v.isValid()) // true by default - r.kcapacitybar_as_progressbar = v.toBool(); - v = getValue(KSL("Hacks"),KSL("respect_darkness")); r.respect_darkness = v.toBool(); @@ -1221,7 +1177,13 @@ r.iconless_menu = v.toBool(); v = getValue(KSL("Hacks"),KSL("single_top_toolbar")); - r.single_top_toolbar = v.toBool(); + if (v.toBool()) + r.single_top_toolbar = true; // false by default + else + { // vertical toolbars could be styled only if all toolbars can + v = getValue(KSL("Hacks"),KSL("style_vertical_toolbars")); + r.style_vertical_toolbars = v.toBool(); + } v = getValue(KSL("Hacks"),KSL("middle_click_scroll")); r.middle_click_scroll = v.toBool(); @@ -1237,4 +1199,5 @@ return r; } + } diff -Nru qt5-style-kvantum-0.19.0+repack/style/themeconfig/ThemeConfig.h qt5-style-kvantum-0.20.0+repack/style/themeconfig/ThemeConfig.h --- qt5-style-kvantum-0.19.0+repack/style/themeconfig/ThemeConfig.h 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/themeconfig/ThemeConfig.h 2021-05-25 13:07:46.000000000 +0000 @@ -23,6 +23,7 @@ class QSettings; namespace Kvantum { + /* Class that loads theme settings. */ @@ -103,6 +104,7 @@ bool nonIntegerScale; }; + } #endif // THEMECONFIG_H diff -Nru qt5-style-kvantum-0.19.0+repack/style/viewItems.cpp qt5-style-kvantum-0.20.0+repack/style/viewItems.cpp --- qt5-style-kvantum-0.19.0+repack/style/viewItems.cpp 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/style/viewItems.cpp 2021-05-25 13:07:46.000000000 +0000 @@ -116,9 +116,8 @@ } break; case Qt::DecorationRole: - if (option->features & QStyleOptionViewItem::HasDecoration) { + if (option->features & QStyleOptionViewItem::HasDecoration) return option->decorationSize; - } break; default: break; @@ -371,7 +370,7 @@ case QStyleOptionViewItem::Left: { /* let the text use the right margin only if it's left aligned and there is no space */ if (opt->direction == Qt::LeftToRight) - { + { // checkbox-icon-text if (sizehint) { decoration.setRect(x + cw + checkMargin, @@ -389,7 +388,7 @@ if (emptyText) { // give both margins to the display rectangle because it can be used by a widget display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing - : x + (hasCheck ? frameHMargin + cw : 0), + : x + checkMargin + cw, y, w - pm.width() - (hasPixmap ? textIconSpacing : 0) - cw - (hasPixmap || hasCheck ? frameHMargin : 0), @@ -423,7 +422,7 @@ } } else - { + { // text-icon-checkbox if (sizehint) { decoration.setRect(x + w - cw - pixmapMargin - pm.width(), @@ -457,7 +456,7 @@ h); } else if (opt->displayAlignment & Qt::AlignRight) - { + { // really left aligned display.setRect(x + frameHMargin, y, w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw @@ -465,7 +464,7 @@ h); } else - { + { // really right aligned display.setRect(x, y, w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, @@ -477,27 +476,27 @@ } case QStyleOptionViewItem::Right: { if (opt->direction == Qt::LeftToRight) - { + { // checkbox-text-icon if (sizehint) { - decoration.setRect(x + w - cw - pixmapMargin - pm.width(), + decoration.setRect(x + w - pixmapMargin - pm.width(), y, - pm.width() + (hasCheck ? 0 : pixmapMargin), + pm.width() + pixmapMargin, h); - display.setRect(x, + display.setRect(x + textMargin + cw, y, w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, h); } else { - decoration.setRect(x+w-pixmapMargin-cw-pm.width(), y, pm.width(), h); + decoration.setRect(x+w-pixmapMargin-pm.width(), y, pm.width(), h); if (emptyText) { - display.setRect(x, + display.setRect(x + checkMargin + cw, y, - w - pm.width() - (hasPixmap ? textIconSpacing : 0) - cw - - (hasPixmap || hasCheck ? frameHMargin : 0), + w - pm.width() - (hasPixmap ? textIconSpacing + frameHMargin : 0) + - cw - checkMargin, h); break; } @@ -505,51 +504,51 @@ || (opt->displayAlignment & Qt::AlignJustify) || textRect->width() <= w - pm.width() - 2*frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw) { - display.setRect(x + frameHMargin, + display.setRect(x + textMargin + cw, y, w - pm.width() - 2*frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, h); } else if (opt->displayAlignment & Qt::AlignRight) { - display.setRect(x, + display.setRect(x + checkMargin + cw, y, - w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, + w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) + - cw - checkMargin, h); } else { - display.setRect(x + frameHMargin, + display.setRect(x + textMargin + cw, y, - w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw - - (hasPixmap || hasCheck ? frameHMargin : 0), + w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing + frameHMargin : 0) - cw, h); } } } else - { + { // icon-text-checkbox if (sizehint) { - decoration.setRect(x + cw + checkMargin, + decoration.setRect(x, y, - pm.width() + (hasCheck ? 0 : pixmapMargin), + pm.width() + pixmapMargin, h); - display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin + cw, + display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin, y, w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, h); } else { - decoration.setRect(x+pixmapMargin+cw, y, pm.width(), h); + decoration.setRect(x+pixmapMargin, y, pm.width(), h); if (emptyText) { display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing - : x + (hasCheck ? frameHMargin + cw : 0), + : x, y, - w - pm.width() - (hasPixmap ? textIconSpacing : 0) - cw - - (hasPixmap || hasCheck ? frameHMargin : 0), + w - pm.width() - (hasPixmap ? textIconSpacing + frameHMargin : 0) + - cw - checkMargin, h); break; } @@ -557,24 +556,24 @@ || (opt->displayAlignment & Qt::AlignJustify) || textRect->width() <= w - pm.width() - 2*frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw) { - display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin + cw, + display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin, y, w - pm.width() - 2*frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, h); } else if (opt->displayAlignment & Qt::AlignRight) - { - display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin + cw, + { // really left aligned + display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + textMargin, y, - w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw, + w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) + - cw - checkMargin, h); } else - { - display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x + checkMargin + cw, + { // really right aligned + display.setRect(hasPixmap ? decoration.right() + 1 + textIconSpacing : x, y, - w - pm.width() - frameHMargin - (hasPixmap ? textIconSpacing : 0) - cw - - (hasPixmap || hasCheck ? frameHMargin : 0), + w - pm.width() - (hasPixmap ? textIconSpacing + frameHMargin : 0) - frameHMargin - cw, h); } } diff -Nru qt5-style-kvantum-0.19.0+repack/themes/colors/KvDark.colors qt5-style-kvantum-0.20.0+repack/themes/colors/KvDark.colors --- qt5-style-kvantum-0.19.0+repack/themes/colors/KvDark.colors 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/colors/KvDark.colors 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,105 @@ +[ColorEffects:Disabled] +Color=112,111,110 +ColorAmount=0 +ColorEffect=0 +ContrastAmount=0.65 +ContrastEffect=1 +IntensityAmount=0.1 +IntensityEffect=0 + +[ColorEffects:Inactive] +ChangeSelectionColor=true +Color=112,111,110 +ColorAmount=0.025 +ColorEffect=2 +ContrastAmount=0.1 +ContrastEffect=2 +Enable=true +IntensityAmount=0 +IntensityEffect=0 + +[Colors:Button] +BackgroundAlternate=49,49,49 +BackgroundNormal=61,61,62 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Selection] +BackgroundAlternate=195,195,195 +BackgroundNormal=195,195,195 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=0,0,0 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Tooltip] +BackgroundAlternate=0,0,0 +BackgroundNormal=0,0,0 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=225,225,225 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:View] +BackgroundAlternate=56,56,56 +BackgroundNormal=46,46,46 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Window] +BackgroundAlternate=49,49,49 +BackgroundNormal=61,61,62 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[General] +ColorScheme=KvDark +Name=KvDark +shadeSortColumn=true + +[KDE] +contrast=0 + +[WM] +activeBackground=61,61,62 +activeBlend=61,61,62 +activeForeground=255,255,255 +inactiveBackground=61,61,62 +inactiveBlend=61,61,62 +inactiveForeground=155,155,155 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/colors/KvSimplicityDarkLight.colors qt5-style-kvantum-0.20.0+repack/themes/colors/KvSimplicityDarkLight.colors --- qt5-style-kvantum-0.19.0+repack/themes/colors/KvSimplicityDarkLight.colors 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/colors/KvSimplicityDarkLight.colors 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,105 @@ +[ColorEffects:Disabled] +Color=112,111,110 +ColorAmount=0 +ColorEffect=0 +ContrastAmount=0.65 +ContrastEffect=1 +IntensityAmount=0.1 +IntensityEffect=0 + +[ColorEffects:Inactive] +ChangeSelectionColor=true +Color=112,111,110 +ColorAmount=0.025 +ColorEffect=2 +ContrastAmount=0.1 +ContrastEffect=2 +Enable=true +IntensityAmount=0 +IntensityEffect=0 + +[Colors:Button] +BackgroundAlternate=62,62,62 +BackgroundNormal=62,62,62 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Selection] +BackgroundAlternate=195,195,195 +BackgroundNormal=195,195,195 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=0,0,0 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Tooltip] +BackgroundAlternate=0,0,0 +BackgroundNormal=0,0,0 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=225,225,225 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:View] +BackgroundAlternate=50,50,50 +BackgroundNormal=40,40,40 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[Colors:Window] +BackgroundAlternate=49,49,49 +BackgroundNormal=62,62,62 +DecorationFocus=170,170,170 +DecorationHover=150,150,150 +ForegroundActive=255,128,224 +ForegroundInactive=160,160,160 +ForegroundLink=46,184,230 +ForegroundNegative=240,1,1 +ForegroundNeutral=255,221,0 +ForegroundNormal=255,255,255 +ForegroundPositive=128,255,128 +ForegroundVisited=255,102,102 + +[General] +ColorScheme=KvSimplicityDarkLight +Name=KvSimplicityDarkLight +shadeSortColumn=true + +[KDE] +contrast=0 + +[WM] +activeBackground=62,62,62 +activeBlend=62,62,62 +activeForeground=255,255,255 +inactiveBackground=62,62,62 +inactiveBlend=62,62,62 +inactiveForeground=150,150,150 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAdapta/KvAdapta.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAdapta/KvAdapta.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAdapta/KvAdapta.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAdapta/KvAdapta.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -90,7 +90,6 @@ blur_translucent=false transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAdaptaDark/KvAdaptaDark.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAdaptaDark/KvAdaptaDark.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAdaptaDark/KvAdaptaDark.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAdaptaDark/KvAdaptaDark.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -90,7 +90,6 @@ blur_translucent=false transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbiance/KvAmbiance.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbiance/KvAmbiance.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbiance/KvAmbiance.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbiance/KvAmbiance.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -90,7 +90,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbience/KvAmbience.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbience/KvAmbience.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbience/KvAmbience.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbience/KvAmbience.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -94,7 +94,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbience/KvAmbience.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbience/KvAmbience.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvAmbience/KvAmbience.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvAmbience/KvAmbience.svg 2021-05-25 13:07:46.000000000 +0000 @@ -322,26 +322,26 @@ - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + @@ -606,13 +606,13 @@ - - - - - - - + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvantumAlt/KvantumAlt.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvantumAlt/KvantumAlt.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvantumAlt/KvantumAlt.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvantumAlt/KvantumAlt.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -74,7 +74,6 @@ force_size_grip=true iconless_menu=false iconless_pushbutton=false -kcapacitybar_as_progressbar=true transparent_dolphin_view=true transparent_pcmanfm_view=true transparent_pcmanfm_sidepane=true diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvArc/KvArc.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvArc/KvArc.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvArc/KvArc.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvArc/KvArc.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -85,7 +85,6 @@ blur_translucent=false transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvArcDark/KvArcDark.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvArcDark/KvArcDark.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvArcDark/KvArcDark.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvArcDark/KvArcDark.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -86,7 +86,6 @@ blur_translucent=false transparent_menutitle=true respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBeige/KvBeige.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBeige/KvBeige.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBeige/KvBeige.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBeige/KvBeige.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -84,7 +84,6 @@ transparent_ktitle_label=true blur_translucent=false transparent_menutitle=true -kcapacitybar_as_progressbar=true respect_darkness=false single_top_toolbar=true disabled_icon_opacity=100 @@ -177,7 +176,7 @@ text.toggle.color=black text.toggle.inactive.color=#000000bf frame.expansion=3.6font -indicator.size=12 +indicator.size=13 [TabFrame] inherits=PanelButtonCommand @@ -270,7 +269,7 @@ text.margin.right=2 text.toggle.color=white text.press.color=white -frame.expansion=6 +frame.expansion=8 [Menu] inherits=PanelButtonCommand diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBeige/KvBeige.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBeige/KvBeige.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBeige/KvBeige.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBeige/KvBeige.svg 2021-05-25 13:07:46.000000000 +0000 @@ -44,8 +44,8 @@ - - + + @@ -59,15 +59,15 @@ - + - - + + @@ -96,7 +96,7 @@ - + @@ -301,7 +301,7 @@ - + @@ -313,8 +313,8 @@ - - + + @@ -325,7 +325,7 @@ - + @@ -333,8 +333,8 @@ - - + + @@ -444,8 +444,8 @@ - - + + @@ -533,51 +533,51 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBlender/KvBlender.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBlender/KvBlender.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBlender/KvBlender.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBlender/KvBlender.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -98,7 +98,6 @@ blur_translucent=true transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBrown/KvBrown.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBrown/KvBrown.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBrown/KvBrown.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBrown/KvBrown.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -28,13 +28,13 @@ alt_mnemonic=true button_contents_shift=true button_icon_size=16 -combo_as_lineedit=false +combo_as_lineedit=true combo_menu=true combo_focus_rect=true square_combo_button=true fill_rubberband=false groupbox_top_label=true -inline_spin_indicators=false +inline_spin_indicators=true joined_inactive_tabs=true no_inactive_tab_expansion=true tab_button_extra_margin=0.15font @@ -88,7 +88,6 @@ transparent_ktitle_label=true blur_translucent=false transparent_menutitle=true -kcapacitybar_as_progressbar=true respect_darkness=true single_top_toolbar=true disabled_icon_opacity=90 @@ -184,9 +183,9 @@ text.press.color=white text.toggle.color=white frame.expansion=3.6font -indicator.size=12 +indicator.size=13 min_width=+0.1font -min_height=+0.2font +min_height=+0.22font focusFrame=true [TabFrame] @@ -284,7 +283,7 @@ text.press.color=black min_width=0 min_height=0 -frame.expansion=0 +frame.expansion=8 [Menu] inherits=PanelButtonCommand diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBrown/KvBrown.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBrown/KvBrown.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvBrown/KvBrown.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvBrown/KvBrown.svg 2021-05-25 13:07:46.000000000 +0000 @@ -79,9 +79,9 @@ - + - + @@ -353,10 +353,10 @@ - + - + @@ -389,8 +389,8 @@ - - + + @@ -398,7 +398,7 @@ - + @@ -438,7 +438,7 @@ - + @@ -452,7 +452,7 @@ - + @@ -589,7 +589,7 @@ - + @@ -605,11 +605,11 @@ - + - + @@ -715,26 +715,26 @@ - - - - - - - + + + + + + + - - + + - - + + - - - - + + + + @@ -880,7 +880,7 @@ - + @@ -959,8 +959,8 @@ - - + + @@ -1299,31 +1299,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1643,4 +1643,5 @@ + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves/KvCurves.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves/KvCurves.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves/KvCurves.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves/KvCurves.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -69,7 +69,6 @@ transparent_dolphin_view=false transparent_ktitle_label=true transparent_menutitle=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_menu=false iconless_pushbutton=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -76,7 +76,6 @@ transparent_dolphin_view=false transparent_ktitle_label=true transparent_menutitle=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_menu=false iconless_pushbutton=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurves3d/KvCurves3d.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1035,7 +1035,7 @@ - + @@ -1043,7 +1043,7 @@ - + @@ -1053,7 +1053,7 @@ - + @@ -1061,7 +1061,7 @@ - + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight/KvCurvesLight.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight/KvCurvesLight.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight/KvCurvesLight.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight/KvCurvesLight.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -73,7 +73,6 @@ transparent_dolphin_view=false transparent_ktitle_label=true transparent_menutitle=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_menu=false iconless_pushbutton=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -86,7 +86,6 @@ transparent_dolphin_view=true transparent_ktitle_label=true transparent_menutitle=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_menu=false iconless_pushbutton=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCurvesLight1/KvCurvesLight1.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1087,7 +1087,7 @@ - + @@ -1095,7 +1095,7 @@ - + @@ -1105,7 +1105,7 @@ - + @@ -1113,7 +1113,7 @@ - + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCyan/KvCyan.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCyan/KvCyan.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvCyan/KvCyan.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvCyan/KvCyan.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -74,7 +74,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDark/KvDark.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDark/KvDark.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDark/KvDark.kvconfig 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDark/KvDark.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,370 @@ +[%General] +author=Tsu Jan +comment=A stylish dark theme +left_tabs=true +attach_active_tab=true +group_toolbar_buttons=true +spread_progressbar=true +progressbar_thickness=6 +composite=true +menu_shadow_depth=7 +spread_menuitems=true +tooltip_shadow_depth=6 +slider_width=4 +slider_handle_width=18 +slider_handle_length=12 +scroll_min_extent=50 +x11drag=all +popup_blurring=true +menubar_mouse_tracking=true +toolbutton_style=0 +click_behavior=0 +vertical_spin_buttons=false +translucent_windows=false +blurring=false +vertical_spin_indicators=false +merge_menubar_with_toolbar=false +scroll_arrows=false +fill_rubberband=false +small_icon_size=16 +large_icon_size=32 +button_icon_size=16 +toolbar_icon_size=16 +animate_states=true +button_contents_shift=true +combo_as_lineedit=true +combo_menu=true +groupbox_top_label=true +inline_spin_indicators=true +joined_inactive_tabs=true +transient_scrollbar=true +transient_groove=true +layout_spacing=2 +submenu_overlap=0 +tooltip_delay=-1 +dark_titlebar=true +check_size=16 + +[GeneralColors] +window.color=#3D3D3E +base.color=#2E2E2E +alt.base.color=#383838 +button.color=#3D3D3E +light.color=#646464 +mid.light.color=#555555 +dark.color=#1e1e1e +mid.color=#3C3C3C +highlight.color=#c3c3c3 +inactive.highlight.color=#b9b9b9 +text.color=white +window.text.color=white +button.text.color=white +disabled.text.color=#A0A0A0 +tooltip.text.color=white +highlight.text.color=black +link.color=#2EB8E6 +link.visited.color=#FF6666 +progress.indicator.text.color=black + +[Hacks] +respect_darkness=true +transparent_dolphin_view=false +blur_translucent=true +transparent_ktitle_label=true +transparent_menutitle=false +force_size_grip=true +transparent_pcmanfm_sidepane=true +disabled_icon_opacity=100 +iconless_menu=false +iconless_pushbutton=false +lxqtmainmenu_iconsize=22 +normal_default_pushbutton=false +single_top_toolbar=false +tint_on_mouseover=0 +no_selection_tint=true +transparent_pcmanfm_view=false + +[PanelButtonCommand] +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=2 +text.margin.right=2 +text.normal.color=white +text.press.color=white +text.toggle.color=black +text.focus.color=white +text.shadow=true +text.shadow.xshift=0 +text.shadow.yshift=-1 +text.shadow.color=#000000 +text.shadow.alpha=200 +text.shadow.depth=1 +indicator.size=10 +frame.expansion=10 +min_width=+0.2font +min_height=+0.15font + +[PanelButtonTool] +inherits=PanelButtonCommand + +[ToolbarButton] +inherits=PanelButtonCommand +frame.element=tbutton +interior.element=tbutton +indicator.element=arrow + +[DockTitle] +text.bold=true +text.focus.color=white +text.shadow=true +text.shadow.xshift=0 +text.shadow.yshift=-1 +text.shadow.color=#000000 +text.shadow.alpha=200 +text.shadow.depth=1 + +[LineEdit] +inherits=PanelButtonCommand +frame.element=lineedit +interior.element=lineedit +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +frame.expanded.top=2 +frame.expanded.bottom=2 +frame.expanded.left=2 +frame.expanded.right=2 +frame.expansion=2.5font +text.margin.left=6 +text.margin.right=6 +indicator.element=carrow + +[IndicatorSpinBox] +inherits=PanelButtonCommand +interior.element=button +frame.element=button + +[RadioButton] +inherits=PanelButtonCommand +text.shadow=false + +[CheckBox] +inherits=PanelButtonCommand +text.shadow=false + +[GenericFrame] +inherits=PanelButtonCommand +frame.element=group +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[DropDownButton] +inherits=PanelButtonCommand + +[ToolboxTab] +inherits=PanelButtonCommand +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 +text.shadow=false + +[Tab] +inherits=PanelButtonCommand +text.margin.left=6 +text.margin.right=6 +text.margin.top=3 +text.margin.bottom=4 +text.toggle.color=white +text.shadow=false +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +focusFrame=true +frame.expansion=10 +text.press.color=white +indicator.size=12 +min_width=+0.35font +min_height=+0.2font + +[TabFrame] +inherits=PanelButtonCommand +interior.element=tabframe +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[TabBarFrame] +inherits=GenericFrame +frame=true +frame.element=tabBarFrame +interior=false +frame.top=0 +frame.bottom=1 +frame.left=0 +frame.right=0 + +[TreeExpander] +inherits=PanelButtonCommand +frame=false +interior=false +indicator.size=10 + +[HeaderSection] +inherits=PanelButtonCommand +frame.element=button + +[GroupBox] +inherits=GenericFrame +interior=false +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +text.press.color=white +text.bold=true +text.shadow=false + +[SizeGrip] +inherits=PanelButtonCommand +frame=false +interior=false +indicator.element=resize-grip +indicator.size=13 + +[Toolbar] +inherits=PanelButtonCommand +frame.left=0 +frame.right=4 +frame.top=2 +frame.bottom=2 +indicator.size=5 + +[Slider] +inherits=PanelButtonCommand +frame.element=slider +interior.element=slider +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[ScrollbarSlider] +inherits=PanelButtonCommand +interior=false +frame.top=6 +frame.bottom=6 +frame.left=6 +frame.right=6 + +[ScrollbarGroove] +inherits=PanelButtonCommand +interior.element=scrollbargroove +frame.element=scrollbargroove +frame.top=0 +frame.bottom=0 +frame.left=4 +frame.right=4 + +[Progressbar] +text.bold=true +text.focus.color=white +text.shadow=false +frame.expansion=3.4font + +[ProgressbarContents] +inherits=PanelButtonCommand +frame=true +frame.element=progress-pattern +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[ItemView] +inherits=PanelButtonCommand +text.margin=true +text.normal.color=white +text.press.color=black +text.toggle.color=black +text.focus.color=white +frame.element=itemview +interior.element=itemview +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=2 +text.margin.right=2 +frame.expansion=8 +min_height=0 + +[Menu] +inherits=PanelButtonCommand +text.margin=1 +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=2 +text.margin.right=2 + +[MenuItem] +inherits=PanelButtonCommand +text.margin.top=1 +text.margin.bottom=1 +text.margin.left=5 +text.margin.right=5 +frame=true +frame.element=menuitem +interior.element=menuitem +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.focus.color=black +text.shadow=false +frame.expansion=8 +min_width=0 +min_height=0 + +[MenuBarItem] +inherits=PanelButtonCommand +text.margin.top=2 +text.margin.bottom=2 +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin.left=4 +text.margin.right=4 +text.shadow=false +min_width=0 +min_height=0 + +[TitleBar] +inherits=PanelButtonCommand +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 +text.bold=true +text.italic=true +text.focus.color=white + +[ComboBox] +inherits=LineEdit +text.toggle.color=white +indicator.element=carrow + +[Splitter] +indicator.size=32 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDark/KvDark.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDark/KvDark.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDark/KvDark.svg 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDark/KvDark.svg 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,1356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -70,7 +70,6 @@ blur_translucent=true transparent_ktitle_label=true transparent_menutitle=false -kcapacitybar_as_progressbar=true force_size_grip=true transparent_pcmanfm_sidepane=true disabled_icon_opacity=100 @@ -96,7 +95,7 @@ text.toggle.color=white text.focus.color=#FFCA00 indicator.size=10 -frame.expansion=8 +frame.expansion=10 min_width=+0.2font min_height=+0.15font @@ -281,6 +280,7 @@ text.margin.bottom=0 text.margin.left=2 text.margin.right=2 +frame.expansion=8 min_height=0 [Menu] @@ -305,6 +305,7 @@ frame.left=2 frame.right=2 text.focus.color=white +frame.expansion=8 min_width=0 min_height=0 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvDarkRed/KvDarkRed.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1,35 +1,36 @@ + + - - - + + + + - + - - - - + + - - + + - + @@ -38,42 +39,42 @@ - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - @@ -101,29 +102,29 @@ - + - + - + - - + + - + - + - - + + @@ -133,8 +134,8 @@ - - + + @@ -144,11 +145,11 @@ - - + + - + @@ -159,249 +160,252 @@ - + - + - + + + - + - - - - - + + + + + - - - + + + - + - - - - - + + + + + - - - + + + + + + - + + + + - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - + + - - - + + + + - - - - - + + + + - - - - - - - - - - - + + + + + + - - - + + + + + + + + + + + - - - + + + + - - - - - - - - - + + + + + + - - - + + + + - - + - - + - - - + + + + - - - - - + + + + + - + - - - - - - - - + - + + + + - - - - - + + - - - - + + + + + + + + - + - + - - + + + @@ -505,21 +509,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -599,26 +603,26 @@ - - - - - - - + + + + + + + - - + + - - + + - - - - + + + + @@ -828,18 +832,18 @@ - - + + - + - + @@ -1010,7 +1014,7 @@ - + @@ -1022,11 +1026,11 @@ - + - + @@ -1107,23 +1111,23 @@ - + - - + + - - + + @@ -1133,8 +1137,8 @@ - - + + @@ -1143,7 +1147,7 @@ - + @@ -1159,7 +1163,7 @@ - + @@ -1178,12 +1182,9 @@ - - - - - + + @@ -1261,7 +1262,7 @@ - + @@ -1272,7 +1273,7 @@ - + @@ -1320,22 +1321,23 @@ - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlat/KvFlat.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlat/KvFlat.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlat/KvFlat.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlat/KvFlat.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -1,7 +1,7 @@ [%General] author=Tsu Jan comment=A dark flat theme inspired by Breeze -x11drag=true +x11drag=all alt_mnemonic=true left_tabs=false attach_active_tab=true @@ -10,6 +10,7 @@ progressbar_thickness=3font composite=true menu_shadow_depth=6 +spread_menuitems=true tooltip_shadow_depth=6 splitter_width=7 scroll_width=12 @@ -24,6 +25,8 @@ toolbar_icon_size=16 dark_titlebar=true animate_states=true +transient_groove=false +transient_scrollbar=true [GeneralColors] window.color=#3D3D3E @@ -48,7 +51,6 @@ [Hacks] respect_darkness=true transparent_ktitle_label=true -kcapacitybar_as_progressbar=true [PanelButtonCommand] frame=true @@ -274,6 +276,15 @@ indicator.element=grip indicator.size=13 +[ScrollbarTransientSlider] +frame=true +frame.element=ss +interior=false +frame.top=6 +frame.bottom=6 +frame.left=6 +frame.right=6 + [ScrollbarGroove] inherits=PanelButtonCommand interior.element=scrollbargroove diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlat/KvFlat.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlat/KvFlat.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlat/KvFlat.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlat/KvFlat.svg 2021-05-25 13:07:46.000000000 +0000 @@ -771,4 +771,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatLight/KvFlatLight.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatLight/KvFlatLight.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatLight/KvFlatLight.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatLight/KvFlatLight.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -77,7 +77,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true disabled_icon_opacity=100 force_size_grip=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -10,6 +10,7 @@ progressbar_thickness=6 composite=true menu_shadow_depth=6 +spread_menuitems=true tooltip_shadow_depth=6 splitter_width=7 scroll_width=12 @@ -79,7 +80,6 @@ transparent_dolphin_view=false transparent_ktitle_label=true transparent_menutitle=false -kcapacitybar_as_progressbar=true disabled_icon_opacity=100 force_size_grip=true iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvFlatRed/KvFlatRed.svg 2021-05-25 13:07:46.000000000 +0000 @@ -650,30 +650,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -744,22 +720,40 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnome/KvGnome.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnome/KvGnome.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnome/KvGnome.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnome/KvGnome.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -105,7 +105,6 @@ transparent_menutitle=false transparent_arrow_button=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomeAlt/KvGnomeAlt.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomeAlt/KvGnomeAlt.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomeAlt/KvGnomeAlt.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomeAlt/KvGnomeAlt.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -88,7 +88,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomeDark/KvGnomeDark.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomeDark/KvGnomeDark.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomeDark/KvGnomeDark.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomeDark/KvGnomeDark.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -105,7 +105,6 @@ transparent_menutitle=false transparent_arrow_button=true respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomish/KvGnomish.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomish/KvGnomish.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGnomish/KvGnomish.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGnomish/KvGnomish.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -80,7 +80,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGray/KvGray.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGray/KvGray.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGray/KvGray.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGray/KvGray.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -33,6 +33,7 @@ hide_combo_checkboxes=false inline_spin_indicators=true joined_inactive_tabs=true +bold_active_tab=true remove_extra_frames=true large_icon_size=32 layout_margin=4 @@ -82,7 +83,6 @@ transparent_ktitle_label=true blur_translucent=true transparent_menutitle=false -kcapacitybar_as_progressbar=true respect_darkness=false single_top_toolbar=true disabled_icon_opacity=100 @@ -90,7 +90,7 @@ iconless_menu=false iconless_pushbutton=false lxqtmainmenu_iconsize=22 -no_selection_tint=false +no_selection_tint=true normal_default_pushbutton=false tint_on_mouseover=0 transparent_pcmanfm_view=true @@ -108,7 +108,7 @@ text.margin.right=2 text.press.color=black indicator.size=10 -frame.expansion=8 +frame.expansion=10 [PanelButtonTool] inherits=PanelButtonCommand @@ -180,16 +180,16 @@ frame.left=5 frame.right=5 focusFrame=true -text.normal.color=#000000be -text.toggle.color=#000000d2 -text.bold=true +text.normal.color=black +text.toggle.color=#000000e5 +text.bold=false text.boldness=2 text.shadow=true text.shadow.color=white text.shadow.xshift=1 text.shadow.yshift=1 text.shadow.depth=1 -text.shadow.alpha=110 +text.shadow.alpha=80 indicator.size=12 min_height=+0.05font min_width=+0.12font @@ -334,7 +334,7 @@ [ComboBox] inherits=PanelButtonCommand frame.element=combo -interor.element=combo +interior.element=combo frame.expanded.top=2 frame.expanded.bottom=2 frame.expanded.left=2 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGray/KvGray.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGray/KvGray.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvGray/KvGray.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvGray/KvGray.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1,94 +1,76 @@ - - - - - - - - - - - - - - - + - - - - - - - - - - - + + + - - - + + + + + + - - - - - + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - + + + + + + + + - - - - - + + + - - + + - - - - - - - - - + + + + + + + + @@ -98,444 +80,458 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + - - + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + - - + + - - - - - + + + + - - - - - - + + + + + + + + + + - + - - - - - - - - + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + - - - + + + + + + + + + + + + + + - - - - - - + + + - - - - - - - - - - - + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - + + + + + + + + + + - - - + + + + + + + - - - - - - + + - - - + + + + + + + + + + + + - - - - + + + + + + - - + + + + + + + - - - - - - - - + + + - - - + + + + - - - - + + + - - - + + + + + + - - - - - - - + + + + - - - + + + - + - - - + + + - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + - - - - - + + + + + + + + - - - + + - - - - - - + @@ -575,15 +571,15 @@ - + - + - + @@ -599,7 +595,7 @@ - + @@ -615,11 +611,11 @@ - + - + @@ -643,15 +639,15 @@ - + - + - + @@ -691,13 +687,13 @@ - - - - + + + + - + @@ -710,35 +706,35 @@ - - + + - - + + - - + + - + - + - - + + - - + + @@ -829,14 +825,14 @@ - - - - - - - - + + + + + + + + @@ -846,17 +842,17 @@ - + - + - + @@ -1014,39 +1010,39 @@ - + - + - + - + - + - - + + - - + + - - + + @@ -1269,26 +1265,26 @@ - - - - - - - - - + + + + + + + + + - + - + @@ -1314,7 +1310,7 @@ - + @@ -1335,11 +1331,11 @@ - + - + @@ -1357,27 +1353,9 @@ - + - - - - - - - - - - - - - - - - - - - + @@ -1424,7 +1402,7 @@ - + @@ -1433,21 +1411,21 @@ - + - + - + - - - - + + + + @@ -1480,22 +1458,6 @@ - - - - - - - - - - - - - - - - @@ -1504,8 +1466,12 @@ - - + + + + + + @@ -1544,16 +1510,28 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -1564,4 +1542,7 @@ + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojave/KvMojave.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojave/KvMojave.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojave/KvMojave.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojave/KvMojave.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -99,7 +99,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveLight/KvMojaveLight.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveLight/KvMojaveLight.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveLight/KvMojaveLight.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveLight/KvMojaveLight.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -100,7 +100,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveMixed/KvMojaveMixed.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveMixed/KvMojaveMixed.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveMixed/KvMojaveMixed.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveMixed/KvMojaveMixed.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -105,7 +105,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveMixed1/KvMojaveMixed1.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveMixed1/KvMojaveMixed1.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvMojaveMixed1/KvMojaveMixed1.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvMojaveMixed1/KvMojaveMixed1.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -106,7 +106,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvOxygen/KvOxygen.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvOxygen/KvOxygen.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvOxygen/KvOxygen.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvOxygen/KvOxygen.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -77,7 +77,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -8,12 +8,13 @@ mirror_doc_tabs=false remove_extra_frames=true group_toolbar_buttons=true +toolbar_separator_thickness=2 spread_progressbar=true composite=true menu_shadow_depth=7 tooltip_shadow_depth=6 spread_menuitems=true -scroll_width=10 +scroll_width=12 slider_handle_width=20 slider_handle_length=15 tickless_slider_handle_size=18 @@ -58,7 +59,7 @@ scrollbar_in_view=false spin_button_width=16 submenu_delay=250 -transient_groove=false +transient_groove=true transient_scrollbar=true tree_branch_line=false @@ -89,7 +90,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_menu=false iconless_pushbutton=false @@ -100,7 +100,7 @@ single_top_toolbar=true tint_on_mouseover=0 transparent_pcmanfm_view=true -no_selection_tint=false +no_selection_tint=true centered_forms=true [PanelButtonCommand] @@ -108,7 +108,7 @@ frame.bottom=4 frame.left=3 frame.right=3 -frame.expanded.top=1 +frame.expanded.top=0 frame.expanded.bottom=2 frame.expanded.left=1 frame.expanded.right=1 @@ -122,9 +122,11 @@ frame.expansion=3font indicator.size=10 min_height=+0.18font +min_width=0 [PanelButtonTool] inherits=PanelButtonCommand +min_width=+0.14font [DockTitle] text.bold=true @@ -142,6 +144,7 @@ text.margin.left=3 text.margin.right=3 frame.bottom=3 +min_width=0 [IndicatorSpinBox] inherits=PanelButtonCommand @@ -172,12 +175,11 @@ frame.bottom=5 frame.left=5 frame.right=5 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=0 -text.margin.right=0 -frame.expansion=0 -indicator.size=11 +text.margin.top=1 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 +indicator.size=12 min_width=+0.4font min_height=0 @@ -203,6 +205,7 @@ frame.bottom=3 frame.expansion=0 min_height=0 +min_width=0 [GroupBox] interior=false @@ -293,8 +296,9 @@ text.focus.color=black text.press.color=white text.toggle.color=white -frame.expansion=6 +frame.expansion=8 min_height=0 +min_width=0 [Menu] inherits=PanelButtonCommand @@ -315,6 +319,7 @@ text.margin.right=3 frame.expansion=0 min_height=0 +min_width=0 [MenuBar] inherits=PanelButtonCommand @@ -337,6 +342,7 @@ text.margin.right=4 frame.expansion=0 min_height=0 +min_width=0 [TitleBar] inherits=PanelButtonCommand @@ -356,6 +362,7 @@ text.margin.left=5 text.margin.right=5 indicator.size=11 +min_width=0 [WindowTranslucent] interior=true diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvRoughGlass/KvRoughGlass.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1,478 +1,461 @@ - - - - - - - - - - - - - - - + + - - + - + + + + + + + + + + + - + - + - - - - - - + + + + + - - + + - - - - - - - + + + + + + + - - - + + + + + + + - - - - - - - - - - - + + + + - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - + - - - + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + + - - + + - + - - - - - - - - + + + + + + - - - + + + + + + + + + + + + + - - - - - + - - - + + + + - - - - - - + + + + + - - - + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + - - - + + + - - - - - - - + + + + - - - + + + + - - - + + + + - - - + + + - - - - - - - - - - - + + + - - - + + + + + - - - - + + + - - - + + + - - - + + + + - + - + - - - + + + - + + + + - - - - - - + + + + + + + + + + - - - + - - - - - + + + + + + + + - - - - - - - + + + + + + + + + + - - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - + - - - - - - - + - - + + + + + - - + + + + + + + + + + + + + + @@ -504,7 +487,7 @@ - + @@ -536,7 +519,7 @@ - + @@ -585,14 +568,6 @@ - - - - - - - - @@ -643,7 +618,7 @@ - + @@ -883,36 +858,36 @@ - + - - + + - - + + - - + + - - - + + + - - + + - - - - - - - + + + + + + + @@ -931,8 +906,8 @@ - - + + @@ -986,11 +961,11 @@ - + - - - + + + @@ -1085,11 +1060,11 @@ - + - + @@ -1097,18 +1072,24 @@ - + - + - - + + + + + + + + @@ -1137,7 +1118,7 @@ - + @@ -1165,41 +1146,23 @@ - - - - - - - - - - - - - - - - - - - + - + - + - + @@ -1218,24 +1181,37 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1310,7 +1286,7 @@ - + @@ -1345,11 +1321,11 @@ - + - + @@ -1365,68 +1341,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - - - - - - - - - - - - - - - - - - + + - - + + @@ -1467,15 +1425,15 @@ - - - - - - - - - + + + + + + + + + @@ -1484,7 +1442,10 @@ - + + + + @@ -1550,14 +1511,34 @@ - + - - - + + + + + + + + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicity/KvSimplicity.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicity/KvSimplicity.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicity/KvSimplicity.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicity/KvSimplicity.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -74,7 +74,6 @@ blur_translucent=true transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -81,7 +81,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=true -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false @@ -304,7 +303,7 @@ text.focus.color=#9bccff text.press.color=white text.toggle.color=white -frame.expansion=6 +frame.expansion=8 [Splitter] indicator.size=32 @@ -347,7 +346,7 @@ frame.bottom=3 frame.left=3 frame.right=3 -frame.expansion=0 +frame.expansion=8 [MenuBar] inherits=PanelButtonCommand diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDark/KvSimplicityDark.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1,240 +1,256 @@ - - - - - - - - - - + - + - + + + + + + + + + + + - - - - + - - + + + + - + + + - - + - - - - - + + + + + + - - - - + - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + - - - - + - - - - - - - + + + + + + + + + + + - - + - + + + + + - - - - - - - - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + - - - - - - + + + - - - - - - + + + + + + + - - - + + + + + - - - - + + + - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + - + + - + @@ -246,42 +262,43 @@ - - - - + + - + - + + + - + - + - + + - - - - - - + + + + - + - - - + + + - + + + @@ -565,15 +582,15 @@ - - - - + + + + - - - + + + @@ -581,13 +598,13 @@ - - - + + + - - + + @@ -597,35 +614,43 @@ - + + - + + - + + - - + + + - + + - + + - - + + + - + + @@ -761,15 +786,15 @@ - - - - + + + + - - - + + + @@ -777,13 +802,13 @@ - - - + + + - - + + @@ -840,27 +865,27 @@ - + - + - + - + - + - + @@ -899,4 +924,5 @@ + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.kvconfig 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,457 @@ +[%General] +author=Tsu Jan +comment=An elegantly simple dark theme with light elements +x11drag=all +alt_mnemonic=true +left_tabs=false +attach_active_tab=false +embedded_tabs=true +mirror_doc_tabs=false +group_toolbar_buttons=true +spread_progressbar=true +composite=true +menu_shadow_depth=7 +spread_menuitems=true +tooltip_shadow_depth=6 +scroll_width=12 +scroll_arrows=false +scroll_min_extent=50 +transient_scrollbar=true +slider_width=4 +slider_handle_width=18 +slider_handle_length=18 +center_toolbar_handle=true +check_size=16 +textless_progressbar=false +progressbar_thickness=6 +menubar_mouse_tracking=true +toolbutton_style=0 +click_behavior=0 +translucent_windows=false +blurring=false +popup_blurring=true +opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx +vertical_spin_indicators=false +fill_rubberband=false +merge_menubar_with_toolbar=true +small_icon_size=16 +large_icon_size=32 +button_icon_size=16 +toolbar_icon_size=16 +combo_as_lineedit=true +combo_menu=true +combo_focus_rect=true +groupbox_top_label=false +inline_spin_indicators=true +remove_extra_frames=true +joined_inactive_tabs=true +layout_spacing=2 +submenu_overlap=0 +tooltip_delay=-1 +button_contents_shift=true +animate_states=true +no_window_pattern=false +dark_titlebar=true + +[GeneralColors] +window.color=#3e3e3e +base.color=#282828 +alt.base.color=#323232 +button.color=#3e3e3e +light.color=#606060 +mid.light.color=#555555 +dark.color=#171717 +mid.color=#3c3c3c +highlight.color=#c3c3c3 +inactive.highlight.color=#6e6e6e +tooltip.base.color=black +text.color=white +window.text.color=white +button.text.color=white +disabled.text.color=#A0A0A0 +tooltip.text.color=white +highlight.text.color=black +inactive.highlight.text.color=white +inactive.text.color=#dcdcdc +inactive.window.text.color=#dcdcdc +link.color=#2EB8E6 +link.visited.color=#FF6666 +progress.indicator.text.color=black + +[Hacks] +transparent_ktitle_label=true +transparent_dolphin_view=false +transparent_pcmanfm_sidepane=true +blur_translucent=true +transparent_menutitle=false +respect_darkness=true +force_size_grip=true +iconless_pushbutton=false +iconless_menu=false +disabled_icon_opacity=100 +lxqtmainmenu_iconsize=22 +no_selection_tint=true +normal_default_pushbutton=false +single_top_toolbar=true +tint_on_mouseover=0 +transparent_arrow_button=true + +[PanelButtonCommand] +frame=true +frame.element=button +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +interior=true +interior.element=button +indicator.size=11 +text.normal.color=white +text.normal.inactive.color=#dcdcdc +text.focus.color=white +text.press.color=white +text.toggle.color=black +text.toggle.inactive.color=white +text.shadow=0 +text.margin=1 +text.iconspacing=4 +indicator.element=arrow +text.margin.top=4 +text.margin.bottom=4 +text.margin.left=4 +text.margin.right=4 +frame.expansion=12 + +[PanelButtonTool] +inherits=PanelButtonCommand + +[Dock] +inherits=PanelButtonCommand +interior.element=dock +frame.element=dock +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +text.normal.color=white + +[DockTitle] +inherits=PanelButtonCommand +frame=false +interior=false +text.normal.color=white +text.focus.color=white +text.bold=true + +[IndicatorSpinBox] +inherits=PanelButtonCommand +indicator.element=arrow +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +indicator.size=11 +text.normal.color=white + +[RadioButton] +inherits=PanelButtonCommand +frame=false +interior.element=radio +text.normal.color=white +text.focus.color=white + +[CheckBox] +inherits=PanelButtonCommand +frame=false +interior.element=checkbox +text.normal.color=white +text.focus.color=white + +[GenericFrame] +inherits=PanelButtonCommand +frame=true +interior=false +frame.element=common +interior.element=common +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[LineEdit] +inherits=PanelButtonCommand +frame.element=lineedit +interior.element=lineedit +text.margin.top=3 +text.margin.bottom=3 +text.margin.left=1 +text.margin.right=1 +frame.expansion=12 + +[DropDownButton] +inherits=PanelButtonCommand +indicator.element=arrow-down + +[IndicatorArrow] +indicator.element=arrow +indicator.size=11 + +[ToolboxTab] +inherits=PanelButtonCommand +text.normal.color=white +text.press.color=white +text.focus.color=white +text.press.inactive.color=#dcdcdc + +[Tab] +inherits=PanelButtonCommand +interior.element=button +text.margin.left=6 +text.margin.right=6 +text.margin.top=4 +text.margin.bottom=4 +frame.element=button +focusFrame=true +indicator.element=tab +indicator.size=14 +text.normal.color=white +text.focus.color=white +text.toggle.color=black +min_width=4font +min_height=1.87font + +[TabFrame] +inherits=PanelButtonCommand +frame=true +frame.element=tframe +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +interior=false + +[TreeExpander] +inherits=PanelButtonCommand +frame=false +interior=false +indicator.size=11 +indicator.element=arrow + +[HeaderSection] +inherits=PanelButtonCommand +text.margin.top=3 +text.margin.bottom=3 +text.margin.left=3 +text.margin.right=3 + +[SizeGrip] +indicator.element=resize-grip + +[Toolbar] +inherits=PanelButtonCommand +indicator.element=toolbar +indicator.size=5 +text.margin=0 +interior.element=menubar +frame.element=menubar +text.normal.color=white +text.focus.color=white +frame.top=0 +frame.bottom=4 +frame.expansion=0 + +[Slider] +inherits=PanelButtonCommand +frame.element=slider +interior.element=slider +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 + +[SliderCursor] +inherits=PanelButtonCommand +frame=false +interior.element=slidercursor + +[Progressbar] +inherits=PanelButtonCommand +frame.element=progress +frame.expandedElement=eprogress +interior.element=progress +text.margin=0 +text.normal.color=white +text.focus.color=white +text.press.color=white +text.toggle.color=white +text.bold=true +frame.expansion=10 + +[ProgressbarContents] +inherits=PanelButtonCommand +frame=true +frame.element=progress-pattern +frame.expandedElement=eprogress-pattern +interior.element=progress-pattern + +[ItemView] +inherits=PanelButtonCommand +text.margin=true +frame.element=itemview +interior.element=itemview +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=2 +text.margin.right=2 +text.normal.color=white +text.focus.color=white +text.press.color=black +text.toggle.color=black +text.toggle.inactive.color=#f1f1f1 +frame.expansion=8 + +[Splitter] +indicator.size=32 + +[Scrollbar] +inherits=PanelButtonCommand +indicator.element=arrow +indicator.size=11 + +[ScrollbarSlider] +inherits=PanelButtonCommand +frame.element=scrollbarslider +interior=false +frame.left=6 +frame.right=6 +frame.top=6 +frame.bottom=6 +indicator.element=grip +indicator.size=13 +frame.expansion=0 + +[ScrollbarGroove] +inherits=PanelButtonCommand +interior=false +frame=false + +[MenuItem] +inherits=PanelButtonCommand +frame=true +frame.element=menuitem +interior.element=menuitem +indicator.element=menuitem +text.normal.color=white +text.focus.color=black +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=3 +text.margin.right=3 +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +frame.expansion=8 + +[MenuBar] +inherits=PanelButtonCommand +frame.element=menubar +interior.element=menubar +frame.expansion=0 + +[MenuBarItem] +inherits=PanelButtonCommand +interior=false +frame.element=menubaritem +frame.top=3 +frame.bottom=2 +frame.left=2 +frame.right=2 +text.margin.left=1 +text.margin.right=4 +text.margin.top=2 +text.normal.color=white +text.focus.color=white +frame.expansion=0 + +[TitleBar] +inherits=PanelButtonCommand +frame=false +interior.element=titlebar +indicator.size=12 +indicator.element=mdi +text.normal.color=#787878 +text.focus.color=white +text.bold=true +text.italic=true +frame.expansion=0 + +[ComboBox] +inherits=PanelButtonCommand + +[Menu] +inherits=PanelButtonCommand +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +frame.element=menu +interior.element=menu +text.normal.color=white +frame.expansion=0 + +[GroupBox] +inherits=GenericFrame +frame=true +frame.element=group +text.shadow=0 +text.margin=0 +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +text.normal.color=white +text.press.color=white +text.focus.color=white +text.bold=true +frame.expansion=0 + +[TabBarFrame] +inherits=GenericFrame +frame=false +interior=false +text.shadow=0 + +[ToolTip] +inherits=GenericFrame +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +interior=true +text.shadow=0 +text.margin=0 +interior.element=tooltip +frame.element=tooltip +frame.expansion=0 + +[StatusBar] +inherits=GenericFrame +frame=false +interior=false + +[WindowTranslucent] +interior=true +interior.element=window +interior.x.patternsize=128 +interior.y.patternsize=128 + +[DialogTranslucent] +interior=true +interior.element=dialog +interior.x.patternsize=128 +interior.y.patternsize=128 diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.svg 1970-01-01 00:00:00.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityDarkLight/KvSimplicityDarkLight.svg 2021-05-25 13:07:46.000000000 +0000 @@ -0,0 +1,1052 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -23,7 +23,7 @@ slider_handle_length=18 center_toolbar_handle=true toolbar_interior_spacing=2 -toolbar_separator_thickness=8 +toolbar_separator_thickness=7 check_size=16 textless_progressbar=false progressbar_thickness=8 @@ -94,7 +94,6 @@ blur_translucent=true transparent_menutitle=true respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=true iconless_pushbutton=false iconless_menu=false @@ -129,10 +128,9 @@ indicator.element=arrow text.margin.top=2 text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 +text.margin.left=3 +text.margin.right=3 frame.expansion=12 -min_width=+2 [PanelButtonTool] inherits=PanelButtonCommand @@ -197,6 +195,8 @@ inherits=PanelButtonCommand frame=false interior.element=radio +text.margin.left=2 +text.margin.right=2 text.normal.color=black text.focus.color=#005161 min_width=0 @@ -205,6 +205,8 @@ inherits=PanelButtonCommand frame=false interior.element=checkbox +text.margin.left=2 +text.margin.right=2 text.normal.color=black text.focus.color=#005161 min_width=0 @@ -360,7 +362,7 @@ text.press.color=white text.toggle.color=white text.toggle.inactive.color=white -frame.expansion=6 +frame.expansion=8 [Splitter] indicator.size=32 @@ -404,7 +406,7 @@ frame.bottom=3 frame.left=3 frame.right=3 -frame.expansion=0 +frame.expansion=8 min_width=0 [MenuBar] @@ -437,6 +439,8 @@ interior.element=titlebar indicator.size=12 indicator.element=mdi +text.margin.left=2 +text.margin.right=2 text.normal.color=#aaaaaa text.focus.color=#dcdcdc text.bold=true diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.svg qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.svg --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.svg 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvSimplicityTurquoise/KvSimplicityTurquoise.svg 2021-05-25 13:07:46.000000000 +0000 @@ -1,111 +1,112 @@ - - - - - - + + + + + - + - - - - - - - + + - + - + + + + + + + + + + - + + + + + + + + + + + + + - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + - + + + + - + + + + + - + @@ -218,22 +219,23 @@ + - + - - + + + + - + - - @@ -241,7 +243,7 @@ - + @@ -278,22 +280,22 @@ - + + - - + - + + + - - - - + + @@ -311,27 +313,27 @@ - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + @@ -687,7 +689,7 @@ - + @@ -738,13 +740,13 @@ - - - - - - - + + + + + + + @@ -753,13 +755,13 @@ - - - - - - - + + + + + + + @@ -782,10 +784,10 @@ - - - - + + + + @@ -811,13 +813,13 @@ - - - - + + + + - + @@ -831,41 +833,49 @@ + - - + + + - - + + + - - + + + - - + + - - + + + - - + + + + + + + - - @@ -875,7 +885,10 @@ - + + + + @@ -920,34 +933,40 @@ + - - + + + - - + + + - - + + + - - + + - - + + + - - + + + @@ -979,22 +998,22 @@ - - + + - - + + - - + + - - + + @@ -1007,34 +1026,38 @@ - - + + + + + + + - - - - - - + + + - - + + + - + + - - + + + - @@ -1106,7 +1129,7 @@ - + @@ -1119,66 +1142,77 @@ - - + + - - + + + - - + + - + - + + - - + + - + + - - + + - + + - + + - - + + - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -1224,4 +1258,14 @@ + + + + + + + + + + diff -Nru qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvYaru/KvYaru.kvconfig qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvYaru/KvYaru.kvconfig --- qt5-style-kvantum-0.19.0+repack/themes/kvthemes/KvYaru/KvYaru.kvconfig 2021-03-12 06:46:02.000000000 +0000 +++ qt5-style-kvantum-0.20.0+repack/themes/kvthemes/KvYaru/KvYaru.kvconfig 2021-05-25 13:07:46.000000000 +0000 @@ -103,7 +103,6 @@ blur_translucent=true transparent_menutitle=false respect_darkness=false -kcapacitybar_as_progressbar=true force_size_grip=false iconless_pushbutton=false iconless_menu=false