summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean up download managementAndrea Diamantini2012-02-051-8/+9
| | | | | Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings.
* clean up filename content disposition retrieveAndrea Diamantini2012-02-041-6/+4
|
* Consider unknown network errors as errors :)Andrea Diamantini2012-02-041-10/+3
|
* Removed unuseful renderClosingTabPreviewAndrea Diamantini2012-02-021-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-191-4/+4
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rework on load/stop/reload actionAndrea Diamantini2012-01-151-2/+2
| | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651
* Do NOT load previews if not presentAndrea Diamantini2012-01-021-12/+1
| | | | This fixes problems on unwanted connections while using rekonq.
* Clean up rekonq.kcfgAndrea Diamantini2012-01-021-3/+3
| | | | | | It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that
* about:tabs, easy method to manage rekonq tabs.Andrea Diamantini2012-01-021-1/+1
| | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566
* IconManager, small cleanup: use (QWeb)Frames instead of pages.Andrea Diamantini2011-12-271-1/+1
|
* Why taking risks? Deleting things in the more appropriate place.Andrea Diamantini2011-12-181-0/+6
|
* Open local files in external applicationsAndrea Diamantini2011-12-011-1/+6
|
* Download Management ++Andrea Diamantini2011-11-291-153/+12
| | | | | | | | | | | | - let users choose a "default" download dir - Moved download code to download manager - follow dfaure's suggestions about overwrite handling (kdelibs commit 88e3b372fb9c539) - download label notification (for 3 seconds): this can be further improved with an icon... BUG: 271683 BUG: 283177
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Calm down kDebug messagesAndrea Diamantini2011-10-111-2/+1
|
* Fix KGet "list all links" featureAndrea Di Menna2011-09-271-1/+1
| | | | | | | | | the contextual menu action was not working cause of a wrong signal/slot connection. This commit fixes it :) REVIEW: 102708 REVIEWED-BY: adjam
* Revert "Respect the users Download path set in KDE System Settings"Andrea Diamantini2011-09-251-1/+1
| | | | | | | | | This reverts commit 6fc47df74dbd6c6c95dc14182cf33ffd0d4de4f6. This is seen as a bug for users deciding to change the download dir. Every major browser behaves this way. See bug closed about BUG: 270611
* Search with default searchEngine in errorPageJohannes Tröscher2011-09-161-0/+11
| | | | | REVIEW: 102592 REVIEWED-BY: adjam
* Remove a misplaced assertionPierre Rossi2011-08-231-2/+1
| | | | | | | | | If the user downloads a file for which mimetype he already selected "Open with.." and checked "don't ask again", this is the case we end up in. Thanks Aaron for the report :) REVIEWED-BY: TrustMe
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-281-0/+2
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea
* clean upAndrea Diamantini2011-07-251-79/+79
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Last SSL fixesAndrea Diamantini2011-07-251-7/+14
| | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain
* SSL fixesAndrea Diamantini2011-07-231-14/+8
| | | | | | | | | | I hope I addressed here a number of fixes in my first implementation: - working hasSSLValid() function (checking cert validity and chain errors) - escaping certificate strings - typos (Sha256/Md5, supportedCipherBits/usedCipherBits) - encryption check (at least I hope so) CCMAIL: rich@kde.org
* Improve SSL managementAndrea Diamantini2011-07-201-0/+12
| | | | | | Hopefully addressed the problems against our (new) SSL code. CCMAIL:timb@nth-dimension.org.uk
* Calm down kDebug messagesAndrea Diamantini2011-07-191-15/+1
|
* style cleanupAndrea Diamantini2011-07-181-5/+5
|
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-181-0/+12
| | | | | | | These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit...
* Improving SSL widget & dialog, step 3Andrea Diamantini2011-07-181-42/+0
| | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway...
* Added SSL Widget, first versionAndrea Diamantini2011-07-181-9/+36
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-78/+78
|
* This should fix "border" protocols handling like apt.Andrea Diamantini2011-06-281-11/+4
| | | | And it should also be a nice semplification :)
* Fix KIO/rekonq handlingAndrea Diamantini2011-06-271-11/+12
|
* Remove the deprecated setCookieJarWindowId to use new setWindow slot.Andrea Diamantini2011-06-271-3/+4
|
* rekonq 0.7.55, KDE SC 4.7 basedAndrea Diamantini2011-06-271-20/+3
| | | | | | | (the KDELIBS version is 4.6.90, to say the truth..) remove KDE_IS_VERSION checks based on previous versions fix hold slaves handling
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-8/+17
| | | | First step in the introduction of the new rekonq pages
* Respect the users Download path set in KDE System SettingsRohan Garg2011-03-071-1/+1
|
* Clean up the "rekonq handling chain" to work as:Andrea Diamantini2011-03-031-18/+10
| | | | | | | | | 1. preHandling: about, javascript, abp protocols. Stops if protocol is NOT known 2. WebKit handling: Allow WebKit to try doing its job 3. postHandling / unsupported content handling: try what is possible to let users see it :) This also prevents some possible infinite loop on opening... BUG:267201
* Coding styleAndrea Diamantini2011-02-251-68/+68
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-11/+11
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-141-7/+0
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Improve SSL managements, following the changes in kwebkitpartRohan Garg2011-02-061-2/+2
|
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-011-1/+11
| | | | | | | It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
* This evening I started working again on this bug. I did all the tests ↵Andrea Diamantini2011-01-241-4/+7
| | | | | | | | | against XSS and it seems ok. Hope it's true. CCBUG:217464 CCBUG:246355
* SVN_SILENT compileChristoph Feck2011-01-091-1/+1
|
* Should fix rekonq compilation against KDE SC 4.5...Andrea Diamantini2011-01-091-7/+15
| | | | Please, let me know if not.
* Put ioslaves on hold.Andrea Diamantini2011-01-071-92/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch couples those merged in KIO & KDEWebKit in SC 4.6. I have to say it is probably NOT perfect and ready to merge, but I'd like to because it is anyway a nice step over actual behavior. It basically holds and (re)publish slave for apps needing it, letting us fixing a long standing bug against the infamous TWO connections to do ONE thing (download, move, etc...) It also gave me the possibility to and/or improve these things: - better handling filenames, studying content disposition header for "attachment" and "inline" values - better history handling, when working with kparts (also if this part needs a proper fix, IMHO reimplementing QWebHistory class...) - a (proper?) fix for POST operations returning content. I admit I am dubious with this part and I need more testing. The nice thing is that this patch "circumscribes" this problem, letting it easy eventually fix it again I also copied from kdewebkit a check for exec text files mimetypes (converted to text/plain) and cleaned-up some kDebugs (and as usual, added a lot..) Last, sorry for the big commit message and the big/not so big patch here. It is a special case. commit 29f3021d94e26b39f3e8172a980a6cafcebe5095 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:17:45 2011 +0100 cleanup comments commit fc88a37322810fd25c5bfcd16880fc617e7de9f5 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:06:55 2011 +0100 content-disposition: inline commit 7c2789a1733e1089b9c66cd6c553185792ec3a72 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 12:04:03 2011 +0100 Fix history handling. For a proper fix here, I think we need to reimplement the tab history, otherwise we cannot manage tab history browsing on the so called "rekonq" pages... commit 892c4d8dc78fda43f67566a3e359bd9805ee3282 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 11:57:29 2011 +0100 Two cases here: 1) POST operations returning content 2) right file names commit 3b1d5873b7eb743406f3b8c5abb79ce6728d0103 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 03:24:21 2011 +0100 Stupid kDebugs... commit 73d038a757185816f40795d4dd4a68e11659c971 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 02:32:45 2011 +0100 It needs testing from people (just) having last KDE SC 4.6 code on...
* Merge branch 'master' of git://git.kde.org/rekonqBenjamin Poulain2010-11-201-25/+15
|\ | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h
| * Print && Find actions for the parts :)Andrea Diamantini2010-11-191-23/+12
| | | | | | | | | | - handle print & find with different signals in mainwindow - show right tab title (moving titleChanged signal from view to tab)
| * Fix wrong default filenames due to a ":" in itAndrea Diamantini2010-11-151-2/+3
| | | | | | | | websvn:1182549 for reference