Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Last SSL fixes | Andrea Diamantini | 2011-07-25 | 1 | -3/+0 | |
| | | | | | | - strings - bool WebPage::hasSslValid() const - check all the certificate chain | |||||
* | Provide a "click" mechanism to manage favorites | Andrea Diamantini | 2011-07-25 | 1 | -12/+90 | |
| | | | | | | | With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945 | |||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -3/+2 | |
| | ||||||
* | style cleanup | Andrea Diamantini | 2011-07-18 | 1 | -4/+4 | |
| | ||||||
* | SSL rewamp, one step to finish! | Andrea Diamantini | 2011-07-18 | 1 | -2/+3 | |
| | | | | | | | 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... | |||||
* | 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 | 1 | -48/+48 | |
| | ||||||
* | Revert "Fix includes." | Pierre Rossi | 2011-06-29 | 1 | -1/+0 | |
| | | | | | | | | | 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 | 1 | -0/+1 | |
| | | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe | |||||
* | 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 | |||||
* | 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 | |||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -1/+0 | |
| | ||||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -21/+21 | |
| | ||||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -2/+2 | |
| | ||||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -9/+9 | |
| | | | | | | | 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 | 1 | -3/+5 | |
| | | | | | | Does this helps here? CCBUG:259328 | |||||
* | Replace webshorcuts icons and text. | Lionel Chauvin | 2011-02-14 | 1 | -1/+8 | |
| | | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam | |||||
* | Icon at the right of the urlbar that allows to add an opensearch engine | Andrea Diamantini | 2010-12-21 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | 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 | 1 | -0/+7 | |
| | | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372 | |||||
* | This commit implements the new private browsign mode for rekonq: | Andrea Diamantini | 2010-10-22 | 1 | -9/+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 :) | |||||
* | Fix icons duplication in the urlbar if a bookmark is added during a page loading | Yoann Laissus | 2010-10-20 | 1 | -2/+5 | |
| | ||||||
* | Merge branch 'm213' | Andrea Diamantini | 2010-10-11 | 1 | -1/+0 | |
|\ | ||||||
| * | Prompt user before restoring session after a crash. | Pierre Rossi | 2010-10-08 | 1 | -1/+0 | |
| | | | | | | | | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228 | |||||
* | | No need to check progress if load is finished. | Andrea Diamantini | 2010-10-09 | 1 | -3/+0 | |
|/ | | | | This can lead to unwanted behavior on urlbar... (like right icons not shown) | |||||
* | Merge remote branch 'yoann/fixRegressionSearch2' into m207 | Andrea Diamantini | 2010-09-12 | 1 | -15/+19 | |
|\ | ||||||
| * | - Modifiers are now correctly handled after Esc | Yoann Laissus | 2010-09-12 | 1 | -15/+19 | |
| | | | | | | | | - Keep the focus when enter is pressed if the urlbar is empty | |||||
* | | Fix green arrow show up | Andrea Diamantini | 2010-09-11 | 1 | -2/+6 | |
|/ | ||||||
* | Only show the bookmark widget if the page is already bookmarked. | Jon Ander Peñalba | 2010-09-07 | 1 | -5/+7 | |
| | | | | This makes bookmarking with default parameters (the most frecuent use for the bookmark icon) faster. | |||||
* | Restore autocomplete shortcuts. Or at least, I hope so :) | Andrea Diamantini | 2010-09-04 | 1 | -1/+3 | |
| | | | | BUG: 243902 | |||||
* | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -3/+2 | |
| | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup | |||||
* | Cleaning up new suggestions mechanism | Andrea Diamantini | 2010-08-29 | 1 | -7/+0 | |
| | ||||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -2/+17 | |
| | | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... | |||||
* | Restore mr #174. | Andrea Diamantini | 2010-08-23 | 1 | -0/+2 | |
| | | | | Lesson learned: no more hand merging nor reverting on conflicts.. :) | |||||
* | Restore bk icon on the right | Andrea Diamantini | 2010-08-21 | 1 | -15/+14 | |
| | | | | | | | This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D | |||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+1 | |
| | ||||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -12/+12 | |
| | | | | src/bookmarks/bookmarkprovider.* | |||||
* | Simpler than I thought, fix kget integration | Andrea Diamantini | 2010-08-19 | 1 | -1/+2 | |
| | ||||||
* | - Adapt removeBookmark to Jon's new method | Yoann Laissus | 2010-08-17 | 1 | -0/+2 | |
| | | | | - Add tooltips for the bookmark icon | |||||
* | Follow pano & yoann suggestions about bookmark saving | Andrea Diamantini | 2010-08-14 | 1 | -6/+7 | |
| | ||||||
* | Moving bookmark icon on the left | Andrea Diamantini | 2010-08-14 | 1 | -15/+15 | |
| | ||||||
* | Manually importing Yoann merge 2260 | Andrea Diamantini | 2010-08-14 | 1 | -0/+46 | |
| | | | | PLease, check if I did something wrong.. | |||||
* | loading color: (highlight + 2*background)/3 | lionelc | 2010-08-11 | 1 | -4/+14 | |
| | ||||||
* | loading animation color: fallback to the Highlight color if ToolTipBase ↵ | lionelc | 2010-08-11 | 1 | -1/+5 | |
| | | | | color is quiet the same as Text color | |||||
* | change gradiant of the loading animation: fix aliasing | lionelc | 2010-08-11 | 1 | -1/+1 | |
| | ||||||
* | Dark themes urlbar fix | Andrea Diamantini | 2010-06-14 | 1 | -2/+6 | |
| | | | | Based on one patch from Tomas Fryda. Thanks. | |||||
* | This easy solution should fix problems with long urls that pass right icons | Andrea Diamantini | 2010-06-03 | 1 | -1/+6 | |
| | | | | BUG:238695 | |||||
* | Add missing dot | Panagiotis Papadopoulos | 2010-05-31 | 1 | -1/+1 | |
| |