Ignat Semenov
fe8b9eafcb
check if the model index list is empty in PopupView::contextMenuRequest
...
TODO: Context menu code is duplicated between FolderView and PopupView, and needs to
be factored out.
BUG:292127
FIXED-IN:4.9.3
2012-10-13 00:59:28 +04:00
Ignat Semenov
30ae111f75
check if the model index list is empty in PopupView::contextMenuRequest
...
TODO: Context menu code is duplicated between FolderView and PopupView, and needs to
be factored out.
BUG:292127
FIXED-IN:4.9.3
2012-10-13 00:56:11 +04:00
Gregor Tätzner
1465967cac
Use folder-blue instead of user-folder as iconName for unkown icons.
2012-10-02 13:11:20 +02:00
Raphael Kubo da Costa
396c2c3fcf
Adjust to Ark's drag'n'drop D-Bus interface changes.
...
Ark's drag'n'drop D-Bus interface needs to be changed: so far, the object
path was always /DndExtract, but this does not work if Ark is being used as
an embedded KPart (in Konqueror or Rekonq, for example), as all tabs will
end up calling QDBusConnection::registerObject() with the same path. Only
the first call will work, and the result is that dragging and dropping from
any tab previewing an archive with Ark will extract from the first archive
being previewed.
To fix that, applications that accept the application/x-kde-dndextract
mimetype should now be adjusted to check the
application/x-kde-ark-dndextract-service and
application/x-kde-ark-dndextract-path ones instead; the former contains the
same service information that used to be passed, while the latter tells
which object path should be talked to.
This is the folderview part of the change, modeled after the changes made to
Dolphin.
CCBUG: 304860
2012-08-26 01:29:43 -03:00
Ignat Semenov
d3b8716c57
only start the clear saved positions timer if it is already running
...
CCBUG:265774
2012-07-13 21:05:47 +04:00
Ignat Semenov
87691b0cb8
use m_model instead of m_dirModel since the view can be filtered
2012-07-06 16:50:19 +04:00
Script Kiddy
0388171e04
SVN_SILENT made messages (.desktop file)
2012-06-26 19:08:12 +02:00
Script Kiddy
12abf054b8
SVN_SILENT made messages (.desktop file)
2012-06-18 10:06:11 +02:00
Script Kiddy
8aa8921501
SVN_SILENT made messages (.desktop file)
2012-06-16 12:13:06 +02:00
Ivan Čukić
b9379ec086
Selecting the proper item in the configuration dialogue when showing
...
the files from the current activity (activities:/current/)
2012-05-25 09:39:32 +02:00
Ignat Semenov
c1a82f1321
use Plasma::viewFor() to locate the relevant QGraphicsView
...
QGraphicsView::underMouse() can fail if the mouseEnterEvent has not been
delivered. E.g. opening a context menu in a folder peek popup and then clicking
the desktop makes subsequent underMouse() calls return false.
This replaces underMouse() with the standard Plasma method based on using the
item's scene coordinates.
BUG:300386
FIXED-IN:4.8.4
2012-05-21 20:38:01 +04:00
Ivan Čukić
70ca713486
Showing current activity
2012-05-16 22:41:16 +02:00
Ivan Čukić
93fba26f56
Added folderview option to show files related to the current activity
2012-05-16 17:54:04 +02:00
Script Kiddy
234818d7a0
SVN_SILENT made messages (.desktop file)
2012-04-17 16:06:32 +02:00
Ignat Semenov
87d7b70509
add public slot FolderView::addUrl(KUrl)
...
This slot can be used e.g. by Kickoff for the "Add to Desktop" action to add a real link
instead of an Icon applet.
REVIEW:104328
2012-03-29 16:23:55 +04:00
Ignat Semenov
1417342151
automatically disable action buttons if they cover the actual icon
...
REVIEW:104413
2012-03-27 10:50:59 +04:00
Ignat Semenov
046c8cf4c6
set the custom icon position data before setting the model
...
This is to avoid a potential race condition between the end of the layouting
process and setting the custom icon position data.
CCBUG:265774
2012-03-26 18:05:47 +04:00
Ignat Semenov
0b534c25dc
give "Display" configuration page labels sane names
2012-03-25 19:20:20 +04:00
Ignat Semenov
a20258c2ee
do not shrink icons on mouse press+Ctrl and mouse press+Shift
2012-03-25 17:11:28 +04:00
Ignat Semenov
9c7cf7525a
fix previously unselected icon repaint on mouse press event
...
This fies a bug introduced in 98e43df2c5
2012-03-25 16:53:00 +04:00
Ignat Semenov
8d3055fb4a
scroll automatically on dragging the rubberband over the view edge
...
BUG:189350
REVIEW:104396
2012-03-24 20:22:41 +04:00
Ignat Semenov
2f74937497
document the icon position data format and setIconPositionsData()
2012-03-24 19:47:57 +04:00
Ignat Semenov
2e80f9b45a
correctly handle m_sortDirsFirst in configChanged()
2012-03-24 19:43:26 +04:00
Ignat Semenov
98e43df2c5
repaint less on mousePressEvent, mouseReleaseEvent and mouseDoubleClickEvent
...
Only call markAreaDirty() for those items that have really changed their state
as a result of the mouse event.
REVIEW:103822
2012-03-22 20:27:39 +04:00
Aaron Seigo
410c44bf99
only restore state when coming out of being iconified
...
BUG:295535
2012-03-19 20:31:41 +01:00
Aaron Seigo
fb25c1d284
Containment::saveState does useful things as well
2012-03-19 20:31:29 +01:00
Aaron Seigo
91a0c51e13
Revert "resize to the default size in constraintsEvent(), not in the applet constructor"
...
This reverts commit b0f8ba9d84
.
2012-03-19 20:19:08 +01:00
Aaron Seigo
53af4e8d14
nest if's suck :)
2012-03-19 20:19:02 +01:00
Ignat Semenov
568d85d63e
do not crash when passing a url in the ctor
...
Do not call setUrl in the ctor since m_dirLister does not exist yet.
Instead, assign m_url and call setUrl later in init().
2012-03-17 13:44:21 +04:00
Ignat Semenov
f838eb40df
update the size hint on setting icon size and word wrap
...
Use updateSizeHint() instead of markAreaDirty() in setWordWrap()
and setIconSize() to relayout the view automatically.
2012-03-14 22:24:43 +04:00
Ignat Semenov
4327bca491
scale correctly when placed in a panel
...
1)Use setPreferredSize instead of setMinimumSize
2)Set the size policy to QSizePolicy::Minimum
Also, remove update() from constraintesEvent() as per the docs.
BUG:295531
FIXED-IN:4.8.2
2012-03-12 23:50:58 +04:00
Ignat Semenov
2f7a07157f
close the folder peek popups on triggering the "Open With" action
...
Close all open popups on "Open With" selected to maintain consistency with activating an item in the folder peek popup and in order not to occlude the dialog with the popup
1)Expose the KFileItemActions object in KonqPopupMenu
2)Add a method hideThisAndParentPopup() to hide the open popups without deletion;actually delete the popups only after executing the context menu in order to avoid a crash in contextMenuRequest() after deleting the popups
BUG:240414
FIXED-IN:4.8.2
reviewed by fredrikh
2012-03-06 19:37:03 +04:00
Ignat Semenov
2ccb2c2cff
use QVector instead of QList for storing the check state of the model items
...
This makes the data() call for Qt::CheckStateRole O(1) instead of O(n).
reviewed by fredrikh
2012-02-25 18:54:00 +04:00
Ignat Semenov
0a24ae1bee
properly handle the m_showPreviews setting in configChanged() and configAccepted()
...
BUG:294377
FIXED-IN:4.8.1
2012-02-25 16:35:10 +04:00
Ignat Semenov
4ba8055d84
do not inherit parent model filtering settings in the popup view
2012-02-22 18:33:09 +04:00
Ralf Jung
39baedcf97
make folderview compile with Qt 4.7
...
REVIEW: 104030
2012-02-21 12:10:47 +01:00
Script Kiddy
6d74e9f516
SVN_SILENT made messages (.desktop file)
2012-02-16 10:49:16 +01:00
Ignat Semenov
8ff2cf1357
inherit parent text line count in the popup view
2012-02-12 23:09:14 +04:00
Ignat Semenov
303e963f4e
correctly apply text line count settings in list view
...
1)Apply the text line count setting in updateListViewState() - removed an incorrect pointer check
2)Relayout the items in the list view on text line count change and recalculate the list view size
This correctly fixes bug 261207, as it allows the user to set the text line count to 1, thus saving vertical space.
BUG:261207
FIXED-IN:4.8.1
2012-02-12 22:14:48 +04:00
Ignat Semenov
b0f8ba9d84
resize to the default size in constraintsEvent(), not in the applet constructor
...
This has the added benefit of the applet behaving correctly if dragged out of a panel and dropped onto the desktop.
2012-02-11 22:32:47 +04:00
Ignat Semenov
fe323abef1
read custom icon size in init()
2012-02-11 22:01:49 +04:00
Ignat Semenov
f1d15d2a8c
do not paint the hovered frame on the pressed icon during the drag
2012-02-11 20:43:49 +04:00
Ignat Semenov
5304ebf8b9
re-read the flow settings in configChanged()
2012-02-11 14:13:41 +04:00
Ignat Semenov
89208d71a9
do not scale the folderview icon when in panel
...
1)Keep the folderview panel icon size constant independent of the panel height / width.
2)Update icon size on panel icon size change using KGlobalSettings.
3)Check for m_iconWidget in the panle branch of constraintsEvent() to avoid creating duplicates / ghost entries on constraintEvent().
BUG:244557
FIXED-IN:4.8.1
REVIEW:103915
2012-02-11 00:23:35 +04:00
Ignat Semenov
84a2cb8b81
when sorting files by category other than the name, and the data in that category is the same for both files, sort by the name instead
...
fix sorting by size
1)If the files have identical size, type or modification time, sort them by name for consistency - this fixes "random" sorting
2)Explicitly handle sorting by size (previously done by size_t->string, resulting in wrong sorting)
3)When sorting by size, put folders on top of the list and sort them by the number of child items
4)Introduce three-level fallback for file name comparison, as done in Dolphin. Thanks goes to Peter Penz
BUG:265774
FIXED-IN:4.8.1
CCMAIL:peter.penz19@gmail.com
REVIEW:103895
2012-02-09 22:45:22 +04:00
Ignat Semenov
5c82f31cba
account for the possible margin size change on plasma theme change in IconView and ListView
...
move m_itemFrame to AbstractItemView; code duplication--
BUG:290694
FIXED-IN:4.8
2012-02-09 22:06:46 +04:00
Ignat Semenov
69bc39db13
give folders sorting precedence regardless of the sorting order used
...
When comparing folders wth other file items in ProxyModel::lessThan(), take into account the current sorting order to allow folders to get to the start of the list. Note that the folders are still sorted according to the current sorting order.
CCBUG:180646
REVIEW:103884
2012-02-08 01:39:58 +04:00
Ignat Semenov
4a31a10022
disable on-hover item animation if the KDE graphic effects level is lower than SimpleAnimation
...
reviewed by fredrikh
2012-02-07 18:39:55 +04:00
Ignat Semenov
e7d7c3086f
Open sub-popups automatically on hovering over folder items
2012-02-07 11:55:45 +04:00
Ignat Semenov
8d28cbecee
Revert "Do not account for the vertical frame margins in the listview item size calculation to save vertical space."
...
This reverts commit c2d6531eaa
.
2012-02-07 11:47:56 +04:00
Ignat Semenov
1d32c2cf35
check the m_iconView pointer in clickSettingsChanged()
...
This fixes a crash when applying mouse settings with a folderview in a panel.
2012-02-06 20:29:31 +04:00
Ignat Semenov
1c98a957f2
Cosmetic:place the helper functions outside the Folderiew class code
2012-02-04 15:23:35 +04:00
Ignat Semenov
e02b62d10c
Allow the user to choose between ascending and descending sort order.
...
FIXED-IN:4.9
FEATURE:180646
2012-02-04 12:16:33 +04:00
Marco Martin
183506398d
rename themechanged slot, don't cover the base one
2012-02-03 15:18:40 +01:00
Ignat Semenov
c2d6531eaa
Do not account for the vertical frame margins in the listview item size calculation to save vertical space.
...
BUG:261207
FIXED-IN:4.8.1
2012-02-03 17:27:59 +04:00
Ignat Semenov
5404ec63a2
Enable the "show selection marker" and "click to view folder" features in the popup view according to the parent icon view settings.
2012-02-03 15:22:00 +04:00
Ignat Semenov
dafd25bc94
Set up the sorting and filtering in the popup view according to the parent icon view settings.
...
BUG:211002
REVIEW:103851
2012-02-03 15:10:28 +04:00
Script Kiddy
c63e66a139
SVN_SILENT made messages (.desktop file)
2012-01-31 16:19:58 +01:00
Script Kiddy
3f6b776571
SVN_SILENT made messages (.desktop file)
2012-01-29 11:35:27 +01:00
Ignat Semenov
a82bb8cb44
Account for the SVG margins in itemSize() when the item width is calculated based on the text width.
...
REVIEW:103735
2012-01-20 15:00:20 +04:00
Ignat Semenov
5329fb57af
Fix the icon text misalignment with the focus frame on icon shrink.
2012-01-18 19:13:01 +04:00
Aaron Seigo
87832fdb0c
always repaint when double clicking as this prevents icons stuck in small size
2012-01-13 16:07:56 +01:00
Ignat Semenov
ec2f11fa3e
Use Qt::AlignVCenter instead of Qt::AlighTop for the FolderView icons. This fixes a visual glitch where the icon would srink towards the top, not the center, after a mouse click.
2012-01-12 20:39:26 +04:00
Ignat Semenov
7c3264a637
Make the icons in IconView shrink on mouseDoubleClickedEvent() instead of mousePressEvent() if KDE is set to double-click.
...
This fixes a visual glitch with the icons shrinking twice under double-click global settings.
REVIEW: 103679
2012-01-12 19:56:50 +04:00
Jekyll Wu
0cc78a14df
Merge remote-tracking branch 'origin/KDE/4.8'
...
Conflicts:
dolphin/src/main.cpp
2012-01-10 20:09:21 +08:00
Script Kiddy
c069f12930
SVN_SILENT made messages (.desktop file)
2012-01-09 08:30:24 +01:00
Script Kiddy
b4a08a254f
SVN_SILENT made messages (.desktop file)
2012-01-03 16:51:07 +01:00
Ignat Semenov
26d161ea5e
Merge branch 'master' of git://anongit.kde.org/kde-baseapps
2012-01-03 19:21:34 +04:00
Ignat Semenov
f5eb9ffa53
Automatically hide the "+" selection marker when using a double-click global mouse setting.
...
Cleanup ActionOverlay button hiding code.
CCMAIL: peter.penz19@gmail.com
REVIEW: 103618
2012-01-03 17:45:41 +04:00
Jaime Torres
a381834cae
Assign, instead of compare i18n("None")
...
replace == by =.
REVIEW: 103599
2012-01-02 18:40:38 +01:00
Script Kiddy
45412692c1
SVN_SILENT made messages (.desktop file)
2011-12-22 11:37:00 +01:00
Aaron Seigo
22d41a00e2
use KProtocolInfo
...
thx to frederik for the suggestion
2011-12-21 17:07:05 +01:00
Aaron Seigo
10a7c8aaa0
remove all duplication between configAccepted and configChanged
...
Accepted is called from inside FolderView (via signals) and only needs to WRITE config values
Changed is called by Applet and must APPLY all values in the config
previous to this, changes to filtering we not caught properly by configChanged and a lot of
work was being done twice
it's also a fewer lines of code :)
2011-12-21 12:03:37 +01:00
Aaron Seigo
861daaf920
consolidate url setting
2011-12-21 11:38:51 +01:00
Aaron Seigo
82158d81de
check the positive in the if(), add a comment noting what is happening here
2011-12-21 11:37:36 +01:00
Aaron Seigo
1100d7e57c
desktop:/ is not seen as local, so special case it
2011-12-21 11:25:29 +01:00
Aaron Seigo
47fdc16dd3
instead of returning early (which prevented containment related code from being run), open the url if connected
2011-12-21 11:25:29 +01:00
Aaron Seigo
29e23bf067
remove an old fixme
2011-12-21 11:16:03 +01:00
Script Kiddy
9b71190909
SVN_SILENT made messages (.desktop file)
2011-12-17 09:44:01 +01:00
Sujith Haridasan
c4baf7897e
Fixing a TODO in folderview. This patch checks if the URL is remote
...
URL and checks the network status and does the necessary action.
Need to uncomment the showMessage to display the status about host
not connected, when KDE 4.9 version is open for development.
2011-12-17 09:16:21 +05:30
Script Kiddy
fba0fb7d89
SVN_SILENT made messages (.desktop file)
2011-12-11 08:36:39 +01:00
Aaron Seigo
127d7c3991
fix sort by date
...
BUG:256623
2011-12-06 23:20:41 +01:00
Aaron Seigo
71193e2a70
as containment: let containment handle drops, with the exception of drag moves where we also have to check for movement over the iconview
2011-12-04 19:28:07 +01:00
Gregor Tätzner
fed2ad9911
Folder View pointed at Trash doesn't update the context menu properly
...
enable empty_trash action in contextualActions when the url is pointing
to trash:/. contextualActions checks to see if the url protocol is trash
before adding the empty_trash action, but does not check to see if it
should be enabled or not.
BUG: 259356
REVIEW: 103282
2011-12-03 18:33:04 +01:00
Gregor Tätzner
2850f9e4fe
Revert "Fix folderview doesn't update context menu (thanks, David Greengras)"
...
I screwed up the commit message sry.
This reverts commit 1ef96e6e7c
.
2011-12-03 18:27:02 +01:00
Gregor Tätzner
1ef96e6e7c
Fix folderview doesn't update context menu (thanks, David Greengras)
2011-12-03 17:52:57 +01:00
Script Kiddy
d047bee6b6
SVN_SILENT made messages (.desktop file)
2011-12-02 09:58:31 +01:00
Aaron Seigo
3afe554123
mime ptr may be null apparently
...
BUG:285037
2011-12-01 17:16:32 +01:00
Script Kiddy
f6b06ed0f8
SVN_SILENT made messages (.desktop file)
2011-11-29 16:47:26 +01:00
Aaron Seigo
55c9e2774a
update the past action only when showing it
...
BUG:243041
2011-11-20 18:00:56 +01:00
Script Kiddy
a52d8406eb
SVN_SILENT made messages (.desktop file)
2011-11-14 09:28:37 +01:00
Script Kiddy
b67e042474
SVN_SILENT made messages (.desktop file)
2011-11-07 08:55:39 +01:00
Script Kiddy
95de3b6edb
SVN_SILENT made messages (.desktop file)
2011-10-09 09:09:19 +02:00
Romain Perier
5e93e6d56c
Don't connect the slot AbstractItemView::iconSettingsChanged(int) to the signal KGlobalSettings::iconChanged(int).
...
This slot moved to the FolderView class itself, so this is no longer needed. Also, It removes warnings from the terminal.
REVIEW: 102719
2011-09-30 11:10:16 +02:00
Script Kiddy
cb39ffe49a
SVN_SILENT made messages (.desktop file)
2011-09-27 16:41:03 +02:00
Aaron Seigo
e36f73c7fc
only try to change the name once
...
BUG:270414
2011-09-21 15:01:03 +02:00
Script Kiddy
932a17accc
SVN_SILENT made messages (.desktop file)
2011-09-12 09:37:32 +02:00
Script Kiddy
447eb53947
SVN_SILENT made messages (.desktop file)
2011-09-09 09:18:36 +02:00
Aaron Seigo
236109ab73
Merge branch 'master' of git://anongit.kde.org/kde-baseapps
2011-09-08 17:38:06 +02:00
Aaron Seigo
4c8d10c1c9
clearer (hopefully :) text
2011-09-08 17:37:54 +02:00
Script Kiddy
65c12b8213
SVN_SILENT made messages (.desktop file)
2011-09-08 09:00:21 +02:00
Aaron Seigo
de8ecd318a
Merge branch 'master' of git://anongit.kde.org/kde-baseapps
2011-09-05 12:31:39 +02:00
Aaron Seigo
43e27148af
make hover-shows-popup an option
...
REVIEW:102300
BUG:250703
2011-09-05 12:30:43 +02:00
Script Kiddy
cbfb0be09b
SVN_SILENT made messages (.desktop file)
2011-09-04 09:13:37 +02:00
Script Kiddy
fee7e968ee
SVN_SILENT made messages (.desktop file)
2011-08-31 09:06:20 +02:00
Script Kiddy
7a3c49220b
SVN_SILENT made messages (.desktop file)
2011-08-28 08:48:25 +02:00
Script Kiddy
b4cb0543c3
SVN_SILENT made messages (.desktop file)
2011-08-25 09:32:05 +02:00
Script Kiddy
8ccdaebdaf
SVN_SILENT made messages (.desktop file)
2011-08-18 08:50:30 +02:00
Script Kiddy
ab2955c2bc
SVN_SILENT made messages (.desktop file)
2011-08-12 08:40:48 +02:00
Script Kiddy
fb99bdde94
SVN_SILENT made messages (.desktop file)
2011-08-06 09:29:32 +02:00
Script Kiddy
a39222f9a2
SVN_SILENT made messages (.desktop file)
2011-08-04 10:39:16 +02:00
Montel Laurent
d592f31cde
normalize signals/slots
2011-07-31 13:33:56 +02:00
Script Kiddy
37247c0086
SVN_SILENT made messages (.desktop file)
2011-07-30 09:43:30 +02:00
Script Kiddy
4edf4654ab
SVN_SILENT made messages (.desktop file)
2011-07-28 10:03:21 +02:00
Script Kiddy
449d4adba3
SVN_SILENT made messages (.desktop file)
2011-07-26 11:09:16 +02:00
Script Kiddy
7c05040cbd
SVN_SILENT made messages (.desktop file)
2011-07-25 09:32:26 +02:00
Script Kiddy
9ff5395e22
SVN_SILENT made messages (.desktop file)
2011-07-24 09:24:14 +02:00
Script Kiddy
4c5ce663b7
SVN_SILENT made messages (.desktop file)
2011-07-22 09:33:17 +02:00
Script Kiddy
692846f74c
SVN_SILENT made messages (.desktop file)
2011-07-21 09:25:41 +02:00
Script Kiddy
8acaf0cccc
SVN_SILENT made messages (.desktop file)
2011-07-20 09:22:53 +02:00
Aaron Seigo
2eef7c9d23
various fixes to applet title, including making configChanged work properly and not storing so many members
2011-07-19 10:27:07 +02:00
Aaron Seigo
8b78977ac1
Merge branch 'master' of ssh://git.kde.org/kde-baseapps
2011-07-19 10:27:01 +02:00
Aaron Seigo
c71917b7d9
don't reference the defaults in the .desktop file
2011-07-18 15:51:12 +02:00
Script Kiddy
efa7da60c2
SVN_SILENT made messages (.desktop file)
2011-07-12 10:35:32 +02:00
Nicolas Lécureuil
5229d189f4
Fix unknown slot
2011-07-11 20:43:22 +02:00
Script Kiddy
3126eb3e21
SVN_SILENT made messages (.desktop file)
2011-07-11 10:55:04 +02:00
Script Kiddy
e4004ac126
SVN_SILENT made messages (.desktop file)
2011-07-06 10:40:22 +02:00
Script Kiddy
66cbe2f9f9
SVN_SILENT made messages (.desktop file)
2011-06-21 11:00:18 +02:00
Script Kiddy
39b83bdffb
SVN_SILENT made messages (.desktop file)
2011-06-20 10:20:37 +02:00
Farhad Hedayati Fard
fc5cd12616
Fix folderview behaivior on saving custom locations and
...
default widget title in init() function.
CCBUG: 271777
2011-06-02 11:54:46 +04:30
Script Kiddy
141fc67571
SVN_SILENT made messages (.desktop file)
2011-05-29 10:08:26 +02:00
Script Kiddy
353c73e0c7
SVN_SILENT made messages (.desktop file)
2011-05-17 10:47:38 +02:00
Michael Pyne
15ff58a8c3
folderview: Don't use i18np for floats.
...
Fixes thumbnail previews on photos from having an I18N_ARGUMENT_MISSING
output.
2011-05-15 19:09:55 -04:00
Script Kiddy
e9b231bd42
SVN_SILENT made messages (.desktop file)
2011-05-15 09:48:59 +02:00
Script Kiddy
883da1f8a7
SVN_SILENT made messages (.desktop file)
2011-05-11 09:15:34 +02:00
Script Kiddy
2f6e454ef9
SVN_SILENT made messages (.desktop file)
2011-05-09 09:30:57 +02:00
Raphael Kubo da Costa
f9656e750c
Make folderview understand application/x-kde-dndextract.
...
The code was copied almost as-is from Dolphin's implementation. It
should now be possible to drag and drop files from any archive opened
in Ark to folderview.
It previously worked with some archive types due to a weird code path
in Ark which should not exist.
PS: Fredrik, I ended up using pathOrUrl() because I can't pass KUrl
via DBus.
Reviewed-by: Fredrik Höglund
CCMAIL: fredrik@kde.org
BUG: 189322
FIXED-IN: 4.6.4
(cherry picked from commit d37a244a3c
)
2011-05-01 23:40:19 -03:00
Script Kiddy
38df1e9d67
SVN_SILENT made messages (.desktop file)
2011-04-27 10:10:44 +02:00
Friedrich W. H. Kossebau
f52c8a2693
--deprecated: use new version of KIO::filePreview(...)
2011-03-14 02:15:25 +01:00
Montel Laurent
1b2b8834eb
add missing i18n
2011-03-11 09:47:11 +01:00
Frank Reininghaus
46158e551f
Fix compilation of folderview.cpp
...
Please verify that your code builds correctly before you commit.
CCMAIL:hf.farhad@gmail.com
2011-03-10 19:36:26 +01:00
Farhad Hedayati Fard
c39d6e0f1f
Replaced KLineEdit with an editable KComboBox in folderview's config dialog for custom title setting.
...
REVIEW:100834
2011-03-11 19:58:28 +03:30
Farhad Hedayati Fard
40f36dd3cd
Added option to hide the titlebar in folderview, use default title or full path as the title of folderview, using completion box on the current KLineEdit.
...
REVIEW: 100750
2011-03-06 18:23:14 +03:30
Script Kiddy
30ece17b38
SVN_SILENT made messages (.desktop file)
2011-03-04 08:40:53 +01:00
Script Kiddy
90b0eefd97
SVN_SILENT made messages (.desktop file)
2011-02-03 07:24:26 +01:00
Script Kiddy
eb75a90d23
SVN_SILENT made messages (.desktop file)
2011-02-02 08:24:54 +01:00
Aaron Seigo
b1f29cf95d
fix slider connection, let Applet set the buttons
2011-02-01 10:06:05 -08:00
Aaron Seigo
0714dda8df
fix 2-click drag, w/correct painting on selection
2011-01-30 12:13:37 -08:00
Aaron J. Seigo
e2a3b1c1be
make hover triggering configurable; will backport for 4.6.1 as well
...
CCMAIL:wstephenson@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1217557
2011-01-27 21:28:43 +00:00
Script Kiddy
d7daa710ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
2011-01-11 09:07:40 +00:00