Script Kiddy
ec19eaa2c5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=794314
2008-04-07 02:20:20 +00:00
Peter Penz
955cefdcf3
fix selection regression that has been introduced by synchronizing the current index with the selected index
...
BUG: 158649
svn path=/trunk/KDE/kdebase/apps/; revision=794189
2008-04-06 21:01:05 +00:00
Script Kiddy
21ab734b41
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=793709
2008-04-04 21:35:57 +00:00
Peter Penz
1d107ab206
Fixed issue that an old meta data is shown when one item is selected and another item has been hovered (related to #160305 , but further tests are required).
...
CCBUG: 160305
svn path=/trunk/KDE/kdebase/apps/; revision=793471
2008-04-04 06:03:27 +00:00
Script Kiddy
83bd299b31
SVN_SILENT made messages (.desktop file, second try)
...
svn path=/trunk/KDE/kdebase/apps/; revision=793165
2008-04-03 02:16:42 +00:00
Malcolm Hunter
2a742eff5c
Typo fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=793037
2008-04-02 21:33:03 +00:00
Ralf Habacker
91687fa984
added application icons
...
svn path=/trunk/KDE/kdebase/apps/; revision=793036
2008-04-02 21:32:47 +00:00
Peter Penz
570f026558
improve layout of the "General Settings" dialog
...
svn path=/trunk/KDE/kdebase/apps/; revision=792998
2008-04-02 19:55:51 +00:00
Peter Penz
3db73a2d15
Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also be used by Dolphin now :-) In opposite to Konqueror the sub menus are turned off per default.
...
Minor issue: the Dolphin context menu should take care about the protocol capabilities (copy, move, delete, ...) like in konq_popupmenu (I'll fix this before 4.1).
CCMAIL: faure@kde.org
BUG: 155969
svn path=/trunk/KDE/kdebase/apps/; revision=792995
2008-04-02 19:49:04 +00:00
Malcolm Hunter
762418b05a
Typo fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=792746
2008-04-01 23:32:40 +00:00
Peter Penz
afb9e2d132
let the selection toggle fade in faster (based on user feedback from http://ppenz.blogspot.com/2008/04/selecting-items.html )
...
svn path=/trunk/KDE/kdebase/apps/; revision=792581
2008-04-01 16:25:25 +00:00
Peter Penz
4c8ebcf654
don't start the editor for renaming the files when double clicking on items
...
BUG: 159694
svn path=/trunk/KDE/kdebase/apps/; revision=792538
2008-04-01 14:20:57 +00:00
Sebastian Trueg
bfb7d56d93
Do not show the 'No Tags' message and properly handle tags with spaces in their URI
...
svn path=/trunk/KDE/kdebase/apps/; revision=792521
2008-04-01 12:36:33 +00:00
Sebastian Trueg
bd64849b07
Implemented tagging of multiple files at the same time.
...
The result is always an intersection of the tags of all files.
Another possibility would be to only change the clicked tag. Feedback?
BUG: 160157
svn path=/trunk/KDE/kdebase/apps/; revision=792518
2008-04-01 12:27:06 +00:00
Peter Penz
18354deaae
provide a tooltip for the selection toggle
...
svn path=/trunk/KDE/kdebase/apps/; revision=792514
2008-04-01 12:05:12 +00:00
Peter Penz
03f4481bdf
assure that the Dolphin KPart inside Konqueror gets updated when the settings are changed
...
svn path=/trunk/KDE/kdebase/apps/; revision=792496
2008-04-01 11:00:27 +00:00
Sebastian Trueg
e8970ac771
Removed minimum size hint since we have zooming anyway.
...
One problem persists: the heightForWidth method does not take zooming
into account. Anyway, the tagcloud would probably benefit from being
implemented using QGraphicsView (any volounteers? ;)
BUG: 160159
svn path=/trunk/KDE/kdebase/apps/; revision=792475
2008-04-01 09:19:34 +00:00
Script Kiddy
6b87f451e5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=792414
2008-04-01 02:04:26 +00:00
Sebastian Trueg
2120512d4c
Load existing comments as plain text to allow editing of html comments.
...
Maybe in the future it would be nice to have a rich text editor here which
also handles semantic stuff like automatic annotations.
BUG: 160160
svn path=/trunk/KDE/kdebase/apps/; revision=792294
2008-03-31 19:37:55 +00:00
Peter Penz
e8cb5a292d
Third attempt for fixing the layout issue, this time without side effects and only with very minor performance overhead...
...
svn path=/trunk/KDE/kdebase/apps/; revision=791824
2008-03-30 13:19:01 +00:00
Peter Penz
b6f970d355
Revert last commit; the issue seems to be reproducible only in combination with 'Sort by Type' and we have to find the real root cause instead of bypassing a wrong layout.
...
CCMAIL: fredrik@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=791752
2008-03-30 08:44:52 +00:00
Peter Penz
ae7d038d33
QListView might return a wrong x-position if the decoration size decreases. I temporary bypassed this in Dolphin, as I'm not 100 % sure whether it is really a QListView issue or related to KFileItemDelegate. To reproduce this issue with Qt-only quite a lot effort is needed -> I'll wait until Qt4.4 final is released...
...
CCMAIL: fredrik@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=791535
2008-03-29 19:40:26 +00:00
Rafael Fernández López
7ee8ead014
Use PE_PanelItemViewItem for consistency
...
svn path=/trunk/KDE/kdebase/apps/; revision=791451
2008-03-29 16:01:06 +00:00
Peter Penz
ae392783a1
show modified time for folders inside the Information Panel
...
svn path=/trunk/KDE/kdebase/apps/; revision=791437
2008-03-29 14:58:18 +00:00
Peter Penz
c33b01efb2
Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way).
...
svn path=/trunk/KDE/kdebase/apps/; revision=791436
2008-03-29 14:54:56 +00:00
Peter Penz
6816615900
SVN_SILENT: assure that the position of the methods in the cpp file matchs with the position of the methods in the header file (part 2)
...
svn path=/trunk/KDE/kdebase/apps/; revision=791420
2008-03-29 14:17:52 +00:00
Peter Penz
44d938cf4b
SVN_SILENT: assure that the position of the methods in the cpp file matchs with the position of the methods in the header file
...
svn path=/trunk/KDE/kdebase/apps/; revision=791416
2008-03-29 14:04:30 +00:00
Peter Penz
fc15039860
The paste operation should ignore the current selection to behave similar as Konqueror and other file managers. Only if a context menu for a folder is opened, a pasting should be done into this folder.
...
Some internal cleanups are still required (see TODO comments), so that after finishing the operation an indication can be given to the user in the statusbar (must go for breakfast now, otherwise I'll eat my keyboard...).
BUG: 159862
svn path=/trunk/KDE/kdebase/apps/; revision=791354
2008-03-29 07:44:03 +00:00
Christian Ehrlicher
2fdeb4f5bb
warnings-- / fix for fileSize > 2GB
...
svn path=/trunk/KDE/kdebase/apps/; revision=791169
2008-03-28 15:52:41 +00:00
Peter Penz
f40e6db807
* minor coding style fixes
...
* replaced "Free disk space could not be determined" by "Unknown size", as the string would be too long fitting into the space information widget
svn path=/trunk/KDE/kdebase/apps/; revision=791051
2008-03-28 06:32:41 +00:00
Jeff Mitchell
1fed8b968c
Revert back to kibibytes for now
...
svn path=/trunk/KDE/kdebase/apps/; revision=791031
2008-03-28 01:24:50 +00:00
Jeff Mitchell
994e0570ee
This value was still wrong, because I mixed up kibibytes and kilobytes. Assuming KDiskFreeSpace is really returning kB = 1000 bytes instead of kiB as according to Si rules,
...
this value should now be correct (as opposed to the original code which assumed it was actually returning kibibytes, or my incorrect fix which multiplied the kibibyte value by
a kilobyte factor to pass into convertSize.
svn path=/trunk/KDE/kdebase/apps/; revision=791030
2008-03-28 01:21:19 +00:00
Jeff Mitchell
daf788e858
Ack, forgot half the fix
...
svn path=/trunk/KDE/kdebase/apps/; revision=790987
2008-03-27 22:53:14 +00:00
Jeff Mitchell
fba908b88c
The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use the appropriate conversion function
...
svn path=/trunk/KDE/kdebase/apps/; revision=790986
2008-03-27 22:52:21 +00:00
Jeff Mitchell
674fe81e0a
If KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint, and since Dolphin never checked for done(), it'd sit there waiting on the job.
...
svn path=/trunk/KDE/kdebase/apps/; revision=790923
2008-03-27 20:36:05 +00:00
Script Kiddy
e08b8edc22
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=790904
2008-03-27 20:13:14 +00:00
Script Kiddy
b6ef95e5a1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=790479
2008-03-26 19:25:10 +00:00
David Faure
6d425dcc66
Use new key in .protocol files, archiveMimetype, to know which kioslave can handle which type of archive in a generic way.
...
Used that in dolphin and in konqueror (and in the filetypes config module, to show the right default value for those mimetypes).
This way Urs can extend this mechanism with the p7zip kioslave in the future.
CCMAIL: uwolfer@kde.org , peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=790102
2008-03-25 21:39:05 +00:00
Script Kiddy
b7049db594
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=790020
2008-03-25 18:47:35 +00:00
Thomas Reitelbach
c81438bea1
Fix typo
...
svn path=/trunk/KDE/kdebase/apps/; revision=790017
2008-03-25 18:40:01 +00:00
Jarosław Staniek
48f122fa6c
fix exports and use dolphinprivatelib in the part
...
svn path=/trunk/KDE/kdebase/apps/; revision=789835
2008-03-25 12:06:18 +00:00
Script Kiddy
eb0974229f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=789620
2008-03-24 18:42:13 +00:00
Peter Penz
4b51a27aaa
The background for the image previews is already filled, so there is no need adding a border with the background color again (this also fixes a one-pixel-issue that shaded the right/bottom border in a wrong way).
...
svn path=/trunk/KDE/kdebase/apps/; revision=789234
2008-03-23 17:40:14 +00:00
Richard J. Moore
1249738421
- Fix build for non-nepomuk users
...
svn path=/trunk/KDE/kdebase/apps/; revision=789215
2008-03-23 16:07:18 +00:00
Peter Penz
6420d5f973
provide a config module for the settings GUI of the Dolphin views, so that it can be embedded into Konqueror
...
CCMAIL: faure@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-23 15:54:07 +00:00
Peter Penz
cfb135f24e
provide an option to rename files inline
...
CCMAIL: fredrik@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=789208
2008-03-23 15:53:12 +00:00
Peter Penz
71afbc513b
Show hovered items in the Information panel also when items are selected. If the cursor is above the viewport in this case, show the selection information again.
...
BUG: 154618
svn path=/trunk/KDE/kdebase/apps/; revision=789207
2008-03-23 15:52:31 +00:00
Peter Penz
99419d3d74
allow to show hidden files in the Folders panel (treeview)
...
svn path=/trunk/KDE/kdebase/apps/; revision=789206
2008-03-23 15:51:30 +00:00
Peter Penz
acb61c69a6
Open Dolphin in the split-view when started with 2 URLs from the command line. Thanks to David Edmundson for the patch!
...
CCMAIL: david@davidedmundson.co.uk
svn path=/trunk/KDE/kdebase/apps/; revision=789204
2008-03-23 15:50:58 +00:00
Peter Penz
ca1c230831
minor code simplification
...
svn path=/trunk/KDE/kdebase/apps/; revision=789193
2008-03-23 14:55:16 +00:00