Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove one hardcoded color, to better respect styles && improve usability | Andrea Diamantini | 2010-05-31 | 1 | -3/+5 |
| | |||||
* | Update urlbar progress | Andrea Diamantini | 2010-05-31 | 1 | -0/+2 |
| | |||||
* | Replaced the gradient with a solid color: it's easier to read. | Aurelien Gateau | 2010-05-26 | 1 | -0/+1 |
| | |||||
* | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Cedric patch about urlbar | Andrea Diamantini | 2010-05-19 | 1 | -2/+5 |
| | |||||
* | don't use adjusteSize() | megabigbug | 2010-05-15 | 1 | -1/+1 |
| | | | | | compute the height from size hint of items decrease timer to 50 | ||||
* | This commit should fix a lot of troubles on fast urlbar typing | Andrea Diamantini | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390 | ||||
* | This commit reintroduces the QStackedWidget class for urlbars and let | Andrea Diamantini | 2010-05-14 | 1 | -7/+4 |
| | | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7 | ||||
* | Show faster url to load | Andrea Diamantini | 2010-05-14 | 1 | -3/+2 |
| | |||||
* | No wait for first results | Andrea Diamantini | 2010-05-14 | 1 | -2/+6 |
| | |||||
* | Add timer to UrlBar suggestions | Andrea Diamantini | 2010-05-12 | 1 | -1/+23 |
| | | | | | This is based on the Cedric's patch about and I changed it to save a bit of work to rekonq to not resolve urls that not will be displayed :) | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -5/+5 |
| | | | | added cppcheck script | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -5/+7 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -5/+2 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -65/+65 |
| | |||||
* | Right icon button fix | Andrea Diamantini | 2010-04-28 | 1 | -2/+2 |
| | |||||
* | Akregator RSS support | matgic78 | 2010-04-23 | 1 | -1/+5 |
| | |||||
* | Bye Bye, LineEdit! | Andrea Diamantini | 2010-04-22 | 1 | -14/+132 |
| | | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner |