summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix includes.Pierre Rossi2011-06-295-12/+17
| | | | | | Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe
* Fixup for vi style navigation event handling.Pierre Rossi2011-06-281-11/+12
| | | | Reviewed-by: TrustMe
* This should fix "border" protocols handling like apt.Andrea Diamantini2011-06-282-12/+14
| | | | And it should also be a nice semplification :)
* Merge branch 'SC7_DEPS'Andrea Diamantini2011-06-283-79/+24
|\
| * rekonq 0.7.55Andrea Diamantini2011-06-271-1/+1
| | | | | | | | Now, the real one...
| * Fix KIO/rekonq handlingAndrea Diamantini2011-06-271-11/+12
| |
| * Remove the deprecated setCookieJarWindowId to use new setWindow slot.Andrea Diamantini2011-06-271-3/+4
| |
| * rekonq 0.7.55, KDE SC 4.7 basedAndrea Diamantini2011-06-273-66/+9
| | | | | | | | | | | | | | (the KDELIBS version is 4.6.90, to say the truth..) remove KDE_IS_VERSION checks based on previous versions fix hold slaves handling
* | Add shortcuts for scrolling as in vi or konqiAndrea Diamantini2011-06-271-0/+21
|/ | | | | | | | BUG:238761 Patch by Thomas Murach, thanks :D Reviewed by me ;)
* Make it compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"Montel Laurent2011-06-093-4/+6
|
* Don't close Bookmark Toolbar's subfolders on a clickYoann Laissus2011-06-091-6/+5
| | | | BUG: 275155
* rekonq 0.7.52Andrea Diamantini2011-06-041-1/+1
| | | | | | | | - Number favorites page to "suggest" numeric shortcut for - developer tool: set content editable - fix bk conflict between konqueror & rekonq - new tab preview decoration - let bk be dropped inside folders
* - Bookmark can now be dropped inside folders :Yoann Laissus2011-06-042-24/+92
| | | | - Correctly hide a folder menu if there is a click outside
* Merge branch 'DownloadManager'Andrea Diamantini2011-06-0310-99/+498
|\
| * LastAndrea Diamantini2011-05-262-0/+9
| |
| * Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-2610-99/+489
| | | | | | | | First step in the introduction of the new rekonq pages
* | Code janitoringAlbert Astals Cid2011-05-293-3/+3
| | | | | | | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators"
* | SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-291-1/+0
| |
* | Focus the WebView when a page start to loadYoann Laissus2011-05-231-1/+7
|/
* Fixes the size of a tab preview to a constant size, decorate it a bitAndrea Diamantini2011-05-182-13/+52
| | | | | | | | and clean up the code around it. Patch by Tirtha Chatterjee, thanks :D Reviewed by me ;)
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-181-1/+1
|
* Merge branch 'rekonqKonquerorBkConflict'Yoann Laissus2011-05-182-23/+41
|\
| * - Fix bookmark conflict between Rekonq and KonquerorYoann Laissus2011-05-152-23/+41
| | | | | | | | | | - New way to copy rekonq default bookmarks so no problem with konqueror anymore BUG: 273134
* | Merge branch 'bkFolder'Yoann Laissus2011-05-184-9/+26
|\ \
| * | Add "comment" bookmark field in the bookmark panelYoann Laissus2011-05-151-0/+7
| | |
| * | Null action for root bk folder in the barYoann Laissus2011-05-153-9/+19
| |/
* | connects tabMoved signal of TabBar to tabsChanged signal of MainView,Andrea Diamantini2011-05-172-0/+9
|/ | | | | | | | | | so any changes in tab order due to dragging tabs are saved in the sessions file using SessionManager. So now the changes in the order of tabs is correctly remembered during restore. Patch by Tirtha Chatterjee Reviewed by me ;)
* Open source code by loading the page HTML instead of requesting (another ↵Andrea Diamantini2011-05-131-3/+36
| | | | | | time) the site url. This will let also the "set content editable" feature works well on save
* Developer tool: set content editable.Andrea Diamantini2011-05-112-1/+14
|
* Convert these extracomment to commentAlbert Astals Cid2011-05-101-1/+1
| | | | | | | Because: * We have a bug in our scripts that makes extracomment not work (will try to fix this asap) * Makes sense to be a comment since we want it to be a disambiguation text * KUIT markers (e.g. @label) need to be in comment
* Use of QSignalMapper for switchToTab() method in terms of code unificationAndrea Diamantini2011-05-093-15/+12
| | | | | | Patch by Thomas Murach, thanks ;) RB:101246
* Number the favorites pages to "suggest" numeric shortcut forAndrea Diamantini2011-05-091-1/+1
| | | | | | Patch by Thomas Murach. Thanks ;) RB:101297
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-091-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-05-081-0/+2
|
* rekonq 0.7.51Andrea Diamantini2011-04-281-1/+1
| | | | | | | | | | | | | | - improved drag & drop features (urls, texts, bookmarks, etc..) - new quit/close window actions (and new logic for the close dialog) - ESC button to renew url in urlbar - History ordering fix (backported) - AdBlock: Third Party rules support - rekonq "desktop aware" on opening (new) windows - new look for the autoscroll - improvements in the notify popup & in the bk bar - CTRL + number shortcuts for favorites And some more...
* Imported Opera feature to load favorite page with number 1..9 by pressing ↵Andrea Diamantini2011-04-283-0/+26
| | | | | | | | | | | | | | | CTRL + 1..9 Courtesy patch by Thomas Murach. Thanks :) Reviewed by Pierre, Felix... and me! RB: 101043 PS: Thomas, I see one corner problem with your patch: Opera has clearly indicated favorites preview number, while rekonq hasn't. Any idea to fill the gap?
* - A new option to set/unset the current bookmark bar folder in the context menuAndrea Diamantini2011-04-284-40/+102
| | | | | | | - Fix drag and drop with a custom folder - Fix a regression which affects BK bar drag and drop (5a53d2bf91dd) Patch by Yoann Laissus, reviewed by me :)
* Letting rekonq URL popup behaves as Chrome's and Firefox4 onesAndrea Diamantini2011-04-231-19/+19
| | | | (i.e. moving on right on pointer sovrapposition)
* firefox-like autoscroll lookFelix Rohrbach2011-04-114-13/+24
| | | | | | | | Add an icon to indicate the origin of an autoscroll action. Patch by Johannes Tröscher, thanks! REVIEW: 101068
* Make rekonq desktop awareFelix Rohrbach2011-04-102-0/+34
| | | | | | | | | If there is a rekonq window on the current virtual desktop and another application opens a link, rekonq will prefer this window. rekonq also prefers windows that were activated most recently. CCBUG: 237732 REVIEW: 101033
* AdBlock Improvements:Andrea Diamantini2011-04-104-5/+34
| | | | | | | | | | | | - implemented "third party" support - do NOT block first requests (you cannot even see a blank page, sometimes...) BUG:270356 PS: Alberto, can you pls check this really works for you before backporting to 0.7 and let me know about? Many thanks for.
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-103-39/+22
| | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
* Use esc button to renew the url seen in the urlbarAndrea Diamantini2011-04-081-0/+3
| | | | | | | Patch by Furkan Uzumcu :) BUG:238886 REVIEW:101042
* Add bookmarks by dropping inside the bk toolbar.Andrea Diamantini2011-04-081-18/+59
| | | | | | | | | | This patch, based on Furkan's work on this, is quite different from the original for the following reasons: first, the "need" to not modify a lot actual code in the urlbar (disabling dragging and reenabling by code. What are the implications? Who really knows this?) Second, the problem of showing "as urls" (showing their icon) TEXT mimeData: not a good choice, IMHO. Actual code is cleaner and works with every drop inside the bk toolbar (In case of text, checking if the derivated url is valid)
* De-parent providers instances and delete them on close. Please,Andrea Diamantini2011-04-071-6/+37
| | | | | | | | | read about this in the reviewboard request (number 101027) Courtesy patch by JosèManuel Santamarì Lema. Thanks :D BUG:269490 REVIEW:101027
* This commit, available just for the master branch cause of the string changes,Andrea Diamantini2011-04-041-13/+10
| | | | | | | | modifies rekonq behavior on closing multiple tabs. Nothing is more asked on that, while a confirmation dialog is triggered when the user tries to close a window. Depending on the windows number, the user is requested if he likes to close the whole app or (just) the current window PS: sorry, my English sucks today...
* Fix quit actionFelix Rohrbach2011-04-041-1/+1
| | | | | | | | | | The quit action in the action collection did just close the current rekonq window instead of quitting the application. Reviewed by Andrea Diamantini. BUG: 268578 REVIEW: 101019
* fix string :-)Panagiotis Papadopoulos2011-04-041-1/+1
| | | | | In KDE apps you should not use abbreviations like don't, doesn't, can't, etc. You have to fully write them out: do not, does not, cannot, etc. :-)
* Minimum height to 20. Like Konqi...Andrea Diamantini2011-04-041-1/+1
|
* Fix stringAndrea Diamantini2011-04-041-4/+1
|