| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
|
|
control systems like SVN, Git, CVS, ... The current code is an early draft and it is planned that all plugins (SVN, Git, CVS, ...) are maintained outside Dolphin. If the API is stable enough, a discussion will be done at [email protected] regarding the location of the plugins (the current implementation of SubversionPlugin is only temporary located in Dolphin for testing purposes).
RevisionControlObserver is implemented in a way that no recognizable slowdown is given for directories that are not under revision control.
CCBUG: 192158
svn path=/trunk/KDE/kdebase/apps/; revision=995351
|
|
KDE 4.3. One main reason is that a lot of things are done now asynchronously with timers to prevent a blocking UI and unnecessary expensive operations.
To keep the Information Panel maintainable and prepared for future features a cleanup has been done. The whole user interface handling has been moved into the class InformationPanelContent that offers a straight forward interface: showItem(const KFileItem& item) and showItems(const KFileItemList& items).
The class InformationPanel is responsible for calling those methods in a way that hovering items, changing directories, doing selections, rename and delete operations, ... don't result in calling showItem() 10 times per second.
This cleanup won't be backported to KDE 4.3.x
svn path=/trunk/KDE/kdebase/apps/; revision=991902
|
|
KToolTipDelegate and KToolTipItem. Use one separate file for each class.
svn path=/trunk/KDE/kdebase/apps/; revision=984646
|
|
- don't provide any mode for editing, just let the user directly manipulate the comment inside the text widget
- automatically save changes, no explicit confirmation required
svn path=/trunk/KDE/kdebase/apps/; revision=984592
|
|
* Make KonqPopupMenu aware of the CopyTo/MoveTo settings from konqueror and dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=955015
|
|
Make dolphinremoteencoding included in dolphinprivate.
svn path=/trunk/KDE/kdebase/apps/; revision=944693
|
|
GUI:
The remote encoding code adapted from Konqueror to Dolphin. Now user can change
encoding for remote urls like ftp. Konqueror doesn't use
KRemoteEncodingPlugin anymore. Instead, this feature is supplied to
Konqueror via DolphinPart.
svn path=/trunk/KDE/kdebase/apps/; revision=944659
|
|
get selected and it must be assured that the item stays visible. Thanks a lot to Rahman Duran for the original patch and the good discussions :-)
Open issues:
- F10 shortcut does not work yet (interface extension might be done in KNewMenu)
- Does not work in column view yet, but this is a colum view specific issue.
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=940624
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937915
|
|
meta information
svn path=/trunk/KDE/kdebase/apps/; revision=937910
|
|
Panel
svn path=/trunk/KDE/kdebase/apps/; revision=934828
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=932520
|
|
and Oxygen already has a preview icon which Dolphin already uses (view-preview).
svn path=/trunk/KDE/kdebase/apps/; revision=929116
|
|
'Trash" page.
Konqueror has it, we should too =)
svn path=/trunk/KDE/kdebase/apps/; revision=926571
|
|
previewing (similar to the file dialog) to Dolphin's metadata panel. Since Phonon is currently in-process only with the memory/ stability issues that come with this, this might have to be disabled by default - we'll see how it goes. Thanks, Matthias!
CCMAIL:[email protected]
CCMAIL:[email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=917389
|
|
DolphinSearchWidget acts as "playground" to test some ideas. If it works well it might be a good idea moving this widget as KSearchBox (?) to kdelibs, so that it can be used by the file dialog or other applications.
svn path=/trunk/KDE/kdebase/apps/; revision=913572
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=913414
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=913405
|
|
can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week.
svn path=/trunk/KDE/kdebase/apps/; revision=912587
|
|
several CMakeLists.txt
svn path=/trunk/KDE/kdebase/apps/; revision=911094
|
|
relicts from the KDE 3 version of Dolphin and are called "Panels" in the KDE 4 version of Dolphin. Yes, renaming classes may take more than 1 year ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=911089
|
|
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
|
|
usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm.
BUG: 165531
svn path=/trunk/KDE/kdebase/apps/; revision=893546
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=888070
|
|
reason, draganddrophelper.cpp was compiled
both into libdolphinprivate and into dolphin.
Also fix missing newline in copyright header.
svn path=/trunk/KDE/kdebase/apps/; revision=882336
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=876282
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=875703
|
|
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=875611
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=874947
|
|
the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2).
CCBUG: 165999
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871874
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=866393
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=865707
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863324
|
|
details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
|
|
Still needs extensive work in positioning, scaling/ padding items to fit, and timing things so that the previews are more likely to have been generated when the tooltip is positioned and displayed.
CCBUG:161848
svn path=/trunk/KDE/kdebase/apps/; revision=848984
|
|
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=842706
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=824530
|
|
implementation. Thanks to David Faure for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=819137
|
|
real this time :)
KPluginFactory can take the catalog name as second argument, this is the best fix.
CCMAIL: Chusslove Illich <[email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=818989
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818988
|
|
add a macro_log_feature() message
svn path=/trunk/KDE/kdebase/apps/; revision=816293
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816282
|
|
Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way).
BUGS:161594
svn path=/trunk/KDE/kdebase/apps/; revision=815584
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=813304
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=804272
|
|
available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma".
svn path=/trunk/KDE/kdebase/apps/; revision=804037
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=801388
|
|
Hvaal). As soon as KTreeView is matured enough, it can be discussed whether it should be moved to kdelibs for KDE 4.2.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=799723
|