summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rekonq commit-templateAndrea Diamantini2011-07-281-0/+32
| | | | | | | | | To help people creating nice commit messages and to use the right fields in, here you are a nice commit-template, following the one in kdelibs To use it, $ git config commit.template 'your rekonq dir'/commit-temmplate
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-288-13/+15
| | | | | | | | | 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
* Merge branch 'HOOKS'Andrea Diamantini2011-07-274-0/+163
|\
| * git_hooksAndrea Diamantini2011-07-274-0/+163
| | | | | | | | | | These local git_hooks are based on git-hooks tool by Ben Meyer. Please, read git_hooks/README about
* | use KParts to view page source REVIEW:102085Johannes Tröscher2011-07-261-1/+14
| |
* | use KTemporaryFile for tempfile in viewPageSource action. REVIEW:102087Johannes Tröscher2011-07-261-15/+9
|/
* clean upAndrea Diamantini2011-07-2572-1295/+1292
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Last SSL fixesAndrea Diamantini2011-07-254-22/+35
| | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-256-19/+282
| | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945
* Fallback on loading the homepage if restoring the session failed.Tirtha Chatterjee2011-07-251-2/+4
|
* SSL fixesAndrea Diamantini2011-07-236-109/+90
| | | | | | | | | | 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
* Use KLocale::formatByteSize instead of a i18n callAndrea Diamantini2011-07-211-1/+1
| | | | | | | Pino suggested me it is better. And it seems so, Thanks :) CCBUG: 278170
* Fix untraslatable stringAndrea Diamantini2011-07-211-1/+1
| | | | BUG:278170
* Improve SSL managementAndrea Diamantini2011-07-204-13/+50
| | | | | | Hopefully addressed the problems against our (new) SSL code. CCMAIL:timb@nth-dimension.org.uk
* Right astyle optionsAndrea Diamantini2011-07-201-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-07-201-0/+1
|
* Md5 is NOT sha256...Andrea Diamantini2011-07-192-4/+4
|
* Calm down kDebug messagesAndrea Diamantini2011-07-1926-165/+14
|
* Added UI option to configure the "Do Not Track" featureAndrea Diamantini2011-07-192-1/+20
|
* typo (settins --> settings)Andrea Diamantini2011-07-191-1/+1
|
* Improve appearance of bookmark widgetJohannes Troscher2011-07-191-5/+1
| | | | | | Reviewed By: pierre, andrea. REVIEW:102000
* fix the fixAndrea Diamantini2011-07-191-1/+1
| | | | | | | | | | PS: ints are: 1,2,3,4... or 0,-1,-2... numbers with comma (or dot) are real. We call them float. Or double.. PPS: I'm maths graduated :D
* fixuifilesPino Toscano2011-07-191-3/+0
|
* Pedantic compile fixesAndrea Diamantini2011-07-183-7/+8
| | | | | | PS: Andrè, thanks for the notice... CCMAIL: Woebbeking@kde.org
* rekonq 0.7.57Andrea Diamantini2011-07-181-1/+1
| | | | | | - KMessageWidget - Improved tab previews - Improved SSL widget & dialog
* style cleanupAndrea Diamantini2011-07-1810-94/+94
|
* Last fixes for the SSL dialog improvementsAndrea Diamantini2011-07-184-46/+137
| | | | Now we are ready for the fight...
* SSL rewamp, one step to finish!Andrea Diamantini2011-07-187-39/+130
| | | | | | | 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...
* WARNING: HISTORY_VERSION upgrade!!Andrea Diamantini2011-07-185-46/+82
| | | | | | | This commit changes rekonq history data struct to manage also the first time you visited a site. This way we can "expose" this new info in the SSL widget. (We can obviously do a lot more with it...)
* Improving SSL widget & dialog, step 3Andrea Diamantini2011-07-183-146/+61
| | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway...
* Improving SSL Widget and DialogAndrea Diamantini2011-07-187-110/+520
| | | | | | | | While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere...
* New SSL Widget implementationAndrea Diamantini2011-07-181-62/+107
| | | | | | | This new (initial) implementation follows the guidelines found "looking" at Google Chrome and Mozilla Firefox SSL info windows. More improvements coming...
* Added SSL Widget, first versionAndrea Diamantini2011-07-184-9/+226
|
* Better notify SSL infosAndrea Diamantini2011-07-182-2/+12
| | | | Positive/Negative background && KDE security icons
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-07-181-0/+1
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-1791-1816/+1839
|
* Improving tab previewsVyacheslav Blinov2011-07-155-46/+183
| | | | | | | | | | | | | | | | | Improvements: * title of the page is removed since it is visible on a tab. * widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame * widget has rouned corners in all the styles * url of the page is elided * with compositing tab previews will be shown semitransparent with 25% alpha by default, witch can be setted to be optional later * code of tab preview is now separated from tab bar so it is more explicit REVIEWED BY: Johannes, Andrea, Pierre CCMAIL: blinov.vyacheslav@gmail.com REVIEW: 101848
* Change KMessageWidget message typeAndrea Diamantini2011-07-122-2/+2
| | | | | As pointed out from someone, these are informational or warning messages.
* rekonq 0.7.56Andrea Diamantini2011-07-111-1/+1
| | | | | | | rekonq ported to using the new KMessageWidget REVIEW:101814 DIGEST: rekonq ported to the new KMessageWidget
* clean up codeAndrea Diamantini2011-07-113-8/+7
|
* Insert back notification bars in webtab layoutAndrea Diamantini2011-07-113-8/+22
| | | | | As Pierre pointed out, better insert bars inside layout to avoid usability loss.
* Move to KMessageWidgetAndrea Diamantini2011-07-1112-396/+125
| | | | | | Port rekonq notification bars to KMessageWidget: walletbar, crash notification bar, set favorite preview bar. Remove old no more used notification bar.
* Add GFDL-1.2 licensing for docsRohan Garg2011-07-081-0/+397
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-07-061-0/+1
|
* Revert "Fix includes."Pierre Rossi2011-06-295-17/+12
| | | | | | | | | This reverts commit f2f8d48c390b8d8bef84c98026a0435da2045409. It was actually not needed since the issue was fixed in the QtWebKit 2.2 integration branch. oops, sorry about the noise in the history.
* Fix includes.Pierre Rossi2011-06-295-12/+17
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Fixup for vi style navigation event handling.Pierre Rossi2011-06-281-11/+12
| | | | Reviewed-by: TrustMe
* This should fix "border" protocols handling like apt.Andrea Diamantini2011-06-282-12/+14
| | | | And it should also be a nice semplification :)
* Merge branch 'SC7_DEPS'Andrea Diamantini2011-06-283-79/+24
|\
| * rekonq 0.7.55Andrea Diamantini2011-06-271-1/+1
| | | | | | | | Now, the real one...