Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Home page shortcut containing CTRL fix | Andrea Diamantini | 2011-12-16 | 2 | -7/+4 |
| | | | | | | | | | Please, refer to rb #103428 description to have a proper explanation of the issue. Thanks to Thomas Murach for fixing the bug he discovered :) REVIEW: 103428 REVIEWED-BY: adjam | ||||
* | Downloads page improvement | Andrea Diamantini | 2011-12-16 | 1 | -9/+16 |
| | | | | Tag a file as removed when it has been removed :) | ||||
* | Do NOT search for (probably) non extant favicons | Andrea Diamantini | 2011-12-16 | 1 | -4/+9 |
| | | | | | | | | | also use KIO::copy instead of KIO::file_copy to delegate file management to KIO This should hopefully fix||workaround HTML code shown bug. Anyway, I cannot understand why KIO merges the two different jobs data together CCBUG: 289029 | ||||
* | Merge branch 'ImproveNewTabPages' | Andrea Diamantini | 2011-12-15 | 1 | -25/+31 |
|\ | |||||
| * | show history entries also when no favorite search engine is set | Andrea Diamantini | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322 | ||||
| * | minor startup speed improvement (QL1C && QL1S) | Andrea Diamantini | 2011-12-15 | 1 | -24/+30 |
| | | |||||
* | | Merge branch 'ImproveNewTabPages' | Andrea Diamantini | 2011-12-15 | 2 | -11/+32 |
|\ \ | |/ | |||||
| * | Hard-coded shortcuts fix | Andrea Diamantini | 2011-12-15 | 2 | -11/+32 |
| | | | | | | | | | | | | | | toggleViewAction from QDockWidget is const. We need to create a new KAction to let people eventually configure it. BUG: 289039 | ||||
* | | Add kDebug message | Andrea Diamantini | 2011-12-15 | 1 | -0/+1 |
|/ | |||||
* | Small cleanup in history pages | Andrea Diamantini | 2011-12-12 | 2 | -17/+29 |
| | | | | | | - created a "general" folder css class - truncated links titles longer than 100 chars - improved upper margin in titles | ||||
* | Option to open links from external apps in new window | Andrea Diamantini | 2011-12-12 | 3 | -8/+30 |
| | | | | | | | Initial patch by Pali Rohar. Thanks :D REVIEW: 102330 REVIEWED-BY: adjam | ||||
* | Sync improvements, last bunch! | Andrea Diamantini | 2011-12-12 | 25 | -205/+1048 |
| | | | | | Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based) | ||||
* | Rebase fix | Andrea Diamantini | 2011-12-12 | 3 | -3/+3 |
| | |||||
* | Clean out ftp code to easily add in the future new sync implementations | Andrea Diamantini | 2011-12-12 | 7 | -238/+436 |
| | |||||
* | here we are, rekonq ftp remote sync done! | Andrea Diamantini | 2011-12-12 | 4 | -14/+61 |
| | | | | | | | | With this commit, I think we reached the "sync" status with remote ftp sites. This means we basically have a first sync feature and we can heavily test it to eventually add more options in the future (webdav? ownCloud? firefox Sync? etc...) | ||||
* | Let sync work with ftp sites :D | Andrea Diamantini | 2011-12-12 | 1 | -28/+6 |
| | |||||
* | On the road to the sync feature... | Andrea Diamantini | 2011-12-12 | 7 | -45/+63 |
| | |||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 18 | -109/+149 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | let history, bookmarks and passwords sync on change (first bits) | Andrea Diamantini | 2011-12-12 | 7 | -17/+36 |
| | |||||
* | Let the "big sync" work (the one done every minute...) | Andrea Diamantini | 2011-12-12 | 7 | -11/+82 |
| | |||||
* | Sync feature, first bits | Andrea Diamantini | 2011-12-12 | 9 | -0/+715 |
| | |||||
* | (really) fix handling of overwrite, by KIO delegating it | Andrea Diamantini | 2011-12-11 | 1 | -17/+11 |
| | | | | | Copied from kdelibs commit 88e3b372fb9c5398f9 by dfaure. Thanks :) | ||||
* | Fix typo: occurences-> occurrences. | Yuri Chornoivan | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | GCI Task : Add some actions to forget history entries in the panel | Yoann Laissus | 2011-12-02 | 2 | -0/+65 |
| | | | | | Patch by Hüseyin Zengin. Thanks ! REVIEW: 103255 | ||||
* | Fix bk toolbar initialization | Andrea Diamantini | 2011-12-01 | 2 | -6/+10 |
| | |||||
* | Faster clean startup (with just two side previews to load) | Andrea Diamantini | 2011-12-01 | 1 | -2/+2 |
| | |||||
* | rekonq menu clean up (last hopefully) | Andrea Diamantini | 2011-12-01 | 1 | -4/+4 |
| | | | | This change comes from comparison with firefox/chrome menus | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2011-12-01 | 1 | -0/+2 |
| | |||||
* | Open local files in external applications | Andrea Diamantini | 2011-12-01 | 1 | -1/+6 |
| | |||||
* | remove ugly hack string in mainview | Johannes Tröscher | 2011-11-29 | 1 | -5/+1 |
| | | | | REVIEWED-BY: trustMe | ||||
* | fix input of "/" in url bar when using NEO keyboard layout | Robert Riemann | 2011-11-29 | 1 | -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 Diamantini | 2011-11-29 | 4 | -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 path | Andrea Diamantini | 2011-11-29 | 3 | -5/+84 |
| | |||||
* | GCI Task : Don't open useless tabs or windows for actions in the new tab page | Yoann Laissus | 2011-11-28 | 1 | -2/+9 |
| | | | | | Patch by Hüseyin Zengin. Thanks ! REVIEW: 103257 | ||||
* | GCI Task : Improve tooltips of the history panel items | Yoann Laissus | 2011-11-28 | 1 | -2/+11 |
| | | | | | Patch by by Hüseyin Zengin, Thanks! REVIEW: 103256 | ||||
* | Shortcut + slot to open downloads page (in a new focused tab) | Andrea Diamantini | 2011-11-27 | 2 | -0/+11 |
| | | | | | | | | Google code-in 2011 task by Omer Faruk Oruc. Thanks!!! REVIEW: 103207 REVIEWED-BY: furkan, adjam | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 58 | -120/+120 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | Merge branch 'bkGroupMidClick' | Yoann Laissus | 2011-11-26 | 1 | -8/+16 |
|\ | |||||
| * | GCI Task: Middle Click a Bookmark Folder to Open Folder in New Tabs | Yoann Laissus | 2011-11-26 | 1 | -8/+16 |
| | | | | | | | | | | | | | | Made by Hüseyin Zengin, GCI student. Thanks ! REVIEW: 103206 REVIEWED-BY: me | ||||
* | | remove unneeded include in websnap.cpp | Johannes Tröscher | 2011-11-26 | 1 | -3/+0 |
| | | | | | | | | REVIEWED-BY: trustMe | ||||
* | | Typo: javascipt --> javascript | Andrea Diamantini | 2011-11-26 | 1 | -1/+1 |
| | | | | | | | | | | (Thanks Manuel!) BUG:287495 | ||||
* | | refactor UA menu to let it be in the same shape as Konqueror | Andrea Diamantini | 2011-11-26 | 4 | -28/+73 |
| | | | | | | | | | | | | REVIEW: 103230 REVIEWED-BY: fritz_van_tom | ||||
* | | clean up UserAgentManager code | Andrea Diamantini | 2011-11-26 | 4 | -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 UserAgentManager | Andrea Diamantini | 2011-11-26 | 7 | -89/+218 |
|/ | |||||
* | Clean up webview contextual && tools menu | Andrea Diamantini | 2011-11-24 | 2 | -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 a | Furkan Uzumcu | 2011-11-24 | 1 | -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 close | Andrea Diamantini | 2011-11-24 | 4 | -11/+7 |
| | | | | BUG: 286831 | ||||
* | Fix "Search with % on current page" English text to enable correct | Lasse Liehu | 2011-11-22 | 1 | -2/+2 |
| | | | | | | | translation in Finnish REVIEW: 103201 REVIEWED-BY: adjam | ||||
* | Share URL by mail action | Andrea Diamantini | 2011-11-22 | 2 | -0/+29 |
| | | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674 | ||||
* | Clean up WebView::contextMenuEvent function | Andrea Diamantini | 2011-11-22 | 2 | -117/+132 |
| |