┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1144877
2010-06-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1144023
2010-06-27SVN_SILENT: Use consistent member naming within DolphinPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1143415
2010-06-27i18n: fixed unused contexts.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=1143366
2010-06-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1143269
2010-06-26Use the member variableChristoph Feck
BUG: 241843 svn path=/trunk/KDE/kdebase/apps/; revision=1142897
2010-06-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1141645
2010-06-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1140600
2010-06-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1139384
2010-06-16Hide the information panel by defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1138819
2010-06-12Fixed install/deinstall scriptsJonathan Schmidt-Dominé
svn path=/trunk/KDE/kdebase/apps/; revision=1137451
2010-06-12SVN_SILENT: Remove unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1137348
2010-06-12Fix issue, that changing the zoom level has not been applied to the columns ↵Peter Penz
of the column view svn path=/trunk/KDE/kdebase/apps/; revision=1137344
2010-06-12Don't do a pre-process wrapping of the Information Panel headline, if it is ↵Peter Penz
a rich text. This fixes the issue, that selecting multiple files leads to an output like "<html>9 items selected</html>". svn path=/trunk/KDE/kdebase/apps/; revision=1137340
2010-06-12Fix issue, that the file size maximum for non-local previews is read wrong ↵Peter Penz
and applied to the local size initially svn path=/trunk/KDE/kdebase/apps/; revision=1137339
2010-06-12Increase version number to 1.5Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1137336
2010-06-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1134733
2010-06-02Fix issue, that the translations for "Everywhere", "From Here", "All", ↵Peter Penz
"Images", "Text" and "Filenames" in the search options are not shown in the UI. The patch has been verified by "KDE_LANG=x-test dolphin". BUG: 240163 svn path=/trunk/KDE/kdebase/apps/; revision=1133863
2010-05-31typo fixBurkhard Lück
svn path=/trunk/KDE/kdebase/apps/; revision=1132703
2010-05-31Fix context for action name "Delete (using shortcut for Trash)"Alexander Potashev
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1132560
2010-05-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1132275
2010-05-29Fix keyboard navigation issues in the column viewPeter Penz
BUG: 236039 svn path=/trunk/KDE/kdebase/apps/; revision=1132120
2010-05-29Use KStringHandler::preProcessWrap() to assure, that file names in the ↵Peter Penz
Information Panel are wrapped in a more clever way: E. g. dolphinviewcontainer.cp p gets wrapped as dolphinviewcontainer. cpp now. svn path=/trunk/KDE/kdebase/apps/; revision=1132031
2010-05-29Use QBoxLayout::addStretch() instead of adding a custom "stretch widget"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1132029
2010-05-29Fix the nasty layout reparenting by adding the InformationPanelContent into ↵Peter Penz
a layout. Thanks to Sebastian Trüg for the hint! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1132028
2010-05-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1131891
2010-05-28Fix i18n context info: "@action:inmenu File" -> "... View"Alexander Potashev
svn path=/trunk/KDE/kdebase/apps/; revision=1131720
2010-05-27When pasting or dropping items in the view in Dolphin or theFrank Reininghaus
DolphinPart (running in Konqueror), do not only select the new items, but also clear the previous selection. BUG: 223905 svn path=/trunk/KDE/kdebase/apps/; revision=1131230
2010-05-26Remove separatorIgnat Semenov
svn path=/trunk/KDE/kdebase/apps/; revision=1130874
2010-05-25Update the edit actions when starting Dolphin, to assure that the state ↵Peter Penz
"no_selection" gets triggered svn path=/trunk/KDE/kdebase/apps/; revision=1130573
2010-05-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1129044
2010-05-20Return a value for the "LocalPathOrUrl" column.Peter Penz
The values for the columns "LinkDestination" and "LocalPathOrUrl" should be moved from DolphinModel to KDirModel, as otherwise the added Information enums in KFileItemDelegate would not make much sense (I'll provide a patch on the reviewboard next week). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1128953
2010-05-20Fix issue that the columns "Link Destination" and "Path" are shown outside ↵Peter Penz
the visible area when enabling them. Also it is assured, that the headline text does not get clipped per default. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1128951
2010-05-20SVN_SILENT: Indentation cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1128907
2010-05-20Rename "Destination" to "Link Destination" as suggested by Frank ReininghausPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1128906
2010-05-19Fix wrong description: The selection is meant for the information panel, not ↵Peter Penz
the tooltips. svn path=/trunk/KDE/kdebase/apps/; revision=1128630
2010-05-19SVN_SILENT: Minor coding style and format cleanups. No change of behavior ↵Peter Penz
has been done. svn path=/trunk/KDE/kdebase/apps/; revision=1128629
2010-05-19Use the user provided query as UDS_DISPLAY_NAME. For 4.6 I will most likely ↵Sebastian Trueg
hide the 'userquery' URL query parameter in the Nepomuk::Query API svn path=/trunk/KDE/kdebase/apps/; revision=1128624
2010-05-19Don't change the default view properties, if the view mode is changed on a ↵Peter Penz
remote folder. BUG: 234852 svn path=/trunk/KDE/kdebase/apps/; revision=1128615
2010-05-19SVN_SILENT: Revert accidental commit of temporary debugging codee error ↵Peter Penz
message is shown in Dolphin instead. CCBUG: 229505 svn path=/trunk/KDE/kdebase/apps/; revision=1128600
2010-05-19Disable the automatic error handling in the DolphinDirLister, the error ↵Peter Penz
message is shown in Dolphin instead. CCBUG: 229505 svn path=/trunk/KDE/kdebase/apps/; revision=1128599
2010-05-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1128050
2010-05-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1127622
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at ↵Peter Penz
least I hope as non-native English speaker that this is the case ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1126705
2010-05-14Use the AdditionalInfoAccessor to be flexible for future changes/extensions ↵Peter Penz
in KFileItemDelegate. svn path=/trunk/KDE/kdebase/apps/; revision=1126703
2010-05-14Cleanups and simplifications, no change of behavior has been done.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1126677
2010-05-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1126490
2010-05-14Fix temporary regression of sorting introduced by SVN commit 1126410Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1126487
2010-05-14Rename AdditionalInfoManager to AdditionalInfoAccessorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1126483
2010-05-13If an information entry will be added to KFileItemDelegate (like done ↵Peter Penz
recently), adjusting the corresponding code in Dolphin is a real pain, as the new information will be shown in Dolphin the following way: - As additional columns in the details view - As additional lines in the icons view - As menu entries in the "Sort By" and "Additional Information" groups - As popup menu entries in the details view header popup - As checkable entries in the View Properties dialog To prevent similar painful transitions in future, the class AdditionalInfoManager has been introduced. All parts in Dolphin that access/show/store additional information, use the AdditionalInfoManager now. If a new information entry will be added in KFileItemDelegate in future, only a small adjustment in AdditionalInfoManager will be required. Still open currently: - AdditionalInfoDialog does not use AdditionalInfoManager yet - DolphinView::Sorting should be replaced by KFileItemDelegate::Information, so that the sorting can also be done in a generic way. - The data for KFileItemDelegate::PathOrUrl is not determined The open issues will get fixed during the next days. Kudos to the brave warriors Sebastian and Frank, that tried to add a new information ;-) CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1126410