summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Some small fixesPanagiotis Papadopoulos2010-11-141-4/+4
| | |
| * | Merge rekonq documentation from SVN.Panagiotis Papadopoulos2010-11-1433-132/+563
| |/ | | | | | | | | | | thanks to yurchor for the work :-) CCMAIL:yurchor@ukr.net
* | Remove the destructor of MainViewBenjamin Poulain2010-11-202-8/+0
| | | | | | | | | | | | | | | | The destructor of MainView was redundant with the cleaning mechanism of QObject. It is removed to simplify the class. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Remove m_loadingGitPath from MainViewBenjamin Poulain2010-11-202-6/+4
| | | | | | | | | | | | | | | | | | | | The attribute m_loadingGitPath is an invariant of runtime, it is not specific to MainView objects. The path has been changed to a constant of the implementation. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Make the invariants of MainView explicitBenjamin Poulain2010-11-202-5/+4
| | | | | | | | | | | | | | Enforce the invariant of MainView by making the pointer const. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Update the name of MainView attribute to follow the conventionsBenjamin Poulain2010-11-202-12/+12
| | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Update the name of WebTab attributes to follow the conventionsBenjamin Poulain2010-11-202-40/+40
| | | | | | | | | | | | | | | | Most classes of Rekonq uses m_ as a prefix for attribute, this patch update WebTab to follow this convention. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Use QObject cleaning for the destruction of WebView childrenBenjamin Poulain2010-11-201-5/+0
| | | | | | | | | | | | | | | | | | The destructor of QObject already destroy the children and disconnect the object. To reduce code complexity of WebView, we rely on this mechanism instead of doing manually. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Move download handling from WebView to WebPageBenjamin Poulain2010-11-202-1/+1
| | | | | | | | | | | | | | | | Handling download is a responsibility of WebPage, the connection to the implementation is better done in WebPage than in WebView. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Add an assertion to ensure the consistency of WebView during developmentBenjamin Poulain2010-11-201-1/+2
| | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* | Update the name of WebView attribute to conform to the conventionsBenjamin Poulain2010-11-202-96/+96
|/ | | | | | | | Most classes of Rekonq uses m_ prefix for attribute name, this patches update WebView to follow those conventions. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* -pedanticAndre Woebbeking2010-11-131-1/+1
|
* rekonq 0.6.54Andrea Diamantini2010-11-071-1/+1
|
* Ordering files in file: and ftp: embedded protocolsAndrea Diamantini2010-11-072-2/+34
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-11-0712-173/+112
|\
| * Bug when a bookmark contains a '&' fixed in some casesJon Ander Peñalba2010-11-073-7/+6
| |
| * Variable renamedJon Ander Peñalba2010-11-072-3/+3
| |
| * BookmarksContextMenu's destructor moved to the header fileJon Ander Peñalba2010-11-072-6/+1
| |
| * BookmarksPanel API improvedJon Ander Peñalba2010-11-077-57/+40
| |
| * Function renamedJon Ander Peñalba2010-11-074-25/+25
| |
| * BookmarkOwner clean-up and minor bug fixedJon Ander Peñalba2010-11-072-76/+38
| |
* | Let suggestions work also without search engines ones.Andrea Diamantini2010-11-076-18/+24
| |
* | First bunch of fixes for the suggestions.Andrea Diamantini2010-11-077-33/+53
|/ | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* commit the changes by yurchor on the docbookPanagiotis Papadopoulos2010-11-042-8/+5
| | | | thx a lot for those :-)
* Fix forward declarationMontel Laurent2010-11-035-7/+0
|
* add context to stringPanagiotis Papadopoulos2010-11-031-1/+1
| | | | BUG: 254818
* Fix eventual crashes on using page urls..Andrea Diamantini2010-10-311-1/+1
| | | | I know, this should NOT happen. But it does. So, to be sure.. :)
* rekonq 0.6.53Andrea Diamantini2010-10-311-1/+1
| | | | | | - Visual suggestions for Google & Wikipedia (Lionel's great job) - CTestConfig (please, gift us a "make Experimental" sometimes..) - fixes
* Fix merge codeAndrea Diamantini2010-10-318-33/+45
|
* Fix CmakeListsAndrea Diamantini2010-10-312-3/+6
|
* add wikipedia.xmlmegabigbug2010-10-301-0/+8
|
* add wikipedia.xmlLionel Chauvin2010-10-301-0/+1
|
* adapt opensearch reader and writer for xml suggestionsmegabigbug2010-10-306-9/+21
|
* remove warningsmegabigbug2010-10-302-6/+5
|
* fix suggestion not displayed when missing .xmlLionel Chauvin2010-10-301-9/+6
|
* improve layout of visual suggestionsLionel Chauvin2010-10-306-47/+106
|
* Images in visual suggestion are now displayed !!Lionel Chauvin2010-10-304-21/+77
|
* introduce visual suggestion listitemLionel Chauvin2010-10-302-4/+64
|
* add image field to opensearchLionel Chauvin2010-10-303-5/+17
|
* add an xml parser to the opensearch engine.megabigbug2010-10-3010-68/+287
|
* Added CtestConfig.cmakeAndrea Diamantini2010-10-302-0/+17
| | | | | | | | | | | | | With this we can pull our build results to CDash dashboard (my.cdash.org/index.php?project=rekonq) All you need to do is: - clean your build dir - launch cmake with tests enabled (option -DKDE4_BUILD_TESTS=true. Please add it to your usual build script) - execute "ctest -D Experimental" or "make Experimental" That's it! WARNING: It works here just with cmake 2.8.0 on. (Currently 2.8.2 here..)
* Revert "Fastest last tab recover"Andrea Diamantini2010-10-292-21/+1
| | | | | | | This reverts commit 8561c1b43a506ac4ead17734c20cc55ce7cec666. This implementation lets the last close page to continue load eg flash and in general can produce audio playback :(
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-10-291-1/+1
|\
| * Install as programMontel Laurent2010-10-271-1/+1
| |
* | rekonq 0.6.52Andrea Diamantini2010-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | - fix openSearchManager behavior - new restore session notification system - urlbar multiple words highlighting - WebKit page cache feature - working kde protocols resolution - icons in rekonq pages - new private browsing mode (will work well just with KDE SC 4.6) - improved last tab recovering (just last! but with history, urlbar and all the stuffs..)
* | Fix KDE webshortcuts handling with new highlight system. (no more hangs)Andrea Diamantini2010-10-282-26/+35
| |
* | Merge branch 'Open_last_tab_with_history' into NEWMASTERAndrea Diamantini2010-10-282-1/+21
|\ \
| * | Fastest last tab recover :)Andrea Diamantini2010-10-252-1/+21
| | | | | | | | | | | | | | | In fact, the tab is not really deleted, but just saved somewhere to fastly restore it, having again history and so on..
* | | Merge branch 'NewPrivateBrowsing' into NEWMASTERAndrea Diamantini2010-10-287-60/+87
|\ \ \
| * | | This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-227-60/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)