┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-11Fixed performance issues related to selections and deleting of files:Peter Penz
2009-07-10Fix regression introduced by an obviously untested "krazy fix" (r973284). Set...David Faure
2009-07-10- adding missing constPeter Penz
2009-07-09Fixed the annoying bug (for me) that dealt with having a very long folder nam...Shaun Reich
2009-07-08Performance improvement when selecting pasted/dropped items.Peter Penz
2009-07-08Fixed regression when refactoring the Information Panel: Don't forget to give...Peter Penz
2009-07-07SVN_SILENT made messages (.desktop file)Script Kiddy
2009-07-05The complexity of the class InformationPanel has grown a lot from KDE 4.0 to ...Peter Penz
2009-07-05Improve performance of Dolphin:Peter Penz
2009-07-05Wrap the cursor on the right/left side to have a similar keyboard behavior li...Peter Penz
2009-07-03SVN_SILENT made messages (.desktop file)Script Kiddy
2009-07-01Pass the "Yesterday (%B, %Y)" string to modifiedTime.toString(), suchFrank Reininghaus
2009-06-30Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bon...Andrius Štikonas
2009-06-29Fixed issue that the scroll position is reset if the focus of the itemview ch...Peter Penz
2009-06-28SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-27Swap two lines in DolphinViewContainer::setUrl. Up to now, the "ifFrank Reininghaus
2009-06-25SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-24updated version numberPeter Penz
2009-06-24SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-23SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-22Count selected items, not QItemSelectionRanges inFrank Reininghaus
2009-06-22SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-21SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-21Use the name of the property instead of the label, otherwise the stored keys ...Peter Penz
2009-06-21fixed issue the label texts with spaces might overlap with other labelsPeter Penz
2009-06-21The file ktooltip.h contained the three public classes KToolTip, KToolTipDele...Peter Penz
2009-06-21disable Nepomuk legacy code to eliminate deprecated-warningsPeter Penz
2009-06-21Simplify how Nepomuk comments can be edited by the user:Peter Penz
2009-06-20Disable additional properties per default as discussed with Sebastian Trüg.Peter Penz
2009-06-20Simplify the handling of previews: Create the tooltip as early as possible ev...Peter Penz
2009-06-20don't use empty dummy images if the preview takes a while to get generated, s...Peter Penz
2009-06-20- Don't keep pointers to objects that are obtained and deleted by other objects.Peter Penz
2009-06-20Preview generators might send a null image, so show the default icon as fallb...Peter Penz
2009-06-20SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-20Tooltip interface cleanup: Don't use const-pointers as parameters if the impl...Peter Penz
2009-06-20use a style dependend border instead of a black boxPeter Penz
2009-06-20SVN_SILENT: minor coding style fixesPeter Penz
2009-06-20We won't get translated labels for Nepomuk literals in KDE 4.3.0... At least ...Peter Penz
2009-06-20clear the selection before renaming multiple itemsPeter Penz
2009-06-19Fix bottleneck when renaming several hundrets of items (the expensive update ...Peter Penz
2009-06-19SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-17SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-13Use qAbs() instead of fabs(). The values in question are integersFrank Reininghaus
2009-06-10don't clear the selection if a toggle has been pressedPeter Penz
2009-06-10fixed resizing issues when having long comments:Peter Penz
2009-06-09SVN_SILENT made messages (.desktop file)Script Kiddy
2009-06-08Mark the last visitied directory as active when going back in history.Peter Penz
2009-06-04Further pimpage of auto scrolling: make it quadratic! Better scales to HUGE f...Marcel Partap
2009-06-04increase the acceleration when autoscrollingPeter Penz
2009-06-04add missing ? to the questionAlbert Astals Cid