summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rekonq 0.6.60Andrea Diamantini2011-01-091-1/+1
| | | | | So many changes to list them all. Please, try yourself and help us testing and fixing them instead ;)
* 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
* Grab the actual font from the action.Rohan Garg2010-12-241-1/+1
|
* Modify Nikhil's contrib entry as requested by himRohan Garg2010-12-231-1/+1
|
* fix startup notification when opening in an already running rekonq instanceMartin T. H. Sandsmark2010-12-231-0/+3
|
* Highlight current tab in tab list by making it bold.Rohan Garg2010-12-231-0/+6
| | | | Thanks to Furkan
* rekonq 0.6.56Andrea Diamantini2010-12-211-1/+1
| | | | So much news and so many new contributors... :D
* Switching from sourceforge to kde site.. probably fixing also some dbus ↵Andrea Diamantini2010-12-215-6/+7
| | | | handling.
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-2132-102/+727
| | | | | | | | | | | | | | | 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 ;)
* Adding a tab list menu entry showing all open tabs.Andrea Diamantini2010-12-212-0/+37
| | | | Courtesy patch by Felix Rohrbach. Thanks :)
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-12-211-0/+2
|
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-204-23/+63
| | | | | | | | - Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs - Fix some crash when a single bookmark is dropped in the WebView (incorrect URL) - Port the drag icon to IconManager CCBUG: 226479
* Ctrl+Shift+P shortcut for Private browsingRohan Garg2010-12-211-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-12-191-0/+2
|
* When using Alt+Enter open website in new tabPanagiotis Papadopoulos2010-12-172-0/+14
| | | | | | GCI Task by Furkan, thanks! :-) RB: 100210 BUG: 254372
* fix opening of URL-like selections in new tabPanagiotis Papadopoulos2010-12-141-2/+2
| | | | patch by Furkan, thx :-)
* GCI Task: Copy Context menu for Network Analyzer, by Furkan UzumcuAndrea Diamantini2010-12-132-4/+29
| | | | This patch adds the ability of copying an url request from network analyzer.
* Change text of page source action && add a CTRL + U shortcut.Andrea Diamantini2010-12-131-1/+2
| | | | | | Courtesy patch by Felix Rohrbach. Thanks :) CCMAIL: fxrh@gmx.de
* Some changes by me: Find action after open link itemsAndrea Diamantini2010-12-131-5/+7
|
* GCI Task by Furkan Uzumcu: Context Menu ImprovementsAndrea Diamantini2010-12-131-1/+35
| | | | | This commit changed context menu by adding Find/Print actions there and letting users opening URL-like text in new tab/window
* Don't change the BK folder in the BK bar when the mouse is under the current ↵Yoann2010-12-091-1/+1
| | | | | | menu BUG: 259244
* merge first Google Code-In submission:Panagiotis Papadopoulos2010-12-082-2/+9
| | | | | | | add the percentage of the website’s zoom to the zoombar http://www.google-melange.com/gci/task/show/google/gci2010/kde/t129157984557 slightly changed the attached patch, (e.g. percentage -> m_percentage) as noted on the mailinglist
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-12-061-0/+1
|
* -pedanticAndre Woebbeking2010-12-042-2/+2
|
* Initialize previously uninitialized member variableAndreas Hartmetz2010-12-031-0/+1
|
* Show and hide the add-tab button automaticallyJon Ander Peñalba2010-11-304-43/+33
|
* Port SearchEngine from somewhat unsafe "naked" static variables toAndreas Hartmetz2010-11-292-33/+30
| | | | | K_GLOBAL_STATIC(), which is Perfectly Safe ;) Acked-by Jon.
* My kuriikwsfilterrc contains no default search engine, soAndreas Hartmetz2010-11-291-0/+2
| | | | SearchEngine::defaultEngine() returns null. Don't crash in that case.
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-11-241-0/+1
|
* Revert "Remove m_loadingGitPath from MainView"Jon Ander Peñalba2010-11-222-4/+6
| | | | | | This reverts commit eba8b17b2514c39897b035a1f5529f5b87a7b114. This commit wroke the favicon rendering.
* Revert "Make the invariants of MainView explicit"Jon Ander Peñalba2010-11-222-4/+5
| | | | | | This reverts commit bf94b5e71b1a7cedf2f69bb3cd61661bc21c24c3. This commit introduced a bug that stoped the new tab button from working.
* Merge branch 'master' of git.kde.org:rekonqRohan Garg2010-11-221-1/+6
|\
| * Sorry Pierre,Andrea Diamantini2010-11-211-1/+6
| | | | | | | | forgot to update author list..
* | Ctrl+Shift+Delete Key Combo to clear private dataRohan Garg2010-11-221-1/+2
|/
* fix entities for keys in documentationYuri Chornoivan2010-11-201-3/+3
|
* Merge branch 'master' of git://git.kde.org/rekonqBenjamin Poulain2010-11-2045-196/+702
|\ | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h