Commit graph

13838 commits

Author SHA1 Message Date
Patrick Spendrin c2f1bbb790 small compile fix
svn path=/trunk/KDE/kdebase/apps/; revision=856290
2008-09-02 15:10:04 +00:00
Script Kiddy 8167389435 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=856199
2008-09-02 10:38:47 +00:00
Leonardo Finetti e0af5978c7 Fixed details settings views for UI consistency with other tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=855435
2008-08-31 19:34:20 +00:00
John Tapsell fc839b0ca6 Update tutorial URL
svn path=/trunk/KDE/kdebase/apps/; revision=855302
2008-08-31 12:43:55 +00:00
John Tapsell d414f122b0 Rename --embed to --attach to make it more clear what it does. Still understands --embed though, for backwards compatibility
svn path=/trunk/KDE/kdebase/apps/; revision=855301
2008-08-31 12:42:25 +00:00
Eduardo Robles Elvira 234bbbc217 Bugfix: Now the form data and everything possible is restored when detaching a tab or duplicating a tab/window
BUG:114138

svn path=/trunk/KDE/kdebase/apps/; revision=854809
2008-08-30 10:57:28 +00:00
David Faure 7b4609c1c6 And simplify the fix for the fix: profile loading is done by KonqMisc::createNewWindow already, don't do it twice :)
svn path=/trunk/KDE/kdebase/apps/; revision=854653
2008-08-29 23:30:49 +00:00
David Faure 1daa536777 Improve previous commit: use KonqMisc::createNewWindow so that we select the right profile for the new window.
svn path=/trunk/KDE/kdebase/apps/; revision=854651
2008-08-29 23:27:04 +00:00
David Faure 19df8d35ff Fix bug reported by ereslibre: click on a link with target="_blank", after disabling tabbed-browsing,
and the new window is absolutely ignoring all profiles. It was loading only the window size but not
the full profile.

svn path=/trunk/KDE/kdebase/apps/; revision=854640
2008-08-29 22:55:56 +00:00
David Faure e25313fee0 Refactor a bit so that we don't recreate the whole window when loading the filemanagement profile
from a webbrowsing window (no need to anymore, with the same xmlgui file).

svn path=/trunk/KDE/kdebase/apps/; revision=854639
2008-08-29 22:53:00 +00:00
David Faure ecd67f2ab1 Unify the konqueror.rc forks again. After the past work on moving filemanagement-specific actions to dolphinpart,
there was no real difference left between konq-webbrowsing.rc and konq-filemanagement.rc. Just the hiding of
reload and stop in filemanagement, but those are very useful for remote directories anyway, so let's have them back.
On the other hand konqueror.rc kept rotting away but was still used as default in many places...
So we had bugs like "RMB on a link, the new window has text under icons because it uses konqueror.rc
instead of konq-webbrowsing.rc" -- which shows that the konqueror.rc/konq-webbrowsing.rc distinction made no sense either.

CCMAIL: kfm-devel@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=854635
2008-08-29 22:38:14 +00:00
David Faure 9665910bdb Tried to make a testcase for the bug where opening a window (e.g. click on _blank)
wouldn't get the same toolbar settings as the initial window, due to konq-webbrowsing.rc
specifying icononly while konqueror.rc didn't. Passes so there's a small difference with
real world use case, but it's too late to find it now, and see next commit anyway.

svn path=/trunk/KDE/kdebase/apps/; revision=854623
2008-08-29 22:16:43 +00:00
David Faure 100391d1a8 More cleanups -- now the two files are really almost the same... thus the whole idea of this mess can be dropped...
svn path=/trunk/KDE/kdebase/apps/; revision=854599
2008-08-29 21:53:34 +00:00
David Faure 648b5d05d5 Document the reason for the session management bug. But I'll fix it from another angle first.
svn path=/trunk/KDE/kdebase/apps/; revision=854592
2008-08-29 21:21:40 +00:00
David Faure 76aa34c064 Regression: fix assert when removing a splitted view, due to the timer removal in konqviewmanager,
indirectly. Code is calling back into konqtabs immediately instead of later on, so it has to be ready
for that. Also update KTabWidget (kdelibs) otherwise you get a second assert.
Regression detected by the unit tests, of course :)

