┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-05-18Adding icon name "tab-close-other" to replace "tab-close" where the action ↵James Richard Tyrer
is to close other tabs. svn path=/trunk/KDE/kdebase/apps/; revision=809235
2008-05-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=808727
2008-05-17Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits Ivo Anjo
on x86) for summing file sizes of multiple selected files. BUG: 156911 svn path=/trunk/KDE/kdebase/apps/; revision=808698
2008-05-14Fixed following issue for the information sidebar:Peter Penz
- select n files - hover one selected file (-> old selection preview gets grey, new preview gets started) - go to the viewport before the preview has been finished Result: new preview has been displayed, although the viewport has been entered Wanted behavior: old selection preview should be shown svn path=/trunk/KDE/kdebase/apps/; revision=807837
2008-05-14Only the infosidebar panel is interested in selections -> move it from the ↵Peter Penz
sidebar panel to the infosidebar panel. svn path=/trunk/KDE/kdebase/apps/; revision=807729
2008-05-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=807573
2008-05-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=806903
2008-05-12Icon renaming (code changes):Jakob Petsovits
edit-create-symbolic-link -> edit-link svn path=/trunk/KDE/kdebase/apps/; revision=806725
2008-05-11A middle click on an item of the tree view panel should open the URL inside ↵Peter Penz
a new tab. TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage. svn path=/trunk/KDE/kdebase/apps/; revision=806635
2008-05-11If the middle mouse button is pressed above an item of the places panel, ↵Peter Penz
open the URL inside a new tab. svn path=/trunk/KDE/kdebase/apps/; revision=806606
2008-05-11Per default QTreeView starts either a selection or a drag operation when ↵Peter Penz
dragging the expanding toggle button (tricky and hard to reproducible Qt-issue - see TODO comment in DolphinIconsView::mousePressEvent()). Turn off this behavior in Dolphin to stay predictable. svn path=/trunk/KDE/kdebase/apps/; revision=806597
2008-05-11Update the internal state only, if no expanding/collapsing area has been hit ↵Peter Penz
(otherwise QTreeView assumes a dragging operation is done). svn path=/trunk/KDE/kdebase/apps/; revision=806561
2008-05-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=806426
2008-05-10Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is ↵Peter Penz
able to style KSeperator quite some time already. BUG: 161860 svn path=/trunk/KDE/kdebase/apps/; revision=806201
2008-05-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=806050
2008-05-08* Prevent that the QTreeView::scrollTo() method adjusts the position of the ↵Peter Penz
horizontal scrollbar. This is done manually inside KTreeView if automatic scrolling is enabled. * increased the delay until the auto scrolling starts from 50 to 300 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805605
2008-05-08clear the selection when loading the sub treePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=805603
2008-05-08* If one item is selected and the item is (at least partly) visible, assure ↵Peter Penz
that an automatic horizontal scrolling is done so that the item gets fully visible. * Use QTimeLine instead of QTimer + value CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805596
2008-05-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=805551
2008-05-07don't disable the scrollTo() functionality if a QAbstractItemView state is ↵Peter Penz
set (e. g. DragSelectingState requires the scrollTo() functionality) svn path=/trunk/KDE/kdebase/apps/; revision=805216
2008-05-07Update selection toggle icon when the icon theme has been changed. Thanks to ↵Peter Penz
David Benjamin for the patch! BUG: 161316 svn path=/trunk/KDE/kdebase/apps/; revision=805209
2008-05-07Fixed issue the the current view does not get the focus after opening ↵Peter Penz
Dolphin. Although this fixes #161590, further improvements have to be done to minimize the number of necessary tab presses... BUG: 161590 svn path=/trunk/KDE/kdebase/apps/; revision=805206
2008-05-07SVN_SILENT: updated commentsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=805188
2008-05-07allow Konqueror to open also files inside a new tab, not only directoriesPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805184
2008-05-07SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=804938
2008-05-07enable the scrollTo() functionality if it has been triggered by a key-pressPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=804928
2008-05-07SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=804910
2008-05-06Fixed issue that the vertical scrollbar jumps back to the initial state ↵Peter Penz
during previews are loaded in the icons view. BUG: 161086 BUG: 160513 svn path=/trunk/KDE/kdebase/apps/; revision=804790
2008-05-06* prevent that cut icons are shift left in the icons view by using the ↵Peter Penz
correct size * apply cut item effect before generating previews BUG: 161707 svn path=/trunk/KDE/kdebase/apps/; revision=804768
2008-05-06prevent a possible crash if an item is deleted during previews are generatedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=804457
2008-05-05Use FindQImageBlitz.cmake instead of deprecated FindBlitz.cmakeDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=804272
2008-05-05Re-enable name filtering (e.g. /home/dfaure/*.txt) in konquerorDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=804094
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's ↵David Faure
available in dolphinpart (konqueror) too. Bug reported by kde-bug-hunter "lemma". svn path=/trunk/KDE/kdebase/apps/; revision=804037
2008-05-04Ooops, fix name of componentdata so that the dolphinpart GUI is found again.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=804036
2008-05-04Assure that after "Split View" has been executed, that the second view gets ↵Peter Penz
the focus instead of the first view. BUG: 161365 svn path=/trunk/KDE/kdebase/apps/; revision=803984
2008-05-04Fixed issue that sometimes the dragging from an inactive view to an active ↵Peter Penz
view does not work. Note that this is just a workaround, QAbstractItemView should take care about this itself. I tried to provide a Qt-only example for this, but it is more tricky than I thought: it seems some expensive operations are required, so that the position of the second mouse-move event is outside the item area... I'll retest this issue without workaround if Qt 4.4 final is out. BUG: 154619 svn path=/trunk/KDE/kdebase/apps/; revision=803980
2008-05-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=803885
2008-05-02Fix CPU 100% bug. This hack couldn't live much more. Peter, about the "we ↵Rafael Fernández López
get to an unusabla tree view", I've worked on a patch for QTreeView. Let's see if TT like it :) BUG: 160826 svn path=/trunk/KDE/kdebase/apps/; revision=803361
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the ↵David Faure
code in libkonq+dolphin+konqueror. svn path=/trunk/KDE/kdebase/apps/; revision=802881
2008-04-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=802307
2008-04-28Desaturate the preview when a new preview will be generated. This is useful ↵Peter Penz
when previews are done for large images, so that an indication is given that the current preview gets replaced. svn path=/trunk/KDE/kdebase/apps/; revision=802233
2008-04-27don't allow to trash files which are inside trash:/ alreadyDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=801853
2008-04-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=801563
2008-04-26link in XRender, if found.Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=801388
2008-04-24avoid unnecessary copies by using const & in foreachAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=800783
2008-04-23provide middle-mouse-button support for Konqueror (= create new window or tab)Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=800298
2008-04-23let a double-click on the empty tab-area open a new tab (-> consistent with ↵Peter Penz
konsole behavior) svn path=/trunk/KDE/kdebase/apps/; revision=800241
2008-04-22Provide horizontal auto scrolling for the tree view (implemented by Harald ↵Peter Penz
Hvaal). As soon as KTreeView is matured enough, it can be discussed whether it should be moved to kdelibs for KDE 4.2. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=799723
2008-04-21i18n fixes.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=799503
2008-04-20set global program icon via KAboutData, not directlyFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=799282