Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove url stack | Lionel Chauvin | 2009-08-22 | 1 | -6/+5 |
| | |||||
* | This commit siplifies winId management and let our webviews to not detect | Andrea Diamantini | 2009-08-20 | 1 | -1/+6 |
| | | | | it. This could be dangerous thinking about what we have in mind... ;) | ||||
* | Applied patch from Johannes Zellner about {Middle,CTRL} clicking | Andrea Diamantini | 2009-08-13 | 1 | -1/+1 |
| | | | | | | bookmarks links handling. Many thanks! | ||||
* | Fixing bug 203156, about stop/reload switch on tab switching. | Andrea Diamantini | 2009-08-10 | 1 | -1/+1 |
| | | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156 | ||||
* | Fixed "history panel" string bug | Andrea Diamantini | 2009-08-10 | 1 | -2/+1 |
| | |||||
* | Removed privacy settings and ported history ones into the General | Andrea Diamantini | 2009-08-10 | 1 | -1/+0 |
| | | | | Group. | ||||
* | hide popup when focus change | Lionel Chauvin | 2009-08-09 | 1 | -0/+2 |
| | |||||
* | flashy popup: delete after have painted the newer | Lionel Chauvin | 2009-08-09 | 1 | -2/+5 |
| | |||||
* | Fixing popus (eventual) closing crashes | Andrea Diamantini | 2009-08-06 | 1 | -0/+1 |
| | |||||
* | Fixed "QCoreApplication::postEvent: Unexpected null receiver" | Andrea Diamantini | 2009-08-06 | 1 | -1/+4 |
| | | | | warning | ||||
* | fix: clear cookies | Lionel Chauvin | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Initial porting to KCookieJar | Andrea Diamantini | 2009-08-05 | 1 | -2/+2 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+13 |
| | |||||
* | Krazy issues fixes. Part 1 | Andrea Diamantini | 2009-08-05 | 1 | -1/+0 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -11/+3 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | popup max width = window width | megabigbug | 2009-08-02 | 1 | -2/+8 |
| | | | | fix popups: don't overlap horizontal scrollbar | ||||
* | more aesthetic popups (again) | megabigbug | 2009-08-01 | 1 | -3/+8 |
| | |||||
* | Merge branch 'I18n' | Andrea Diamantini | 2009-07-31 | 1 | -1/+1 |
|\ | |||||
| * | Make the string KDE HIG compatible | Panagiotis Papadopoulos | 2009-07-31 | 1 | -1/+1 |
| | | |||||
* | | fix stop/reload button initialization | megabigbug | 2009-07-29 | 1 | -1/+2 |
|/ | |||||
* | Fixing initial stop_reload action | Andrea Diamantini | 2009-07-29 | 1 | -3/+3 |
| | |||||
* | Add WebShorcuts Settings in the configuration panel | megabigbug | 2009-07-29 | 1 | -22/+9 |
| | | | | | Remove Webshorcuts Settings item in menus Remove trailing spaces | ||||
* | Including web shortcuts configuration dialog. | Andrea Diamantini | 2009-07-29 | 1 | -1/+13 |
| | | | | | We can actually just include it externally. Anyway this let user think a bit more that this is not a rekonq related configuration dialog | ||||
* | Simplifying a bit web load progress process structure | Andrea Diamantini | 2009-07-29 | 1 | -4/+4 |
| | |||||
* | Removed Web Inspecting color | Andrea Diamantini | 2009-07-28 | 1 | -11/+4 |
| | | | | | | Fixed a bit PrivateBrowsingEnabled FALSE Changed background color to LIGHTGRAY to let it be a little different from mainwindow color | ||||
* | Add a setBackgroundColor to urlbar | megabigbug | 2009-07-27 | 1 | -0/+7 |
| | | | | | Change the urlbar color by the window color when private browsing Change the urlbar color by a light red color when web inspector activated | ||||
* | Merge commit 'megabigbug/ClearPrivateData' | Andrea Diamantini | 2009-07-27 | 1 | -1/+1 |
|\ | |||||
| * | The Clear Private Data dialog was not working because exec return ↵ | megabigbug | 2009-07-27 | 1 | -1/+1 |
| | | | | | | | | KDialog::Accepted instead of KDialog::Ok | ||||
* | | Merge commit 'megabigbug/KPassivePopup' | Andrea Diamantini | 2009-07-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix KPassivePopup crash | megabigbug | 2009-07-26 | 1 | -1/+1 |
| |/ | |||||
* | | Backport to QPrintPreview instead incomplete KPrintPreview | megabigbug | 2009-07-26 | 1 | -4/+6 |
|/ | | | | Replace "Print..." action by "Print preview" in the tool menu | ||||
* | Fixed clear private data | Andrea Diamantini | 2009-07-26 | 1 | -1/+2 |
| | | | | Hopefully.. | ||||
* | New Clear Private Data action | Andrea Diamantini | 2009-07-26 | 1 | -2/+2 |
| | | | | Needs some fixes.. | ||||
* | Clear Private Data 1st implementation | Andrea Diamantini | 2009-07-26 | 1 | -3/+51 |
| | |||||
* | Remove notification for search text | megabigbug | 2009-07-25 | 1 | -8/+2 |
| | | | | Notify matching by changing the background color of the text field | ||||
* | Rekonq tools menu | Andrea Diamantini | 2009-07-24 | 1 | -3/+13 |
| | | | | (waiting for clear data action..) | ||||
* | Big Big Big Commit! | Andrea Diamantini | 2009-07-24 | 1 | -10/+4 |
| | | | | | | Refactored loadUrl code to divide UI classes from WEB classes. We now have two loadUrl methods in the Application class to load (hopefully) every kind of (k)url.. | ||||
* | Removed rekonqrun class and provided slots in Application one. | Andrea Diamantini | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Definitely fixing rekonq API. First step. | Andrea Diamantini | 2009-07-24 | 1 | -2/+1 |
| | | | | newTab function in MainView | ||||
* | Add icons for "history panel" and "page source" items | megabigbug | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | Add icons for "history panel" and "page source" items | megabigbug | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | Not showing the status popup when the window is not active (doesn't have | Ivan Čukić | 2009-07-24 | 1 | -9/+13 |
| | | | | the focus) | ||||
* | Fixing findbar focus on find request. | Andrea Diamantini | 2009-07-23 | 1 | -0/+12 |
| | | | | | Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks! | ||||
* | New rekonq tools menu in main toolbar. | Andrea Diamantini | 2009-07-16 | 1 | -4/+26 |
| | | | | | | This is completely based on code and ideas from Lionel "MegaBigBug" Chauvin. Many thanks! | ||||
* | Bookmark Action Menu | Andrea Diamantini | 2009-07-16 | 1 | -4/+6 |
| | |||||
* | Fixing new bookmarks action | Andrea Diamantini | 2009-07-13 | 1 | -4/+1 |
| | |||||
* | New Add Bookmark Action | Andrea Diamantini | 2009-07-11 | 1 | -4/+6 |
| | |||||
* | Cleaning settings ui && making optional hovering links popups | Andrea Diamantini | 2009-07-08 | 1 | -4/+17 |
| | |||||
* | Cleaning code && removing unuseful search bar | Andrea Diamantini | 2009-07-08 | 1 | -12/+4 |
| | |||||
* | Merge commit 'avaddon/master' | Andrea Diamantini | 2009-07-07 | 1 | -36/+23 |
|\ |