| Age | Commit message (Collapse) | Author |
|
information sidebar is turned on already.
Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=795324
|
|
used to signal to plugins kdirfilter that url changed
svn path=/trunk/KDE/kdebase/apps/; revision=795079
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=795059
|
|
a clicked() signal during the context menu is open. I got no bug-number from the Trolltech tasktracker yet, I'll update the number xxxxxx by the real number as soon as I received the bug-number.
BUG: 155574
svn path=/trunk/KDE/kdebase/apps/; revision=794872
|
|
(e. g. an icon)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=794783
|
|
will be committed before the feature freeze (20th of April).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=794772
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=794314
|
|
current index with the selected index
BUG: 158649
svn path=/trunk/KDE/kdebase/apps/; revision=794189
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=793709
|
|
another item has been hovered (related to #160305, but further tests are required).
CCBUG: 160305
svn path=/trunk/KDE/kdebase/apps/; revision=793471
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=793165
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=793037
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=793036
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=792998
|
|
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: [email protected]
BUG: 155969
svn path=/trunk/KDE/kdebase/apps/; revision=792995
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=792746
|
|
http://ppenz.blogspot.com/2008/04/selecting-items.html)
svn path=/trunk/KDE/kdebase/apps/; revision=792581
|
|
BUG: 159694
svn path=/trunk/KDE/kdebase/apps/; revision=792538
|
|
their URI
svn path=/trunk/KDE/kdebase/apps/; revision=792521
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=792514
|
|
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
|