| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-09-17 | Forgot to adapt to RTL the default category drawer (KCategoryDrawer), since ↵ | Rafael Fernández López | |
| right now it is fully overriden by dolphincategorydrawer. Unneeded commented code removed from the latter svn path=/trunk/KDE/kdebase/apps/; revision=713320 | |||
| 2007-09-17 | Create the new architecture for KCategorizedView. Now DolphinModel is ↵ | Rafael Fernández López | |
| created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319 | |||
| 2007-09-14 | fix: forgot to invoke base implementation | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=712616 | |||
| 2007-09-14 | selection model fixes | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=712610 | |||
| 2007-09-14 | refactoring of column view, which fixes: | Peter Penz | |
| * selection issues * unwanted loading of sub directories * wrong horizontal scroll position svn path=/trunk/KDE/kdebase/apps/; revision=712590 | |||
| 2007-09-14 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=712396 | |||
| 2007-09-13 | update the URL candidate if only one file is selected, so that Nepomuk tags ↵ | Peter Penz | |
| get updated (thanks to Rajeev J Sebastian for the patch!) svn path=/trunk/KDE/kdebase/apps/; revision=712054 | |||
| 2007-09-13 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=711906 | |||
| 2007-09-10 | desktop-file-validate says not to end a MimeType with a semicolon. | Allen Winter | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710731 | |||
| 2007-09-10 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710483 | |||
| 2007-09-09 | provide backspace as alternative shortcut for "go back" | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710364 | |||
| 2007-09-09 | check whether the current index is valid and whether no other items are selected | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710361 | |||
| 2007-09-09 | Reactivate keyboard navigation again. Previously the Return key did not ↵ | Peter Penz | |
| work, as the 'activated()' signal cannot be used (it ignores KDEs single vs. doubleclick setting). svn path=/trunk/KDE/kdebase/apps/; revision=710356 | |||
| 2007-09-09 | add TODO as reminder for KDE 4.1... | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710355 | |||
| 2007-09-09 | use global IconLoader | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710266 | |||
| 2007-09-09 | increase default size for previews to 5 MB | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710263 | |||
| 2007-09-09 | change shortcut from the information sidebar to F11 for having a common ↵ | Peter Penz | |
| setting like in the file dialog svn path=/trunk/KDE/kdebase/apps/; revision=710257 | |||
| 2007-09-09 | minor optimization: don't instantiate the icon loader on each size change | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710256 | |||
| 2007-09-09 | minor coding style fix | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710222 | |||
| 2007-09-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710142 | |||
| 2007-09-09 | move from deprecated KPixmapEffects to KIconEffects, not perfected code yet | Arto Hytönen | |
| svn path=/trunk/KDE/kdebase/apps/; revision=710060 | |||
| 2007-09-07 | deprecated-- KColorScheme __comp_ctor fixes | Arto Hytönen | |
| svn path=/trunk/KDE/kdebase/apps/; revision=709395 | |||
| 2007-09-06 | DocPath -> X-DocPath for .desktop of type Application | Pino Toscano | |
| svn path=/trunk/KDE/kdebase/apps/; revision=709090 | |||
| 2007-09-05 | Remove reference to a slot which does not exist. Almost identical code can ↵ | Robert Knight | |
| be found in the DolphinView constructor, which does have an updateCutItems() slot. svn path=/trunk/KDE/kdebase/apps/; revision=708828 | |||
| 2007-09-05 | Remove old copy of 'installfont.desktop'. workspace/kcontrol/kfontinst/apps/ ↵ | Craig Drummond | |
| contains a more up-to-date version. svn path=/trunk/KDE/kdebase/apps/; revision=708758 | |||
| 2007-09-05 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=708582 | |||
| 2007-09-04 | use "Sort by" instead of "Sort By" | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=708366 | |||
| 2007-09-02 | minor simplification | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=707771 | |||
| 2007-09-01 | SVN_SILENT typos-- | Arto Hytönen | |
| svn path=/trunk/KDE/kdebase/apps/; revision=707204 | |||
| 2007-08-31 | deprecated-- | Alex Merry | |
| svn path=/trunk/KDE/kdebase/apps/; revision=707067 | |||
| 2007-08-31 | The "error" icon looks like a close-button inside the statusbar -> don't ↵ | Peter Penz | |
| show it... svn path=/trunk/KDE/kdebase/apps/; revision=706951 | |||
| 2007-08-31 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=706753 | |||
| 2007-08-31 | as David pointed out: Qt4 has a nicer approach for asynchronous events than ↵ | Peter Penz | |
| using QTimer svn path=/trunk/KDE/kdebase/apps/; revision=706669 | |||
| 2007-08-30 | Use the new method KDirModel::expandToUrl() from David for expanding the ↵ | Peter Penz | |
| treeview -> no more crashes anymore for long URLs :-) svn path=/trunk/KDE/kdebase/apps/; revision=706516 | |||
| 2007-08-30 | Use KPluginFactory instead of deprecated KLibFactory | Max Blazejak | |
| svn path=/trunk/KDE/kdebase/apps/; revision=706417 | |||
| 2007-08-30 | F9 opens the places panel (-> consistent with file-dialog), F7 the folders ↵ | Peter Penz | |
| panel ("tree-view") svn path=/trunk/KDE/kdebase/apps/; revision=706369 | |||
| 2007-08-28 | dolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's ↵ | David Faure | |
| already emitted by the controller, and we forward that) dolphinpart fix: don't let the konq wheel spin forever when clicking on the Home button and we're already viewing $HOME. svn path=/trunk/KDE/kdebase/apps/; revision=705916 | |||
| 2007-08-28 | Navigation in konqueror works MUCH better when the KParts url is set :) | David Faure | |
| svn path=/trunk/KDE/kdebase/apps/; revision=705888 | |||
| 2007-08-28 | Implement contextMenu handling in dolphin part (for konqueror) | David Faure | |
| svn path=/trunk/KDE/kdebase/apps/; revision=705873 | |||
| 2007-08-28 | Clicking on items in dolphin part finally implemented. | David Faure | |
| Fixed connect() error in dolphinstatusbar [unrelated]. svn path=/trunk/KDE/kdebase/apps/; revision=705835 | |||
| 2007-08-27 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=705076 | |||
| 2007-08-25 | don't use the term "Bookmarks" anymore, use "Places" instead (includes ↵ | Peter Penz | |
| devices etc.) svn path=/trunk/KDE/kdebase/apps/; revision=704553 | |||
| 2007-08-25 | delete custom Dolphin icon | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=704549 | |||
| 2007-08-25 | use system-file-manager icon instead of custom Dolphin icon | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=704545 | |||
| 2007-08-25 | use new icons for closing the inactive view | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=704543 | |||
| 2007-08-24 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=704138 | |||
| 2007-08-20 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=702200 | |||
| 2007-08-19 | adjusted categories like in other kdebase apps (thanks to Gyula for the patch!) | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=701839 | |||
| 2007-08-19 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=701736 | |||
| 2007-08-17 | use adjusted signals from KDirLister | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=701057 | |||
