Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge branch 'urlBarOrdering' | Yoann Laissus | 2011-11-21 | 2 | -1/+10 |
|\ | |||||
| * | Use the relevance method to sort HistoryItem in the UrlBar | Yoann Laissus | 2011-11-17 | 2 | -1/+10 |
| | | |||||
* | | Clean up MainView::webViewUrlChanged() code | Furkan Uzumcu | 2011-11-20 | 2 | -6/+2 |
| | | | | | | | | | | REVIEW:102818 REVIEWED-BY: adjam | ||||
* | | Use title instead of URL when adding application shortcuts | Furkan Uzumcu | 2011-11-20 | 1 | -5/+6 |
| | | | | | | | | | | REVIEW: 103086 REVIEWED-BY: adjam,fritz_van_tom | ||||
* | | have tabPreviews of KParts also | Johannes Tröscher | 2011-11-18 | 1 | -1/+9 |
| | | | | | | | | | | REVIEW: 103179 REVIEWED-BY: adjam | ||||
* | | Adblock disabled by default for 0.9 | Andrea Diamantini | 2011-11-14 | 1 | -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 handling | Andrea Diamantini | 2011-11-14 | 4 | -5/+1 |
| | | |||||
* | | Remove mainWindow pointer from mainview class. | Andrea Diamantini | 2011-11-14 | 3 | -13/+11 |
| | | |||||
* | | Remove postLaunch calls | Andrea Diamantini | 2011-11-14 | 9 | -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 | ||||
* | fixuifiles | Pino Toscano | 2011-11-11 | 1 | -3/+0 |
| | |||||
* | Fix BUG:280627 Force QApplication to quit when no more available window | Cedric Bellegarde | 2011-11-10 | 1 | -0/+7 |
| | |||||
* | Get sure against "strange" behaviours in opensearchengine | Andrea Diamantini | 2011-11-08 | 1 | -4/+7 |
| | | | | BUG: 285277 | ||||
* | Application Shortcut, last commit | Andrea Diamantini | 2011-11-08 | 4 | -17/+162 |
| | | | | | | Config dialog, settings REVIEW:103010 | ||||
* | Application Shortcut | Andrea Diamantini | 2011-11-08 | 6 | -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 remotely | Andrea Diamantini | 2011-11-03 | 6 | -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 clickToFlash | Johannes Tröscher | 2011-11-02 | 1 | -1/+2 |
| | | | | REVIEWED-BY: trustMe | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2011-11-02 | 1 | -0/+2 |
| | |||||
* | Fix WebGl setting | Johannes Tröscher | 2011-10-30 | 1 | -0/+4 |
| | | | | REVIEWED-BY: trustMe | ||||
* | -Wmissing-include-dirs | Christophe Giboudeaux | 2011-10-26 | 2 | -2/+0 |
| | |||||
* | Improve rekonq WebKit settings | Andrea Diamantini | 2011-10-26 | 5 | -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 code | Andrea Diamantini | 2011-10-24 | 2 | -60/+51 |
| | | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl | ||||
* | Enable url or text drops in the tabbar | Furkan Uzumcu | 2011-10-21 | 2 | -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/rekonq | Andrea Diamantini | 2011-10-19 | 1 | -1/+4 |
|\ | |||||
| * | Fix the recover on crash bar which is too big to fit on the screen when ↵ | Yoann Laissus | 2011-10-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | | rekonq is maximised. It needs to be initialized a bit later.. REVIEW: 102868 | ||||
* | | Remove suggestion when response title is the same as typed text | Andrea Diamantini | 2011-10-19 | 1 | -0/+3 |
|/ | | | | | In fact, this result is just present in one of the first 2 lines of the query. | ||||
* | Fix my previous commit | Yoann Laissus | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Disable bookmark dragging with middle click in the bookmark toolbar. | Yoann Laissus | 2011-10-17 | 1 | -1/+3 |
| | | | | It's now easier to open bookmark in new tab with a quick mid click | ||||
* | Change the default tab number from 2 to 0 for Appearence Settings | Yoann Laissus | 2011-10-17 | 1 | -1/+1 |
| | | | | | Patch from Furkan Üzümcü REVIEW: 102901 | ||||
* | Merge branch 'master' of git.kde.org:rekonq | Cedric Bellegarde | 2011-10-17 | 10 | -31/+40 |
|\ | |||||
| * | Fix strings as suggested in i18n-doc ml | Andrea Diamantini | 2011-10-16 | 3 | -13/+9 |
| | | | | | | | | CCMAIL: aspotashev@gmail.com | ||||
| * | EBN Krazy fixes | Andrea Diamantini | 2011-10-14 | 6 | -14/+23 |
| | | | | | | | | It seems now we are really ready for the stable release... | ||||
| * | Sanitizing strings... | Andrea Diamantini | 2011-10-14 | 2 | -4/+8 |
| | | |||||
* | | Update menu bar tools (useful for people using plasma-menubar/oxygen-appmenu) | Cedric Bellegarde | 2011-10-14 | 1 | -0/+6 |
|/ | |||||
* | Fix crash on private mode store/restore | Andrea Diamantini | 2011-10-13 | 5 | -29/+103 |
| | | | | | | | | | | | | This commit, while does not perfectly fix the issue, "workaround" it a lot to fix crashes on private mode enter/exit - improve session store/restore - improve session manager code - calm down kDebug messages - applies code style CCBUG: 268328 | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-10-11 | 6 | -21/+8 |
| | |||||
* | inlined "abused" function and removed 2 unuseful calls to updateTabBar | Andrea Diamantini | 2011-10-11 | 2 | -11/+1 |
| | |||||
* | Fix the checked state of a toolbar's bookmark folder which is dropped on itself. | Yoann Laissus | 2011-10-10 | 1 | -0/+6 |
| | |||||
* | tabsChanged() signal has been removed some time ago.. | Furkan Uzumcu | 2011-10-09 | 2 | -9/+0 |
| | | | | | REVIEW: 102810 REVIEWED-BY: adjam | ||||
* | Clean up windows close and app quit | Andrea Diamantini | 2011-10-07 | 3 | -7/+22 |
| | |||||
* | Use KPart url when some KPart is active on saving | Andrea Di Menna | 2011-10-07 | 1 | -0/+11 |
| | | | | | | | | | | | | | | When the Save As action is invoked on a KParts document (e.g. view source katepart) the WebTab's url is used to: 1) set the filename in KFileDialog 2) set the src url for the kio copy job The url is empty in such cases and the save action fails. I have changed the srcUrl to be the url set for the KParts document. REVIEW: 102768 REVIEWED-BY: adjam | ||||
* | use language, NOT country!!! | Andrea Diamantini | 2011-10-03 | 1 | -4/+7 |
| | | | | | | This should fix bad language detection. Please, let me know about CCBUG: 270023 | ||||
* | Fix UAs description | Andrea Diamantini | 2011-10-03 | 1 | -4/+13 |
| | | | | | | | | | | This patch from Andrea Di Menna fixes UA description visualization in the UI. I changed it in two lines: fixed an empty string call using QL1S and removed i18n as we are in string freeze. Will need proper string translation after 0.8 stable release. REVIEW:102712 | ||||
* | Improve the mechanism of thumnbs file names generation | Andrea Di Menna | 2011-10-03 | 1 | -1/+5 |
| | | | | | | | | We are now using an md5 hash instead of base64 strings. Please, read review 102760 description about. REVIEW: 102760 REVIEWED-BY: adjam | ||||
* | Get sure private browing action is disabled if users refuse it | Andrea Di Menna | 2011-09-30 | 1 | -0/+4 |
| | | | | | REVIEW: 102747 REVIEWED-BY: adjam | ||||
* | This commit fixes urlbar suggestions handling, | Andrea Diamantini | 2011-09-29 | 1 | -13/+16 |
| | | | | | | while maintaining QCoreApplication::postEvent fix. Sorry for the noise, guys :) | ||||
* | Fix session manager restore | Andrea Diamantini | 2011-09-27 | 4 | -10/+75 |
| | | | | | I think we need to consider the two cases (normal restore vs restore from crash) in different ways. |