| Age | Commit message (Collapse) | Author |
|
settings are changed
svn path=/trunk/KDE/kdebase/apps/; revision=792496
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=792414
|
|
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
|
|
and only with very minor performance overhead...
svn path=/trunk/KDE/kdebase/apps/; revision=791824
|
|
with 'Sort by Type' and we have to find the real root cause instead of bypassing a wrong layout.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=791752
|
|
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=791535
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=791451
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=791437
|
|
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
|
|
with the position of the methods in the header file (part 2)
svn path=/trunk/KDE/kdebase/apps/; revision=791420
|
|
with the position of the methods in the header file
svn path=/trunk/KDE/kdebase/apps/; revision=791416
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=791169
|
|
* 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=791031
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=790987
|
|
the appropriate conversion function
svn path=/trunk/KDE/kdebase/apps/; revision=790986
|
|
foundMountPoint, and since Dolphin never checked for done(), it'd sit there waiting on the job.
svn path=/trunk/KDE/kdebase/apps/; revision=790923
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=790904
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=790479
|
|
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: [email protected], [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=790102
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=790020
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=790017
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789835
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789620
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789215
|
|
it can be embedded into Konqueror
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789209
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789208
|
|
the cursor is above the viewport in this case, show the selection information again.
BUG: 154618
svn path=/trunk/KDE/kdebase/apps/; revision=789207
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789206
|
|
line. Thanks to David Edmundson for the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789204
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789193
|
|
long as preview jobs are working, new previews will arrive
svn path=/trunk/KDE/kdebase/apps/; revision=789066
|
|
apply the previews in larger blocks instead of applying them immediately after getting the signal 'gotPreview' from the PreviewJob. Now the previews in Konqueror and Dolphin are as fast as in the good old KDE 3 days :-)
svn path=/trunk/KDE/kdebase/apps/; revision=789009
|
|
of empty space. I played around with QFrame too, but this looks to busy...
svn path=/trunk/KDE/kdebase/apps/; revision=788845
|
|
consistency with the "Change tags..." link
* do a centered alignment for "Change comment..."
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788837
|
|
* use the KStyle for drawing separators
* remove frame from general meta data box
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788834
|
|
- A nicer comment widget shows a popup to edit the comment.
- A tag cloud replaces the ugly tagwidget from libnepomuk.
The plan is to use Dolphin as a testbed to optimize the look and then
move at least the tagcloud to libnepomuk to make it available for all apps
since this is a common feature.
So please test it and provide feedback. The layout is still cluttered. So we
also need feedback on that. And of course on the usability.
Apart from the GUI Dolphin now uses the mass metadata update job to perform
metadata updates on many files in an async KJob without blocking the GUI.
This is another candidate for public API at some point.
svn path=/trunk/KDE/kdebase/apps/; revision=788565
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=788554
|
|
window grouping.
svn path=/trunk/KDE/kdebase/apps/; revision=788492
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=788155
|
|
showing the icons view
svn path=/trunk/KDE/kdebase/apps/; revision=788152
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788150
|
|
don't get started twice in the column view anymore
BUG: 159551
svn path=/trunk/KDE/kdebase/apps/; revision=788133
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=788123
|
|
tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate.
Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate...
BUG: 155378
BUG: 155575
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788095
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=787952
|