┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-04-20Fix bug with the UndoUiInterface usage: if more than one mainwindow was ↵David Faure
used, the statusbar of the wrong window could be used for displaying error messages from the undo manager. svn path=/trunk/KDE/kdebase/apps/; revision=799250
2008-04-19Initialize m_delegate field.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=798775
2008-04-18fixed some stupid bugs I did not see in the previous commit -> after 9 hours ↵Peter Penz
in the office and 3 hours Dolphin it seems I'm too tired :-( svn path=/trunk/KDE/kdebase/apps/; revision=798677
2008-04-18consider the protocol and directory capabilities for file actions like ↵Peter Penz
Rename, Delete and Move To Trash svn path=/trunk/KDE/kdebase/apps/; revision=798674
2008-04-18Consider the protocol and directory capabilities for file actions like Move ↵Peter Penz
To/Copy To (note that this is just an initial version; adjustments must also be done for the global actions like Delete, Rename etc.) svn path=/trunk/KDE/kdebase/apps/; revision=798658
2008-04-18don't use deprecated methodsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=798611
2008-04-18Temporary remove the fix from 798078, as it has a minor sideeffect. We'll ↵Peter Penz
try to find a proper solution during the next days... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=798608
2008-04-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=798572
2008-04-17Ported dolphinpart to K_PLUGIN_FACTORYDavid Faure
Ported konqueror's part loading to KPluginLoader. Factorized some code into a tryLoadingService. If you miss some khtml actions, update kdelibs/kdecore/util. svn path=/trunk/KDE/kdebase/apps/; revision=798291
2008-04-17Fallback to filename after all if no proper fileitem is available. Sorry, ↵Sebastian Trueg
the code is a bit confusing svn path=/trunk/KDE/kdebase/apps/; revision=798078
2008-04-17Use the display text for the info sidebar title instead of the filename.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=798076
2008-04-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=797851
2008-04-16fix possible crash when selecting "New Tab" from the tab context menu of an ↵Peter Penz
inactive tab svn path=/trunk/KDE/kdebase/apps/; revision=797843
2008-04-16* clear the selection toggle when zooming in or outPeter Penz
* clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed) BUG: 159737 svn path=/trunk/KDE/kdebase/apps/; revision=797808
2008-04-16if the mouse is above an item and moved very fast outside the widget, no ↵Peter Penz
viewportEntered() signal might be emitted although the mouse has been moved above the viewport svn path=/trunk/KDE/kdebase/apps/; revision=797742
2008-04-16* provide context menu for tabsPeter Penz
* assure that the tab name is set to "/" for the root URL instead of using an empty string svn path=/trunk/KDE/kdebase/apps/; revision=797725
2008-04-15Use the targetUrl instead of the plain url for the metainfo display. This ↵Sebastian Trueg
way stuff like the tags io slave work properly. svn path=/trunk/KDE/kdebase/apps/; revision=797341
2008-04-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=797202
2008-04-14let Dolphin use the new tab-close-buttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=797061
2008-04-14Do not take address of temporary variable.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=796853
2008-04-13implemented functionality for closing tabsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796587
2008-04-13prevent flickering when switching between tabs having a split viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=796566
2008-04-13fixes for tabs:Peter Penz
* remember active view when having a split view inside a tab * prevent a possible recursion when returning into a tab having a split view svn path=/trunk/KDE/kdebase/apps/; revision=796563