┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-05-28create modal dialogs on stack as David suggestedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668900
2007-05-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=668646
2007-05-26reanimate properties dialog (thanks to Laurent Montel for fixing it in the ↵Peter Penz
tree view!) svn path=/trunk/KDE/kdebase/apps/; revision=668453
2007-05-26display properties dialogboxLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=668442
2007-05-26Fix signal/slotLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=668440
2007-05-26allow to reset all settings to default valuesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668398
2007-05-26remember the size of dialogsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668385
2007-05-20also compile without HAVE_KMETADATAAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=666761
2007-05-19EBN fixes (thanks to Max Blazejak!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666387
2007-05-19- rename m_name to m_nameLabel for consistencyPeter Penz
- prevent that the m_nameLabel increases the size of the infosidebar if the text cannot get wrapped svn path=/trunk/KDE/kdebase/apps/; revision=666383
2007-05-19internal cleanup; additional meta information can be shown now, although ↵Peter Penz
this code path is deactivated currently because the system hangs when retreiving the meta information of a zip-file svn path=/trunk/KDE/kdebase/apps/; revision=666379
2007-05-19minor coding guideline fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666375
2007-05-19performance optimization: don't retrieve the meta information immediately ↵Peter Penz
when changing the item selection, wait 300 ms until no selection change has been done svn path=/trunk/KDE/kdebase/apps/; revision=666342
2007-05-19include cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666303
2007-05-19Make the test link (moving renamedialog to libdolphinprivate since we'll ↵David Faure
need that feature in the part anyway) svn path=/trunk/KDE/kdebase/apps/; revision=666229
2007-05-18EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666164
2007-05-18although not required at the moment, this alignment makes sense with the ↵Peter Penz
improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-)) svn path=/trunk/KDE/kdebase/apps/; revision=666163
2007-05-18David Faure wrote:Peter Penz
> Sounds like the kind of method that would benefit greatly from a unit test :) OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt) svn path=/trunk/KDE/kdebase/apps/; revision=666162
2007-05-18grmpf - forgot to remove the kDebug() statement in my previous commit...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666125
2007-05-18When renaming items in Dolphin, only the name should be selected, not the ↵Peter Penz
extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case). This patch should fix the problem... Examples (name -> selected string): "Image.gif" -> "Image" "package.tar.gz" -> "package" "cmake-2.4.5" -> "cmake-2.4.5" "Image.1.12.gif" -> "Image.1.12" "Image.tar.1.12.gz" -> "Image" svn path=/trunk/KDE/kdebase/apps/; revision=666118
2007-05-18Allow to configure whether an asking for confirmation should be done for the ↵Peter Penz
'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=666103
2007-05-18- assure that when hovering the viewport that an empty request for item ↵Peter Penz
information is send - remove unused method svn path=/trunk/KDE/kdebase/apps/; revision=665973
2007-05-18- allow to configure that the filter bar should be shown after starting ↵Peter Penz
Dolphin (is off per default) - some minor naming cleanups BUG: 145168 svn path=/trunk/KDE/kdebase/apps/; revision=665964
2007-05-18ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665855
2007-05-17fix possible crash (CID 3607)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=665696
2007-05-17information sidebar fixes:Peter Penz
- provide meta information when hovering items - don't increase the sidebar width, if the item name is longer than the available width svn path=/trunk/KDE/kdebase/apps/; revision=665646
2007-05-17when the column view is used, then 'Split view' should take the root URL of ↵Peter Penz
the column view as new base for the secondary view svn path=/trunk/KDE/kdebase/apps/; revision=665630
2007-05-17when having split views: darken the background color of the inactive viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665612
2007-05-17improve drag & drop support for treeview sidebar:Peter Penz
- allow to drag items within the tree - expand nodes automatically during a drag & drop operation svn path=/trunk/KDE/kdebase/apps/; revision=665588
2007-05-17don't increase the decoration size if the icons are aligned from left to rightPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665573
2007-05-17reload items when the view is refreshed by changing the global settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665571
2007-05-16fix for the fix for the fix [1]: assure that invoking Dolphin with remote ↵Peter Penz
URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure) [1] I hope this does not get a neverending story ;-) svn path=/trunk/KDE/kdebase/apps/; revision=665393
2007-05-16revert last patch ("fix issue that invoking 'dolphin .' does not work") and ↵Peter Penz
replace it by a more generic approach svn path=/trunk/KDE/kdebase/apps/; revision=665386
2007-05-16allow that Dolphin can be started like 'dolphin .' for showing the current ↵Peter Penz
directory (patch submitted by Max Blazejak) svn path=/trunk/KDE/kdebase/apps/; revision=665320
2007-05-16using KShell::quoteArg() "might be" helpful ;-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665316
2007-05-16Better choice of phrase: 'Categorized' -> 'Show in Groups'Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=665189
2007-05-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=665169
2007-05-15use the terminal interface correctly -> the path of the embedded konsole is ↵Peter Penz
synchronized with the current directory svn path=/trunk/KDE/kdebase/apps/; revision=665104
2007-05-15some finetuning for the icons view:Peter Penz
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView - assure that the grid spacing is respected - decrease default text width - allow having more than 1 text line doing a proper wrapping svn path=/trunk/KDE/kdebase/apps/; revision=665097
2007-05-14The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is ↵Peter Penz
assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself. svn path=/trunk/KDE/kdebase/apps/; revision=664830
2007-05-14although the wrapping is enabled, eliding the text might be required -> ↵Peter Penz
don't specify Qt::ElideNone svn path=/trunk/KDE/kdebase/apps/; revision=664803
2007-05-14Try not to set properties unless changed.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=664542
2007-05-13some krazy fixesThorsten Roeder
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=664086
2007-05-12hover fix for the details mode: hovering should only be done on the name ↵Peter Penz
column, all other columns behave as viewport area svn path=/trunk/KDE/kdebase/apps/; revision=663861
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=663779
2007-05-10layout improvements in the icons view:Peter Penz
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320
2007-05-10don't lose the history of the URL navigator if the settings of the Icons ↵Peter Penz
View, Details View or Columns View have been changed svn path=/trunk/KDE/kdebase/apps/; revision=663282
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09Postpone the creating of the dir lister to the first show event. This ↵Peter Penz
assures that no performance and memory overhead is given when the TreeView is not used at all. svn path=/trunk/KDE/kdebase/apps/; revision=662771