Merge branch 'debian/experimental' into debian/sid
* debian/experimental: Update gbp.conf Update Vcs-* fields Update changelog Add manpage for lxqt-config Update copyright Remove menu Update changelog Update Build-Depends Imported Upstream version 0.10.0 Add gbp.conf Update Vcs-* Cherry-picking upstream version 0.9.0+20151007. Cherry-picked upstream versuib 0.9.0+20150923 Changed mail address czchen Added upstream signing key and use it in watch file Cherry-picked upstream version 0.9.0+20150829. Removed debian/patches, fixed upstream Fixed .gitignore Fixed and sorted copyright cme fix dpkg-control Fixed spelling in lintian-overrides Adding upstream version 0.9.0+20150829. patches deleted, fixed upstream gitignore fixed, some whitespaces in copyright fixed Releasing debian version 0.9.0+20150806-1.
This commit is contained in:
commit
b3ff8f5fad
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
build
|
4
AUTHORS
4
AUTHORS
@ -7,7 +7,7 @@ Copyright:
|
|||||||
Copyright (c) 2012-2014 LXQt team
|
Copyright (c) 2012-2014 LXQt team
|
||||||
|
|
||||||
License: GPL-2 and LGPL-2.1+
|
License: GPL-2 and LGPL-2.1+
|
||||||
The full text of the licenses can be found in the 'COPYING' file.
|
The full text of the licenses can be found in the 'LICENSE' file.
|
||||||
|
|
||||||
The lxqt-config-cursor component is based on the "qt-xcurtheme" project
|
The lxqt-config-cursor component is based on the "qt-xcurtheme" project
|
||||||
and is licensed under GPL 2.
|
and is licensed under GPL 2, GPL 3, LGPL-2, LGPL-2.1 and WTFPL 2.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||||
|
|
||||||
project(lxqt-config)
|
project(lxqt-config)
|
||||||
|
set(LXQT_CONFIG_PROJECT "${PROJECT_NAME}")
|
||||||
|
|
||||||
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ add_subdirectory(lxqt-config-input)
|
|||||||
add_subdirectory(lxqt-config-file-associations)
|
add_subdirectory(lxqt-config-file-associations)
|
||||||
add_subdirectory(lxqt-config-appearance)
|
add_subdirectory(lxqt-config-appearance)
|
||||||
add_subdirectory(lxqt-config-monitor)
|
add_subdirectory(lxqt-config-monitor)
|
||||||
|
add_subdirectory(lxqt-config-locale)
|
||||||
|
|
||||||
# building tarball with CPack -------------------------------------------------
|
# building tarball with CPack -------------------------------------------------
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
Version 2.1, February 1999
|
Version 2.1, February 1999
|
||||||
|
|
||||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
@ -23,8 +22,7 @@ specially designated software packages--typically libraries--of the
|
|||||||
Free Software Foundation and other authors who decide to use it. You
|
Free Software Foundation and other authors who decide to use it. You
|
||||||
can use it too, but we suggest you first think carefully about whether
|
can use it too, but we suggest you first think carefully about whether
|
||||||
this license or the ordinary General Public License is the better
|
this license or the ordinary General Public License is the better
|
||||||
strategy to use in any particular case, based on the explanations
|
strategy to use in any particular case, based on the explanations below.
|
||||||
below.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom of use,
|
When we speak of free software, we are referring to freedom of use,
|
||||||
not price. Our General Public Licenses are designed to make sure that
|
not price. Our General Public Licenses are designed to make sure that
|
||||||
@ -89,9 +87,9 @@ libraries. However, the Lesser license provides advantages in certain
|
|||||||
special circumstances.
|
special circumstances.
|
||||||
|
|
||||||
For example, on rare occasions, there may be a special need to
|
For example, on rare occasions, there may be a special need to
|
||||||
encourage the widest possible use of a certain library, so that it
|
encourage the widest possible use of a certain library, so that it becomes
|
||||||
becomes a de-facto standard. To achieve this, non-free programs must
|
a de-facto standard. To achieve this, non-free programs must be
|
||||||
be allowed to use the library. A more frequent case is that a free
|
allowed to use the library. A more frequent case is that a free
|
||||||
library does the same job as widely used non-free libraries. In this
|
library does the same job as widely used non-free libraries. In this
|
||||||
case, there is little to gain by limiting the free library to free
|
case, there is little to gain by limiting the free library to free
|
||||||
software only, so we use the Lesser General Public License.
|
software only, so we use the Lesser General Public License.
|
||||||
@ -138,8 +136,8 @@ included without limitation in the term "modification".)
|
|||||||
"Source code" for a work means the preferred form of the work for
|
"Source code" for a work means the preferred form of the work for
|
||||||
making modifications to it. For a library, complete source code means
|
making modifications to it. For a library, complete source code means
|
||||||
all the source code for all modules it contains, plus any associated
|
all the source code for all modules it contains, plus any associated
|
||||||
interface definition files, plus the scripts used to control
|
interface definition files, plus the scripts used to control compilation
|
||||||
compilation and installation of the library.
|
and installation of the library.
|
||||||
|
|
||||||
Activities other than copying, distribution and modification are not
|
Activities other than copying, distribution and modification are not
|
||||||
covered by this License; they are outside its scope. The act of
|
covered by this License; they are outside its scope. The act of
|
||||||
@ -305,10 +303,10 @@ of these things:
|
|||||||
the user installs one, as long as the modified version is
|
the user installs one, as long as the modified version is
|
||||||
interface-compatible with the version that the work was made with.
|
interface-compatible with the version that the work was made with.
|
||||||
|
|
||||||
c) Accompany the work with a written offer, valid for at least
|
c) Accompany the work with a written offer, valid for at
|
||||||
three years, to give the same user the materials specified in
|
least three years, to give the same user the materials
|
||||||
Subsection 6a, above, for a charge no more than the cost of
|
specified in Subsection 6a, above, for a charge no more
|
||||||
performing this distribution.
|
than the cost of performing this distribution.
|
||||||
|
|
||||||
d) If distribution of the work is made by offering access to copy
|
d) If distribution of the work is made by offering access to copy
|
||||||
from a designated place, offer equivalent access to copy the above
|
from a designated place, offer equivalent access to copy the above
|
||||||
@ -386,10 +384,9 @@ all those who receive copies directly or indirectly through you, then
|
|||||||
the only way you could satisfy both it and this License would be to
|
the only way you could satisfy both it and this License would be to
|
||||||
refrain entirely from distribution of the Library.
|
refrain entirely from distribution of the Library.
|
||||||
|
|
||||||
If any portion of this section is held invalid or unenforceable under
|
If any portion of this section is held invalid or unenforceable under any
|
||||||
any particular circumstance, the balance of the section is intended to
|
particular circumstance, the balance of the section is intended to apply,
|
||||||
apply, and the section as a whole is intended to apply in other
|
and the section as a whole is intended to apply in other circumstances.
|
||||||
circumstances.
|
|
||||||
|
|
||||||
It is not the purpose of this section to induce you to infringe any
|
It is not the purpose of this section to induce you to infringe any
|
||||||
patents or other property right claims or to contest validity of any
|
patents or other property right claims or to contest validity of any
|
||||||
@ -407,11 +404,11 @@ be a consequence of the rest of this License.
|
|||||||
|
|
||||||
12. If the distribution and/or use of the Library is restricted in
|
12. If the distribution and/or use of the Library is restricted in
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
original copyright holder who places the Library under this License
|
original copyright holder who places the Library under this License may add
|
||||||
may add an explicit geographical distribution limitation excluding those
|
an explicit geographical distribution limitation excluding those countries,
|
||||||
countries, so that distribution is permitted only in or among
|
so that distribution is permitted only in or among countries not thus
|
||||||
countries not thus excluded. In such case, this License incorporates
|
excluded. In such case, this License incorporates the limitation as if
|
||||||
the limitation as if written in the body of this License.
|
written in the body of this License.
|
||||||
|
|
||||||
13. The Free Software Foundation may publish revised and/or new
|
13. The Free Software Foundation may publish revised and/or new
|
||||||
versions of the Lesser General Public License from time to time.
|
versions of the Lesser General Public License from time to time.
|
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
|||||||
|
lxqt-config (0.10.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Merge from experimental.
|
||||||
|
* New upstream release.
|
||||||
|
* Update Vcs-* fields.
|
||||||
|
* Update copyright.
|
||||||
|
* Remove Debian specific menu in favor of .desktop menu system.
|
||||||
|
* Install manpage for lxqt-config.
|
||||||
|
|
||||||
|
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Tue, 10 Nov 2015 23:19:34 +0800
|
||||||
|
|
||||||
lxqt-config (0.9.0+20150806-2) unstable; urgency=medium
|
lxqt-config (0.9.0+20150806-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixed .gitignore, removed outdated entries
|
* Fixed .gitignore, removed outdated entries
|
||||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -8,8 +8,9 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
|
libkf5screen-dev,
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt0-dev,
|
liblxqt0-dev (>= 0.10.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev,
|
libqt5xdg-dev,
|
||||||
@ -22,8 +23,8 @@ Build-Depends: debhelper (>= 9),
|
|||||||
qttools5-dev-tools,
|
qttools5-dev-tools,
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git/?h=debian/sid
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/lxqt-config
|
Homepage: https://github.com/lxde/lxqt-config
|
||||||
|
|
||||||
Package: lxqt-config
|
Package: lxqt-config
|
||||||
|
57
debian/copyright
vendored
57
debian/copyright
vendored
@ -19,20 +19,30 @@ Copyright: 2007, 2009 Rafael Fernández López <ereslibre@kde.org>
|
|||||||
2007 John Tapsell <tapsell@kde.org>
|
2007 John Tapsell <tapsell@kde.org>
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
|
|
||||||
Files: liblxqt-config-cursor/cfgfile.h liblxqt-config-cursor/main.cpp
|
Files: liblxqt-config-cursor/cfgfile.h
|
||||||
liblxqt-config-cursor/selectwnd.h liblxqt-config-cursor/main.h
|
liblxqt-config-cursor/main.cpp
|
||||||
liblxqt-config-cursor/selectwnd.cpp liblxqt-config-cursor/xcr/xcrtheme.h
|
liblxqt-config-cursor/main.h
|
||||||
liblxqt-config-cursor/xcr/xcrxcur.cpp liblxqt-config-cursor/xcr/xcrxcur.h
|
liblxqt-config-cursor/selectwnd.cpp
|
||||||
liblxqt-config-cursor/xcr/xcrthemefx.cpp liblxqt-config-cursor/xcr/xcrthemefx.h
|
liblxqt-config-cursor/selectwnd.h
|
||||||
liblxqt-config-cursor/xcr/xcrimg.h liblxqt-config-cursor/xcr/xcrthemexp.cpp
|
liblxqt-config-cursor/xcr/xcrimg.cpp
|
||||||
liblxqt-config-cursor/xcr/xcrtheme.cpp liblxqt-config-cursor/xcr/xcrthemexp.h
|
liblxqt-config-cursor/xcr/xcrimg.h
|
||||||
liblxqt-config-cursor/xcr/xcrimg.cpp
|
liblxqt-config-cursor/xcr/xcrtheme.cpp
|
||||||
|
liblxqt-config-cursor/xcr/xcrtheme.h
|
||||||
|
liblxqt-config-cursor/xcr/xcrthemefx.cpp
|
||||||
|
liblxqt-config-cursor/xcr/xcrthemefx.h
|
||||||
|
liblxqt-config-cursor/xcr/xcrthemexp.cpp
|
||||||
|
liblxqt-config-cursor/xcr/xcrthemexp.h
|
||||||
|
liblxqt-config-cursor/xcr/xcrxcur.cpp
|
||||||
|
liblxqt-config-cursor/xcr/xcrxcur.h
|
||||||
Copyright: Ketmar <psyc://ketmar.no-ip.org/~Ketmar>
|
Copyright: Ketmar <psyc://ketmar.no-ip.org/~Ketmar>
|
||||||
License: WTFPL-2
|
License: WTFPL-2
|
||||||
|
|
||||||
Files: liblxqt-config-cursor/thememodel.h liblxqt-config-cursor/itemdelegate.cpp
|
Files: liblxqt-config-cursor/itemdelegate.cpp
|
||||||
liblxqt-config-cursor/crtheme.h liblxqt-config-cursor/thememodel.cpp
|
liblxqt-config-cursor/itemdelegate.h
|
||||||
liblxqt-config-cursor/crtheme.cpp liblxqt-config-cursor/itemdelegate.h
|
liblxqt-config-cursor/crtheme.cpp
|
||||||
|
liblxqt-config-cursor/crtheme.h
|
||||||
|
liblxqt-config-cursor/thememodel.cpp
|
||||||
|
liblxqt-config-cursor/thememodel.h
|
||||||
Copyright: 2006-2007 Fredrik Höglund <fredrik@kde.org>
|
Copyright: 2006-2007 Fredrik Höglund <fredrik@kde.org>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
@ -41,20 +51,23 @@ Files: liblxqt-config-cursor/previewwidget.cpp
|
|||||||
Copyright: 2003-2007 Fredrik Höglund <fredrik@kde.org>
|
Copyright: 2003-2007 Fredrik Höglund <fredrik@kde.org>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
Files: lxqt-config-input/lxqt-config-input.cpp lxqt-config-input/mouseconfig.cpp
|
Files: lxqt-config-input/keyboardconfig.cpp
|
||||||
lxqt-config-input/mouseconfig.h lxqt-config-input/keyboardconfig.h
|
lxqt-config-input/keyboardconfig.h
|
||||||
lxqt-config-input/keyboardconfig.cpp
|
lxqt-config-input/lxqt-config-input.cpp
|
||||||
|
lxqt-config-input/mouseconfig.cpp
|
||||||
|
lxqt-config-input/mouseconfig.h
|
||||||
Copyright: 2013-2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
Copyright: 2013-2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
Files: lxqt-config-monitor/monitor.h lxqt-config-monitor/main.cpp
|
Files: lxqt-config-monitor/main.cpp
|
||||||
lxqt-config-monitor/monitorwidget.cpp lxqt-config-monitor/monitorwidget.h
|
lxqt-config-monitor/monitor.cpp
|
||||||
lxqt-config-monitor/main.h lxqt-config-monitor/xrandr.cpp
|
lxqt-config-monitor/monitor.h
|
||||||
lxqt-config-monitor/monitor.cpp lxqt-config-monitor/monitorsettingsdialog.cpp
|
lxqt-config-monitor/monitorwidget.cpp
|
||||||
lxqt-config-monitor/quickoptions.cpp
|
lxqt-config-monitor/monitorwidget.h
|
||||||
lxqt-config-monitor/monitorsettingsdialog.h lxqt-config-monitor/quickoptions.h
|
lxqt-config-monitor/monitorpicture.h
|
||||||
lxqt-config-monitor/savesettings.h lxqt-config-monitor/monitorpicture.h
|
lxqt-config-monitor/monitorsettingsdialog.cpp
|
||||||
lxqt-config-monitor/xrandr.h lxqt-config-monitor/savesettings.cpp
|
lxqt-config-monitor/monitorsettingsdialog.h
|
||||||
|
lxqt-config-monitor/savesettings.cpp
|
||||||
Copyright: 2014 P.L. Lucas <selairi@gmail.com>
|
Copyright: 2014 P.L. Lucas <selairi@gmail.com>
|
||||||
2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
2014 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
8
debian/gbp.conf
vendored
Normal file
8
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/sid
|
||||||
|
upstream-branch = upstream/latest
|
||||||
|
pristine-tar = True
|
||||||
|
|
||||||
|
[import-orig]
|
||||||
|
# Use git cherrypick -n upstream instead.
|
||||||
|
merge = False
|
5
debian/lintian-overrides
vendored
5
debian/lintian-overrides
vendored
@ -2,14 +2,13 @@
|
|||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-appearance
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-appearance
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-file-associations
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-file-associations
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-input
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-input
|
||||||
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-locale
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-monitor
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-monitor
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config
|
|
||||||
|
|
||||||
|
|
||||||
# not a bug, LXQt has not reached free-desktop yet
|
# not a bug, LXQt has not reached free-desktop yet
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop
|
||||||
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-locale.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-monitor.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-monitor.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config.desktop
|
||||||
|
|
||||||
|
1
debian/lxqt-config.manpages
vendored
Normal file
1
debian/lxqt-config.manpages
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
man/lxqt-config.1
|
13
debian/patches/private-lib.patch
vendored
13
debian/patches/private-lib.patch
vendored
@ -1,13 +0,0 @@
|
|||||||
Description: Install private .so file into proper directory.
|
|
||||||
Author: Andrew Lee (李健秋) <ajqlee@debian.org>
|
|
||||||
--- lxqt-config-0.9.0+20150806.orig/liblxqt-config-cursor/CMakeLists.txt
|
|
||||||
+++ lxqt-config-0.9.0+20150806/liblxqt-config-cursor/CMakeLists.txt
|
|
||||||
@@ -80,7 +80,7 @@ target_link_libraries(lxqt-config-cursor
|
|
||||||
|
|
||||||
install(TARGETS
|
|
||||||
lxqt-config-cursor
|
|
||||||
- DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
|
||||||
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}"
|
|
||||||
COMPONENT Runtime
|
|
||||||
)
|
|
||||||
install(FILES
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
private-lib.patch
|
|
63
debian/upstream/signing-key.asc
vendored
Normal file
63
debian/upstream/signing-key.asc
vendored
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||||
|
|
||||||
|
mQINBFJevCYBEACx+Hvy+Vsuf+V5jeLUnzjAmHoy8DfTeGWr3ts30IapLHrfi0+U
|
||||||
|
WpzNnISO77yTr4VNboVZH+GHM/rnPfieODfB4ZW6CZLlInMSKUXcgQsEqXpyBZhA
|
||||||
|
Ib/SPy2bOfHly1uRJes0uRDsH5+v/hD74sByfnjQlrvI68O6wvGZmDFMNNPVO8+/
|
||||||
|
OWBSBNkBuVrrZOMSPsLwQGJ4UtUQ4whburaPJG4VZJc5DLbzJGbEuACc0IAEYJS3
|
||||||
|
7AfXVXn4j4Gc9F3o1xTUnbOBnwGPquWwUIm3FM7Ec2OdkvMt3EwvnkMAfeVrq3iE
|
||||||
|
FDD/KZTxdL0BZH3QD8gB7Jm4v4f3Nkobg6JCvCbcH3wBdZW4mASbwWzfRaDC2zHb
|
||||||
|
ErTglD7PpShLKZZ0pr9okWZEGw4Ku3q8ALi1JXK/ePTmsBlvkVskOJ3Nnd0avgH4
|
||||||
|
+Q/vZoKfH8EhNY745rI+8CE9iv6V9XiSUt4CKEWAENt4A8hq6U2vV+jZv3B6AgD7
|
||||||
|
ZjiI59yD4YuYubu8rCnNizTgh1voVw3ietknn/x2H5yH8fByWZ5uL87C0ky/uma6
|
||||||
|
ZGbiiAtM4kdkyDMrfRV5nlEG9EKAGPVu5mjeSCrfkETwZ9OFPz1AuDye4ZEXrrcC
|
||||||
|
iRQ7RX6/GtW18aHER0kzGnfwx5KJzkDrRBY8A2PdXLBcrsN4WpK9EX01PQARAQAB
|
||||||
|
tCNKZXJvbWUgTGVjbGFuY2hlIDxqZXJvbWVAbGVjbGFuLmNoPokCPwQTAQIAKQUC
|
||||||
|
Ul68JgIbAwUJAeEzgAcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEDfgrx/a
|
||||||
|
SPNzSHIP/1ewXcC0TFBcvDD7MrIP7anyNfiWfW7cxkR8GSamkg6HTa6Ndyr1FFjJ
|
||||||
|
OoDFUP37jWhu59CsHxs2D0zRWJktezfvElscRgqbHcdpIznqsGdI8hXCZafhBGVb
|
||||||
|
sdAB2LRawcXGxnXt7XajPcSVwLWRE62caBqohznU2iWvI780WNjEbZoA0LhZwaFF
|
||||||
|
UUPJm8ea9v0IkZVKUyg9WONZ1U7FEG9SaEiSpI8kJdx1fvCwZVDV/NRO5GqnJaho
|
||||||
|
P1LCne4YdwS6pt1/fRgk32IHxxZfHlLzLHxb6v1JmIg72x28qCmGyK9oFBDbbnYu
|
||||||
|
6Aq8XbHogOrD5vJM2Pfm2IhV0+JHOjfQbddv8tsAH1M+LI+tToXmg5st1AU3wnTn
|
||||||
|
pda3hjA1avKwkfBPW/osHc8782ViyS9iX2e9iDtMv608guij4NjpGExzGCypHOd8
|
||||||
|
+VXRwJDjvgDynkL206MZ+wn0j5wHsIE8F3Y5Bp1thQOrdDli5MYNQoXhjFmH46XT
|
||||||
|
bcr84IgW0+AiXZdoFUqvwtzrWy2Onuw5R3k4OyV4skN4DkWXyAk/V+Y4K39JvTKf
|
||||||
|
H9YuiQ9blNzCu8WiAnjKnh9kNl9E/TyEwI6cHFmIPqF8ST9tJytWHtrKvU9csvXX
|
||||||
|
n8XNJmpcv2R1e6N+VuWWm5zUPTouv3AxCacLbm8Lh3ymGsk7ZEyhiQIcBBABAgAG
|
||||||
|
BQJSsFYyAAoJEBMY76xfu9vO6v0P/3wSj3/kE4nP4HfgcVJSzi+lm1ycpbLDZtgh
|
||||||
|
P1G+zJLVmA+E41vEZimeiYQxBAelatJz+CHzQo3LZ2oVChzVrZcVHn9k4P3pib69
|
||||||
|
qCVif3/y0Wmecn+u2TWbOvJ7mthfO7T3W7rkW1/9ES7bUaXcXWQ2sjUBVqFkFsVt
|
||||||
|
xgJDo8wcxA+K4Yf06GCbxFwrB7X5GraWIkzqGnyse3XAQn8aORAXmE8Yd0FHOjEZ
|
||||||
|
Beb9shChnkYc3lEvNY8ioCaYSF9xr/Iz9cwpfPkpqFiVYWadtb+Gqeh6zC7vPmcT
|
||||||
|
zHxrgkq1WwQlSBm724tPt9xuGQoOglqEa23vlQZfv20nyrYjLeYUy6pMCRq7vn/n
|
||||||
|
nkQOcXF7yQlnqR6xKk0tWsM4e6du0ZvbjBbhHV/kBFVGCLm/upTwoMVm0WJTbr4T
|
||||||
|
5XfIZo7eA0lvGtUhe1PgcOidBikHfAIfYxu0BoMXoL4jbcQdR5+YBDEfsS0jPhCl
|
||||||
|
mew2ScW/R/UhUknJUVFTma0KHXzEmKiqeeUCDtwEi6fxdicAYkbcekgkfFiD/w8N
|
||||||
|
Lk3Uf+0x2MdKA36nUobFkk38oU+GW37kFWJs3f1YRuQFao896eNW/E8ekVMLNxOl
|
||||||
|
nCjnSbabaxDnxPTyW2KlNjf/QUEK4pT6S5QmuCSrle3PQpaSbAZDHzLBIL9gd3m6
|
||||||
|
MH7+SvV4uQINBFJevCYBEADiXDUqstSdhIyuionS2KtE3IeEBIqS7GY8QPRBylIZ
|
||||||
|
ACVHFI/1HxChBqYVGFaDEQn3gj5lUUQPubfWaxzjF6+UNVQW4+cxmTocndAwfDbI
|
||||||
|
+E5BLdieFUzbAA05MV5ZjPhTNbSk1jpy4bNy0FILwNqc89Y6SoCbv1r3tZLCrBas
|
||||||
|
1+AfWknBynx0siGMbLFxtzR6hUkNz9URxt13FrzpUWMpAL8ZQGczOTSaWLrZA5l9
|
||||||
|
xLzJ9ww8uM+C2Xej3/sANxi+kQE2GVMKurPS0TICwVWZxbdW/ytIkO67Rhse0q3t
|
||||||
|
vzjdawfCFRxv7XQB2ZJ6irDxbpHiJoojSWCHJadIyCG03iOiaqsSVvi4KnxtUck+
|
||||||
|
udOEJUV5sxdzgeRrsDpeaN//KCWW9WjfsSkvOqP6S1gmWpNFdzF5XrzcgvqvSNqo
|
||||||
|
XejfakUTJqsIIEHO0zGuJFVzJNh2hQ/9dhjIspUORhtNKaljNvePiBrj2yqmd9PY
|
||||||
|
FlH1KMHe4H+YVIwPiyeNA87Pu+1yNo8gT7mXhGRfibgWjbt146WUJ7+l2StJMApn
|
||||||
|
eNSCartNaUNPnw96i2l5c9AsJ3SWC6XWpWzOLVj+9XceeA11lu/ogqEMHzx81NjH
|
||||||
|
2TePxwKTKxZnAvDmqryp++IgY2/OgIoIk3ZRdYu/dPijTOYWfCet/9/9kAFr9PeJ
|
||||||
|
KwARAQABiQIlBBgBAgAPBQJSXrwmAhsMBQkB4TOAAAoJEDfgrx/aSPNzJv0QAKkx
|
||||||
|
lCKEZ6ahAUuNWslsHnNWaHFHNawEO3NIEtQZGVFk2BYISupizvjZF6MnymO/9UFM
|
||||||
|
pzV6fp3xNdqaKWQBjScOgMgCASRixW2tMAKbJGHZKp3dBixpHgXxy2oOGMS+mQ5m
|
||||||
|
gWy07usq2YesoMD0K/SG6EnoRPHBvrJihArzMFVUY9hD3hk8bhiy8w9bCYFe+gkm
|
||||||
|
zpQl3/KN01kyt5LjzEBcIOw8qIBQe9Pk8PyOK75lPoNME714LatgOsyw2kaSQ9Sv
|
||||||
|
hziRGC5z/fV3PmH7XhSjENPKnCJU51GUMMLaL28t9o7Afh6Q8UV31/JO36vmQXQV
|
||||||
|
+b+0BoGqEmf3AKBASb2Cr2q4pZFjywwSUXHZ9hQyu1tpbE1dS6aI01kM0y270pk7
|
||||||
|
W/ajuzuOxAVL1bJAanL/5+DWM03esZPVdEWhxpWEM40Z6Rhq+Xb2a5xfwCN9PmaQ
|
||||||
|
o9fez0I+yh53s7Ypv0tBj05FPe5L48+pDi6pz5nddN1B0FzF58jVfsBZUjBlY24+
|
||||||
|
VwQeAaWkRXZrSEdtBS5ufsi80x/cNCSTJBWqtborKL1iGgf5MDPYRMSvmZXAeIld
|
||||||
|
pyL/0pbW7iokewyKzpFfo7KEbwLxB+flWaBZ867JpF4yyRj3b4qcvcyV8QnsoB7Z
|
||||||
|
KhxTl3gGwD/t0HUcu85zcfs4GkealYhIWfGaAso2
|
||||||
|
=fF8P
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
3
debian/watch
vendored
3
debian/watch
vendored
@ -1,2 +1,3 @@
|
|||||||
version=3
|
version=3
|
||||||
https://github.com/lxde/lxqt-config/releases .*/([\d\.]+).tar.gz
|
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||||
|
https://github.com/lxde/lxqt-config/releases .*/([\d\.]+).tar.gz
|
||||||
|
@ -80,7 +80,7 @@ target_link_libraries(lxqt-config-cursor
|
|||||||
|
|
||||||
install(TARGETS
|
install(TARGETS
|
||||||
lxqt-config-cursor
|
lxqt-config-cursor
|
||||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
DESTINATION "${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||||
COMPONENT Runtime
|
COMPONENT Runtime
|
||||||
)
|
)
|
||||||
install(FILES
|
install(FILES
|
||||||
|
@ -30,7 +30,7 @@ int main (int argc, char *argv[])
|
|||||||
//QTextCodec::setCodecForCStrings(QTextCodec::codecForName("koi8-r"));
|
//QTextCodec::setCodecForCStrings(QTextCodec::codecForName("koi8-r"));
|
||||||
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("koi8-r"));
|
//QTextCodec::setCodecForLocale(QTextCodec::codecForName("koi8-r"));
|
||||||
|
|
||||||
LxQt::Application app(argc, argv);
|
LXQt::Application app(argc, argv);
|
||||||
TRANSLATE_APP;
|
TRANSLATE_APP;
|
||||||
|
|
||||||
//qDebug() << findDefaultTheme() << getCurrentTheme();
|
//qDebug() << findDefaultTheme() << getCurrentTheme();
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
.TH lxqt-config-cursor "1" "September 2012" "LXQt\ 0.7.0" "LXQt\ Cursor settings"
|
.TH lxqt-config-cursor "1" "September 2012" "LXQt\ 0.7.0" "LXQt\ Cursor settings"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
lxqt-config-cursor \- Application of \fBLXQt\fR: the faster and lighter QT Desktop Environment
|
lxqt-config-cursor \- Application of \fBLXQt\fR: the faster and lighter Qt Desktop Environment
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lxqt-config-cursor
|
.B lxqt-config-cursor
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This its a simple GUI cursor theme configuraton (by the moment) for the LXQt desktop environment.
|
This is a simple GUI cursor theme configuration (at the moment) for the LXQt desktop environment.
|
||||||
Also can manage theme installation for it (localy for/per user only).
|
Also can manage theme installation for it (locally for/per user only).
|
||||||
.P
|
.P
|
||||||
\fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt
|
\fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||||
technologies, ships several core desktop components, all of which are optional:
|
technologies, ships several core desktop components, all of which are optional:
|
||||||
@ -28,11 +28,11 @@ Manager.
|
|||||||
.SH "REPORTING BUGS"
|
.SH "REPORTING BUGS"
|
||||||
Report bugs to https://github.com/lxde/lxqt/issues
|
Report bugs to https://github.com/lxde/lxqt/issues
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
\fBLXQt\fR it has been tailored for users who value simplicity, speed, and
|
\fBLXQt\fR has been tailored for users who value simplicity, speed, and
|
||||||
an intuitive interface, also intended for less powerful machines. See also:
|
an intuitive interface, also intended for less powerful machines. See also:
|
||||||
.\" any module must refers to session app, for more info on start it
|
.\" any module must refers to session app, for more info on start it
|
||||||
.P
|
.P
|
||||||
\fBlxqt-config.1\fR LXQt application for performing settings on many applications
|
\fBlxqt-config(1)\fR LXQt application for performing settings on many applications
|
||||||
.P
|
.P
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was created by \fBPICCORO Lenz McKAY\fR \fI<mckaygerhard@gmail.com>\fR
|
This manual page was created by \fBPICCORO Lenz McKAY\fR \fI<mckaygerhard@gmail.com>\fR
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#define HOME_ICON_DIR QDir::homePath() + "/.icons"
|
#define HOME_ICON_DIR QDir::homePath() + "/.icons"
|
||||||
|
|
||||||
SelectWnd::SelectWnd(LxQt::Settings* settings, QWidget *parent) : QWidget(parent), mSettings(settings)
|
SelectWnd::SelectWnd(LXQt::Settings* settings, QWidget *parent) : QWidget(parent), mSettings(settings)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <lxqtglobals.h>
|
#include <lxqtglobals.h>
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class Settings;
|
class Settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ class LXQT_API SelectWnd : public QWidget, private Ui_SelectWnd
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SelectWnd (LxQt::Settings* settings, QWidget *parent=0);
|
SelectWnd (LXQt::Settings* settings, QWidget *parent=0);
|
||||||
~SelectWnd ();
|
~SelectWnd ();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
@ -54,7 +54,7 @@ private slots:
|
|||||||
private:
|
private:
|
||||||
XCursorThemeModel *mModel;
|
XCursorThemeModel *mModel;
|
||||||
QPersistentModelIndex mAppliedIndex;
|
QPersistentModelIndex mAppliedIndex;
|
||||||
LxQt::Settings* mSettings;
|
LXQt::Settings* mSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="el_GR">
|
<TS version="2.1" language="el">
|
||||||
<context>
|
<context>
|
||||||
<name>SelectWnd</name>
|
<name>SelectWnd</name>
|
||||||
<message>
|
<message>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../selectwnd.ui" line="20"/>
|
<location filename="../selectwnd.ui" line="20"/>
|
||||||
<source>Select the cursor theme you want to use (hover preview to test cursor). <b>LXQt session needs restart after this change</b>:</source>
|
<source>Select the cursor theme you want to use (hover preview to test cursor). <b>LXQt session needs restart after this change</b>:</source>
|
||||||
<translation>Επιλέξτε το θέμα δείκτη που θέλετε να χρησιμοποιήσετε (κινηθείτε επάνω για προεπισκόπηση). <b>Χρειάζεται επανεκκίνηση της συνεδρίας LXQt μετά την αλλαγή</b>:</translation>
|
<translation>Επιλέξτε το θέμα του δρομέα που θέλετε να χρησιμοποιήσετε (κινηθείτε επάνω για προεπισκόπηση). <b>Χρειάζεται επανεκκίνηση της συνεδρίας LXQt μετά την αλλαγή</b>:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../selectwnd.ui" line="81"/>
|
<location filename="../selectwnd.ui" line="81"/>
|
||||||
@ -29,12 +29,12 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>&Close</source>
|
<source>&Close</source>
|
||||||
<translation type="vanished">Κλεί&σιμο</translation>
|
<translation type="vanished">&Κλείσιμο</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../selectwnd.cpp" line="208"/>
|
<location filename="../selectwnd.cpp" line="208"/>
|
||||||
<source>XCurTheme error</source>
|
<source>XCurTheme error</source>
|
||||||
<translation>Σφάλμα του θέματος δείκτη X</translation>
|
<translation>Σφάλμα του θέματος δρομέα X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../selectwnd.cpp" line="209"/>
|
<location filename="../selectwnd.cpp" line="209"/>
|
||||||
@ -47,17 +47,17 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../warninglabel.ui" line="14"/>
|
<location filename="../warninglabel.ui" line="14"/>
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Παράθυρο διαλόγου</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../warninglabel.ui" line="44"/>
|
<location filename="../warninglabel.ui" line="44"/>
|
||||||
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Το LXQt δεν μπόρεσε να βρει κάποιο θέμα δρομέα. Θα χρησιμοποιηθεί ο εξ ορισμού δρομέας X11. Το LXQt έψαξε στους παρακάτω καταλόγους:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../warninglabel.ui" line="54"/>
|
<location filename="../warninglabel.ui" line="54"/>
|
||||||
<source>Show...</source>
|
<source>Show...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εμφάνιση...</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
@ -52,7 +52,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../warninglabel.ui" line="44"/>
|
<location filename="../warninglabel.ui" line="44"/>
|
||||||
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
<source>LXQt could not find any cursor theme. The default X11 cursor theme will be used instead. LXQt looked in the following directories:</source>
|
||||||
<translation>O LxQt não encontrou quaisquer temas de cursor. Será utilizado o tema de cursor X11. O LxQt procurou nestes diretórios:</translation>
|
<translation>O LXQt não encontrou quaisquer temas de cursor. Será utilizado o tema de cursor X11. O LXQt procurou nestes diretórios:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../warninglabel.ui" line="54"/>
|
<location filename="../warninglabel.ui" line="54"/>
|
||||||
|
@ -75,6 +75,11 @@ target_link_libraries(${PROJECT_NAME}
|
|||||||
lxqt-config-cursor
|
lxqt-config-cursor
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_target_properties("${PROJECT_NAME}"
|
||||||
|
PROPERTIES
|
||||||
|
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||||
|
)
|
||||||
|
|
||||||
install(TARGETS
|
install(TARGETS
|
||||||
${PROJECT_NAME}
|
${PROJECT_NAME}
|
||||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||||
|
@ -45,11 +45,11 @@ extern void qt_x11_apply_settings_in_all_apps();
|
|||||||
static const char* subpixelNames[] = {"none", "rgb", "bgr", "vrgb", "vbgr"};
|
static const char* subpixelNames[] = {"none", "rgb", "bgr", "vrgb", "vbgr"};
|
||||||
static const char* hintStyleNames[] = {"hintnone", "hintslight", "hintmedium", "hintfull"};
|
static const char* hintStyleNames[] = {"hintnone", "hintslight", "hintmedium", "hintfull"};
|
||||||
|
|
||||||
FontsConfig::FontsConfig(LxQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
FontsConfig::FontsConfig(LXQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
ui(new Ui::FontsConfig),
|
ui(new Ui::FontsConfig),
|
||||||
mSettings(settings),
|
|
||||||
mQtSettings(qtSettings),
|
mQtSettings(qtSettings),
|
||||||
|
mSettings(settings),
|
||||||
mFontConfigFile()
|
mFontConfigFile()
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
@ -45,7 +45,7 @@ class FontsConfig : public QWidget
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit FontsConfig(LxQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
explicit FontsConfig(LXQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||||
~FontsConfig();
|
~FontsConfig();
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
@ -63,7 +63,7 @@ private Q_SLOTS:
|
|||||||
private:
|
private:
|
||||||
Ui::FontsConfig *ui;
|
Ui::FontsConfig *ui;
|
||||||
QSettings *mQtSettings;
|
QSettings *mQtSettings;
|
||||||
LxQt::Settings *mSettings;
|
LXQt::Settings *mSettings;
|
||||||
FontConfigFile mFontConfigFile;
|
FontConfigFile mFontConfigFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
using namespace QtXdg;
|
using namespace QtXdg;
|
||||||
|
|
||||||
IconThemeConfig::IconThemeConfig(LxQt::Settings* settings, QWidget* parent):
|
IconThemeConfig::IconThemeConfig(LXQt::Settings* settings, QWidget* parent):
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
m_settings(settings)
|
m_settings(settings)
|
||||||
{
|
{
|
||||||
@ -50,7 +50,7 @@ IconThemeConfig::IconThemeConfig(LxQt::Settings* settings, QWidget* parent):
|
|||||||
connect(iconThemeList, SIGNAL(itemClicked(QTreeWidgetItem*,int)),
|
connect(iconThemeList, SIGNAL(itemClicked(QTreeWidgetItem*,int)),
|
||||||
this, SLOT(iconThemeSelected(QTreeWidgetItem*,int)));
|
this, SLOT(iconThemeSelected(QTreeWidgetItem*,int)));
|
||||||
|
|
||||||
connect(LxQt::Settings::globalSettings(), SIGNAL(settingsChanged()),
|
connect(LXQt::Settings::globalSettings(), SIGNAL(settingsChanged()),
|
||||||
this, SLOT(update()));
|
this, SLOT(update()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ void IconThemeConfig::initIconsThemes()
|
|||||||
|
|
||||||
void IconThemeConfig::initControls()
|
void IconThemeConfig::initControls()
|
||||||
{
|
{
|
||||||
QString currentTheme = LxQt::Settings::globalSettings()->value("icon_theme").toString();
|
QString currentTheme = LXQt::Settings::globalSettings()->value("icon_theme").toString();
|
||||||
XdgIcon::setThemeName(currentTheme);
|
XdgIcon::setThemeName(currentTheme);
|
||||||
QTreeWidgetItemIterator it(iconThemeList);
|
QTreeWidgetItemIterator it(iconThemeList);
|
||||||
while (*it) {
|
while (*it) {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include "ui_iconthemeconfig.h"
|
#include "ui_iconthemeconfig.h"
|
||||||
#include "iconthemeinfo.h"
|
#include "iconthemeinfo.h"
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class Settings;
|
class Settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -41,11 +41,11 @@ class IconThemeConfig : public QWidget, public Ui::IconThemeConfig
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
IconThemeConfig(LxQt::Settings *settings, QWidget *parent = 0);
|
IconThemeConfig(LXQt::Settings *settings, QWidget *parent = 0);
|
||||||
~IconThemeConfig();
|
~IconThemeConfig();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
LxQt::Settings *m_settings;
|
LXQt::Settings *m_settings;
|
||||||
void initIconsThemes();
|
void initIconsThemes();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
@ -6,6 +6,6 @@ Comment=Appearance settings for LXQt
|
|||||||
Exec=lxqt-config-appearance
|
Exec=lxqt-config-appearance
|
||||||
Icon=preferences-desktop-theme
|
Icon=preferences-desktop-theme
|
||||||
Categories=Settings;DesktopSettings;Qt;LXQt;
|
Categories=Settings;DesktopSettings;Qt;LXQt;
|
||||||
OnlyShowIn=LXDE;LXQt;
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
#TRANSLATIONS_DIR=translations
|
#TRANSLATIONS_DIR=translations
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
LXQtThemeConfig::LXQtThemeConfig(LXQt::Settings *settings, QWidget *parent) :
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
ui(new Ui::LxQtThemeConfig),
|
ui(new Ui::LXQtThemeConfig),
|
||||||
mSettings(settings)
|
mSettings(settings)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
@ -42,8 +42,8 @@ LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
|||||||
this, SLOT(lxqtThemeSelected(QTreeWidgetItem*,int)));
|
this, SLOT(lxqtThemeSelected(QTreeWidgetItem*,int)));
|
||||||
|
|
||||||
|
|
||||||
QList<LxQt::LxQtTheme> themes = LxQt::LxQtTheme::allThemes();
|
QList<LXQt::LXQtTheme> themes = LXQt::LXQtTheme::allThemes();
|
||||||
foreach(LxQt::LxQtTheme theme, themes)
|
foreach(LXQt::LXQtTheme theme, themes)
|
||||||
{
|
{
|
||||||
QString themeName = theme.name();
|
QString themeName = theme.name();
|
||||||
themeName[0] = themeName[0].toTitleCase();
|
themeName[0] = themeName[0].toTitleCase();
|
||||||
@ -61,13 +61,13 @@ LxQtThemeConfig::LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LxQtThemeConfig::~LxQtThemeConfig()
|
LXQtThemeConfig::~LXQtThemeConfig()
|
||||||
{
|
{
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void LxQtThemeConfig::initControls()
|
void LXQtThemeConfig::initControls()
|
||||||
{
|
{
|
||||||
QString currentTheme = mSettings->value("theme").toString();
|
QString currentTheme = mSettings->value("theme").toString();
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ void LxQtThemeConfig::initControls()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void LxQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
void LXQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
||||||
{
|
{
|
||||||
Q_UNUSED(column);
|
Q_UNUSED(column);
|
||||||
if (!item)
|
if (!item)
|
||||||
@ -94,7 +94,7 @@ void LxQtThemeConfig::lxqtThemeSelected(QTreeWidgetItem* item, int column)
|
|||||||
QVariant themeName = item->data(0, Qt::UserRole);
|
QVariant themeName = item->data(0, Qt::UserRole);
|
||||||
mSettings->setValue("theme", themeName);
|
mSettings->setValue("theme", themeName);
|
||||||
|
|
||||||
LxQt::LxQtTheme theme(themeName.toString());
|
LXQt::LXQtTheme theme(themeName.toString());
|
||||||
if(theme.isValid()) {
|
if(theme.isValid()) {
|
||||||
QString wallpaper = theme.desktopBackground();
|
QString wallpaper = theme.desktopBackground();
|
||||||
if(!wallpaper.isEmpty()) {
|
if(!wallpaper.isEmpty()) {
|
||||||
|
@ -34,16 +34,16 @@
|
|||||||
class QTreeWidgetItem;
|
class QTreeWidgetItem;
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class LxQtThemeConfig;
|
class LXQtThemeConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
class LxQtThemeConfig : public QWidget
|
class LXQtThemeConfig : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit LxQtThemeConfig(LxQt::Settings *settings, QWidget *parent = 0);
|
explicit LXQtThemeConfig(LXQt::Settings *settings, QWidget *parent = 0);
|
||||||
~LxQtThemeConfig();
|
~LXQtThemeConfig();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void initControls();
|
void initControls();
|
||||||
@ -52,8 +52,8 @@ private slots:
|
|||||||
void lxqtThemeSelected(QTreeWidgetItem* item, int column);
|
void lxqtThemeSelected(QTreeWidgetItem* item, int column);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::LxQtThemeConfig *ui;
|
Ui::LXQtThemeConfig *ui;
|
||||||
LxQt::Settings *mSettings;
|
LXQt::Settings *mSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LXQTTHEMECONFIG_H
|
#endif // LXQTTHEMECONFIG_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>LxQtThemeConfig</class>
|
<class>LXQtThemeConfig</class>
|
||||||
<widget class="QWidget" name="LXQtThemeConfig">
|
<widget class="QWidget" name="LXQtThemeConfig">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
|
@ -40,10 +40,10 @@
|
|||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
LxQt::SingleApplication app(argc, argv);
|
LXQt::SingleApplication app(argc, argv);
|
||||||
LxQt::Settings* settings = new LxQt::Settings("lxqt");
|
LXQt::Settings* settings = new LXQt::Settings("lxqt");
|
||||||
LxQt::Settings* sessionSettings = new LxQt::Settings("session");
|
LXQt::Settings* sessionSettings = new LXQt::Settings("session");
|
||||||
LxQt::ConfigDialog* dialog = new LxQt::ConfigDialog(QObject::tr("LXQt Appearance Configuration"), settings);
|
LXQt::ConfigDialog* dialog = new LXQt::ConfigDialog(QObject::tr("LXQt Appearance Configuration"), settings);
|
||||||
|
|
||||||
app.setActivationWindow(dialog);
|
app.setActivationWindow(dialog);
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ int main (int argc, char **argv)
|
|||||||
dialog->addPage(iconPage, QObject::tr("Icons Theme"), QStringList() << "preferences-desktop-icons" << "preferences-desktop");
|
dialog->addPage(iconPage, QObject::tr("Icons Theme"), QStringList() << "preferences-desktop-icons" << "preferences-desktop");
|
||||||
QObject::connect(dialog, SIGNAL(reset()), iconPage, SLOT(initControls()));
|
QObject::connect(dialog, SIGNAL(reset()), iconPage, SLOT(initControls()));
|
||||||
|
|
||||||
LxQtThemeConfig* themePage = new LxQtThemeConfig(settings, dialog);
|
LXQtThemeConfig* themePage = new LXQtThemeConfig(settings, dialog);
|
||||||
dialog->addPage(themePage, QObject::tr("LXQt Theme"), QStringList() << "preferences-desktop-color" << "preferences-desktop");
|
dialog->addPage(themePage, QObject::tr("LXQt Theme"), QStringList() << "preferences-desktop-color" << "preferences-desktop");
|
||||||
QObject::connect(dialog, SIGNAL(reset()), themePage, SLOT(initControls()));
|
QObject::connect(dialog, SIGNAL(reset()), themePage, SLOT(initControls()));
|
||||||
|
|
||||||
|
@ -41,11 +41,11 @@
|
|||||||
extern void qt_x11_apply_settings_in_all_apps();
|
extern void qt_x11_apply_settings_in_all_apps();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
StyleConfig::StyleConfig(LxQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
StyleConfig::StyleConfig(LXQt::Settings* settings, QSettings* qtSettings, QWidget* parent) :
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
ui(new Ui::StyleConfig),
|
ui(new Ui::StyleConfig),
|
||||||
mSettings(settings),
|
mQtSettings(qtSettings),
|
||||||
mQtSettings(qtSettings)
|
mSettings(settings)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ void StyleConfig::initControls()
|
|||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
|
|
||||||
// read other widget related settings form LxQt settings.
|
// read other widget related settings form LXQt settings.
|
||||||
QByteArray tb_style = mSettings->value("tool_button_style").toByteArray();
|
QByteArray tb_style = mSettings->value("tool_button_style").toByteArray();
|
||||||
// convert toolbar style name to value
|
// convert toolbar style name to value
|
||||||
QMetaEnum me = QToolBar::staticMetaObject.property(QToolBar::staticMetaObject.indexOfProperty("toolButtonStyle")).enumerator();
|
QMetaEnum me = QToolBar::staticMetaObject.property(QToolBar::staticMetaObject.indexOfProperty("toolButtonStyle")).enumerator();
|
||||||
|
@ -43,7 +43,7 @@ class StyleConfig : public QWidget
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit StyleConfig(LxQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
explicit StyleConfig(LXQt::Settings *settings, QSettings *qtSettings, QWidget *parent = 0);
|
||||||
~StyleConfig();
|
~StyleConfig();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
@ -57,7 +57,7 @@ private slots:
|
|||||||
private:
|
private:
|
||||||
Ui::StyleConfig *ui;
|
Ui::StyleConfig *ui;
|
||||||
QSettings *mQtSettings;
|
QSettings *mQtSettings;
|
||||||
LxQt::Settings *mSettings;
|
LXQt::Settings *mSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // STYLECONFIG_H
|
#endif // STYLECONFIG_H
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">واجهة ريزر المخصَّصة</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">واجهة ريزر المخصَّصة</translation>
|
<translation>واجهة ريزر المخصَّصة</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>تهيئة مظهر ريزر</translation>
|
<translation>تهيئة مظهر ريزر</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>نماذج اﻷيقونات</translation>
|
<translation>نماذج اﻷيقونات</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>واجهة ريزر المخصَّصة</translation>
|
<translation>واجهة ريزر المخصَّصة</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Translations
|
# Translations
|
||||||
Comment[cs]=Nastavit vzhled pracovní plochy LxQt
|
Comment[cs]=Nastavit vzhled pracovní plochy LXQt
|
||||||
GenericName[cs]=Nastavení vzhledu
|
GenericName[cs]=Nastavení vzhledu
|
||||||
Name[cs]=Nastavení vzhledu
|
Name[cs]=Nastavení vzhledu
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Motiv LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Motiv LXQt</translation>
|
<translation>Motiv LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Nastavení vzhledu</translation>
|
<translation>Nastavení vzhledu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Téma ikon</translation>
|
<translation>Téma ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Motiv LXQt</translation>
|
<translation>Motiv LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Motiv LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Motiv LXQt</translation>
|
<translation>Motiv LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Nastavení vzhledu</translation>
|
<translation>Nastavení vzhledu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Téma ikon</translation>
|
<translation>Téma ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Motiv LXQt</translation>
|
<translation>Motiv LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt Tema</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt Tema</translation>
|
<translation>LXQt Tema</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt Indstillinger for Udseende</translation>
|
<translation>LXQt Indstillinger for Udseende</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Ikontema</translation>
|
<translation>Ikontema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt Tema</translation>
|
<translation>LXQt Tema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt Tema</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt Tema</translation>
|
<translation>LXQt Tema</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt Indstillinger for Udseende</translation>
|
<translation>LXQt Indstillinger for Udseende</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Ikontema</translation>
|
<translation>Ikontema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt Tema</translation>
|
<translation>LXQt Tema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt Erscheinungsbild-Konfiguration</translation>
|
<translation>LXQt Erscheinungsbild-Konfiguration</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Stil der Bedienelemente</translation>
|
<translation>Stil der Bedienelemente</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Symboldesign</translation>
|
<translation>Symboldesign</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt-Design</translation>
|
<translation>LXQt-Design</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Schriftart</translation>
|
<translation>Schriftart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Mauszeiger</translation>
|
<translation>Mauszeiger</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
# Translations
|
||||||
|
Comment[el]=Διαμόρφωση εμφάνισης της επιφάνειας εργασίας LXQt
|
||||||
|
GenericName[el]=Διαμόρφωση εμφάνισης LXQt
|
||||||
|
Name[el]=Διαμόρφωση εμφάνισης LXQt
|
@ -1,128 +1,128 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="el_GR">
|
<TS version="2.1" language="el">
|
||||||
<context>
|
<context>
|
||||||
<name>FontsConfig</name>
|
<name>FontsConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="23"/>
|
<location filename="../fontsconfig.ui" line="23"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Γραμματοσειρά</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="30"/>
|
<location filename="../fontsconfig.ui" line="30"/>
|
||||||
<source>Default font for user interface</source>
|
<source>Default font for user interface</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εξ ορισμού γραμματοσειρά του περιβάλλοντος χρήστη</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="36"/>
|
<location filename="../fontsconfig.ui" line="36"/>
|
||||||
<source>Font name:</source>
|
<source>Font name:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Όνομα γραμματοσειράς:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="46"/>
|
<location filename="../fontsconfig.ui" line="46"/>
|
||||||
<source>Style:</source>
|
<source>Style:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ύφος:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="53"/>
|
<location filename="../fontsconfig.ui" line="53"/>
|
||||||
<source>Point size:</source>
|
<source>Point size:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Μέγεθος σημείου:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="68"/>
|
<location filename="../fontsconfig.ui" line="68"/>
|
||||||
<source>Normal</source>
|
<source>Normal</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Κανονικό</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="73"/>
|
<location filename="../fontsconfig.ui" line="73"/>
|
||||||
<source>Bold</source>
|
<source>Bold</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Έντονα</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="78"/>
|
<location filename="../fontsconfig.ui" line="78"/>
|
||||||
<source>Italic</source>
|
<source>Italic</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Πλάγια</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="83"/>
|
<location filename="../fontsconfig.ui" line="83"/>
|
||||||
<source>Bold Italic</source>
|
<source>Bold Italic</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Έντονα πλάγια</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="94"/>
|
<location filename="../fontsconfig.ui" line="94"/>
|
||||||
<source>The following settings only affect newly started applications</source>
|
<source>The following settings only affect newly started applications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Οι παρακάτω ρυθμίσεις επηρεάζουν μόνο τις εφεξής εφαρμογές</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="100"/>
|
<location filename="../fontsconfig.ui" line="100"/>
|
||||||
<source>Use antialias fonts</source>
|
<source>Use antialias fonts</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Χρήση της εξομάλυνσης γραμματοσειρών</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="107"/>
|
<location filename="../fontsconfig.ui" line="107"/>
|
||||||
<source>Font hinting style:</source>
|
<source>Font hinting style:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ύφος υπόδειξης των γραμματοσειρών:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="118"/>
|
<location filename="../fontsconfig.ui" line="118"/>
|
||||||
<location filename="../fontsconfig.ui" line="183"/>
|
<location filename="../fontsconfig.ui" line="183"/>
|
||||||
<source>None</source>
|
<source>None</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Κανένα</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="123"/>
|
<location filename="../fontsconfig.ui" line="123"/>
|
||||||
<source>Slight</source>
|
<source>Slight</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ελαφρύ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="128"/>
|
<location filename="../fontsconfig.ui" line="128"/>
|
||||||
<source>Medium</source>
|
<source>Medium</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Μεσαίο</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="133"/>
|
<location filename="../fontsconfig.ui" line="133"/>
|
||||||
<source>Full</source>
|
<source>Full</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Πλήρες</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="141"/>
|
<location filename="../fontsconfig.ui" line="141"/>
|
||||||
<source>Font hinting</source>
|
<source>Font hinting</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Υπόδειξη γραμματοσειρών</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="148"/>
|
<location filename="../fontsconfig.ui" line="148"/>
|
||||||
<source>Resolution (DPI):</source>
|
<source>Resolution (DPI):</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ανάλυση (DPI):</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="155"/>
|
<location filename="../fontsconfig.ui" line="155"/>
|
||||||
<source>Autohint</source>
|
<source>Autohint</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Αυτόματη υπόδειξη (autohint)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="172"/>
|
<location filename="../fontsconfig.ui" line="172"/>
|
||||||
<source>Subpixel antialiasing:</source>
|
<source>Subpixel antialiasing:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εξομάλυνση υποεικονοστοιχείων:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="188"/>
|
<location filename="../fontsconfig.ui" line="188"/>
|
||||||
<source>RGB</source>
|
<source>RGB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>RGB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="193"/>
|
<location filename="../fontsconfig.ui" line="193"/>
|
||||||
<source>BGR</source>
|
<source>BGR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>BGR</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="198"/>
|
<location filename="../fontsconfig.ui" line="198"/>
|
||||||
<source>VRGB</source>
|
<source>VRGB</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>VRGB</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../fontsconfig.ui" line="203"/>
|
<location filename="../fontsconfig.ui" line="203"/>
|
||||||
<source>VBGR</source>
|
<source>VBGR</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>VBGR</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -130,7 +130,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../iconthemeconfig.ui" line="14"/>
|
<location filename="../iconthemeconfig.ui" line="14"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Διαμόρφωση εμφάνισης LXQt</translation>
|
<translation>Διαμόρφωση της εμφάνισης του LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../iconthemeconfig.ui" line="26"/>
|
<location filename="../iconthemeconfig.ui" line="26"/>
|
||||||
@ -140,50 +140,43 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Θέμα LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Θέμα LXQt</translation>
|
<translation>Θέμα του LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Διαμόρφωση εμφάνισης LXQt</translation>
|
<translation>Διαμόρφωση της εμφάνισης του LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Στιλ συστατικού</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Θέμα εικονιδίων</translation>
|
<translation>Θέμα εικονιδίων</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Θέμα LXQt</translation>
|
<translation>Θέμα LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Γραμματοσειρά</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Δρομέας</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
@ -191,42 +184,42 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="23"/>
|
<location filename="../styleconfig.ui" line="23"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Στιλ συστατικού</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="54"/>
|
<location filename="../styleconfig.ui" line="54"/>
|
||||||
<source>Toolbar button style:</source>
|
<source>Toolbar button style:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ύφος των κουμπιών της γραμμής εργαλείων:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="62"/>
|
<location filename="../styleconfig.ui" line="62"/>
|
||||||
<source>Only display the icon</source>
|
<source>Only display the icon</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εμφάνιση μόνον του εικονιδίου</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="67"/>
|
<location filename="../styleconfig.ui" line="67"/>
|
||||||
<source>Only display the text</source>
|
<source>Only display the text</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εμφάνιση μόνον του κειμένου</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="72"/>
|
<location filename="../styleconfig.ui" line="72"/>
|
||||||
<source>The text appears beside the icon</source>
|
<source>The text appears beside the icon</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Το κείμενο εμφανίζεται δίπλα από το εικονίδιο</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="77"/>
|
<location filename="../styleconfig.ui" line="77"/>
|
||||||
<source>The text appears under the icon</source>
|
<source>The text appears under the icon</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Το κείμενο εμφανίζεται κάτω από το εικονίδιο</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="82"/>
|
<location filename="../styleconfig.ui" line="82"/>
|
||||||
<source>Default</source>
|
<source>Default</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Εξ ορισμού</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../styleconfig.ui" line="90"/>
|
<location filename="../styleconfig.ui" line="90"/>
|
||||||
<source>Activate item on single click</source>
|
<source>Activate item on single click</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation>Ενεργοποίηση των αντικειμένων με μονό κλικ</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
@ -1,4 +0,0 @@
|
|||||||
# Translations
|
|
||||||
Comment[el_GR]=Διαμόρφωση εμφάνισης της επιφάνειας εργασίας LXQt
|
|
||||||
GenericName[el_GR]=Διαμόρφωση εμφάνισης LXQt
|
|
||||||
Name[el_GR]=Διαμόρφωση εμφάνισης LXQt
|
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Etoso de LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Etoso de LXQt</translation>
|
<translation>Etoso de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Agordoj de apero de LXQto</translation>
|
<translation>Agordoj de apero de LXQto</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Etoso de piktogramoj</translation>
|
<translation>Etoso de piktogramoj</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Etoso de LXQt</translation>
|
<translation>Etoso de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Tema de LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Tema de LXQt</translation>
|
<translation>Tema de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Configuración de apariencia de LXQt</translation>
|
<translation>Configuración de apariencia de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema de iconos</translation>
|
<translation>Tema de iconos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema de LXQt</translation>
|
<translation>Tema de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Tema LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Tema LXQt</translation>
|
<translation>Tema LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Configuración de apariencia de LXQt</translation>
|
<translation>Configuración de apariencia de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema de iconos</translation>
|
<translation>Tema de iconos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema LXQt</translation>
|
<translation>Tema LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt gaia</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt gaia</translation>
|
<translation>LXQt gaia</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt itxuraren konfigurazioa</translation>
|
<translation>LXQt itxuraren konfigurazioa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Ikonoen gaia</translation>
|
<translation>Ikonoen gaia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt gaia</translation>
|
<translation>LXQt gaia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt-teema</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt-teema</translation>
|
<translation>LXQt-teema</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQtin ulkoasun hallinta</translation>
|
<translation>LXQtin ulkoasun hallinta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Kuvaketeema</translation>
|
<translation>Kuvaketeema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt-teema</translation>
|
<translation>LXQt-teema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Thème de LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Thème de LXQt</translation>
|
<translation>Thème de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Configuration de l'apparence de LXQt</translation>
|
<translation>Configuration de l'apparence de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Thème d'icones</translation>
|
<translation>Thème d'icones</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Thème de LXQt</translation>
|
<translation>Thème de LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,13 +140,6 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt téma</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -156,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt megjelenésbeállító</translation>
|
<translation>LXQt megjelenésbeállító</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Bigyótéma</translation>
|
<translation>Bigyótéma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Ikontéma</translation>
|
<translation>Ikontéma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt téma</translation>
|
<translation>LXQt téma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Betű</translation>
|
<translation>Betű</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Kurzor</translation>
|
<translation>Kurzor</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -160,32 +160,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt megjelenésbeállító</translation>
|
<translation>LXQt megjelenésbeállító</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Bigyótéma</translation>
|
<translation>Bigyótéma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Ikontémák</translation>
|
<translation>Ikontémák</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQT téma</translation>
|
<translation>LXQT téma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Betű</translation>
|
<translation>Betű</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Kurzor</translation>
|
<translation>Kurzor</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Konfigurasi Penampilan LXQt</translation>
|
<translation>Konfigurasi Penampilan LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema Ikon</translation>
|
<translation>Tema Ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2,5 +2,3 @@
|
|||||||
GenericName[it]=Aspetto
|
GenericName[it]=Aspetto
|
||||||
Name[it]=Aspetto
|
Name[it]=Aspetto
|
||||||
Comment[it]=Configura l'aspetto di LXQt
|
Comment[it]=Configura l'aspetto di LXQt
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -150,32 +150,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Centro di Configurazione LXQt</translation>
|
<translation>Centro di Configurazione LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Stile degli elementi</translation>
|
<translation>Stile degli elementi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema delle icone</translation>
|
<translation>Tema delle icone</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema di LXQt</translation>
|
<translation>Tema di LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Caratteri</translation>
|
<translation>Caratteri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Cursore</translation>
|
<translation>Cursore</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# Translations
|
|
||||||
Comment[it_IT]=Configura l'aspetto del desktop LXQt
|
|
||||||
GenericName[it_IT]=Configurazione dell'aspetto di LXQt
|
|
||||||
Name[it_IT]=Configurazione dell'aspetto di LXQt
|
|
@ -1,226 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="it">
|
|
||||||
<context>
|
|
||||||
<name>FontsConfig</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="23"/>
|
|
||||||
<source>Font</source>
|
|
||||||
<translation>Caratteri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="30"/>
|
|
||||||
<source>Default font for user interface</source>
|
|
||||||
<translation>Carattere generale</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="36"/>
|
|
||||||
<source>Font name:</source>
|
|
||||||
<translation>Carattere:</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="46"/>
|
|
||||||
<source>Style:</source>
|
|
||||||
<translation>Stile:</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="53"/>
|
|
||||||
<source>Point size:</source>
|
|
||||||
<translation>Dimensione:</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="68"/>
|
|
||||||
<source>Normal</source>
|
|
||||||
<translation>Normale</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="73"/>
|
|
||||||
<source>Bold</source>
|
|
||||||
<translation>Grassetto</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="78"/>
|
|
||||||
<source>Italic</source>
|
|
||||||
<translation>Corsivo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="83"/>
|
|
||||||
<source>Bold Italic</source>
|
|
||||||
<translation>Grassetto corsivo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="94"/>
|
|
||||||
<source>The following settings only affect newly started applications</source>
|
|
||||||
<translation>Le impostazioni riguardano solo le applicazioni avviate nuovamente</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="100"/>
|
|
||||||
<source>Use antialias fonts</source>
|
|
||||||
<translation>Utilizza anti-aliasing per i caratteri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="107"/>
|
|
||||||
<source>Font hinting style:</source>
|
|
||||||
<translation>Stile di hinting</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="118"/>
|
|
||||||
<location filename="../fontsconfig.ui" line="183"/>
|
|
||||||
<source>None</source>
|
|
||||||
<translation>Nessuno</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="123"/>
|
|
||||||
<source>Slight</source>
|
|
||||||
<translation>Leggero</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="128"/>
|
|
||||||
<source>Medium</source>
|
|
||||||
<translation>Medio</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="133"/>
|
|
||||||
<source>Full</source>
|
|
||||||
<translation>Forte</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="141"/>
|
|
||||||
<source>Font hinting</source>
|
|
||||||
<translation>Hinting caratteri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="148"/>
|
|
||||||
<source>Resolution (DPI):</source>
|
|
||||||
<translation>Resoluzione (DPI):</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="155"/>
|
|
||||||
<source>Autohint</source>
|
|
||||||
<translation>Hinting automatico</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="172"/>
|
|
||||||
<source>Subpixel antialiasing:</source>
|
|
||||||
<translatorcomment>no idea how to translate that</translatorcomment>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="188"/>
|
|
||||||
<source>RGB</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="193"/>
|
|
||||||
<source>BGR</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="198"/>
|
|
||||||
<source>VRGB</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../fontsconfig.ui" line="203"/>
|
|
||||||
<source>VBGR</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>IconThemeConfig</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../iconthemeconfig.ui" line="14"/>
|
|
||||||
<source>LXQt Appearance Configuration</source>
|
|
||||||
<translation>Centro di Configurazione LXQt</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../iconthemeconfig.ui" line="26"/>
|
|
||||||
<source>Icons Theme</source>
|
|
||||||
<translation>Temi delle icone</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation>Tema di LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>QObject</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="45"/>
|
|
||||||
<source>LXQt Appearance Configuration</source>
|
|
||||||
<translation>Centro di Configurazione LXQt</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="51"/>
|
|
||||||
<source>Widget Style</source>
|
|
||||||
<translation>Stile degli elementi</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="55"/>
|
|
||||||
<source>Icons Theme</source>
|
|
||||||
<translation>Tema delle icone</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="59"/>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation>Tema di LXQt</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="63"/>
|
|
||||||
<source>Font</source>
|
|
||||||
<translation>Caratteri</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../main.cpp" line="68"/>
|
|
||||||
<source>Cursor</source>
|
|
||||||
<translation>Cursore</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>StyleConfig</name>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="23"/>
|
|
||||||
<source>Widget Style</source>
|
|
||||||
<translation>Stile degli elementi</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="54"/>
|
|
||||||
<source>Toolbar button style:</source>
|
|
||||||
<translation>Stile della barra delle applicazioni:</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="62"/>
|
|
||||||
<source>Only display the icon</source>
|
|
||||||
<translation>Mostra solo icone</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="67"/>
|
|
||||||
<source>Only display the text</source>
|
|
||||||
<translation>Mostra solo testo</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="72"/>
|
|
||||||
<source>The text appears beside the icon</source>
|
|
||||||
<translation>Testo accanto le icone</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="77"/>
|
|
||||||
<source>The text appears under the icon</source>
|
|
||||||
<translation>Testo sotto le icone</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="82"/>
|
|
||||||
<source>Default</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../styleconfig.ui" line="90"/>
|
|
||||||
<source>Activate item on single click</source>
|
|
||||||
<translation>Attiva elementi con clic singolo</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt外観の設定</translation>
|
<translation>LXQt外観の設定</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>ウィジェットのスタイル</translation>
|
<translation>ウィジェットのスタイル</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>アイコンテーマ</translation>
|
<translation>アイコンテーマ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQtテーマ</translation>
|
<translation>LXQtテーマ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>フォント</translation>
|
<translation>フォント</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>カーソル</translation>
|
<translation>カーソル</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt apipavidalinimas</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt apipavidalinimas</translation>
|
<translation>LXQt apipavidalinimas</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt išvaizdos nustatymai</translation>
|
<translation>LXQt išvaizdos nustatymai</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Piktogramų tema</translation>
|
<translation>Piktogramų tema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt apipavidalinimas</translation>
|
<translation>LXQt apipavidalinimas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt Thema</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt Thema</translation>
|
<translation>LXQt Thema</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt Uiterlijk Configuratie</translation>
|
<translation>LXQt Uiterlijk Configuratie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Pictogram Thema</translation>
|
<translation>Pictogram Thema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt Thema</translation>
|
<translation>LXQt Thema</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Menu</translation>
|
<translation>Menu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,13 +140,6 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Motyw LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -156,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Konfiguracja wyglądu LXQt</translation>
|
<translation>Konfiguracja wyglądu LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Widżety</translation>
|
<translation>Widżety</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Motyw ikon</translation>
|
<translation>Motyw ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Motyw LXQt</translation>
|
<translation>Motyw LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Czcionka</translation>
|
<translation>Czcionka</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Kursor</translation>
|
<translation>Kursor</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Tema LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Tema LXQt</translation>
|
<translation>Tema LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Configuração da aparência do LXQt</translation>
|
<translation>Configuração da aparência do LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema de ícones</translation>
|
<translation>Tema de ícones</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema LXQt</translation>
|
<translation>Tema LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Tema do LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Tema do LXQt</translation>
|
<translation>Tema do LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Configuração da aparência do LXQt</translation>
|
<translation>Configuração da aparência do LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema de ícones</translation>
|
<translation>Tema de ícones</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema do LXQt</translation>
|
<translation>Tema do LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Temă LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Temă LXQt</translation>
|
<translation>Temă LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Părăsește</translation>
|
<translation>Părăsește</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Temă pictograme</translation>
|
<translation>Temă pictograme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Temă LXQt</translation>
|
<translation>Temă LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Настройка внешнего вида LXQt</translation>
|
<translation>Настройка внешнего вида LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Тема иконок</translation>
|
<translation>Тема иконок</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt темы</translation>
|
<translation>LXQt темы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Стиль виджетов</translation>
|
<translation>Стиль виджетов</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Шрифт</translation>
|
<translation>Шрифт</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Курсор</translation>
|
<translation>Курсор</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Настройка внешнего вида LXQt</translation>
|
<translation>Настройка внешнего вида LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Тема иконок</translation>
|
<translation>Тема иконок</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt темы</translation>
|
<translation>LXQt темы</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation>Стиль виджетов</translation>
|
<translation>Стиль виджетов</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Шрифт</translation>
|
<translation>Шрифт</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation>Курсор</translation>
|
<translation>Курсор</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -160,32 +160,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished">Nastavenie vzhľadu prostredia LXQt</translation>
|
<translation type="unfinished">Nastavenie vzhľadu prostredia LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished">Téma ikon</translation>
|
<translation type="unfinished">Téma ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Tema za LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Tema za LXQt</translation>
|
<translation>Tema za LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Nastavitev videza za LXQt</translation>
|
<translation>Nastavitev videza za LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Tema ikon</translation>
|
<translation>Tema ikon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Tema za LXQt</translation>
|
<translation>Tema za LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -149,32 +149,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Automatsko suspendovanje</translation>
|
<translation>Automatsko suspendovanje</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -160,32 +160,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished">Подешавање изгледа Рејзора</translation>
|
<translation type="unfinished">Подешавање изгледа Рејзора</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished">Тема икона</translation>
|
<translation type="unfinished">Тема икона</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LxQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
@ -160,32 +160,32 @@
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation type="unfinished">Подешавање изгледа Рејзора</translation>
|
<translation type="unfinished">Подешавање изгледа Рејзора</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation type="unfinished">Тема икона</translation>
|
<translation type="unfinished">Тема икона</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">ชุดตกแต่ง LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">ชุดตกแต่ง LXQt</translation>
|
<translation>ชุดตกแต่ง LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>ปรับแต่งรูปโฉม LXQt </translation>
|
<translation>ปรับแต่งรูปโฉม LXQt </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>ชุดตกแต่งไอคอน</translation>
|
<translation>ชุดตกแต่งไอคอน</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>ชุดตกแต่ง LXQt</translation>
|
<translation>ชุดตกแต่ง LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt Teması</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt Teması</translation>
|
<translation>LXQt Teması</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt Görünüm Ayarları</translation>
|
<translation>LXQt Görünüm Ayarları</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Simge Teması</translation>
|
<translation>Simge Teması</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt Teması</translation>
|
<translation>LXQt Teması</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">Тема LXQt</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">Тема LXQt</translation>
|
<translation>Тема LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>Налаштування вигляду LXQt</translation>
|
<translation>Налаштування вигляду LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>Тема значків</translation>
|
<translation>Тема значків</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>Тема LXQt</translation>
|
<translation>Тема LXQt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt 主题</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt 主题</translation>
|
<translation>LXQt 主题</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt 外观配置</translation>
|
<translation>LXQt 外观配置</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>图标主题</translation>
|
<translation>图标主题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt 主题</translation>
|
<translation>LXQt 主题</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -140,48 +140,41 @@
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>LXQtThemeConfig</name>
|
<name>LXQtThemeConfig</name>
|
||||||
<message>
|
|
||||||
<source>LXQt Theme</source>
|
|
||||||
<translation type="vanished">LXQt主題</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>LxQtThemeConfig</name>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
<location filename="../lxqtthemeconfig.ui" line="23"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation type="unfinished">LXQt主題</translation>
|
<translation>LXQt主題</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="45"/>
|
<location filename="../main.cpp" line="46"/>
|
||||||
<source>LXQt Appearance Configuration</source>
|
<source>LXQt Appearance Configuration</source>
|
||||||
<translation>LXQt自訂外觀</translation>
|
<translation>LXQt自訂外觀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="51"/>
|
<location filename="../main.cpp" line="52"/>
|
||||||
<source>Widget Style</source>
|
<source>Widget Style</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="55"/>
|
<location filename="../main.cpp" line="56"/>
|
||||||
<source>Icons Theme</source>
|
<source>Icons Theme</source>
|
||||||
<translation>圖示主題</translation>
|
<translation>圖示主題</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="59"/>
|
<location filename="../main.cpp" line="60"/>
|
||||||
<source>LXQt Theme</source>
|
<source>LXQt Theme</source>
|
||||||
<translation>LXQt主題</translation>
|
<translation>LXQt主題</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="63"/>
|
<location filename="../main.cpp" line="64"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="68"/>
|
<location filename="../main.cpp" line="69"/>
|
||||||
<source>Cursor</source>
|
<source>Cursor</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,6 +6,6 @@ Comment=Configure applications associated with known file types
|
|||||||
Exec=lxqt-config-file-associations
|
Exec=lxqt-config-file-associations
|
||||||
Icon=preferences-desktop-filetype-association
|
Icon=preferences-desktop-filetype-association
|
||||||
Categories=Settings;DesktopSettings;Qt;LXQt;
|
Categories=Settings;DesktopSettings;Qt;LXQt;
|
||||||
OnlyShowIn=LXDE;LXQt;
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
#TRANSLATIONS_DIR=translations
|
#TRANSLATIONS_DIR=translations
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
LxQt::SingleApplication app(argc, argv);
|
LXQt::SingleApplication app(argc, argv);
|
||||||
|
|
||||||
MimetypeViewer mimetypeViewer;
|
MimetypeViewer mimetypeViewer;
|
||||||
app.setActivationWindow(&mimetypeViewer);
|
app.setActivationWindow(&mimetypeViewer);
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* File: MimetypeItemModel.cpp
|
* Copyright (c) Christian Surlykke
|
||||||
* Author: christian
|
*
|
||||||
*
|
* This file is part of the LXQt project. <http://lxqt.org>
|
||||||
* Created on 5. maj 2013, 09:18
|
* It is distributed under the LGPL 2.1 or later license.
|
||||||
*/
|
* Please refer to the LICENSE file for a copy of the license, and
|
||||||
|
* the AUTHORS file for copyright and authorship information.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* File: MimetypeItemModel.h
|
* Copyright (c) Christian Surlykke
|
||||||
* Author: christian
|
*
|
||||||
*
|
* This file is part of the LXQt project. <http://lxqt.org>
|
||||||
* Created on 5. maj 2013, 09:18
|
* It is distributed under the LGPL 2.1 or later license.
|
||||||
*/
|
* Please refer to the LICENSE file for a copy of the license, and
|
||||||
|
* the AUTHORS file for copyright and authorship information.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef MIMETYPEITEMMODEL_H
|
#ifndef MIMETYPEITEMMODEL_H
|
||||||
#define MIMETYPEITEMMODEL_H
|
#define MIMETYPEITEMMODEL_H
|
||||||
|
@ -110,7 +110,7 @@ MimetypeViewer::MimetypeViewer(QWidget *parent)
|
|||||||
|
|
||||||
QString mimeappsListPath(XdgDirs::dataHome(true) + "/applications/mimeapps.list");
|
QString mimeappsListPath(XdgDirs::dataHome(true) + "/applications/mimeapps.list");
|
||||||
mDefaultsList = new QSettings(mimeappsListPath, XdgDesktopFileCache::desktopFileSettingsFormat(), this);
|
mDefaultsList = new QSettings(mimeappsListPath, XdgDesktopFileCache::desktopFileSettingsFormat(), this);
|
||||||
mSettingsCache = new LxQt::SettingsCache(mDefaultsList);
|
mSettingsCache = new LXQt::SettingsCache(mDefaultsList);
|
||||||
mSettingsCache->loadFromSettings();
|
mSettingsCache->loadFromSettings();
|
||||||
initializeMimetypeTreeView();
|
initializeMimetypeTreeView();
|
||||||
loadAllMimeTypes();
|
loadAllMimeTypes();
|
||||||
@ -217,7 +217,6 @@ void MimetypeViewer::filter(const QString& pattern)
|
|||||||
{
|
{
|
||||||
QMimeDatabase db;
|
QMimeDatabase db;
|
||||||
MimeTypeData mimeData;
|
MimeTypeData mimeData;
|
||||||
const int count = widget.mimetypeTreeWidget->topLevelItemCount();
|
|
||||||
|
|
||||||
for (int i = 0; i < widget.mimetypeTreeWidget->topLevelItemCount(); ++i) {
|
for (int i = 0; i < widget.mimetypeTreeWidget->topLevelItemCount(); ++i) {
|
||||||
widget.mimetypeTreeWidget->topLevelItem(i)->setHidden(true);
|
widget.mimetypeTreeWidget->topLevelItem(i)->setHidden(true);
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
class QSettings;
|
class QSettings;
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class SettingsCache;
|
class SettingsCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ private:
|
|||||||
void loadAllMimeTypes();
|
void loadAllMimeTypes();
|
||||||
XdgMimeType m_CurrentMime;
|
XdgMimeType m_CurrentMime;
|
||||||
QSettings* mDefaultsList;
|
QSettings* mDefaultsList;
|
||||||
LxQt::SettingsCache *mSettingsCache;
|
LXQt::SettingsCache *mSettingsCache;
|
||||||
Ui::mimetypeviewer widget;
|
Ui::mimetypeviewer widget;
|
||||||
QStringList mediaTypes;
|
QStringList mediaTypes;
|
||||||
QList <QTreeWidgetItem*> mItemList;
|
QList <QTreeWidgetItem*> mItemList;
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
# Translations
|
||||||
|
Name[el]=Συσχετίσεις αρχείων
|
||||||
|
GenericName[el]=Ρυθμίσεις των συσχετίσεων αρχείων
|
||||||
|
Comment[el]=Διαμόρφωση της συσχέτισης των εφαρμογών με γνωστούς τύπους αρχείων
|
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="el">
|
||||||
|
<context>
|
||||||
|
<name>ApplicationChooser</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="14"/>
|
||||||
|
<source>ApplicationChooser</source>
|
||||||
|
<translation>Επιλογέας εφαρμογής</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="46"/>
|
||||||
|
<source>Pick an application for:</source>
|
||||||
|
<translation>Επιλέξτε μια εφαρμογή για:</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="110"/>
|
||||||
|
<source>1</source>
|
||||||
|
<translation>1</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="115"/>
|
||||||
|
<source>Applications that handle JPEG</source>
|
||||||
|
<translation>Εφαρμογές που διαχειρίζονται αρχεία JPEG</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="124"/>
|
||||||
|
<location filename="../applicationchooser.ui" line="129"/>
|
||||||
|
<location filename="../applicationchooser.ui" line="139"/>
|
||||||
|
<location filename="../applicationchooser.ui" line="144"/>
|
||||||
|
<source>New Subitem</source>
|
||||||
|
<translation>Νέο υποαντικείμενο</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.ui" line="135"/>
|
||||||
|
<location filename="../applicationchooser.cpp" line="113"/>
|
||||||
|
<source>Other applications</source>
|
||||||
|
<translation>Άλλες εφαρμογές</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.cpp" line="114"/>
|
||||||
|
<source>Applications that handle %1</source>
|
||||||
|
<translation>Εφαρμογές που διαχειρίζονται %1</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../applicationchooser.cpp" line="151"/>
|
||||||
|
<source>No applications found</source>
|
||||||
|
<translation>Δεν βρέθηκε εφαρμογή</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>MimetypeViewer</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.cpp" line="157"/>
|
||||||
|
<location filename="../mimetypeviewer.cpp" line="208"/>
|
||||||
|
<source>None</source>
|
||||||
|
<translation>Καμία</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.cpp" line="204"/>
|
||||||
|
<source>&Change...</source>
|
||||||
|
<translation>&Αλλαγή...</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.cpp" line="209"/>
|
||||||
|
<source>&Choose...</source>
|
||||||
|
<translation>&Επιλογή...</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>mimetypeviewer</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="20"/>
|
||||||
|
<source>File Associations</source>
|
||||||
|
<translation>Συσχετίσεις αρχείων</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="56"/>
|
||||||
|
<source>Default application</source>
|
||||||
|
<translation>Εξ ορισμού εφαρμογή</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="68"/>
|
||||||
|
<source>&Choose...</source>
|
||||||
|
<translation>&Επιλογή...</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="117"/>
|
||||||
|
<source>TextLabel</source>
|
||||||
|
<translation>Ετικέτα</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="124"/>
|
||||||
|
<source>None</source>
|
||||||
|
<translation>Καμία</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="144"/>
|
||||||
|
<source>Patterns</source>
|
||||||
|
<translation>Σχηματομορφές</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="156"/>
|
||||||
|
<source>*.txt *.xml</source>
|
||||||
|
<translation>*.txt *.xml</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="173"/>
|
||||||
|
<source>MIME type</source>
|
||||||
|
<translation>Τύπος MIME</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="191"/>
|
||||||
|
<source>Icon</source>
|
||||||
|
<translation>Εικονίδιο</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mimetypeviewer.ui" line="198"/>
|
||||||
|
<source>Description</source>
|
||||||
|
<translation>Περιγραφή</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -0,0 +1,4 @@
|
|||||||
|
# Translations
|
||||||
|
Name[it]=Associazioni file
|
||||||
|
GenericName[it]=Impostare le associazioni file
|
||||||
|
Comment[it]=Impostare le associazioni file per le applicazioni installate
|
@ -66,6 +66,11 @@ target_link_libraries(lxqt-config-input
|
|||||||
lxqt-config-cursor
|
lxqt-config-cursor
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_target_properties(lxqt-config-input
|
||||||
|
PROPERTIES
|
||||||
|
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/${LXQT_CONFIG_PROJECT}"
|
||||||
|
)
|
||||||
|
|
||||||
install(TARGETS
|
install(TARGETS
|
||||||
lxqt-config-input
|
lxqt-config-input
|
||||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
extern void qt_x11_apply_settings_in_all_apps();
|
extern void qt_x11_apply_settings_in_all_apps();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KeyboardConfig::KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
KeyboardConfig::KeyboardConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
settings(_settings),
|
settings(_settings),
|
||||||
qtSettings(_qtSettings),
|
qtSettings(_qtSettings),
|
||||||
@ -44,7 +44,8 @@ KeyboardConfig::KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings
|
|||||||
interval(30),
|
interval(30),
|
||||||
oldInterval(30),
|
oldInterval(30),
|
||||||
beep(true),
|
beep(true),
|
||||||
oldBeep(true) {
|
oldBeep(true),
|
||||||
|
numlock(false) {
|
||||||
|
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
@ -58,6 +59,7 @@ KeyboardConfig::KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings
|
|||||||
connect(ui.keyboardInterval, SIGNAL(valueChanged(int)), SLOT(onKeyboardSliderChanged(int)));
|
connect(ui.keyboardInterval, SIGNAL(valueChanged(int)), SLOT(onKeyboardSliderChanged(int)));
|
||||||
connect(ui.keyboardBeep, SIGNAL(toggled(bool)), SLOT(onKeyboardBeepToggled(bool)));
|
connect(ui.keyboardBeep, SIGNAL(toggled(bool)), SLOT(onKeyboardBeepToggled(bool)));
|
||||||
connect(ui.cursorFlashTime, SIGNAL(valueChanged(int)), SLOT(onCorsorFlashTimeChanged(int)));
|
connect(ui.cursorFlashTime, SIGNAL(valueChanged(int)), SLOT(onCorsorFlashTimeChanged(int)));
|
||||||
|
connect(ui.keyboardNumLock, SIGNAL(toggled(bool)), SLOT(onKeyboardNumLockToggled(bool)));
|
||||||
}
|
}
|
||||||
|
|
||||||
KeyboardConfig::~KeyboardConfig() {
|
KeyboardConfig::~KeyboardConfig() {
|
||||||
@ -68,6 +70,7 @@ void KeyboardConfig::initControls() {
|
|||||||
ui.keyboardDelay->setValue(delay);
|
ui.keyboardDelay->setValue(delay);
|
||||||
ui.keyboardInterval->setValue(interval);
|
ui.keyboardInterval->setValue(interval);
|
||||||
ui.keyboardBeep->setChecked(beep);
|
ui.keyboardBeep->setChecked(beep);
|
||||||
|
ui.keyboardNumLock->setChecked(numlock);
|
||||||
|
|
||||||
qtSettings->beginGroup(QLatin1String("Qt"));
|
qtSettings->beginGroup(QLatin1String("Qt"));
|
||||||
int value = qtSettings->value(QLatin1String("cursorFlashTime"), 1000).toInt();
|
int value = qtSettings->value(QLatin1String("cursorFlashTime"), 1000).toInt();
|
||||||
@ -98,6 +101,11 @@ void KeyboardConfig::onKeyboardBeepToggled(bool checked) {
|
|||||||
accept();
|
accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void KeyboardConfig::onKeyboardNumLockToggled(bool checked) {
|
||||||
|
numlock = checked;
|
||||||
|
accept();
|
||||||
|
}
|
||||||
|
|
||||||
void KeyboardConfig::onCorsorFlashTimeChanged(int value)
|
void KeyboardConfig::onCorsorFlashTimeChanged(int value)
|
||||||
{
|
{
|
||||||
qtSettings->beginGroup(QLatin1String("Qt"));
|
qtSettings->beginGroup(QLatin1String("Qt"));
|
||||||
@ -115,6 +123,7 @@ void KeyboardConfig::loadSettings() {
|
|||||||
oldDelay = delay = settings->value("delay", 500).toInt();
|
oldDelay = delay = settings->value("delay", 500).toInt();
|
||||||
oldInterval = interval = settings->value("interval", 30).toInt();
|
oldInterval = interval = settings->value("interval", 30).toInt();
|
||||||
oldBeep = beep = settings->value("beep", true).toBool();
|
oldBeep = beep = settings->value("beep", true).toBool();
|
||||||
|
numlock = settings->value("numlock", false).toBool();
|
||||||
settings->endGroup();
|
settings->endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -123,6 +132,7 @@ void KeyboardConfig::accept() {
|
|||||||
settings->setValue("delay", delay);
|
settings->setValue("delay", delay);
|
||||||
settings->setValue("interval", interval);
|
settings->setValue("interval", interval);
|
||||||
settings->setValue("beep", beep);
|
settings->setValue("beep", beep);
|
||||||
|
settings->setValue("numlock", numlock);
|
||||||
settings->endGroup();
|
settings->endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include "ui_keyboardconfig.h"
|
#include "ui_keyboardconfig.h"
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class Settings;
|
class Settings;
|
||||||
}
|
}
|
||||||
class QSettings;
|
class QSettings;
|
||||||
@ -32,7 +32,7 @@ class KeyboardConfig : public QWidget {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
KeyboardConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent = 0);
|
KeyboardConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent = 0);
|
||||||
virtual ~KeyboardConfig();
|
virtual ~KeyboardConfig();
|
||||||
|
|
||||||
void accept();
|
void accept();
|
||||||
@ -49,10 +49,11 @@ private Q_SLOTS:
|
|||||||
void onKeyboardSliderChanged(int value);
|
void onKeyboardSliderChanged(int value);
|
||||||
void onKeyboardBeepToggled(bool checked);
|
void onKeyboardBeepToggled(bool checked);
|
||||||
void onCorsorFlashTimeChanged(int value);
|
void onCorsorFlashTimeChanged(int value);
|
||||||
|
void onKeyboardNumLockToggled(bool checked);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::KeyboardConfig ui;
|
Ui::KeyboardConfig ui;
|
||||||
LxQt::Settings* settings;
|
LXQt::Settings* settings;
|
||||||
QSettings* qtSettings;
|
QSettings* qtSettings;
|
||||||
int delay;
|
int delay;
|
||||||
int oldDelay;
|
int oldDelay;
|
||||||
@ -60,6 +61,7 @@ private:
|
|||||||
int oldInterval;
|
int oldInterval;
|
||||||
bool beep;
|
bool beep;
|
||||||
bool oldBeep;
|
bool oldBeep;
|
||||||
|
bool numlock;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEYBOARDCONFIG_H
|
#endif // KEYBOARDCONFIG_H
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>375</width>
|
<width>375</width>
|
||||||
<height>232</height>
|
<height>276</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -161,6 +161,13 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="4" column="0" colspan="2">
|
||||||
|
<widget class="QCheckBox" name="keyboardNumLock">
|
||||||
|
<property name="text">
|
||||||
|
<string>Turn on NumLock after login</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "selectkeyboardlayoutdialog.h"
|
#include "selectkeyboardlayoutdialog.h"
|
||||||
#include <LXQt/Settings>
|
#include <LXQt/Settings>
|
||||||
|
|
||||||
KeyboardLayoutConfig::KeyboardLayoutConfig(LxQt::Settings* _settings, QWidget* parent):
|
KeyboardLayoutConfig::KeyboardLayoutConfig(LXQt::Settings* _settings, QWidget* parent):
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
settings(_settings) {
|
settings(_settings) {
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
@ -26,14 +26,14 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include "ui_keyboardlayoutconfig.h"
|
#include "ui_keyboardlayoutconfig.h"
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class Settings;
|
class Settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
class KeyboardLayoutConfig : public QWidget {
|
class KeyboardLayoutConfig : public QWidget {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
KeyboardLayoutConfig(LxQt::Settings* _settings, QWidget* parent = 0);
|
KeyboardLayoutConfig(LXQt::Settings* _settings, QWidget* parent = 0);
|
||||||
virtual ~KeyboardLayoutConfig();
|
virtual ~KeyboardLayoutConfig();
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
@ -57,7 +57,7 @@ private:
|
|||||||
QStringList currentOptions_;
|
QStringList currentOptions_;
|
||||||
QList<QPair<QString, QString> > currentLayouts_;
|
QList<QPair<QString, QString> > currentLayouts_;
|
||||||
QMap<QString, KeyboardLayoutInfo> knownLayouts_;
|
QMap<QString, KeyboardLayoutInfo> knownLayouts_;
|
||||||
LxQt::Settings* settings;
|
LXQt::Settings* settings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEYBOARDLAYOUTCONFIG_H
|
#endif // KEYBOARDLAYOUTCONFIG_H
|
||||||
|
@ -25,16 +25,16 @@
|
|||||||
#include "keyboardlayoutconfig.h"
|
#include "keyboardlayoutconfig.h"
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
LxQt::SingleApplication app(argc, argv);
|
LXQt::SingleApplication app(argc, argv);
|
||||||
|
|
||||||
QByteArray configName = qgetenv("LXQT_SESSION_CONFIG");
|
QByteArray configName = qgetenv("LXQT_SESSION_CONFIG");
|
||||||
if(configName.isEmpty())
|
if(configName.isEmpty())
|
||||||
configName = "session";
|
configName = "session";
|
||||||
LxQt::Settings settings(configName);
|
LXQt::Settings settings(configName);
|
||||||
LxQt::ConfigDialog dlg(QObject::tr("Keyboard and Mouse Settings"), &settings);
|
LXQt::ConfigDialog dlg(QObject::tr("Keyboard and Mouse Settings"), &settings);
|
||||||
app.setActivationWindow(&dlg);
|
app.setActivationWindow(&dlg);
|
||||||
|
|
||||||
LxQt::Settings qtSettings("lxqt");
|
LXQt::Settings qtSettings("lxqt");
|
||||||
MouseConfig* mouseConfig = new MouseConfig(&settings, &qtSettings, &dlg);
|
MouseConfig* mouseConfig = new MouseConfig(&settings, &qtSettings, &dlg);
|
||||||
dlg.addPage(mouseConfig, QObject::tr("Mouse"), "input-mouse");
|
dlg.addPage(mouseConfig, QObject::tr("Mouse"), "input-mouse");
|
||||||
QObject::connect(&dlg, SIGNAL(reset()), mouseConfig, SLOT(reset()));
|
QObject::connect(&dlg, SIGNAL(reset()), mouseConfig, SLOT(reset()));
|
||||||
|
@ -6,6 +6,6 @@ Comment=Configure keyboard, mouse, and other input devices
|
|||||||
Exec=lxqt-config-input
|
Exec=lxqt-config-input
|
||||||
Icon=input-keyboard
|
Icon=input-keyboard
|
||||||
Categories=Qt;Settings;HardwareSettings;DesktopSettings;LXQt;
|
Categories=Qt;Settings;HardwareSettings;DesktopSettings;LXQt;
|
||||||
OnlyShowIn=LXDE;LXQt;
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
#TRANSLATIONS_DIR=translations
|
#TRANSLATIONS_DIR=translations
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) LXQt contributors.
|
||||||
|
*
|
||||||
|
* This file is part of the LXQt project. <http://lxqt.org>
|
||||||
|
* It is distributed under the LGPL 2.1 or later license.
|
||||||
|
* Please refer to the LICENSE file for a copy of the license, and
|
||||||
|
* the AUTHORS file for copyright and authorship information.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef LXQT_CONFIG_INPUT_H
|
#ifndef LXQT_CONFIG_INPUT_H
|
||||||
#define LXQT_CONFIG_INPUT_H
|
#define LXQT_CONFIG_INPUT_H
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
extern void qt_x11_apply_settings_in_all_apps();
|
extern void qt_x11_apply_settings_in_all_apps();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
MouseConfig::MouseConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
MouseConfig::MouseConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent):
|
||||||
QWidget(parent),
|
QWidget(parent),
|
||||||
settings(_settings),
|
settings(_settings),
|
||||||
qtSettings(_qtSettings),
|
qtSettings(_qtSettings),
|
||||||
@ -87,7 +87,6 @@ void MouseConfig::initControls() {
|
|||||||
|
|
||||||
|
|
||||||
void MouseConfig::onMouseAccelChanged(int value) {
|
void MouseConfig::onMouseAccelChanged(int value) {
|
||||||
QSlider* slider = static_cast<QSlider*>(sender());
|
|
||||||
accel = value;
|
accel = value;
|
||||||
XChangePointerControl(QX11Info::display(), True, False,
|
XChangePointerControl(QX11Info::display(), True, False,
|
||||||
accel, 10, 0);
|
accel, 10, 0);
|
||||||
@ -95,7 +94,6 @@ void MouseConfig::onMouseAccelChanged(int value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MouseConfig::onMouseThresholdChanged(int value) {
|
void MouseConfig::onMouseThresholdChanged(int value) {
|
||||||
QSlider* slider = static_cast<QSlider*>(sender());
|
|
||||||
/* threshold = 110 - sensitivity. The lower the threshold, the higher the sensitivity */
|
/* threshold = 110 - sensitivity. The lower the threshold, the higher the sensitivity */
|
||||||
threshold = 110 - value;
|
threshold = 110 - value;
|
||||||
XChangePointerControl(QX11Info::display(), False, True,
|
XChangePointerControl(QX11Info::display(), False, True,
|
||||||
@ -175,8 +173,8 @@ void MouseConfig::loadSettings() {
|
|||||||
oldSingleClick = singleClick = qtSettings->value("single_click_activate", false).toBool();
|
oldSingleClick = singleClick = qtSettings->value("single_click_activate", false).toBool();
|
||||||
|
|
||||||
settings->beginGroup("Mouse");
|
settings->beginGroup("Mouse");
|
||||||
oldAccel = accel = settings->value("acc_factor", 20).toInt();
|
oldAccel = accel = settings->value("accel_factor", 20).toInt();
|
||||||
oldThreshold = threshold = settings->value("acc_threshold", 10).toInt();
|
oldThreshold = threshold = settings->value("accel_threshold", 10).toInt();
|
||||||
oldLeftHanded = leftHanded = settings->value("left_handed", false).toBool();
|
oldLeftHanded = leftHanded = settings->value("left_handed", false).toBool();
|
||||||
settings->endGroup();
|
settings->endGroup();
|
||||||
}
|
}
|
||||||
@ -185,8 +183,8 @@ void MouseConfig::accept() {
|
|||||||
qtSettings->setValue("single_click_activate", singleClick);
|
qtSettings->setValue("single_click_activate", singleClick);
|
||||||
|
|
||||||
settings->beginGroup("Mouse");
|
settings->beginGroup("Mouse");
|
||||||
settings->setValue("acc_factor", accel);
|
settings->setValue("accel_factor", accel);
|
||||||
settings->setValue("acc_threshold", threshold);
|
settings->setValue("accel_threshold", threshold);
|
||||||
settings->setValue("left_handed", leftHanded);
|
settings->setValue("left_handed", leftHanded);
|
||||||
settings->endGroup();
|
settings->endGroup();
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include "ui_mouseconfig.h"
|
#include "ui_mouseconfig.h"
|
||||||
|
|
||||||
namespace LxQt {
|
namespace LXQt {
|
||||||
class Settings;
|
class Settings;
|
||||||
}
|
}
|
||||||
class QSettings;
|
class QSettings;
|
||||||
@ -32,7 +32,7 @@ class MouseConfig : public QWidget {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MouseConfig(LxQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent);
|
MouseConfig(LXQt::Settings* _settings, QSettings* _qtSettings, QWidget* parent);
|
||||||
virtual ~MouseConfig();
|
virtual ~MouseConfig();
|
||||||
|
|
||||||
void accept();
|
void accept();
|
||||||
@ -54,7 +54,7 @@ private Q_SLOTS:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::MouseConfig ui;
|
Ui::MouseConfig ui;
|
||||||
LxQt::Settings* settings;
|
LXQt::Settings* settings;
|
||||||
QSettings* qtSettings;
|
QSettings* qtSettings;
|
||||||
int accel;
|
int accel;
|
||||||
int oldAccel;
|
int oldAccel;
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user