Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix session restore code | Andrea Diamantini | 2012-07-09 | 1 | -86/+81 |
| | | | | | | | This let bookmark manager code properly load :) BUG: 296388 BUG: 298051 | ||||
* | Ensure rekonq will close when deleting last window. | Andrea Diamantini | 2012-07-08 | 1 | -0/+4 |
| | | | | BUG: 303149 | ||||
* | Remember to restore all tabs (when needed) also with external arguments | Andrea Diamantini | 2012-06-20 | 1 | -3/+7 |
| | | | | | | | | calls (eg: open link with rekonq in konqueror) WARNING: Needs testing BUG: 299625 | ||||
* | Minor clean up in App ctor | Andrea Diamantini | 2012-06-13 | 1 | -9/+7 |
| | |||||
* | Cleans up | Andrea Diamantini | 2012-06-12 | 1 | -2/+0 |
| | | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -5/+5 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC. | Andrius da Costa Ribas | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Application shortcut clean up | Andrea Diamantini | 2012-05-27 | 1 | -2/+5 |
| | | | | | | - no .desktop extension in desktop files - set permissions bits as needed - clean up setting UI | ||||
* | Fix a regression from previous commit | Andrea Diamantini | 2012-04-25 | 1 | -9/+9 |
| | | | | (crashbar exiting on external calls) | ||||
* | Do not show "closed tabs" page after crash when directly opening an URL | Andrea Diamantini | 2012-04-24 | 1 | -23/+26 |
| | | | | BUG: 283178 | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -0/+3 |
| | |||||
* | Add loadUrl API to mainwindow | Andrea Diamantini | 2012-03-25 | 1 | -84/+14 |
| | | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326 | ||||
* | Check if user has a default search engine set and eventually | Andrea Diamantini | 2012-03-25 | 1 | -0/+4 |
| | | | | | | show a messagewidget to inform and let him set it. REVIEW:104290 | ||||
* | Safe one bool check :D | Andrea Diamantini | 2012-03-25 | 1 | -1/+1 |
| | | | | Everytime a new window is called externally | ||||
* | Fix rekonq exit values, returning ZERO on success | Andrea Diamantini | 2012-03-25 | 1 | -2/+4 |
| | | | | BUG:271442 | ||||
* | Include Tab History when Cloning a Tab | David E. Narváez | 2012-03-08 | 1 | -4/+21 |
| | | | | | | | | | | Implemented through a new loadUrl method that allows for the caller to specify the QWebHistory pointer from where to copy the history. Redirected the original loadUrl slot to use this new method internally. The method returns the WebTab * just in case we need to maninpulate the created tab in the future. REVIEW: 104082 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 1 | -3/+3 |
| | | | | | - doublequote_chars - normalize | ||||
* | Delay showMessageBar creation to get sure it is created after window | Andrea Diamantini | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | This should fix Yoann's problem with bar and let us have a little bit clean API in webtab REVIEW:103905 | ||||
* | Get SURE window exists | Andrea Diamantini | 2012-02-09 | 1 | -0/+4 |
| | |||||
* | Use UrlResolver in application class to uniform rekonq url resolution | Andrea Diamantini | 2012-01-29 | 1 | -1/+15 |
| | | | | BUG:290271 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -2/+2 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Implement (User) Session Restore | David E. Narváez | 2012-01-12 | 1 | -1/+10 |
| | | | | | | | | This patch implements session management. Most of the ideas are taken from Konsole, which is also a KUniqueApplication but manages session restoring correctly. REVIEW: 103658 | ||||
* | Finally fix problems with unset background | Andrea Diamantini | 2012-01-04 | 1 | -6/+3 |
| | | | | | | WARNING: This fix works just with qtwebkit 2.2.x!!! BUG: 287782 | ||||
* | Clean up rekonq.kcfg | Andrea Diamantini | 2012-01-02 | 1 | -4/+4 |
| | | | | | | It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that | ||||
* | Session Management clean up | Andrea Diamantini | 2011-12-28 | 1 | -9/+4 |
| | | | | PS: ignore about urls in the session manager | ||||
* | icon management fix/improvements/cleanup | Andrea Diamantini | 2011-12-24 | 1 | -4/+4 |
| | |||||
* | Tabs opened from outside receive are focused | Andrea Diamantini | 2011-12-20 | 1 | -2/+2 |
| | | | | BUG: 276273 | ||||
* | Option to open links from external apps in new window | Andrea Diamantini | 2011-12-12 | 1 | -8/+20 |
| | | | | | | | Initial patch by Pali Rohar. Thanks :D REVIEW: 102330 REVIEWED-BY: adjam | ||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -10/+10 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | Sync feature, first bits | Andrea Diamantini | 2011-12-12 | 1 | -0/+18 |
| | |||||
* | Fix bk toolbar initialization | Andrea Diamantini | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Moving UA management code to a new UserAgentManager | Andrea Diamantini | 2011-11-26 | 1 | -0/+18 |
| | |||||
* | Properly handle window/app close | Andrea Diamantini | 2011-11-24 | 1 | -7/+1 |
| | | | | BUG: 286831 | ||||
* | Clean up MainView::webViewUrlChanged() code | Furkan Uzumcu | 2011-11-20 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Remove postLaunch calls | Andrea Diamantini | 2011-11-14 | 1 | -26/+18 |
| | | | | | | | | | | | | | | 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 | ||||
* | Fix BUG:280627 Force QApplication to quit when no more available window | Cedric Bellegarde | 2011-11-10 | 1 | -0/+7 |
| | |||||
* | Application Shortcut, last commit | Andrea Diamantini | 2011-11-08 | 1 | -17/+70 |
| | | | | | | Config dialog, settings REVIEW:103010 | ||||
* | Application Shortcut | Andrea Diamantini | 2011-11-08 | 1 | -0/+32 |
| | | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application | ||||
* | Fix WebGl setting | Johannes Tröscher | 2011-10-30 | 1 | -0/+4 |
| | | | | REVIEWED-BY: trustMe | ||||
* | Improve rekonq WebKit settings | Andrea Diamantini | 2011-10-26 | 1 | -5/+4 |
| | | | | | | | | | | | | 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 | ||||
* | 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 | ||||
* | Fix strings as suggested in i18n-doc ml | Andrea Diamantini | 2011-10-16 | 1 | -1/+1 |
| | | | | CCMAIL: aspotashev@gmail.com | ||||
* | EBN Krazy fixes | Andrea Diamantini | 2011-10-14 | 1 | -1/+0 |
| | | | | It seems now we are really ready for the stable release... | ||||
* | Fix crash on private mode store/restore | Andrea Diamantini | 2011-10-13 | 1 | -8/+19 |
| | | | | | | | | | | | | 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 | ||||
* | Clean up windows close and app quit | Andrea Diamantini | 2011-10-07 | 1 | -3/+12 |
| | |||||
* | 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 | ||||
* | Fix session manager restore | Andrea Diamantini | 2011-09-27 | 1 | -5/+10 |
| | | | | | I think we need to consider the two cases (normal restore vs restore from crash) in different ways. | ||||
* | Get sure mainWindow() exists before trying applying settings | Andrea Diamantini | 2011-09-16 | 1 | -9/+17 |
| | | | | BUG: 272107 |