summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add dialog allowing adblock to list blocked/hided elements and unblockAndrea Diamantini2012-03-131-0/+1
| | | | some of them
* Add adblock icon to inform users that some contents was hiddenAndrea Diamantini2012-03-131-0/+1
| | | | | | | | This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam
* Get sure urlbar(s) are deleted when related webtab isAndrea Diamantini2012-03-131-0/+36
| | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301
* Clean up KIO/AccessManager integrationAndrea Diamantini2012-02-291-2/+1
|
* clean up SSL data retrieveAndrea Diamantini2012-02-281-22/+45
|
* 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
|