summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Restore rekonq settingsAndrea Diamantini2012-12-108-172/+143
|
* Tools actions restoredAndrea Diamantini2012-12-106-5/+231
|
* User agent management restoredAndrea Diamantini2012-12-102-0/+24
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-106-14/+282
|
* Add RekonqFactory to locally generate rekonq toolbars and menus by theAndrea Diamantini2012-12-105-10/+423
| | | | ui xml file
* set window object name rightAndrea Diamantini2012-12-101-0/+5
|
* Clean up WebWindow ctorAndrea Diamantini2012-12-103-43/+28
|
* Ensure Rekonq (tools) menu does not crash by using a Q(Weak)PointerAndrea Diamantini2012-12-102-5/+12
|
* link hovered messages restored :)Andrea Diamantini2012-12-102-0/+86
|
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-107-17/+497
| | | | first step, main & bookmarks toolbar
* Clean up url suggestions loadingAndrea Diamantini2012-12-106-42/+37
|
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-107-297/+2
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Fix urlbar widget showAndrea Diamantini2012-12-104-0/+98
|
* Port WebWindow to use Urlbar class. Easier testing changes...Andrea Diamantini2012-12-103-32/+12
|
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-1021-0/+4376
|
* Remove a lot of application calls by refactoring codeAndrea Diamantini2012-12-106-30/+47
|
* Fix use of webpageAndrea Diamantini2012-12-104-21/+13
|
* Clean out WebTab methods not really related.Andrea Diamantini2012-12-102-121/+5
| | | | They have to be reinserted in the right place. What?
* Clean up WebWindow inserting the WebTab there.Andrea Diamantini2012-12-107-48/+43
|
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-108-481/+54
|
* Let WebView compile and workAndrea Diamantini2012-12-1012-171/+268
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-1027-0/+5477
| | | | | | NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files...
* Download ManagerAndrea Diamantini2012-12-106-0/+651
|
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-108-0/+773
|
* Restore sync managerAndrea Diamantini2012-12-1031-0/+3936
|
* Apply rekonq fixes for bug 304312Andrea Diamantini2012-12-101-72/+74
|
* Fix places where IconManager was needed...Andrea Diamantini2012-12-103-7/+6
|
* IconManager restoreAndrea Diamantini2012-12-109-2/+665
| | | | | Just 3 lines fixes ;) Also clean up in the dir structure...
* Bookmark Manager restoreAndrea Diamantini2012-12-1016-27/+2719
|
* detach tab action restored :)Andrea Diamantini2012-12-102-6/+57
|
* Fix up copyright headersAndrea Diamantini2012-12-1010-236/+194
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-1026-0/+3061
|
* window icon & title fixesAndrea Diamantini2012-12-101-13/+11
| | | | | | - Use rekonq as window icon for now - use tab url if title is empty instead of the unsensed "(Untitled)" (this is what the other browsers do)
* Restored Adblock moving hiding logic to the one used in kwebkitpartAndrea Diamantini2012-12-1028-7/+2597
| | | | | 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 ManagerAndrea Diamantini2012-12-107-30/+465
| | | | | - Moved to new rekonq API - Use autosaver to save up disk writes
* Insert back HistoryManagerAndrea Diamantini2012-12-1024-17/+1872
| | | | | | 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) partAndrea Diamantini2012-12-108-38/+993
|
* Update SearchEngine class to fix it with KDE 4.9 changesAndrea Diamantini2012-12-101-3/+14
|
* Added NEW UrlResolver class (from kwebapp) and SearchEngine old one...Andrea Diamantini2012-12-106-2/+457
|
* Re-add && Re-view tab preview popupAndrea Diamantini2012-12-107-30/+355
|
* Set window icon & titleAndrea Diamantini2012-12-102-15/+19
|
* Re-add WebSnap class & included API in WebWindow for tab previewAndrea Diamantini2012-12-105-0/+294
|
* Re-view and re-add tab highlight featureAndrea Diamantini2012-12-106-2/+264
|
* Coding styleAndrea Diamantini2012-12-107-40/+40
|
* TabWindow, first import :)Andrea Diamantini2012-12-1011-0/+1384
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-10252-42404/+0
| | | | Preparing repo to merge rekonq2 code...
* Lindsay's creditsAndrea Diamantini2012-12-041-5/+5
|
* fix mem leakMontel Laurent2012-12-031-16/+16
|
* Don't leak action (they are leaked until we change page)Montel Laurent2012-12-031-2/+2
|
* Don't create menu/action when not necessaryMontel Laurent2012-12-031-5/+8
|