summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-151-3/+3
| | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews..
* First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)Andrea Diamantini2009-09-151-0/+3
|
* Bugfix: when trying to open link in new tab & network request fails (noDomrachev Alexandr2009-09-131-9/+10
| | | | | connection, etc) error page opened not only on new tab, but on tab with that link.
* Removed "home" schemeAndrea Diamantini2009-09-101-8/+1
|
* HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-0/+7
| | | | | | | | | | | | | | | | | First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :)
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-3/+9
| | | | Added options about tabbed (or not) browsing..
* Removed unuseful headersAndrea Diamantini2009-08-271-1/+0
|
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-231-1/+1
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-231-1/+3
| | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics..
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-1/+1
|
* Fixes handling of mailto links.Jonas M. Gastal2009-08-201-2/+2
|
* Some work on WebPage class..Andrea Diamantini2009-08-131-29/+28
|
* Removed unuseful (?) WebPage::chooseFile method.Andrea Diamantini2009-08-131-6/+1
| | | | Some TODO comments added.
* Just downloading not handled filesAndrea Diamantini2009-08-131-18/+19
|
* Fixed mailto link handlingAndrea Diamantini2009-08-131-2/+8
| | | | BUG: 203625
* Fix memory leaksAndrea Diamantini2009-08-121-1/+6
|
* prevent icon loading when error pageLionel Chauvin2009-08-101-0/+6
|
* better handle network errorsLionel Chauvin2009-08-101-57/+62
|
* Initial porting to KCookieJarAndrea Diamantini2009-08-051-2/+1
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+12
|
* Krazy issues fixes. Part 1Andrea Diamantini2009-08-051-1/+1
|
* Fix IncludeAndrea Diamantini2009-08-051-8/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Simpler WebPage::acceptNavigationRequestAndrea Diamantini2009-08-031-14/+0
|
* Dynamic tab barmegabigbug2009-08-011-1/+1
|
* Some comments updatedAndrea Diamantini2009-08-011-1/+1
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-2/+2
|
* Fix tab in background featuremegabigbug2009-07-311-1/+1
|
* A lot of fixes here:Andrea Diamantini2009-07-261-0/+30
| | | | | | | | | - CTRL + click browsing - mouse wheel gestures - cleaning a bit web* classes This has been possible restoring some code from rekonq 0.1 web classes implementation.
* Pano "create new windowd" bug fix and other little web classesAndrea Diamantini2009-07-241-3/+1
| | | | improvements
* cleaning web* classes and fixing newWindow and createWindow WebPageAndrea Diamantini2009-07-241-9/+10
| | | | slots
* Cleaning commentsAndrea Diamantini2009-07-171-1/+0
|
* Cleaning a bit WebPage implementation to load faster rekonqAndrea Diamantini2009-07-171-44/+0
|
* Removed some unuseful headersAndrea Diamantini2009-07-161-49/+11
|
* Restoring KDE webpage actions (KDE webkit code)Andrea Diamantini2009-07-151-0/+47
|
* Some backports from KdeWebKit and rekonq 0.1 implementationAndrea Diamantini2009-07-151-16/+23
|
* Going back to simpler QtWebKit.Andrea Diamantini2009-07-151-3/+94
| | | | Seems more fast and stable, for now..
* Fake gg:// and wk:// protocol.Andrea Diamantini2009-06-301-35/+1
| | | | | Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there..
* New notify systemAndrea Diamantini2009-06-211-1/+1
|
* Fixing webpage headersAndrea Diamantini2009-06-191-5/+0
|
* Restored Unsupport Content Handler (new 1st implementation)Andrea Diamantini2009-06-191-10/+42
|
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Removed unuseful download classesAndrea Diamantini2009-06-011-1/+0
|
* working on error messages & openLinkInNewTab slotAndrea Diamantini2009-05-281-191/+52
|
* Network Reply Error. STEP 2Andrea Diamantini2009-05-271-20/+26
|
* managing Network Reply Errors. STEP 1Andrea Diamantini2009-05-261-0/+100
|
* Fixing CompilationAndrea Diamantini2009-05-261-0/+1
|
* WebkitKDE porting.Andrea Diamantini2009-05-251-62/+16
| | | | | | I'm working on a big refactoring of the webview/webpage classes. This is (obviously) a work in progress. Perhaps ~50% of the porting..
* Initial kdewebkit porting. STEP 1 DONEAndrea Diamantini2009-05-231-2/+2
|
* splitted web classesAndrea Diamantini2009-05-231-0/+270