| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
in https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/209.
Code now includes GUI enabling user to change TDEHiddenFileMatcher
for current KDirLister.
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
|
|
|
|
|
| |
key does not exist
Implemented more comprehensive response to user-caused changes to
hidden file match criteria
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
| |
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
|
|
|
|
|
| |
criteria.
Removed diagnostic cruft used during testing.
Other code modifications in preparation for code review.
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Establish "HiddenFileSpec" key to be stored in a konq*viewrc config file.
(2) Establish menu access for modifying key in listview (iconview TBD).
The "HiddenFileSpec" key (under [Settings] in config/konqlistviewrc) should contain
a string specifying what constitutes a hidden file. The string should conform to
the syntax described in latest commit message for corresponding tdelibs PR # 163.
Testing at this point will require manually editing the configuration file.
KonqListView::slotChangeHiddenFileMatcher will eventually call a dialog through
which a user can query and modify the specification for how "hidden" files are to
be identified. Currently it only demonstrates access to HiddenFileMatcher methods.
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
|
|
| |
This commit requires a related commit for tdelibs.
Signed-off-by: Vincent Reher <tde@4reher.org>
|
|
|
|
|
|
| |
windows. This resolves issue #334
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Add conflicts check for hotkey checkboxes
Due to the ability to set multiple keyboard layout switching hotkeys,
it is important to inform the user of conflicting options that are
not handled properly by the X.org server when set at the same time
(e.g. Win+Space and Alt+Space).
This change adds a warning that informs the user about the problem and
the conflicting options. This warning is shown only when setting
multiple hotkeys via the Xkb options tab, which is for the advanced
user. Most users will ever need only one hotkey, and the combobox on
the first tab should be more than enough.
2) Add "none" item to layout switching options
3) Replace Reset old options checkbox with radio buttons
As per discussion, this makes the function of the option more
apparent. WhatIs hints have been added for additional clarity.
4) Update hotkey combobox per server options
5) Avoid duplication of options by querying Xkb for already set options.
This was a problem in Append Mode in which `setxkbmap` strings would
get too long due to setting already set options. This code checks for
already set options and omits them from the new `setxkbmap` call.
This does not apply to Overwrite Mode.
6) Overwrite previous grp: options when using the combobox
See previous commit message about the addition of hotkeys combobox.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) New layout switching approach
The new approach is based on the "grp" options group of Xkb
and so enables us to use predefined X11 layout (group) switching
hotkeys like "Caps Lock" or "Shift+Alt" (you can see the full list
in the Options tab). The added bonus to this is that we conform
to the Xkb setting.
The code lets Xkb handle the keyboard layout switching hotkey(s)
and is similar to the one that is used in kkbswitch, monitoring
for an Xkb group (layout) change event.
This solution required me to remove some hacky and obsolete code
which was there to support really old pre-XFree-4.2 era systems
and included the "include groups" hack.
This means that the "Enable latin layout" checkbox is now gone
and setxkbmap is only called when the keyboard layouts and/or
options are modified, and not for every layout change.
2) Common layout switching hotkeys combobox
A combobox was added to the first page of the Keyboard Layouts
KCM module. It provides to the users a quick way to set a layout
switching key combination. It also controls the "grp" group in
the Xkb tab.
A special note about this combobox is that, even if Append Mode
was selected in the Xkb Options tab, this hotkey will overwrite
previous hotkey options. This means that all grp: options will
be forced removed before applying the option from the combobox
(in contrast to specifying options via the Xkb Options tab,
which, in Append Mode, will not get overwritten until next login).
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
|
|
|
|
|
|
|
| |
1. Prefer XML files for Xkb options, as on some systems they have the a fuller
set of options with descriptions than plain Xkb rules files.
2. Various hacks to improve descriptions of newer Xkb options
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
removable drives and CD/DVD disks.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
KDesktop for the storage drives.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
relates to issue TDE/tde#110.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
if automatic opening of popup windows is enabled.
|
|
|
|
|
|
| |
element of the treeview. This resolves issue #310.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
This relates to Bug 2854.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
functionality but allows the future LMB menu to reuse some of the code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
HwDeviceSystemTray.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
| |
show the Device Manager dialog directly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
| |
Signed-off-by: Darrell Anderson <darrella@clovermail.net>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 90.3% (28 of 31 strings)
Translation: tdebase/twin - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pt/
|
|
|
|
|
|
|
| |
Currently translated at 69.7% (175 of 251 strings)
Translation: tdebase/l10n - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 79.7% (362 of 454 strings)
Translation: tdebase/kcontrol - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 56.6% (196 of 346 strings)
Translation: tdebase/kappfinder - data
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/pl/
|
|
|
|
|
|
|
| |
Currently translated at 97.4% (38 of 39 strings)
Translation: tdebase/khelpcenter - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 95.2% (20 of 21 strings)
Translation: tdebase/kdesktop - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (15 of 15 strings)
Translation: tdebase/tdeprint - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (11 of 11 strings)
Translation: tdebase/konsole - events
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdebase/knetattach - knetattach.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach-knetattachdesktop/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (2 of 2 strings)
Translation: tdebase/kmenuedit - kmenuedit.desktop
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuedit-kmenueditdesktop/pl/
|
|
|
|
|
|
|
| |
Currently translated at 55.4% (192 of 346 strings)
Translation: tdebase/kappfinder - data
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (63 of 63 strings)
Translation: tdebase/khotkeys - data
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/pl/
|
|
|
|
|
|
|
| |
Currently translated at 80.9% (17 of 21 strings)
Translation: tdebase/kdesktop - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (5 of 5 strings)
Translation: tdebase/kate - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/pl/
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
|
|
|
|
| |
Konsole: Move biggerFont() and smallerFont() into TEWidget
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Additional changes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (21 of 21 strings)
Translation: tdebase/kdesktop - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/uk/
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|
|
|
|
|
|
| |
installation of man-kappfinder.1.docbook.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
|
|
|
| |
This resolves issue TDE/tde#98.
Also contains some identation fixes.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
|