┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-11-06update to previous commit: reset bool member correctlyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=733321
2007-11-06When switching from e. g. the icons view to the details view, additional ↵Peter Penz
information properties like 'Size' and 'Date' are added as default (showing a details-view without details does not make sense as default setting...). This fix assures that the additional information properties are removed again when switching back to the icons view. Only if the user modified the additional information properties by a GUI-interaction (e. g. by adding a 'Type'), this information is persistet also when switching back to the icon-view. BUG: 151891 svn path=/trunk/KDE/kdebase/apps/; revision=733313
2007-11-05use an icon even when launched manually. okular uses the sameStefan Monov
workaround. svn path=/trunk/KDE/kdebase/apps/; revision=733138
2007-11-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=733012
2007-11-04Replace file-find icon by edit-findFathi Boudra
svn path=/trunk/KDE/kdebase/apps/; revision=732843
2007-11-04KrushDays-fix: fixed issue that F6 does not apply the focus to the URL ↵Peter Penz
navigator when the navigator is already in the editable mode svn path=/trunk/KDE/kdebase/apps/; revision=732773
2007-11-02Fix the conflict between cut and delete shortcutsAndreas Pakulat
BUG:151601 svn path=/trunk/KDE/kdebase/apps/; revision=732119
2007-11-01fixed issue that the "Ask for confirmation when moving files or folders to ↵Peter Penz
trash"-setting is ignored CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=731813
2007-11-01Fix crash caused by unchecked pointer accessAndreas Ramm
svn path=/trunk/KDE/kdebase/apps/; revision=731586
2007-10-30remember the window size of the IconSizeDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=731156
2007-10-30SVN_SILENT remove blank linesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=731154
2007-10-30allow to configure the additional information of the view inside the ↵Peter Penz
viewproperties dialog svn path=/trunk/KDE/kdebase/apps/; revision=731150
2007-10-30* fixed drag & drop issue in column view (dropping on files was not possible ↵Peter Penz
-> handled as viewport now) * only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport) * simplified signature of drop signal (source widget not required anymore) svn path=/trunk/KDE/kdebase/apps/; revision=731129
2007-10-29Results of setShortcut() auditing (QAction::setShortcut() gets called ↵Hamish Rodda
without this patch) svn path=/trunk/KDE/kdebase/apps/; revision=730698
2007-10-29build with -pedanticVolker Krause
svn path=/trunk/KDE/kdebase/apps/; revision=730684
2007-10-29Icon naming spec compliance (code changes):Jakob Petsovits
bookmark-folder -> folder-bookmarks goto-page -> go-jump www -> insert-link (doesn't yet exist in Oxygen) svn path=/trunk/KDE/kdebase/apps/; revision=730639
2007-10-26Simplify DolphinController: don't remember the show-preview state in the ↵Peter Penz
controller and add an unnecessary additional signal; instead just read the state from the DolphinView svn path=/trunk/KDE/kdebase/apps/; revision=729726
2007-10-26Simplify the DolphinController: The "show hidden files" state can be ↵Peter Penz
retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow... svn path=/trunk/KDE/kdebase/apps/; revision=729721
2007-10-26drop the %m option of dolphin.desktopPeter Penz
BUG: 151313 svn path=/trunk/KDE/kdebase/apps/; revision=729718
2007-10-26updated documentationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=729716
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
* the filterbar now also filters directories (works also in the column-view :-)) * The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed * Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available. * Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file. svn path=/trunk/KDE/kdebase/apps/; revision=729704
2007-10-24* don't show a horizontal scrollbar in the places panelPeter Penz
* minor coding style update: replace 'listView' by 'placesView' svn path=/trunk/KDE/kdebase/apps/; revision=728988
2007-10-24KConfig* API overhaul. only cosmetics, so don't panic.Oswald Buddenhagen
KConfigBase: - remove separator argument from list entry reading/writing functions - introduce {read,write}XdgListEntry() - kill readPathListEntry(), add readPathEntry() overload instead. the default value is not optional any more, as it defines the return type. this is consistent with the readEntry() functions. - rename clean() => markAsClean(), remove rollback() - rename ConfigState => AccessMode, getConfigState() => accessMode() - rename {entry,group}IsImmutable() => is{Entry,Group}Immutable() - remove NLS alias to Localized KConfig: - remove setGroup() & group() - reshuffle OpenFlag enum, introduce NoCascade for symmetry - remove setExtraConfigFiles() alias to addConfigSources() KConfigGroup: - inherit KConfigBase::deleteGroup() overloads - make convertToQVariant() private, it will probably change somehow - KConfig & KConfigGroup: deprecate entryMap() - remove bogus declarations: KConfigGroup::setReadDefaults(), KConfig::readEntryUntranslated() - apidox - reshuffle the declarations in the headers svn path=/trunk/KDE/kdebase/apps/; revision=728852
2007-10-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=728747
2007-10-24removed obsolete code: don't connect to nonexisting slots (thanks to Albert ↵Peter Penz
for pointing this out) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=728741
2007-10-23Fixed issue that within Konqueror changing the active column from the ↵Peter Penz
column-view is ignored. From the hosts point of view this has to be handled like an URL change. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=728394
2007-10-22SVN_SILENT: clean up from previous commit (would be nice to remember to save ↵Matthew Woehlke
;-)); this just removes commented-out code and adds a "what's going on" comment svn path=/trunk/KDE/kdebase/apps/; revision=728202
2007-10-22use NegativeBackground instead of yellow for alerts, don't change the ↵Matthew Woehlke
foreground (not necessary, would break with some color schemes) svn path=/trunk/KDE/kdebase/apps/; revision=728201
2007-10-22icon renamings:Pino Toscano
- emptytrash -> trash-empty - edit-trash -> user-trash svn path=/trunk/KDE/kdebase/apps/; revision=728161
2007-10-20Reverts commit 726516. We have to report the URL changed to the outsideKevin Ottens
so that panels can react to the change correctly. svn path=/trunk/KDE/kdebase/apps/; revision=727475
2007-10-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=726885
2007-10-17On the Information panel the further information such as "Date", "Size", ↵Rafael Fernández López
"Type" was being cut off if it was being shrinked. That shouldn't happen. This prevents this information to be hidden or cut off, and so this is always shown. Albert: I also solved the previous bug you reported (places view not showing selected items at the first click) on a different commit CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=726522
2007-10-17This fixes the problem that when you click the first time on a place Rafael Fernández López
bookmarked it is not shown as selected, but if you click the second time it is. Now this is fixed. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=726516
2007-10-16polish look of column view:Peter Penz
- don't show a focused border above all columns - provide a small gap between the columns - assure that the background of inactive columns works well with more complex styles like Oxygen CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=726042
2007-10-16layout cleanups for the statusbarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=726013
2007-10-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=725777
2007-10-15prevent flickering of status bar when changing between directoriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725546
2007-10-15minor cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=725523
2007-10-15Use a progress bar with custom text for showing the free disk space, ↵Peter Penz
otherwise the custom widget just does not fit well into styles like Oxygen. svn path=/trunk/KDE/kdebase/apps/; revision=725516
2007-10-15use KGlobal::config() instead of parsing kdeglobals each time (thanks to ↵Peter Penz
David for the hint!) svn path=/trunk/KDE/kdebase/apps/; revision=725485
2007-10-14Take also in count if the rowcount was changed. Then everything needs to be ↵Rafael Fernández López
recached again svn path=/trunk/KDE/kdebase/apps/; revision=725218
2007-10-14If we are out of the screen and we will be, why keep asking when we know ↵Rafael Fernández López
that no category will intersect from now with the viewport svn path=/trunk/KDE/kdebase/apps/; revision=725213
2007-10-14The sorting on dolphinview is no more needed, it is done automatically by ↵Rafael Fernández López
KCategorizedSortFilterProxyModel when setCategorizedModel is changed. Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position svn path=/trunk/KDE/kdebase/apps/; revision=725212
2007-10-13minor layout fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=724950
2007-10-13allow to configure whether file thumbnails should be embedded for the file ↵Peter Penz
preview (on per default) BUG: 150028 svn path=/trunk/KDE/kdebase/apps/; revision=724946
2007-10-13Fixed issue that the "Show 'Delete' command in context menu" setting is not ↵Peter Penz
remembered anymore. CCMAIL: [email protected] BUG: 150783 svn path=/trunk/KDE/kdebase/apps/; revision=724942
2007-10-13move reading of global settings also into GeneralSettingsPage::loadSettings()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=724939
2007-10-13If grid size is changed, update correctly items positionRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=724802
2007-10-13If the categorizing has been enabled/disabled we need to update the ↵Rafael Fernández López
scrollbar in certain conditions svn path=/trunk/KDE/kdebase/apps/; revision=724701
2007-10-13One loop instead of two is enoughRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=724700