summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* Drop plain-text urls on urlbarAndrea Diamantini2011-04-041-0/+14
|
* Remove unused stringsAndrea Diamantini2011-04-041-15/+0
|
* This commit aims to fix a long standing rekonq bug about scrollbar (and ↵Andrea Diamantini2011-04-034-20/+16
| | | | | | | | webview in general) theme. The right way to do it seems be using a local .css file. Letting this be in master for one week (at least) before backporting...
* Elide notifyPopup text if it would be longer than window's widthAndrea Diamantini2011-04-031-1/+5
| | | | | Johannes Troscher's patch Reviewed by me ;)
* Implement/fix drag and drop handling of text & url in the webviewAndrea Diamantini2011-03-302-0/+35
| | | | BUG:254102
* Allow drag from urlbarAndrea Diamantini2011-03-291-0/+3
|
* Untrack the bookmarks menu list and set a parent to automagicallyAndrea Diamantini2011-03-272-10/+8
| | | | | | delete it as object child CCBUG:269490
* Never execute deprecated codeAndrea Diamantini2011-03-271-1/+1
|
* Fix context menu and set comments to improve its code (after 0.7 release)Andrea Diamantini2011-03-271-32/+14
|
* Fixing my fixed patch :)Andrea Diamantini2011-03-261-1/+1
| | | | | | My fault. The problem was that the patch command failed, the patch was just 3 lines, so I copied by hands, then I see the webTab->url() and... ;) Anyway, now it is really Johannes's patch. Sorry.
* Reload (also) about pages with the reload buttonAndrea Diamantini2011-03-261-2/+9
| | | | | | Another fantastic patch by Johannes Troscher BUG:267748
* Stop timers before deleting objects.Andrea Diamantini2011-03-232-0/+3
| | | | | CCBUG:268328 CCBUG:266937
* Fixup for last commit.Felix Rohrbach2011-03-231-1/+1
| | | | Prevent rekonq from opening two windows after a crash.
* Make rekonq open a new window when called, even if it's already running.Felix Rohrbach2011-03-231-2/+4
| | | | | Reviewed by Andrea Diamantini. BUG: 269065
* Better color integration for the urlbar and the findbarFelix Rohrbach2011-03-212-5/+9
| | | | BUG:256535
* Workaround the troubles with the tabbar highlight feature.Andrea Diamantini2011-03-214-12/+14
| | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234
* Really hiding the tabbar...Andrea Diamantini2011-03-201-2/+2
|
* Check if mainWindow and currentab really exist before using in ↵Andrea Diamantini2011-03-191-2/+2
| | | | | | | | bookmarksprovider. In fact now this is NOT automagically ensured there (as in any non widget rekonq class) BUG:268838
* update copyrightAndrea Diamantini2011-03-161-1/+1
|
* Set an option to disable the disable graphics effects on the tabbarAndrea Diamantini2011-03-165-21/+67
| | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section