┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-01assure that the Dolphin KPart inside Konqueror gets updated when the ↵Peter Penz
settings are changed svn path=/trunk/KDE/kdebase/apps/; revision=792496
2008-04-01Removed minimum size hint since we have zooming anyway.Sebastian Trueg
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-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=792414
2008-03-31Load existing comments as plain text to allow editing of html comments.Sebastian Trueg
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-30Third attempt for fixing the layout issue, this time without side effects ↵Peter Penz
and only with very minor performance overhead... svn path=/trunk/KDE/kdebase/apps/; revision=791824
2008-03-30Revert last commit; the issue seems to be reproducible only in combination ↵Peter Penz
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
2008-03-29QListView might return a wrong x-position if the decoration size decreases. ↵Peter Penz
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
2008-03-29Use PE_PanelItemViewItem for consistencyRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=791451
2008-03-29show modified time for folders inside the Information PanelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=791437
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. ↵Peter Penz
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-29SVN_SILENT: assure that the position of the methods in the cpp file matchs ↵Peter Penz
with the position of the methods in the header file (part 2) svn path=/trunk/KDE/kdebase/apps/; revision=791420
2008-03-29SVN_SILENT: assure that the position of the methods in the cpp file matchs ↵Peter Penz
with the position of the methods in the header file svn path=/trunk/KDE/kdebase/apps/; revision=791416
2008-03-29The paste operation should ignore the current selection to behave similar as ↵Peter Penz
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-28warnings-- / fix for fileSize > 2GBChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=791169
2008-03-28* minor coding style fixesPeter Penz
* 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-28Revert back to kibibytes for nowJeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=791031
2008-03-28This value was still wrong, because I mixed up kibibytes and kilobytes. ↵Jeff Mitchell
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-27Ack, forgot half the fixJeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=790987
2008-03-27The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use ↵Jeff Mitchell
the appropriate conversion function svn path=/trunk/KDE/kdebase/apps/; revision=790986
2008-03-27If KDiskFreeSpace doesn't work for some reason it never emits ↵Jeff Mitchell
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-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=790904
2008-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=790479
2008-03-25Use new key in .protocol files, archiveMimetype, to know which kioslave can ↵David Faure
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
2008-03-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=790020
2008-03-25Fix typoThomas Reitelbach
svn path=/trunk/KDE/kdebase/apps/; revision=790017
2008-03-25fix exports and use dolphinprivatelib in the partJarosław Staniek
svn path=/trunk/KDE/kdebase/apps/; revision=789835
2008-03-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=789620
2008-03-23The background for the image previews is already filled, so there is no need ↵Peter Penz
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- Fix build for non-nepomuk usersRichard J. Moore
svn path=/trunk/KDE/kdebase/apps/; revision=789215
2008-03-23provide a config module for the settings GUI of the Dolphin views, so that ↵Peter Penz
it can be embedded into Konqueror CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-23provide an option to rename files inlinePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789208
2008-03-23Show hovered items in the Information panel also when items are selected. If ↵Peter Penz
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-23allow to show hidden files in the Folders panel (treeview)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=789206
2008-03-23Open Dolphin in the split-view when started with 2 URLs from the command ↵Peter Penz
line. Thanks to David Edmundson for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789204
2008-03-23minor code simplificationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=789193
2008-03-23take care to restart the timer even when no previews are in the queue: as ↵Peter Penz
long as preview jobs are working, new previews will arrive svn path=/trunk/KDE/kdebase/apps/; revision=789066
2008-03-23Performance boost for previews that are already available in the cache: ↵Peter Penz
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
2008-03-22A separator is required above the preview widget too for widgets with a lot ↵Peter Penz
of empty space. I played around with QFrame too, but this looks to busy... svn path=/trunk/KDE/kdebase/apps/; revision=788845
2008-03-22* changed "Click to add comment..." to simply "Add comment..." for ↵Peter Penz
consistency with the "Change tags..." link * do a centered alignment for "Change comment..." CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788837
2008-03-22minor layout improvements for the Information Panel:Peter Penz
* use the KStyle for drawing separators * remove frame from general meta data box CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788834
2008-03-21This is the first step towards a better looking and more usable metadata GUI.Sebastian Trueg
- 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
2008-03-21removed unused includesSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=788554
2008-03-21Append # to the object name (window role), KWin uses it for betterLuboš Luňák
window grouping. svn path=/trunk/KDE/kdebase/apps/; revision=788492
2008-03-20use QDir::rootPath() to make the folders panel functional on WindowsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=788155
2008-03-20assure that the maximum size of the item-delegate gets updated before ↵Peter Penz
showing the icons view svn path=/trunk/KDE/kdebase/apps/; revision=788152
2008-03-20show the Information Panel per default as discussed in core-develPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788150
2008-03-20fixed regression because of disconnecting non-available slots - now files ↵Peter Penz
don't get started twice in the column view anymore BUG: 159551 svn path=/trunk/KDE/kdebase/apps/; revision=788133
2008-03-20fix iconUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=788123
2008-03-20QListView does not support having a margin for grids. Originally it has been ↵Peter Penz
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
2008-03-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=787952