Kai Uwe Broulik
642392e272
Forward key events to the StackView
...
Fixes keyboard navigation not working after the introduction of the barcode page
BUG: 344160
11 years ago
l10n daemon script
5629da4cb1
SVN_SILENT made messages (.desktop file)
11 years ago
Martin Gräßlin
a462d12ab9
[clipboard] Show barcodes directly in view
...
When clicking the barcode button, the view is changed to just show
the barcode instead of opening a dialog. By default a QR Code is
displayed.
A tool button is added which allows to change the barcode type, with
the following barcodes being supported:
* QR
* Data Matrix
* Code 39
* Code 93
REVIEW: 122402
11 years ago
Martin Gräßlin
97b71c3f72
[applets/clipboard] Force tooltips to be PlainText
...
Prevents cross-side scripting attempts.
This requires 8044e15 of plasma-framework.
BUG: 343301
FIXED-IN: 5.3.0
REVIEW: 122289
11 years ago
l10n daemon script
6b458cad48
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
96a84be147
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
16778ed168
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
553bfe129e
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
e0555d9ef1
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
51f2849197
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
352e87eec9
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
e7f4743a07
I just found out there is actually s ListView.isCurrentItem attached property
12 years ago
l10n daemon script
651c6e5841
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
683c131e75
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
758fa766b2
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
2f911ca9a3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
92f9c24988
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
d33fc022c8
PlasmaComponents.ListView already provides onClicked and containsMouse
...
It does not provide onEntered/onExited but we can mimic that with onContainsMouseChanged
This removes the MouseArea which could never occupy the entire highlight area due to theme
margins leading to annoying flickering when moving between items because the one MouseArea
was exited before the next one was entered
12 years ago
l10n daemon script
99a52fbe24
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
74ba2b7bb7
Use decodeURIComponent on the split path, otherwise we present % encoded filenames to the user
12 years ago
Kai Uwe Broulik
9ad60d3f62
git commit ammend is dangerous. This line definitely should *not* be in here
12 years ago
Kai Uwe Broulik
4bf1e4077d
Make toolbuttons non-flat to improve visibility
12 years ago
Kai Uwe Broulik
1b1a06c005
Always show clipboard contents verbatim
...
If if contains HTML tags, Qt will interpret them breaking the layout or even
causing privacy issues (think of copy-pasting an img src="some remote url")
12 years ago
Kai Uwe Broulik
c34cbafe59
This breaks eliding
...
There is a QTBUG about that but I can't find that right now
12 years ago
Kai Uwe Broulik
577c8ae79a
Work around QTBUG-39154 causing the item delegate to change height-
...
when hovering due to the toolbutton row becoming visible
12 years ago
l10n daemon script
53bc36bd3c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
68f45dcc1c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
5d01f955db
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
926d6fb61a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
620f924770
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1e94ebe714
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
344a005f12
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
b4d7c387c7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0bd88bd91a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
247cedd633
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
7ca867684b
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
4b7b697db8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
edfceadfc6
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c2cb788045
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6b37f7f75f
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
c89190dce7
Use delete icon for clearing the history
...
Otherwise we end up with two "back space key" icons next to each other,
one clearing the TextField, the other one nuking your history.
12 years ago
l10n daemon script
bba67ff4a8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
ae30b993c4
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
b257ca87cc
SVN_SILENT made messages (.desktop file)
12 years ago
Sebastian Kügler
561630e59f
Cleanups
12 years ago
Sebastian Kügler
2fd6166b2a
Add indicator when not all items are displayed
12 years ago
Sebastian Kügler
9ec2b7de3d
Clean up ui code
12 years ago
Sebastian Kügler
128dc5c6f0
Uniform horizontal spacing in delegates
12 years ago
Sebastian Kügler
4974443d63
Rejig alignment
...
Right now, we don't have any left spacing, but at least we can add it
back now without screwing up bits here and there.
12 years ago
Sebastian Kügler
b605caadfe
Painting of image delegates more in line with HIG
12 years ago