summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rekonq 2.22.2Andrea Diamantini2013-02-281-1/+1
| | | | Another (nice) step. In the right direction? ;)
* Don't use deprecated setRating(unsigned int) slotAndrea Diamantini2013-02-271-1/+1
| | | | i.e.: don't see the deprecated warning on compilation ;)
* Properly manage open in new tab/window selected urlsAndrea Diamantini2013-02-271-2/+2
|
* Fix search managementAndrea Diamantini2013-02-273-1/+11
| | | | | show search on focused tab let search on current page work again :)
* If KGet is selected as download manager, let it decide destinationAndrea Diamantini2013-02-262-42/+17
| | | | | | | | | | WARNING: to let this work, we had to change rekonq behavior, NOT remembering in rekonq downloads history what has been downloaded via KGet BUG:304387 CCMAIL: ericsbinaryworld@gmail.com
* Fix CTRL+F part shortcutAndrea Diamantini2013-02-262-2/+3
|
* Add a CTRL + SHIFT + N default shortcut for private browsingAndrea Diamantini2013-02-261-0/+1
| | | | | This has been requested on my blog. I found Chrome using it and no other one browser using for anything, so...
* Push down kde deps from 4.9.0 to 4.8.4Andrea Diamantini2013-02-262-2/+2
| | | | | | | | | | Also if having a 4.x.0 seems more logical to me, I understand the need to not upgrade the whole stack just for my tiny piece of code :) I choose 4.8.4 as Salvo "LtWorf" Tomaselli tested for us against it. Thanks. BUG: 315629
* AdBlock ImprovementAndrea Diamantini2013-02-245-9/+67
| | | | | | | | | Hiding rules support (at least the easy ones, the most ones, against hiding id && classes) :D To test it, take a look (in example) at the url: http://simple-adblock.com/faq/testing-your-adblocker/
* remove consecutive duplicate word >a<Burkhard Lück2013-02-241-1/+1
|
* Make rekonq use the selection (PRIMARY) for MMB clicksThiago Macieira2013-02-241-1/+1
| | | | | | | | | | | | The Selection is what usually gets pasted when one does an MMB click, so it makes sense to use that as search term or URL to load. (Thanks, Thiago!) BUG: 315657 BUG: 314551 REVIEW: 109107 REVIEWED-BY: adjam
* Trim whitespace from urlsMichael Gapczynski2013-02-241-3/+3
| | | | | | | | | | | Whitespace from the start and end of the urls was not being removed. This caused no suggestions to show up or an incorrect path for Paste & Go. REVIEW: 109059 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Delay 1 sec adblock settings load to boost startup performanceAndrea Diamantini2013-02-211-1/+3
|
* Triple check against stupid rules like "*" or "##"Andrea Diamantini2013-02-214-2/+14
| | | | CCBUG: 315002
* Add overwrite flag to file copy ad filters list to not bother usersAndrea Diamantini2013-02-211-1/+1
| | | | about
* Do not display Access Keys upon Ctrl+Click.Dimitrios Christidis2013-02-171-0/+4
| | | | | | | BUG: 312785 REVIEW: 108981 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Closed tabs page, last bits (?)Andrea Diamantini2013-02-173-10/+32
| | | | Restore closed tabs on restart
* Closed Tabs page return, first bitsAndrea Diamantini2013-02-175-116/+109
| | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved...
* Fix about pages titleAndrea Diamantini2013-02-171-0/+3
|
* Nepomuk-core has it's own versioning and does not follow the KDE SC versionRaymond Wooninck2013-02-171-1/+1
|
* Get sure tabWindow && webwindow exist before calling themAndrea Diamantini2013-02-151-1/+2
| | | | BUG: 315165
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-159-154/+273
| | | | | | | | | | Cleans up 1.x code about and create a unique bk menu to be shown in rekonq tools menu, (eventually) in the toolbar and in (an ideal) menubar This work starts from Lindsay's review request about. Thanks :) REVIEW: 108729
* Get sure rules with not supported filter options are ignoredAndrea Diamantini2013-02-122-25/+54
| | | | | | Thomas, can you test this and tell us if it is enough? CCMAIL: thomas@tanghus.net
* Double check (event) filtered window && window listAndrea Diamantini2013-02-121-1/+3
| | | | BUG: 312990
* Add zoom text only webkit feature settingsAndrea Diamantini2013-02-123-0/+11
| | | | | | | | Piedro, because of your comment about Midori, I tried applying this. I don't think this fixes your problem, but it surely "hides" the bug ;) CCBUG: 295446
* Add keyboard shortcut support for 'Show Next Tab' and 'Show Previous Tab'Pali Rohár2013-02-122-0/+31
| | | | Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Add support for numpad Enter in find.Dimitrios Christidis2013-02-121-1/+1
| | | | | | | BUG: 310164 REVIEW: 108918 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* SVN_SILENT improve msgctxtPino Toscano2013-02-121-1/+1
|
* Honor configuration for Web Shortcuts.Dimitrios Christidis2013-02-121-10/+15
| | | | | | | | | | | | | Rekonq will no longer ignore options "Enable Web shortcuts" and "Use preferred shortcuts only". This commit also removes the conditional compilation directives introduced in commit 14e028 as rekonq 2.x now depends on 4.9. BUG: 309470 REVIEW: 108902 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Ooops... one g moreAndrea Diamantini2013-02-121-1/+1
|
* Add credits (before I forgot to)Andrea Diamantini2013-02-121-0/+5
| | | | | | Welcome aboard, Dimitrios :) CCMAIL: dchristidis@ceid.upatras.gr
* Properly manage MainToolBar actions by referring to its parent actionsAndrea Diamantini2013-02-121-16/+12
| | | | REVIEW: 108888
* Open new tabs in the foreground.Dimitrios Christidis2013-02-123-0/+18
| | | | | | | | | | Adds a new configuration option (disabled by default) to open links in new tabs in the foreground. BUG: 313794 REVIEW: 108801 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-02-121-0/+1
|
* Adding minimmun required version for NepomukCore. This meansDavid E. Narváez2013-02-111-1/+1
| | | | bookmark tagging will now be disabled for KDE 4.9
* Replace shortcut configuration dialog.Dimitrios Christidis2013-02-101-20/+5
| | | | | | | | | | Using KShortcutsDialog allows for multiple shortcut schemes and the ability to print all actions and their assigned shortcuts (if any) in a table. REVIEW: 108796 Signed-off-by: Andrea Diamantini <adjam7@gmail.com>
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-1017-145/+903
| | | | | | | | | Being kde 4.10 been released, we are ready to. I yet could not understand if this compiles (without nepomuk) in 4.9. CCMAIL:david.narvaez@computer.org CCMAIL:me@vhanda.in REVIEW: 108152
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-02-081-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-02-071-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-02-031-0/+1
|
* Allows quote char to be used in replacement words, e.g "thats" => "that's"Lindsay Mathieson2013-02-031-3/+3
| | | | Disables annoying "spell Check Complete" modal notification
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-02-011-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2013-01-311-0/+1
|
* rekonq 2.12.1Andrea Diamantini2013-01-271-1/+1
| | | | | | A lot of bug fixed and some (old) features restored in 2.x fashion CCMAIL: rekonq@kde.org
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-279-33/+64
|
* Fix kpart window half shownAndrea Diamantini2013-01-261-2/+3
| | | | BUG: 311887
* Restore usual position of web inspector on the bottomAndrea Diamantini2013-01-261-4/+2
|
* Merge branch 'master' of git.kde.org:rekonqLindsay Mathieson2013-01-247-21/+36
|\
| * Improve icon management codeAndrea Diamantini2013-01-237-20/+35
| | | | | | | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
| * Remove double "rekonq - rekonq" from titleAndrea Diamantini2013-01-231-1/+1
| |