┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dolphinmainwindow.h
Age
Commit message (
Expand
)
Author
2007-09-01
SVN_SILENT typos--
Arto Hytönen
2007-08-13
Use KFileItem by value rather than by pointer
David Faure
2007-08-12
* fixed issue that when having a split view, that both views get the same col...
Peter Penz
2007-07-02
Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...
David Faure
2007-06-22
Allow to sort by rating, which can be quite useful in combination with the "S...
Peter Penz
2007-06-20
split view on startup if it is defined by the settings
Peter Penz
2007-06-15
Make use of the error messages coming from the places model.
Kevin Ottens
2007-06-12
* allow to toggle the content of split views by the context menu
Peter Penz
2007-06-07
First big step to make it possible that the DolphinView can be embedded as KP...
Peter Penz
2007-06-03
also toggle the text between "Split" and "Join" for the split action
Peter Penz
2007-05-17
information sidebar fixes:
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-08
SVN_SILENT: some krazy spelling fixes mainly in comments
Thorsten Roeder
2007-05-06
Initial step for showing the terminal embedded inside Dolphin instead of open...
Peter Penz
2007-05-02
don't connect each sidebar page with all available signals per default
Peter Penz
2007-04-22
allow sorting by type
Peter Penz
2007-04-16
Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
Simon Hausmann
2007-04-10
allow to enable the categorization feature for sorting
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-03-27
Initial version for a column view support (thanks a lot to Benjamin Meyer for...
Peter Penz
2007-03-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
Peter Penz
2007-03-17
fixed typo
Peter Penz
2007-03-15
cleanup of unused forward declarations
Peter Penz
2007-03-15
SVN_SILENT unused (showed up in lxr)
David Faure
2007-03-13
Allow renaming of items (note that currently the "rename multiple files" dial...
Peter Penz
2007-03-11
Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...
Peter Penz
2007-03-01
Allow zooming in and zooming out in the icons view.
Peter Penz
2007-02-28
Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...
Peter Penz
2007-02-18
Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, wh...
Peter Penz
2007-02-07
Additionally to sorting by name, size and date it is now possible to sort by ...
Peter Penz
2007-01-31
clear the status bar when doing an undo operation
Peter Penz
2007-01-26
Do a custom error handling in for the 'Create New...' submenu. Thanks to Davi...
Peter Penz
2007-01-25
David's patches come in faster than light: removed code duplication, as a pro...
Peter Penz
2007-01-25
Use custom implementation of KonqUndoManager::UiInterface for Dolphin. This a...
Peter Penz
2007-01-25
Cleanup of URL drop handling (simplified code, modifier keys work again). Aft...
Peter Penz
2007-01-25
Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...
Peter Penz
2007-01-18
Replaced Dolphins UndoManager and DolphinCommand by KonqUndoManager and KonqO...
Peter Penz
2007-01-10
Doesn't need a config.h
David Faure
2007-01-06
Reanimate drag and drop support for the URL navigator.
Peter Penz
2006-12-17
Use KonqMimeData for the cut- and copy-operation instead of using bool proper...
Peter Penz
2006-12-13
Instead of having a the 3 view modes "icons", "details" and "previews" only 2...
Peter Penz
2006-12-10
Use a QLinkedList instead of Q3PtrList
Holger Freyther
2006-12-08
Cleanup of signal/slot handling between the dolphin view and the main window:...
Peter Penz
2006-12-08
Update the FSF address to 51 Franklin Street (hopefully it is the right one)
Holger Freyther
2006-11-29
Get ride of the sidebar and use dockwidgets instead.
Kevin Ottens
2006-11-29
Add a "New Window" option to Dolphin
Holger Freyther
2006-11-29
Changes to Undo/Redo in regard to ProgressIndicator
Holger Freyther
2006-11-29
Make it (almost) possible to have more than one Dolphin KMainWindow
Holger Freyther