svn path=/trunk/KDE/kdebase/apps/; revision=854574
2008-08-29 20:25:58 +00:00
David Faure 98fc4bffda Fix undo not available after closing a tab; detected by the unit test.
svn path=/trunk/KDE/kdebase/apps/; revision=854526
2008-08-29 18:20:00 +00:00
Peter Penz dbbc9ef885 don't use the expensive QPixmap::setAlphaChannel() (see http://techbase.kde.org/Development/Tutorials/Graphics/Performance)
svn path=/trunk/KDE/kdebase/apps/; revision=854487
2008-08-29 16:12:56 +00:00
Peter Penz 07458af20c fixed crash when a tooltip-preview for a large file is generated and the mouse leaves the item before the preview has been applied (patch provided by Laurens Vanhove)
CCMAIL: laurens@nature-helps.com

svn path=/trunk/KDE/kdebase/apps/; revision=854466
2008-08-29 14:50:44 +00:00
David Faure 693c43306a Sync default value with the one in konqueror.kcfg. Ouch. This code should use kconfigxt.
svn path=/trunk/KDE/kdebase/apps/; revision=853987
2008-08-28 15:53:19 +00:00
David Faure d4770f0d4b small cleanups, remove now unused WordWrapText entry etc.
svn path=/trunk/KDE/kdebase/apps/; revision=853983
2008-08-28 15:47:41 +00:00
Script Kiddy a2d2ceb575 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=853252
2008-08-27 12:41:04 +00:00
David Faure bbbf5d315e Fix for bug found by ereslibre: when detaching a tab the new window was
not loading the profile. Initial fix and testing of my improved patch by him - thanks :)

svn path=/trunk/KDE/kdebase/apps/; revision=853133
2008-08-27 09:50:49 +00:00
Rafael Fernández López 32901db70c Didn't mean to commit this, only the timer removal
svn path=/trunk/KDE/kdebase/apps/; revision=853125
2008-08-27 09:29:41 +00:00
Rafael Fernández López 4aafbe3ace Remove unneeded timer and that was causing the toolbar of the window to be smaller each time for example a tab was being closed
svn path=/trunk/KDE/kdebase/apps/; revision=853124
2008-08-27 09:29:35 +00:00
Rafael Fernández López 1a4dca06af Booo... false alarm. After going to the XMLGUI code this is perfect. I also wonder why call to setAutoSaveSettings when using Save flag, and why createGUI when using Create flag, is what setupGUI
internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed.

