summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix data insert in the home page setting dialogFurkan Uzumcu2011-08-312-0/+9
| | | | | REVIEW: 102423 REVIEWED-BY: adjam
* Fix SSL widget crashAndrea Diamantini2011-08-311-6/+6
| | | | | | This was the crash (probably) occurred during ds2011 presentation. Check if a list is empty before pulling something (with QList::first() method).
* Remove "Ad Bk" and "New Bk Folder" actions from the bk folders menuFurkan Uzumcu2011-08-271-4/+0
| | | | | | | They take up too many space and they aren't really necessary there. REVIEW: 102397 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
* custom contextMenu for urlBarJohannes Tröscher2011-08-222-0/+60
| | | | | | | | | provides a custom contextMenu for urlbar and ads "paste & go" action. i'll provide a "edit-searchEngines" action later. REVIEW: 102383 REVIEWED-BY: adjam modified: src/urlbar/urlbar.cpp modified: src/urlbar/urlbar.h
* Corrected casing for 'Set Editable' action, also added an icon to itTirtha Chatterjee2011-08-221-1/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-08-221-0/+1
|
* Fix icon updateFurkan Uzumcu2011-08-212-0/+13
| | | | | | | | | When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam
* Fix vi-like navigation shortcutsJohannes Troscher2011-08-213-5/+44
| | | | | | | | | | | This patch introduces a check on input/textarea elements to be sure we are NOT stealing focus there.. ;) It also introduces a check to let the feature being optional (just to be completely sure... ) CCBUG: 238761 REVIEW: 102255 REVIEWED-BY: adjam,elproxy
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-217-92/+151
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* Fix saving in adblock managementAndrea Diamantini2011-08-194-4/+10
| | | | | | | | | This original patch from fritz_van_tom has been modified by me to fix a couple of "obsoleted" things not removed in the previous changes. My fault for them (and for the need of this patch), sorry. REVIEW: 102362
* fixes wrong comment in rekonqui.rc that could lead to a parsing error that ↵Johannes Tröscher2011-08-171-2/+2
| | | | leads to a crash
* detect zoom - and searchBar size in notifyMessage REVIEW:102338Johannes Tröscher2011-08-171-1/+3
|
* Revert "This commit, available just for the master branch cause of the ↵Thomas Zander2011-08-171-7/+10
| | | | | | | | | | string changes," This reverts commit d4d034967f12b31f5a6b9274ec42d4e4fe27571c. Conflicts: src/mainwindow.cpp
* Revert "Fix quit action"Thomas Zander2011-08-171-1/+1
| | | | This reverts commit 725724b15d739233c4a8fc0cd416bf602288d4b2.
* Fix non const code in the adblockwidgetAndrea Diamantini2011-08-121-8/+6
| | | | CCMAIL: fritz_van_tom@hotmail.com
* Use KXMLGui to create rekonq menuJohannes Troscher2011-08-123-140/+152
| | | | | | | Easier and (hopefully) safer (less code to manage) REVIEW: 102209 REVIEWED-BY: adjam
* notify popup improvementsJohannes Troscher2011-08-112-47/+26
| | | | | | | | | | Use a QLabel instead of a KPassivePopup (letting popups available also on inactive windows). Limits preview size to half of the browser screen size. Letting code easier to read :) REVIEW: 102105 REVIEWED-BY: adjam
* Update session file before last window is closedTirtha Chatterjee2011-08-112-0/+7
| | | | | | | | Having 2 (or more) windows open and closing one did NOT update the session file. Now it is :) REVIEW: 101346 REVIEWED-BY: adjam
* Tools Action MenuAndrea Diamantini2011-08-0413-69/+267
| | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom
* action to search with default searchEnine in marked text's context menu. ↵Johannes Tröscher2011-08-021-0/+12
| | | | REVIEW:102180
* detect srollbar extent in notifyMessage REVIEW:102182Johannes Tröscher2011-08-021-3/+3
|
* Revert vi-like shortcuts implementationAndrea Diamantini2011-08-021-22/+0
| | | | | | | | In fact, until we have one way to understand if a widget (eg: a lineedit or a textarea) steals the focus before, this feature will break their usage. CCBUG: 238761
* bookmark this link action in link's context menu REVIEW:102152Johannes Tröscher2011-08-012-0/+16
|
* 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
* 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
* 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
* style cleanupAndrea Diamantini2011-07-189-93/+93
|
* 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...