summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BookmarkOwner clean-up and minor bug fixedJon Ander Peñalba2010-11-072-76/+38
|
* 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 :)
* | | | Merge branch 'AboutPagesIcon' into NEWMASTERAndrea Diamantini2010-10-281-95/+119
|\ \ \ \ | |_|_|/ |/| | |
| * | | NewTabPage improvementsAndrea Diamantini2010-10-231-95/+119
| | |/ | |/| | | | | | | | | | 1) icons in the history & bookmarks pages 2) minor performance improvement, using QL1S macro
* | | Remove raster graphics system by default.Andrea Diamantini2010-10-251-4/+1
|/ / | | | | | | | | | | | | | | This is the cause of some problems with UI (eg: contextual menus not shown), probably related to some HW/driver combinations BUG:255175 CCMAIL:bigbrovar@gmail.com
* | fix typo in the default bookmarksPanagiotis Papadopoulos2010-10-221-1/+1
|/ | | | | thanks to Alexander Potashev for the hint BUG:254911
* This commit fixes icons handling for "rekonq pages" (eg: about urls).Andrea Diamantini2010-10-217-52/+45
| | | | | | | | | | | It also contains a cleaned version of the WebTab::url() method (the previous one was not working on loading pages. And also immediately after the loadFinished signal) This should also fix some "bad" handling on back/forward buttons. Finally, it contains some unrelated QLatin1String --> QL1S changes. Benjamin, I spoke too early about those. I squashed merged my work and removed previous branch :(
* add comment to stringPanagiotis Papadopoulos2010-10-211-1/+1
| | | | CCBUG: 254818
* Fix highlighting of the last characterPierre Rossi2010-10-202-12/+16
| | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain
* Minor clean-up to the UrlPanel classJon Ander Peñalba2010-10-193-20/+14
|
* can not -> cannotPanagiotis Papadopoulos2010-10-192-3/+3
|
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-205-8/+14
|
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-10-181-2/+2
|\
| * fix string (wasn’t → was not)Panagiotis Papadopoulos2010-10-171-2/+2
| |
* | Protocol handler (trivial) fixesAndrea Diamantini2010-10-181-13/+8
|/
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2010-10-161-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-10-151-0/+2
| |
* | Fixed i18n string, ftp handling back to rekonqAndrea Diamantini2010-10-161-3/+10
| |
* | More i18n fixes, as instructed by Panagiotis PapadopoulosRohan Garg2010-10-161-2/+2
| |
* | i18n semantics and remove redundant ifRohan Garg2010-10-161-3/+5
| |
* | Better protocol resolution for URL barRohan Garg2010-10-151-1/+2
| |
* | Optimize rekonq to handle more protocolsRohan Garg2010-10-141-25/+18
|/
* Fix 'make buildtests'Andrea Diamantini2010-10-131-0/+3
| | | | Patch from Jon Ander Penalba. Thanks :)
* commit the fixnihui2010-10-132-4/+4
|