┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-14let Dolphin use the new tab-close-buttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=797061
2008-04-14Do not take address of temporary variable.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=796853
2008-04-13implemented functionality for closing tabsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796587
2008-04-13prevent flickering when switching between tabs having a split viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796566
2008-04-13fixes for tabs:Peter Penz
* remember active view when having a split view inside a tab * prevent a possible recursion when returning into a tab having a split view svn path=/trunk/KDE/kdebase/apps/; revision=796563
2008-04-13typo-=2Albert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=796395
2008-04-13own header firstAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=796393
2008-04-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=796259
2008-04-12when clicking with the middle mouse button on a directory, a new tab should ↵Peter Penz
be opened svn path=/trunk/KDE/kdebase/apps/; revision=796116
2008-04-12"New Tab" menu + some related code ;-)Peter Penz
BUG: 143995 svn path=/trunk/KDE/kdebase/apps/; revision=796101
2008-04-11Commit patch from AlexLaurent Montel
(He didn't have time to make it yesterday and will able to commit it next thursday) This patch clean up some : target_link_libraries(kfoo kdeinit_kfoo) which is already done in kde4_add_kdeinit_executable() macro and use "INSTALL_TARGETS_DEFAULT_ARGS" in other place. I tested all compile file, all works fine but if there is a pb send me a mail. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795711
2008-04-11SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=795705
2008-04-10* Using QPixmap instead of QBitmap for painting the text allows us to have ↵Konstantin Heil
anti aliased fonts. * Adjusted sizeTip, so the text isn't scaled anymore and looks better now. svn path=/trunk/KDE/kdebase/apps/; revision=795569
2008-04-10Load plugins at the end of the ctor, so that everything is set up already. ↵David Faure
Will improve the Part API to make this easier. svn path=/trunk/KDE/kdebase/apps/; revision=795466
2008-04-09fix drag & drop issue (multiple selected items have been deselected when ↵Peter Penz
starting to drag) svn path=/trunk/KDE/kdebase/apps/; revision=795339
2008-04-09hide the tooltip when an item gets triggered or a context menu is openedPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795330
2008-04-09Provide tooltips. Per default tooltips are turned off because the ↵Peter Penz
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
2008-04-09Readd as in libkonq "part" this signal ""aboutToOpenURL""Laurent Montel
used to signal to plugins kdirfilter that url changed svn path=/trunk/KDE/kdebase/apps/; revision=795079
2008-04-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=795059
2008-04-08Bypassed a Qt-issue where enabling the menu-animation for QApplication emits ↵Peter Penz
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
2008-04-08don't apply a frame to image previews, if the preview is a very small image ↵Peter Penz
(e. g. an icon) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=794783
2008-04-08Provide a setting to turn on/off tooltips. The tooltip implementation itself ↵Peter Penz
will be committed before the feature freeze (20th of April). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=794772
2008-04-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=794314
2008-04-06fix selection regression that has been introduced by synchronizing the ↵Peter Penz
current index with the selected index BUG: 158649 svn path=/trunk/KDE/kdebase/apps/; revision=794189
2008-04-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=793709
2008-04-04Fixed issue that an old meta data is shown when one item is selected and ↵Peter Penz
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-03SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=793165
2008-04-02Typo fixesMalcolm Hunter
svn path=/trunk/KDE/kdebase/apps/; revision=793037
2008-04-02added application icons Ralf Habacker
svn path=/trunk/KDE/kdebase/apps/; revision=793036
2008-04-02improve layout of the "General Settings" dialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=792998
2008-04-02Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu ↵Peter Penz
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
2008-04-01Typo fixesMalcolm Hunter
svn path=/trunk/KDE/kdebase/apps/; revision=792746
2008-04-01let the selection toggle fade in faster (based on user feedback from ↵Peter Penz
http://ppenz.blogspot.com/2008/04/selecting-items.html) svn path=/trunk/KDE/kdebase/apps/; revision=792581
2008-04-01don't start the editor for renaming the files when double clicking on itemsPeter Penz
BUG: 159694 svn path=/trunk/KDE/kdebase/apps/; revision=792538
2008-04-01Do not show the 'No Tags' message and properly handle tags with spaces in ↵Sebastian Trueg
their URI svn path=/trunk/KDE/kdebase/apps/; revision=792521
2008-04-01Implemented tagging of multiple files at the same time.Sebastian Trueg
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-01provide a tooltip for the selection togglePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=792514
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