]> cloud.milkyroute.net Git - dolphin.git/shortlog
dolphin.git
2007-02-07 Peter PenzAdditionally to sorting by name, size and date it is...
2007-02-06 Peter PenzIf the user changes the sorting by clicking on a header...
2007-02-05 Peter Penzupdate the header indicators corresponding to the curre...
2007-02-05 Peter PenzOnly group the directories before items if the KDirMode...
2007-02-05 Peter Penzupdated the documentation
2007-02-05 David FaureFix compilation
2007-02-01 Stefan GehnFix compile
2007-01-31 Peter Penzclear the status bar when doing an undo operation
2007-01-31 Peter PenzQueue error messages so that a currently shown error...
2007-01-31 Dirk Muellerremove include
2007-01-30 Peter PenzImprovements for error messages:
2007-01-30 Peter Penzupdate to changes in class KGlobal (kdelibs)
2007-01-26 Peter PenzFurther optimizations: do a delayed update of the geome...
2007-01-26 Peter PenzFurther optimizations for the status bar: hide the...
2007-01-26 Script KiddySVN_SILENT made messages (.desktop file)
2007-01-26 David Faurefixed
2007-01-26 Peter Penzupsi... forgot to uncomment the temporary workaround...
2007-01-26 Peter PenzDo a custom error handling in for the 'Create New....
2007-01-25 Peter PenzFirst step for making the details view usable again:
2007-01-25 Peter PenzDavid's patches come in faster than light: removed...
2007-01-25 Peter PenzUse custom implementation of KonqUndoManager::UiInterfa...
2007-01-25 Peter PenzCleanup of URL drop handling (simplified code, modifier...
2007-01-25 Peter PenzUse KNewMenu instead of custom implementation of Dolphi...
2007-01-23 Peter PenzGet rid of some KDE 3 relicts.
2007-01-23 Peter PenzMinor adjustments and cleanups in the statusbar:
2007-01-23 Script KiddySVN_SILENT made messages (.desktop file)
2007-01-21 Peter Penz- Fixed crash when showing "Open With..." items of...
2007-01-21 Peter PenzCleanup of DolphinContextMenu:
2007-01-20 Peter PenzRemoved helper class ProgressIndicator (not needed...
2007-01-18 Script KiddySVN_SILENT made messages (.desktop file)
2007-01-18 Peter PenzReplaced Dolphins UndoManager and DolphinCommand by...
2007-01-17 Laurent MontelFix signal/slot
2007-01-17 Script KiddySVN_SILENT made messages (.desktop file)
2007-01-15 Peter PenzMinor performance improvement. As Dominic Battre pointe...
2007-01-15 Peter PenzThe KMimeTypeResolver instance is owned by the item...
2007-01-15 Peter PenzUse a QTreeView for the representation of the details...
2007-01-12 Peter PenzFixed issue in method naturalCompare: strings having...
2007-01-12 Peter PenzNatural sorting fix: assure that directories are sorted...
2007-01-11 Script KiddySVN_SILENT made messages (.desktop file)
2007-01-11 Peter PenzDo a natural sorting of items (thanks to Dominic Battre...
2007-01-10 David FaureDoesn't need a config.h
2007-01-10 Peter PenzApplied some patches found by EBN (thanks to Nicolas...
2007-01-09 Kevin OttensPort to new KAction, KActionCollection API.
2007-01-07 Peter PenzFixed issue that the view properties have not been...
2007-01-07 Peter PenzRemember the position and size of the docks by using...
2007-01-07 Peter PenzAllow that Dolphin can also be used with global view...
2007-01-06 Peter PenzMinor adjustments for the panels:
2007-01-06 Peter PenzReanimated drag & drop support for the icons view.
2007-01-06 Peter PenzReanimate drag and drop support for the URL navigator.
2007-01-03 Peter Penzfixed compile issues resulted by kdelibs cleanup
2007-01-02 Holger FreytherSVN_SILENT make it compile (Dlg->Dialog)
2006-12-29 André Wöbbeking-pedantic
2006-12-27 Kevin OttensCompile++
2006-12-24 Holger Freyther-Use QSortFilterProxyModel for filtering instead of...
2006-12-23 Holger FreytherMake the View operate on the QSortFilterProxyModel
2006-12-23 Holger FreytherFix the filterbar
2006-12-23 Holger FreytherThe answer is either clear() or filterChanged(). Anyone...
2006-12-20 Peter Penz- Performance optimization in DolphinView::loadDirector...
2006-12-20 Peter PenzLet the user chose whether view properties should be...
2006-12-19 Aaron J. Seigobuild
2006-12-19 Aaron J. SeigoKStdAction -> KStandardAction
2006-12-18 Holger Freythermake it compile
2006-12-17 Simon Hausmann- don't use deprecated KAction constructors
2006-12-17 Script KiddySVN_SILENT made messages (.desktop file)
2006-12-17 Peter PenzUse KonqMimeData for the cut- and copy-operation instea...
2006-12-17 Peter PenzReanimated cut-, copy- and paste- functionality as...
2006-12-15 Peter PenzUpdate for using a proxy model: prevent accessing the...
2006-12-15 Dominik Haumannfix signal names
2006-12-14 Peter PenzUse QSortFilterProxyModel for sorting KFileItems (thank...
2006-12-14 Peter PenzSupport 'select all' and 'invert selection' again.
2006-12-14 Peter PenzSupport changing the sorting type and sort order (TODO...
2006-12-13 Peter PenzDon't show the 'Show Preview' property inside the toolb...
2006-12-13 Peter PenzInstead of having a the 3 view modes "icons", "details...
2006-12-11 Holger FreytherDo not abort/exit when accessing the string out of...
2006-12-10 Holger FreytherUse a QLinkedList instead of Q3PtrList
2006-12-10 Holger Freyther--deprecation
2006-12-08 Peter Penzconnect to the 'urlChanged' signal (the signal 'signalU...
2006-12-08 Peter PenzCleanup of signal/slot handling between the dolphin...
2006-12-08 Holger FreytherUpdate the FSF address to 51 Franklin Street (hopefully...
2006-12-07 Peter Penzshow busy indicator inside the progress bar when counti...
2006-12-07 Peter PenzApply the view properties to sub directories without...
2006-12-07 Peter Penzfixed layout issues
2006-12-07 Peter Penzminor cosmetic update of the progress indication
2006-12-07 Peter PenzUse a KIO Job for applying the view properties recursiv...
2006-12-07 Script KiddySVN_SILENT made messages (.desktop file)
2006-12-06 Peter PenzPatch from Dominik Hauman: Assure that when splitting...
2006-12-06 Kevin OttensFinally! Dock widgets can be hidden from the view menu...
2006-12-05 Peter PenzApplying view properties recursively to sub directories...
2006-12-04 Simon Hausmann- compile with trunk kdelibs
2006-12-04 Zack Rusinfixing more warnings
2006-12-04 Dominik Haumannset {spacing, margin} = 0 again
2006-12-04 Peter PenzFirst step of cleaning up the view properties: inheriti...
2006-12-04 Zack Rusinthe widget is double-buffered by default so don't tripl...
2006-12-04 Peter PenzUse QWidget::contextMenuEvent() instead of directly...
2006-12-04 Zack Rusinreducing a little bit the number of deprecation warnings
2006-12-02 Peter Penzreanimated the context menu
2006-11-30 Peter Penzuse flat buttons for the information sidebar page ...
2006-11-29 Kevin OttensGet ride of the sidebar and use dockwidgets instead.
2006-11-29 Holger FreytherAdd a "New Window" option to Dolphin
2006-11-29 Holger FreytherChanges to Undo/Redo in regard to ProgressIndicator
next