| Age | Commit message (Collapse) | Author |
|
consistent with the naming in kdevplatform.
* Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1011058
|
|
Dario Andres for the analyses!
BUG: 202953
svn path=/trunk/KDE/kdebase/apps/; revision=1011008
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1001386
|
|
BUG: 196243
svn path=/trunk/KDE/kdebase/apps/; revision=998153
|
|
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
|
|
give a visual indication if the generation of the preview takes long.
svn path=/trunk/KDE/kdebase/apps/; revision=993584
|
|
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
|
|
- When changing a directory the receiving of the meta data is done now with a short delay. This gives the directory lister the chance to show the directory as fast as possible.
- Prevent that DolphinInformationPanel::reset() is invoked when changing a directory. The method only needs to get invoked if an item has been deleted or renamed.
- Cache an unknown file item. This improves the startup time of Dolphin (-> KFileItem constructor is invoked only once instead of up to 6 times).
svn path=/trunk/KDE/kdebase/apps/; revision=991840
|
|
would get invalid as soon as we get translated labels.
svn path=/trunk/KDE/kdebase/apps/; revision=984677
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=984673
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=984621
|
|
- 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=984493
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=984301
|
|
assure that camelcase labels like "fileLocation:" are replaced by "File location:" (thanks to Sebastian Trüg for the code)
svn path=/trunk/KDE/kdebase/apps/; revision=984190
|
|
of m_selection is not required).
svn path=/trunk/KDE/kdebase/apps/; revision=984020
|
|
* embed the comment label inside a scrollarea
* assure that the "add comment..."/"change comment..." link is always visible
* assure that the maximum width of the meta data widget is set to the panel width (otherwise the panel would be increased in an unlimited way when having a text without spaces)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=979621
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=977582
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973297
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973291
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973289
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=973269
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=969877
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=969874
|
|
"file:" URL, but is nevertheless local (e.g., "desktop:").
This fix is also applied to the new "Open external Terminal" action
which will be in KDE 4.3.
BUG: 167810
svn path=/trunk/KDE/kdebase/apps/; revision=969265
|
|
not been started).
svn path=/trunk/KDE/kdebase/apps/; revision=964469
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=961194
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=960323
|
|
BUG: 190165
svn path=/trunk/KDE/kdebase/apps/; revision=960318
|
|
BUG: 165188
svn path=/trunk/KDE/kdebase/apps/; revision=960282
|
|
http://techbase.kde.org/Projects/Usability/HIG/Capitalization
svn path=/trunk/KDE/kdebase/apps/; revision=959655
|
|
information panel
svn path=/trunk/KDE/kdebase/apps/; revision=958762
|
|
pressed.
- Assure that the video player has the same size as the preview widget. Convincing the embedded video player to dynamically resize during playing a video seems to be impossible - I need to check the Phonon::VideoPlayer source code to get the root cause for the currently strange behavior :-(
svn path=/trunk/KDE/kdebase/apps/; revision=958332
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=955566
|
|
true for PNG images, but it makes no sense showing a play/stop button in this case.
svn path=/trunk/KDE/kdebase/apps/; revision=954485
|
|
otherwise at least one resize event would be needed to apply a maximum width. This gets a problem if the dock is overlapped by another dock: No resize event is emitted and the preferred size increases in an unlimited way. Result: when hovering files with very long filenames, the overall dock width will increase in an unexpected way.
BUG: 189596
svn path=/trunk/KDE/kdebase/apps/; revision=954371
|
|
- provide a custom member for the audio media object
svn path=/trunk/KDE/kdebase/apps/; revision=952886
|
|
Phonon is quite cool BTW :-)
svn path=/trunk/KDE/kdebase/apps/; revision=952882
|
|
Panel.
BUG: 156205
svn path=/trunk/KDE/kdebase/apps/; revision=952833
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=948007
|
|
Make Dolphin benefit from new TerminalInterfaceV2 functions.
svn path=/trunk/KDE/kdebase/apps/; revision=946382
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=945040
|
|
check for KUrl::isLocalFile())
svn path=/trunk/KDE/kdebase/apps/; revision=939835
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937927
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937920
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=937915
|
|
meta information
svn path=/trunk/KDE/kdebase/apps/; revision=937910
|
|
shown in the Information Panel.
CCBUG: 181534
CCBUG: 186071
svn path=/trunk/KDE/kdebase/apps/; revision=937630
|
|
Panel
svn path=/trunk/KDE/kdebase/apps/; revision=934828
|