summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix bk toolbar initializationAndrea Diamantini2011-12-012-6/+10
|
* Faster clean startup (with just two side previews to load)Andrea Diamantini2011-12-011-2/+2
|
* rekonq menu clean up (last hopefully)Andrea Diamantini2011-12-011-4/+4
| | | | This change comes from comparison with firefox/chrome menus
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-12-011-0/+2
|
* Open local files in external applicationsAndrea Diamantini2011-12-011-1/+6
|
* remove ugly hack string in mainviewJohannes Tröscher2011-11-291-5/+1
| | | | REVIEWED-BY: trustMe
* fix input of "/" in url bar when using NEO keyboard layoutRobert Riemann2011-11-291-1/+0
| | | | | | | | | | | | Using the NEO keyboard layout, you need a combination of keys to trigger the slash (mod3+s). Unfortunatly this triggers the shortcut for searching inside the document. This way the alternate shortcut for searching needs to be removed. The same bug existed in kopete: bug 267568 Thanks goes to Thomas Murach for helping me grepping the source code. This is my first contribution in code to KDE. Hurray!
* Download Management ++Andrea Diamantini2011-11-294-159/+178
| | | | | | | | | | | | - let users choose a "default" download dir - Moved download code to download manager - follow dfaure's suggestions about overwrite handling (kdelibs commit 88e3b372fb9c539) - download label notification (for 3 seconds): this can be further improved with an icon... BUG: 271683 BUG: 283177
* Add settings for fixed download pathAndrea Diamantini2011-11-293-5/+84
|
* GCI Task : Don't open useless tabs or windows for actions in the new tab pageYoann Laissus2011-11-281-2/+9
| | | | | Patch by Hüseyin Zengin. Thanks ! REVIEW: 103257
* GCI Task : Improve tooltips of the history panel itemsYoann Laissus2011-11-281-2/+11
| | | | | Patch by by Hüseyin Zengin, Thanks! REVIEW: 103256
* Shortcut + slot to open downloads page (in a new focused tab)Andrea Diamantini2011-11-272-0/+11
| | | | | | | | Google code-in 2011 task by Omer Faruk Oruc. Thanks!!! REVIEW: 103207 REVIEWED-BY: furkan, adjam
* Unifies macro styleJohannes Troscher2011-11-2758-120/+120
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Merge branch 'bkGroupMidClick'Yoann Laissus2011-11-261-8/+16
|\
| * GCI Task: Middle Click a Bookmark Folder to Open Folder in New TabsYoann Laissus2011-11-261-8/+16
| | | | | | | | | | | | | | Made by Hüseyin Zengin, GCI student. Thanks ! REVIEW: 103206 REVIEWED-BY: me
* | remove unneeded include in websnap.cppJohannes Tröscher2011-11-261-3/+0
| | | | | | | | REVIEWED-BY: trustMe
* | Typo: javascipt --> javascriptAndrea Diamantini2011-11-261-1/+1
| | | | | | | | | | (Thanks Manuel!) BUG:287495
* | refactor UA menu to let it be in the same shape as KonquerorAndrea Diamantini2011-11-264-28/+73
| | | | | | | | | | | | REVIEW: 103230 REVIEWED-BY: fritz_van_tom
* | clean up UserAgentManager codeAndrea Diamantini2011-11-264-37/+41
| | | | | | | | | | | | | | | | | | | | This way we got the following gains: - UA Manager is NOT loaded until it is really used - rekonq other code does know ANYTHING about UA Manager (but the app instance) To let this really shine, we should link this directly to the webtab. Another point for moving tabs up :)
* | Moving UA management code to a new UserAgentManagerAndrea Diamantini2011-11-267-89/+218
|/
* Clean up webview contextual && tools menuAndrea Diamantini2011-11-242-45/+41
| | | | | | | | | | | - Moved "new window" action from contextual menu to tools menu (This is Google Code-in 2011 task by Yusuf Amir Tezcan! Thanks!!!) - clean up/review contextual menu actions - Followed FIXME to remove "copy image" action - Added "new_tab" && "new_window" action to Tools Menu REVIEW: 103216 REVIEWED-BY: nobody, oops... :)
* Add a "clear downloads" action in the downloads page and aFurkan Uzumcu2011-11-241-13/+19
| | | | | | | | | | "clear history" action... guess where?!?! Google code-in 2011 task by Huseyin Zengin, GCI Student. MANY THANKS FOR!!! REVIEW: 103217 REVIEWED-BY: adjam
* Properly handle window/app closeAndrea Diamantini2011-11-244-11/+7
| | | | BUG: 286831
* Fix "Search with % on current page" English text to enable correctLasse Liehu2011-11-221-2/+2
| | | | | | | translation in Finnish REVIEW: 103201 REVIEWED-BY: adjam
* Share URL by mail actionAndrea Diamantini2011-11-222-0/+29
| | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674
* Clean up WebView::contextMenuEvent functionAndrea Diamantini2011-11-222-117/+132
|
* Merge branch 'urlBarOrdering'Yoann Laissus2011-11-212-1/+10
|\
| * Use the relevance method to sort HistoryItem in the UrlBarYoann Laissus2011-11-172-1/+10
| |
* | Clean up MainView::webViewUrlChanged() codeFurkan Uzumcu2011-11-202-6/+2
| | | | | | | | | | REVIEW:102818 REVIEWED-BY: adjam
* | Use title instead of URL when adding application shortcutsFurkan Uzumcu2011-11-201-5/+6
| | | | | | | | | | REVIEW: 103086 REVIEWED-BY: adjam,fritz_van_tom
* | have tabPreviews of KParts alsoJohannes Tröscher2011-11-181-1/+9
| | | | | | | | | | REVIEW: 103179 REVIEWED-BY: adjam
* | Adblock disabled by default for 0.9Andrea Diamantini2011-11-141-2/+2
| | | | | | | | | | | | This was an initial misconception on adblock use (moreover considering it is our worst bottleneck...) If you wanna it, just enable it on your own...
* | Fix zoombar handlingAndrea Diamantini2011-11-144-5/+1
| |
* | Remove mainWindow pointer from mainview class.Andrea Diamantini2011-11-143-13/+11
| |
* | Remove postLaunch callsAndrea Diamantini2011-11-149-113/+87
|/ | | | | | | | | | | | | | This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
* fixuifilesPino Toscano2011-11-111-3/+0
|
* Fix BUG:280627 Force QApplication to quit when no more available windowCedric Bellegarde2011-11-101-0/+7
|
* Get sure against "strange" behaviours in opensearchengineAndrea Diamantini2011-11-081-4/+7
| | | | BUG: 285277
* Application Shortcut, last commitAndrea Diamantini2011-11-084-17/+162
| | | | | | Config dialog, settings REVIEW:103010
* Application ShortcutAndrea Diamantini2011-11-086-1/+56
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Let rekonq save file remotelyAndrea Diamantini2011-11-036-15/+15
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* also take 'application/futuresplash' mimetype in account for clickToFlashJohannes Tröscher2011-11-021-1/+2
| | | | REVIEWED-BY: trustMe
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-11-021-0/+2
|
* Fix WebGl settingJohannes Tröscher2011-10-301-0/+4
| | | | REVIEWED-BY: trustMe
* -Wmissing-include-dirsChristophe Giboudeaux2011-10-262-2/+0
|
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-265-120/+140
| | | | | | | | | | | | This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920
* Clean up UrlBar codeAndrea Diamantini2011-10-242-60/+51
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* Enable url or text drops in the tabbarFurkan Uzumcu2011-10-212-0/+53
| | | | | | | | Dropping urls in the tabbar loads them in new tabs, while dropping text searches it on your default search engine. REVIEW: 102811 REVIEWED-BY: adjam
* Merge branch 'master' of git://anongit.kde.org/rekonqAndrea Diamantini2011-10-191-1/+4
|\
| * Fix the recover on crash bar which is too big to fit on the screen when ↵Yoann Laissus2011-10-191-1/+4
| | | | | | | | | | | | | | rekonq is maximised. It needs to be initialized a bit later.. REVIEW: 102868