Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve webapp creation, fixing title name choice | Andrea Diamantini | 2012-12-10 | 1 | -17/+28 |
| | |||||
* | Removed some porting FIXME and re-enabled old features | Andrea Diamantini | 2012-12-10 | 1 | -7/+1 |
| | |||||
* | Fix line changed by accident, restoring correct behavior on startup | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Add 1.x compatibility kwebapp script and moved webapp logic to 2.0 | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Fix tabs restore when some of them were pinned | Andrea Diamantini | 2012-12-10 | 1 | -15/+8 |
| | |||||
* | Fix new incognito window opening... | Andrea Diamantini | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | enable webapp mode by calling "rekonq --webapp URL" :D | Andrea Diamantini | 2012-12-10 | 1 | -3/+57 |
| | | | | | NOTE: in my opinion, this is a great feature that needs a lot of attention and testing. But it's really cool to see how it works... ;) | ||||
* | Enable incognito mode by calling "rekonq --incognito URL" :) | Andrea Diamantini | 2012-12-10 | 1 | -14/+47 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 1 | -10/+1 |
| | |||||
* | Fix opening when there are no pinned tabs | Andrea Diamantini | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | Restoring pinned tabs, yeah!!!! :D | Andrea Diamantini | 2012-12-10 | 1 | -4/+23 |
| | |||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -3/+14 |
| | |||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 1 | -22/+15 |
| | |||||
* | new tab action | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -5/+6 |
| | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :) | ||||
* | Manage Bookmarks Toolbar show/hide (&& create/delete) | Andrea Diamantini | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | Clean up remove tab window mechanism | Andrea Diamantini | 2012-12-10 | 1 | -12/+12 |
| | |||||
* | Restore rekonq settings | Andrea Diamantini | 2012-12-10 | 1 | -119/+116 |
| | |||||
* | Tools actions restored | Andrea Diamantini | 2012-12-10 | 1 | -0/+96 |
| | |||||
* | Add actions to the web window, STEP 1 (the easiest ones...) | Andrea Diamantini | 2012-12-10 | 1 | -6/+92 |
| | |||||
* | set window object name right | Andrea Diamantini | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Apply rekonq fixes for bug 304312 | Andrea Diamantini | 2012-12-10 | 1 | -72/+74 |
| | |||||
* | Restored Adblock moving hiding logic to the one used in kwebkitpart | Andrea Diamantini | 2012-12-10 | 1 | -0/+4 |
| | | | | | This will let everyone to save time reinventing the wheel and let us remove webpage from adblockmanager code, but just manage it via (Q)NAM. | ||||
* | Session Manager | Andrea Diamantini | 2012-12-10 | 1 | -24/+25 |
| | | | | | - Moved to new rekonq API - Use autosaver to save up disk writes | ||||
* | Insert back HistoryManager | Andrea Diamantini | 2012-12-10 | 1 | -3/+7 |
| | | | | | | There are a few notable changes here: - rekonq_defines.h clean up, removing the enums from there - let HistoryManager be accessible by a self function | ||||
* | Class Application Import, first (important) part | Andrea Diamantini | 2012-12-10 | 1 | -0/+520 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -883/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Make sure to add all MainWindow before a new tab. | Yoann Laissus | 2012-08-16 | 1 | -1/+2 |
| | | | | It fixes some issue for slot which use this list before/during the call of newWebTab (eg: zoomBar) | ||||
* | * Split updateTabBar() into two separate methods | Yoann Laissus | 2012-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | - updateTabBarVisibility(): used to react only on "alwaysShowTabBar" settings - updateAddTabButton(): used to react only on tabbar changes * Improve handling of the add tab button. updateAddTabButton() is now called on any tab layout changed instead of being called in any function which manipulate tabs. * Use a tab height computed with KTabBar instead of the add tab button height with a magical number. It fixes some issues with the Bespin theme. BUG: 304325 | ||||
* | Correctly handle session restore | Andrea Diamantini | 2012-07-31 | 1 | -75/+78 |
| | | | | | | | | | | The problem here is that the app is considered "session restored" for all its life cycle. Checking it just when launched without arguments and with isFirstLoad = true Should work, im my tests do, needs more testing... CCBUG: 304312 | ||||
* | This should fix local files launch by console when rekonq is just loaded | Andrea Diamantini | 2012-07-26 | 1 | -2/+0 |
| | |||||
* | Let user customize shortcut name & description. | Giuseppe Calà | 2012-07-26 | 1 | -3/+4 |
| | | | | | | | | PS: Grazie per il lavoro, Giuseppe ;) CCMAIL: gcala@gmail.com REVIEW: 105708 REVIEWED-BY: adjam | ||||
* | 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 |