summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Last string fixed. Promised :)Andrea Diamantini2012-07-101-7/+11
| | | | | (anyway, it was a translator suggestion to remove p tags from i18n...)
* Fix adblock hide behaviorAndrea Diamantini2012-07-061-1/+1
| | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
* Fixed a line that was calling QString::startsWith() without args. Fixed build.Tirtha Chatterjee2012-07-051-1/+1
|
* break an eventual "recall" loopAndrea Diamantini2012-07-041-0/+13
| | | | | | | This is needed in case rekonq has been associated with something it cannot properly handle BUG: 299056
* Get sure we are no more serving requests when deleting page.Andrea Diamantini2012-06-291-5/+5
| | | | CCBUG: 282052
* Just check first certificate dates and errors to state IT is validAndrea Diamantini2012-06-241-6/+6
| | | | BUG: 299453
* Fix and improve save zoom feature, loading it on startAndrea Diamantini2012-06-191-8/+9
| | | | | | | | This seems to work also with problem described in bug #295446 BUG: 277599 BUG: 296447 CCBUG: 295446
* English language fixesAndrea Diamantini2012-05-301-4/+4
| | | | Hope they are enough... ;)
* Kitchen sink clean upAndrea Diamantini2012-05-271-10/+10
| | | | | | - astyle - copyrights - (some) includes
* ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC.Andrius da Costa Ribas2012-05-271-1/+1
|
* New rekonq error page :)Andrea Diamantini2012-05-251-16/+61
|
* Another clean up in rekonq file:// pagesAndrea Diamantini2012-05-251-4/+4
|
* clean up rekonqinfo cssAndrea Diamantini2012-05-251-4/+13
|
* Clean up url managementAndrea Diamantini2012-04-241-0/+4
| | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+4
|
* 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
|