Kai Uwe Broulik
be413f2ca7
[Icon Applet] Enforce PlainText
9 years ago
Kai Uwe Broulik
352221ce47
Fix minimum and maximum size for icon
9 years ago
Eike Hein
0f8302c2c3
Configurable icon size
...
Summary:
This patch uses the new units.iconSizeHints.panel API to limit the
icon size to what the user sets for panel icons in System Settings,
avoiding them taking up too much space, particularly in wide vertical
panels.
See D5592 and D4550 for similar changes.
Depends on D5593.
CCBUG:378443
Reviewers: #plasma, mart, broulik
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D5594
9 years ago
Kai Uwe Broulik
2c286ee8d2
[Icon Applet] Reject unacceptable drags
...
Differential Revision: https://phabricator.kde.org/D4737
9 years ago
Kai Uwe Broulik
f0eb59ed93
[Icon Applet] More sensible minimum height
...
Take into account the label's height for minimum size. When we resize the applet super tiny,
it's likely text wraps onto two lines, so use a two line text as minimum (it already does that for preferredHeight anyway).
Differential Revision: https://phabricator.kde.org/D4477
9 years ago
Kai Uwe Broulik
83719920b2
[Icon Applet] Use KIO::statJob to work with remote URLs
...
Files in desktop:/ are local files but QUrl doesn't know this.
Also allows us to determin mime type and icon for files on a network share.
While at it, improve default naming logic.
BUG: 375103
FIXED-IN: 5.9.0
Differential Revision: https://phabricator.kde.org/D4157
9 years ago
Kai Uwe Broulik
f8f27526ea
[Icon Applet] Rename open() to run() to fix compilation on 32-bit
...
BUG: 374966
9 years ago
Kai Uwe Broulik
036b545baa
[Icon Applet] Add "Open With" and "Open Containing Folder" actions
...
This adds the "Open With..." option known from Dolphin to the icon applet when it points to a file.
Also adds a "Open Containing Folder".
While at it, moves the action logic for jump list actions to C++ side
Differential Revision: https://phabricator.kde.org/D3905
9 years ago
Kai Uwe Broulik
5921cc6227
[Icon Applet] Use larger better default size
...
The label is typically wider than the icon, so allow for 1.5x icon width as default
and also assume the label will be two lines of text which is the more common case imho.
This keeps a newly created icon applet from being cramped and tiny
9 years ago
l10n daemon script
50b7c832f3
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
Kai Uwe Broulik
caea0aa4ee
[Icon Widget] Bring back properties dialog
...
This brings back the properties dialog allowing to manipulate the icon and label of a widget.
CHANGELOG: Icon widget properties, such as name, icon, working directory, etc can now be edited
Differential Revision: https://phabricator.kde.org/D2687
9 years ago
David Edmundson
865901eed0
Revert "Make icon follow styleHints"
...
This reverts commit f9689bfcd9 .
CCBUG: 348960
Decision was this leads to an inconsistency in behaviour amongst
panel applets
10 years ago
David Edmundson
f9689bfcd9
Make icon follow styleHints
...
Summary: CCBUG: 348960
Test Plan:
Set mouse to double click. Added icon item
Clicked
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2610
10 years ago
Kai Uwe Broulik
b434a0f05e
[Icon Widget] Don't use plasma theme for icon
...
This avoids picking a black and white icon like it would for KMail.
Neither Task Manager nor Kickoff use plasma theme icons for applications.
Differential Revision: https://phabricator.kde.org/D1745
10 years ago
l10n daemon script
f9893549ba
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
d37e0fa7a3
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
b139fad3a7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Kai Uwe Broulik
23c82f391e
[Icon Widget] Add drop shadow instead of solid background
...
This is similar to what FolderView does, makes it consistent and the icon
significantly less intrusive.
REVIEW: 127247
10 years ago
Kai Uwe Broulik
a8f7c3fb47
[Icon applet] Enable eliding for text
...
Also use WrapAtWordBoundaryOrAnywhere. For eliding to work properly we
need to unset the default height of PlasmaComponents.Label
10 years ago
Kai Uwe Broulik
4d88904c4f
[Icon Widget] Add support for Jump List Actions
...
REVIEW: 126278
10 years ago
l10n daemon script
0e35c812b0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
3453aa8aa0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
David Edmundson
ae16b20c02
Restore semantic icon for use in tooltips and notifications
...
Previews are now fetched from the plugin name, so we don't need to set
that twice.
10 years ago
Kai Uwe Broulik
7e3942abe3
[Icon Widget] Support dropping onto folder
...
CHANGELOG: Dropping files onto a folder icon now supports copying/moving/linking the file there
REVIEW: 125118
11 years ago
andreas kainz
fd04b714d4
applets: link to new breeze icons for applets
...
REVIEW: 125438
11 years ago
andreas kainz
33ec9fd62c
Widget screenshot for widget explorer
11 years ago
Kai Uwe Broulik
8a24c95881
Don't show genericName if it's the same as applicationName
...
When you drop a file it would show its name twice which is redundant
11 years ago
Kai Uwe Broulik
5f80513249
Implement drag and drop support for icon widget
...
CHANGELOG: Dropping file(s) onto an icon widget will now open them in the given application
REVIEW: 124472
11 years ago
Kai Uwe Broulik
b4d0b42f59
Make icon widget initial size dpi aware
11 years ago
Eike Hein
52337d6c08
Fix shortcut activation.
11 years ago
Marco Martin
77d18c9877
remove the sharedengine extension from desktop files
11 years ago
Marco Martin
619aaa9fdd
add all X-Plasma-RequiredExtensions=SharedEngine
...
also port away from plasmapackage:/ urls when needed
11 years ago
l10n daemon script
738b59196a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
2569d35ff4
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5e058803f7
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
b4d7c387c7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
700ffb1dc8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6ef6c7e692
SVN_SILENT made messages (.desktop file)
12 years ago
Bhushan Shah
c5222bc374
debug--
12 years ago
Eike Hein
cb8826bb4e
Fix icon in, ironically, Icon widget tooltips.
12 years ago
l10n daemon script
cf13f672b0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
f6fa9c9cd7
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
7340ee7972
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
02b92c46d5
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
55744e1106
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
bc51c4f2b0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c12cad775c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
8356528abc
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0054ac7f20
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
bab630a9da
use the binary plugin to execute stuff
12 years ago