CCMAIL: peter.penz@gmx.at
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=853002
2008-08-26 23:51:05 +00:00
Rafael Fernández López eaf179c08b Do not create with Save flag. OMG, this is a very bad problem of XMLGUI... if you set that flag (which needs to be done
before createGUI, it will go to setAutoSaveSettings from KMainWindow, which will apply the personal preferences of
toolbars etc... of a NON EXISTANT GUI !. So take out this parameter from here... since we are calling anyway
setAutoSaveSettings couple lines after. I wonder if we should encourage people to not use Save flag, or we should fix
this into XMLGUI.

CCMAIL: peter.penz@gmx.at
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=852998
2008-08-26 23:42:53 +00:00
Peter Penz 7d5e2deb3c * align labels on the right like suggested in the KDE 4 HIG
* minor changes in detailsview settings and columnview settings

svn path=/trunk/KDE/kdebase/apps/; revision=852982
2008-08-26 23:01:56 +00:00
Peter Penz 52089bcc43 Provide a common iconsize-widget for the settings dialog of the icons-, details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
2008-08-26 22:21:50 +00:00
Peter Penz 56f226f273 warning--
svn path=/trunk/KDE/kdebase/apps/; revision=852894
2008-08-26 20:22:20 +00:00
Bram Schoenmakers 8565e6d68e Getting rid of Qt3 stuff.
svn path=/trunk/KDE/kdebase/apps/; revision=852859
2008-08-26 19:11:33 +00:00
Eduardo Robles Elvira a93e707bd5 Small change: as we are only calling to mainWindow.slotRemoveOtherTabsPopupDelayed we don't need to set any kconfig value so we remove that part from the test
svn path=/trunk/KDE/kdebase/apps/; revision=852667
2008-08-26 09:46:55 +00:00
Eduardo Robles Elvira c7feabec43 bugfix: "close other tabs" should always close the correct tab. A test case is provided too.
BUG:114832
CCMAIL:faure@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=852665
2008-08-26 09:44:09 +00:00
Eduardo Robles Elvira 6436323486 Bugfix: if the KonqClosedWindowsManager ::readConfig(), if the closeditems_saved kconfig file didn't exist we didn't initialize m_konqClosedItemsConfig and this could lead to crashes.
svn path=/trunk/KDE/kdebase/apps/; revision=852664
2008-08-26 09:39:50 +00:00
Laurent Montel 9dddb2c438 Fix bug when we reload config (custom path was not activated)
Patch from Jean-Loup Colautti CCMAIL: jlc@hfox.org
Thanks

svn path=/trunk/KDE/kdebase/apps/; revision=852611
2008-08-26 06:30:13 +00:00
Script Kiddy 76fa289431 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=852518
2008-08-25 23:01:08 +00:00
Albert Astals Cid fc4922de35 the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos to Marta Rybczynska for discovering and reporting
CCMAIL: kde-i18n@rybczynska.net

svn path=/trunk/KDE/kdebase/apps/; revision=852429
2008-08-25 20:59:50 +00:00
Burkhard Lück a55d4b1d90 better wording
svn path=/trunk/KDE/kdebase/apps/; revision=852401
2008-08-25 20:26:55 +00:00
Tobias Koenig d86473e812 Add trash configuration page
svn path=/trunk/KDE/kdebase/apps/; revision=852213
2008-08-25 14:39:36 +00:00
Eduardo Robles Elvira 1aa489bd7b optimization: Adding support for delayed initilization of closed window items so that konqueror loads faster and with less memory fooprint
svn path=/trunk/KDE/kdebase/apps/; revision=852166
2008-08-25 13:03:20 +00:00
Burkhard Lück 0d5e87a47a fixed wrong description of switching between breadcrumb and folder path view, will be backported to 4.1.2
CCBUG:169703

svn path=/trunk/KDE/kdebase/apps/; revision=851767
2008-08-24 15:15:24 +00:00
Andreas Hartmetz 562ac57278 Found this gold linking error on my shiny new AMD64 system (the libraries are somewhat different on linux/x86-64 it seems)
svn path=/trunk/KDE/kdebase/apps/; revision=851544
2008-08-23 23:20:02 +00:00
Bram Schoenmakers df513dea71 Forward port r851493: Fix memleak.
svn path=/trunk/KDE/kdebase/apps/; revision=851495
2008-08-23 20:42:09 +00:00
Peter Penz b6d2e96fe8 * initialize members as early as possible
* reset m_generatingPreview if the received preview does not fit to the current URL

CCMAIL: laurens@nature-helps.com

svn path=/trunk/KDE/kdebase/apps/; revision=851469
2008-08-23 18:16:39 +00:00
Peter Penz 1b61bdada3 * coding style fixes
* added TODO comment (the drawing of the picture frame has been adapted from IconManager -> should be unified later)

svn path=/trunk/KDE/kdebase/apps/; revision=851105
2008-08-22 22:00:39 +00:00
Peter Penz d78ca9b16c tooltip improvements (patch provided by Laurens Vanhove):
* do a slightly delayed generation of previews to avoid expensive thumbnail creation when shortly hovering items

* prevent a resizing of the tooltip if the preview cannot be generated within a specific timeout

CCMAIL: laurens@nature-helps.com

svn path=/trunk/KDE/kdebase/apps/; revision=851104
2008-08-22 21:47:22 +00:00
Peter Penz 5c83ea2282 * convert the size in bytes to larger unit
* minor style fix

svn path=/trunk/KDE/kdebase/apps/; revision=851088
2008-08-22 21:14:39 +00:00
Jeff Mitchell caa9806048 Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the bonus effect of making the logic much simpler.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=851082
2008-08-22 20:44:42 +00:00
Ralf Habacker 8d30357f4a compile fix
svn path=/trunk/KDE/kdebase/apps/; revision=851007
2008-08-22 18:25:06 +00:00
Albert Astals Cid 82a8bcb50f need a space here
svn path=/trunk/KDE/kdebase/apps/; revision=850612
2008-08-21 20:30:19 +00:00
Aaron J. Seigo d325551144 call the containment init as well so we get actions and what not
svn path=/trunk/KDE/kdebase/apps/; revision=850291
2008-08-21 07:48:27 +00:00