summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixuifilesPino Toscano2011-02-032-6/+0
|
* Save db_opensearch.json in localLionel Chauvin2011-02-031-2/+2
| | | | Reviewed by adjam
* Fix xml parserLionel Chauvin2011-02-031-2/+0
| | | | Reviewed by elproxy & adjam
* Limit the number of entries in the closed tabs history to 10. Reviewed by ↵Your Name2011-02-021-0/+3
| | | | benjaminp.
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-014-24/+51
| | | | | | | It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
* Added pulldown menu for multiple steps to the "Forward History" buttonFurkan Uzumcu2011-02-012-9/+59
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-02-011-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2011-01-271-0/+2
| |
* | User Agent Switcher.Andrea Diamantini2011-02-019-1/+595
|/ | | | | | | | | | This patch should implement the UA switcher ability for rekonq. This is a first implementation, but it seems working quite well. It is based on KDE UA management and should be fully compatible with konqueror's one i.e. it should be possible using alternatively rekonq and konqueror sharing the same setting. Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea of a future moving to a plugin.
* If a cached suggestion is older than one week, it is downloaded again, ↵Lionel Chauvin2011-01-241-1/+4
| | | | | | | | allowing cache to be updated. Reviewed and merged by me :)
* This evening I started working again on this bug. I did all the tests ↵Andrea Diamantini2011-01-241-4/+7
| | | | | | | | | against XSS and it seems ok. Hope it's true. CCBUG:217464 CCBUG:246355
* Order items in the completion list considering also visit countLionel Chauvin2011-01-231-1/+7
| | | | Reviewed by benjamin, pierre and me.
* Fix tab preview flickering on mouse hover.Andrea Diamantini2011-01-222-1/+12
| | | | Patch by Furkan Uzumcu, cleaned up and reviewed by me
* If showDeveloperTools is disabled, hide the development entries in the ↵Felix Rohrbach2011-01-222-45/+50
| | | | | | | | rekonq menu, too. With this patch, the menu will be created the first time the user opens the menu. RB: 100374
* Keep downloaded suggestions in memory.Lionel Chauvin2011-01-223-14/+70
| | | | | This prevents from downloading it again, letting the completion list be more reactive.
* This code fixes new tab button appearing on new window when tabbar is set hiddenAndrea Diamantini2011-01-191-1/+3
| | | | | (Always show tab bar = false) This fix comes from a Felix Rohrbach idea. Thanks :)
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-01-191-1/+1
|\
| * fix typo: expecially->especiallyYuri Chornoivan2011-01-191-1/+1
| |
* | Save downloaded images of opensearch suggestions like websnapsLionel Chauvin2011-01-192-9/+17
|/ | | | | RB:100397 Reviewed by me ;)
* Updating AUTHORS list.Andrea Diamantini2011-01-171-1/+6
|
* Remember selections in the "clear private data" dialog.Furkan Uzumcu2011-01-172-1/+32
| | | | Reviewed (and merged) by me :)
* Fix a typo.Andrius Štikonas2011-01-151-1/+1
|
* This commit contains the changes to the context menu which we decided in our ↵Felix Rohrbach2011-01-155-15/+34
| | | | | | | | | | meeting: 1. Hide new tab entry if it is not necessary. 2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected. 3. Hide the development menu entries and add an option to show them. RB: 100374
* Fixes as pointed out by KrazyRohan Garg2011-01-143-3/+2
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Fix issues as pointed out by KrazyRohan Garg2011-01-134-3/+5
| | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject
* Krazy Fixes!!Rohan Garg2011-01-124-5/+7
| | | | Add #rekonq_define.h to files that now use QL1C
* string improvements in the tab settings pagePanagiotis Papadopoulos2011-01-111-4/+4
|
* Automatically refreshing bookmarks when editing them.Furkan Uzumcu2011-01-111-0/+6
| | | | | | Suboptimal solution. We probably need bk management model/view based to improve. Reviewed by adjam :)
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-01-111-0/+2
|
* "Open folder in Tabs" featureFurkan Uzumcu2011-01-102-3/+4
| | | | Reviewed by: Benjamin Poulain
* Fixing the fix that is just been fixed :)Andrea Diamantini2011-01-091-7/+0
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-01-092-1/+8
|\
| * Readds a config option in the tab settings window.Felix Rohrbach2011-01-091-0/+7
| | | | | | | | This config option was accedentially removed in commit cb84ae8badcab5bfe095e71cf4c0e33175e60817.
| * SVN_SILENT compileChristoph Feck2011-01-091-1/+1
| |
* | Fix the always opened tabbar feature.Andrea Diamantini2011-01-092-0/+11
|/ | | | | | | Felix Rohrbach's fix Thanks :) PS: plus a correction in previous UI by me
* Revert "Use Escape shortcut to stop web loading"Andrea Diamantini2011-01-091-1/+1
| | | | | | This reverts commit de39729f4e3864aec6c0366ac72ca5f1228d60d1. It actually has problems with urlbar behavior. Needs a little more work..
* Update the completion list when the user switches search engine on the fly.Andrea Diamantini2011-01-099-74/+68
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Should fix rekonq compilation against KDE SC 4.5...Andrea Diamantini2011-01-091-7/+15
| | | | Please, let me know if not.
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-01-093-16/+9
|\
| * Tab bar preview optimization, use event->pos() to get the position of tab ↵Rohan Garg2011-01-091-12/+1
| | | | | | | | | | | | | | instead of cycling with a while loop Thanks to Furkan Üzümcü Review Board request : http://git.reviewboard.kde.org/r/100324/
| * Use Escape shortcut to stop web loadingRohan Garg2011-01-091-1/+1
| | | | | | | | | | Thanks to Furkan Üzümcü Review Board request : http://git.reviewboard.kde.org/r/100322/
| * Multi-scroll cursors doesn't appear when the page does not have scroll bars, ↵Felix Rohrbach2011-01-081-3/+7
| | | | | | | | | | | | | | | | anymore. Patch by Furkan Üzümcü RB: 100314
* | Automatically expand grouped search in panelsAndrea Diamantini2011-01-092-0/+9
|/ | | | GCI Task by Furkan Uzumcu
* Put ioslaves on hold.Andrea Diamantini2011-01-073-108/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch couples those merged in KIO & KDEWebKit in SC 4.6. I have to say it is probably NOT perfect and ready to merge, but I'd like to because it is anyway a nice step over actual behavior. It basically holds and (re)publish slave for apps needing it, letting us fixing a long standing bug against the infamous TWO connections to do ONE thing (download, move, etc...) It also gave me the possibility to and/or improve these things: - better handling filenames, studying content disposition header for "attachment" and "inline" values - better history handling, when working with kparts (also if this part needs a proper fix, IMHO reimplementing QWebHistory class...) - a (proper?) fix for POST operations returning content. I admit I am dubious with this part and I need more testing. The nice thing is that this patch "circumscribes" this problem, letting it easy eventually fix it again I also copied from kdewebkit a check for exec text files mimetypes (converted to text/plain) and cleaned-up some kDebugs (and as usual, added a lot..) Last, sorry for the big commit message and the big/not so big patch here. It is a special case. commit 29f3021d94e26b39f3e8172a980a6cafcebe5095 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:17:45 2011 +0100 cleanup comments commit fc88a37322810fd25c5bfcd16880fc617e7de9f5 Author: Andrea Diamantini <adjam7@gmail.com> Date: Wed Jan 5 12:06:55 2011 +0100 content-disposition: inline commit 7c2789a1733e1089b9c66cd6c553185792ec3a72 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 12:04:03 2011 +0100 Fix history handling. For a proper fix here, I think we need to reimplement the tab history, otherwise we cannot manage tab history browsing on the so called "rekonq" pages... commit 892c4d8dc78fda43f67566a3e359bd9805ee3282 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 11:57:29 2011 +0100 Two cases here: 1) POST operations returning content 2) right file names commit 3b1d5873b7eb743406f3b8c5abb79ce6728d0103 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 03:24:21 2011 +0100 Stupid kDebugs... commit 73d038a757185816f40795d4dd4a68e11659c971 Author: Andrea Diamantini <adjam7@gmail.com> Date: Tue Jan 4 02:32:45 2011 +0100 It needs testing from people (just) having last KDE SC 4.6 code on...
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-077-27/+96
| | | | | | | | | | | | | | hovering tabs: * tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
* Added a visit count parameter to the history.Andrea Diamantini2011-01-074-35/+72
| | | | | | | | | | | This change will preserve old history on first load, adding the visit count parameter and saving the new structure on close This will used expecially in the Awesome UrlBar ordering suggestions code. WARNING: HISTORY_VERSION upgrade CCMAIL:megabigbug@yahoo.fr
* Disable multi-dimensional scroll button on scrollbars.Rohan Garg2011-01-061-1/+4
| | | | | | Review Board task : http://git.reviewboard.kde.org/r/100276/ Thanks to Furkan Üzümcü BUG: 234888
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-057-34/+77
| | | | (Disabled by default).
* charset static testsAndrea Diamantini2010-12-293-0/+35
|
* Fix a regression introduced by f8a2d38aYoann Laissus2010-12-281-0/+4
| | | | KDE documentation protocol is opened directly in rekonq instead of the KDE default browser