Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 5 | -45/+5 |
| | |||||
* | Improve appearance of bookmark widget | Johannes Troscher | 2011-07-19 | 1 | -5/+1 |
| | | | | | | Reviewed By: pierre, andrea. REVIEW:102000 | ||||
* | style cleanup | Andrea Diamantini | 2011-07-18 | 3 | -41/+41 |
| | |||||
* | Last fixes for the SSL dialog improvements | Andrea Diamantini | 2011-07-18 | 1 | -15/+19 |
| | | | | Now we are ready for the fight... | ||||
* | SSL rewamp, one step to finish! | Andrea Diamantini | 2011-07-18 | 2 | -30/+86 |
| | | | | | | | 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 Diamantini | 2011-07-18 | 1 | -25/+36 |
| | | | | | | | 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 3 | Andrea Diamantini | 2011-07-18 | 1 | -103/+60 |
| | | | | | | Now they really seem "similar" to the ones provided by Google Chrome and Firefox. They all need further improvements, anyway... | ||||
* | Improving SSL Widget and Dialog | Andrea Diamantini | 2011-07-18 | 2 | -3/+42 |
| | | | | | | | | 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 implementation | Andrea Diamantini | 2011-07-18 | 1 | -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 version | Andrea Diamantini | 2011-07-18 | 2 | -0/+189 |
| | |||||
* | Better notify SSL infos | Andrea Diamantini | 2011-07-18 | 1 | -2/+7 |
| | | | | Positive/Negative background && KDE security icons | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 9 | -222/+222 |
| | |||||
* | Revert "Fix includes." | Pierre Rossi | 2011-06-29 | 2 | -13/+11 |
| | | | | | | | | | 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 Rossi | 2011-06-29 | 2 | -11/+13 |
| | | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe | ||||
* | Code janitoring | Albert Astals Cid | 2011-05-29 | 1 | -1/+1 |
| | | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators" | ||||
* | Fix History ordering (check about:history page before and after this patch) | Andrea Diamantini | 2011-04-10 | 2 | -38/+21 |
| | | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. . | ||||
* | Use esc button to renew the url seen in the urlbar | Andrea Diamantini | 2011-04-08 | 1 | -0/+3 |
| | | | | | | | Patch by Furkan Uzumcu :) BUG:238886 REVIEW:101042 | ||||
* | Minimum height to 20. Like Konqi... | Andrea Diamantini | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Drop plain-text urls on urlbar | Andrea Diamantini | 2011-04-04 | 1 | -0/+14 |
| | |||||
* | Allow drag from urlbar | Andrea Diamantini | 2011-03-29 | 1 | -0/+3 |
| | |||||
* | Stop timers before deleting objects. | Andrea Diamantini | 2011-03-23 | 1 | -0/+1 |
| | | | | | CCBUG:268328 CCBUG:266937 | ||||
* | Better color integration for the urlbar and the findbar | Felix Rohrbach | 2011-03-21 | 1 | -2/+4 |
| | | | | BUG:256535 | ||||
* | Fix crash on "s" type :D | Andrea Diamantini | 2011-03-10 | 1 | -0/+5 |
| | | | | | | This crash was reported with this bt (reduced here): Hence, the fix. Just checking if the QBitArray is empty. | ||||
* | Do NOT take the first element of an empty list | Andrea Diamantini | 2011-02-28 | 1 | -1/+10 |
| | | | | BUG: 261003 | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 5 | -13/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 12 | -134/+141 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 16 | -20/+22 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 7 | -24/+24 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Save one updateRightIcons call from the bookmark icon. | Andrea Diamantini | 2011-02-23 | 3 | -4/+11 |
| | | | | | | Does this helps here? CCBUG:259328 | ||||
* | Replace webshorcuts icons and text. | Lionel Chauvin | 2011-02-14 | 2 | -2/+15 |
| | | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam | ||||
* | Save downloaded images of opensearch suggestions like websnaps | Lionel Chauvin | 2011-01-19 | 2 | -9/+17 |
| | | | | | RB:100397 Reviewed by me ;) | ||||
* | Fixes as pointed out by Krazy | Rohan Garg | 2011-01-14 | 1 | -1/+1 |
| | | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 ) | ||||
* | Krazy Fixes!! | Rohan Garg | 2011-01-12 | 1 | -2/+3 |
| | | | | Add #rekonq_define.h to files that now use QL1C | ||||
* | Update the completion list when the user switches search engine on the fly. | Andrea Diamantini | 2011-01-09 | 6 | -62/+65 |
| | | | | | Lionel Chauvin's work. Reviewed by me :) | ||||
* | Icon at the right of the urlbar that allows to add an opensearch engine | Andrea Diamantini | 2010-12-21 | 7 | -30/+286 |
| | | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;) | ||||
* | When using Alt+Enter open website in new tab | Panagiotis Papadopoulos | 2010-12-17 | 2 | -0/+14 |
| | | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372 | ||||
* | My kuriikwsfilterrc contains no default search engine, so | Andreas Hartmetz | 2010-11-29 | 1 | -0/+2 |
| | | | | SearchEngine::defaultEngine() returns null. Don't crash in that case. | ||||
* | -pedantic | Andre Woebbeking | 2010-11-13 | 1 | -1/+1 |
| | |||||
* | Let suggestions work also without search engines ones. | Andrea Diamantini | 2010-11-07 | 3 | -3/+12 |
| | |||||
* | First bunch of fixes for the suggestions. | Andrea Diamantini | 2010-11-07 | 4 | -22/+43 |
| | | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed) | ||||
* | Fix forward declaration | Montel Laurent | 2010-11-03 | 1 | -1/+0 |
| | |||||
* | remove warnings | megabigbug | 2010-10-30 | 2 | -6/+5 |
| | |||||
* | fix suggestion not displayed when missing .xml | Lionel Chauvin | 2010-10-30 | 1 | -9/+6 |
| | |||||
* | improve layout of visual suggestions | Lionel Chauvin | 2010-10-30 | 4 | -28/+68 |
| | |||||
* | Images in visual suggestion are now displayed !! | Lionel Chauvin | 2010-10-30 | 3 | -2/+58 |
| | |||||
* | introduce visual suggestion listitem | Lionel Chauvin | 2010-10-30 | 2 | -4/+64 |
| | |||||
* | add image field to opensearch | Lionel Chauvin | 2010-10-30 | 1 | -0/+5 |
| | |||||
* | add an xml parser to the opensearch engine. | megabigbug | 2010-10-30 | 2 | -9/+14 |
| | |||||
* | Fix KDE webshortcuts handling with new highlight system. (no more hangs) | Andrea Diamantini | 2010-10-28 | 1 | -22/+29 |
| | |||||
* | This commit implements the new private browsign mode for rekonq: | Andrea Diamantini | 2010-10-22 | 2 | -11/+9 |
| | | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :) |