Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of git.kde.org:rekonq | Rohan Garg | 2010-11-22 | 1 | -1/+6 | |
|\ | ||||||
| * | Sorry Pierre, | Andrea Diamantini | 2010-11-21 | 1 | -1/+6 | |
| | | | | | | | | forgot to update author list.. | |||||
* | | Ctrl+Shift+Delete Key Combo to clear private data | Rohan Garg | 2010-11-22 | 1 | -1/+2 | |
|/ | ||||||
* | fix entities for keys in documentation | Yuri Chornoivan | 2010-11-20 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of git://git.kde.org/rekonq | Benjamin Poulain | 2010-11-20 | 45 | -196/+702 | |
|\ | | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h | |||||
| * | Fix markup: | Burkhard Lück | 2010-11-20 | 1 | -7/+3 | |
| | | | | | | | | there is no menu string 'Toolbutton', it is an 'Tool' icon | |||||
| * | rekonq 0.6.55 | Andrea Diamantini | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | - improved documentation - Print & find actions for the parts | |||||
| * | Print && Find actions for the parts :) | Andrea Diamantini | 2010-11-19 | 7 | -35/+111 | |
| | | | | | | | | | | - handle print & find with different signals in mainwindow - show right tab title (moving titleChanged signal from view to tab) | |||||
| * | API clean up | Andrea Diamantini | 2010-11-19 | 6 | -16/+17 | |
| | | | | | | | | urlBar --> currentUrlBar | |||||
| * | Revert "Add a Clear Button to URL bar to clear it" | Pierre Rossi | 2010-11-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | This reverts the controversial commit 49060cbec9ac93f0993fa315e2939516a398d349 for the "clear url bar" feature. reverted after discussion with Rohan on IRC. | |||||
| * | Merge branch 'clearButton' | Rohan Garg | 2010-11-17 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Add a Clear Button to URL bar to clear it | Rohan Garg | 2010-11-17 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix wrong default filenames due to a ":" in it | Andrea Diamantini | 2010-11-15 | 1 | -2/+3 | |
| | | | | | | | | | | | | websvn:1182549 for reference | |||||
| * | | Some small fixes | Panagiotis Papadopoulos | 2010-11-14 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge rekonq documentation from SVN. | Panagiotis Papadopoulos | 2010-11-14 | 33 | -132/+563 | |
| |/ | | | | | | | | | | | thanks to yurchor for the work :-) CCMAIL:yurchor@ukr.net | |||||
* | | Remove the destructor of MainView | Benjamin Poulain | 2010-11-20 | 2 | -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 MainView | Benjamin Poulain | 2010-11-20 | 2 | -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 explicit | Benjamin Poulain | 2010-11-20 | 2 | -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 conventions | Benjamin Poulain | 2010-11-20 | 2 | -12/+12 | |
| | | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini | |||||
* | | Update the name of WebTab attributes to follow the conventions | Benjamin Poulain | 2010-11-20 | 2 | -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 children | Benjamin Poulain | 2010-11-20 | 1 | -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 WebPage | Benjamin Poulain | 2010-11-20 | 2 | -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 development | Benjamin Poulain | 2010-11-20 | 1 | -1/+2 | |
| | | | | | | | | | | Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini | |||||
* | | Update the name of WebView attribute to conform to the conventions | Benjamin Poulain | 2010-11-20 | 2 | -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 | |||||
* | -pedantic | Andre Woebbeking | 2010-11-13 | 1 | -1/+1 | |
| | ||||||
* | rekonq 0.6.54 | Andrea Diamantini | 2010-11-07 | 1 | -1/+1 | |
| | ||||||
* | Ordering files in file: and ftp: embedded protocols | Andrea Diamantini | 2010-11-07 | 2 | -2/+34 | |
| | ||||||
* | Merge branch 'master' of git.kde.org:rekonq | Andrea Diamantini | 2010-11-07 | 12 | -173/+112 | |
|\ | ||||||
| * | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 3 | -7/+6 | |
| | | ||||||
| * | Variable renamed | Jon Ander Peñalba | 2010-11-07 | 2 | -3/+3 | |
| | | ||||||
| * | BookmarksContextMenu's destructor moved to the header file | Jon Ander Peñalba | 2010-11-07 | 2 | -6/+1 | |
| | | ||||||
| * | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 7 | -57/+40 | |
| | | ||||||
| * | Function renamed | Jon Ander Peñalba | 2010-11-07 | 4 | -25/+25 | |
| | | ||||||
| * | BookmarkOwner clean-up and minor bug fixed | Jon Ander Peñalba | 2010-11-07 | 2 | -76/+38 | |
| | | ||||||
* | | Let suggestions work also without search engines ones. | Andrea Diamantini | 2010-11-07 | 6 | -18/+24 | |
| | | ||||||
* | | First bunch of fixes for the suggestions. | Andrea Diamantini | 2010-11-07 | 7 | -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 docbook | Panagiotis Papadopoulos | 2010-11-04 | 2 | -8/+5 | |
| | | | | thx a lot for those :-) | |||||
* | Fix forward declaration | Montel Laurent | 2010-11-03 | 5 | -7/+0 | |
| | ||||||
* | add context to string | Panagiotis Papadopoulos | 2010-11-03 | 1 | -1/+1 | |
| | | | | BUG: 254818 | |||||
* | Fix eventual crashes on using page urls.. | Andrea Diamantini | 2010-10-31 | 1 | -1/+1 | |
| | | | | I know, this should NOT happen. But it does. So, to be sure.. :) | |||||
* | rekonq 0.6.53 | Andrea Diamantini | 2010-10-31 | 1 | -1/+1 | |
| | | | | | | - Visual suggestions for Google & Wikipedia (Lionel's great job) - CTestConfig (please, gift us a "make Experimental" sometimes..) - fixes | |||||
* | Fix merge code | Andrea Diamantini | 2010-10-31 | 8 | -33/+45 | |
| | ||||||
* | Fix CmakeLists | Andrea Diamantini | 2010-10-31 | 2 | -3/+6 | |
| | ||||||
* | add wikipedia.xml | megabigbug | 2010-10-30 | 1 | -0/+8 | |
| | ||||||
* | add wikipedia.xml | Lionel Chauvin | 2010-10-30 | 1 | -0/+1 | |
| | ||||||
* | adapt opensearch reader and writer for xml suggestions | megabigbug | 2010-10-30 | 6 | -9/+21 | |
| | ||||||
* | remove warnings | megabigbug | 2010-10-30 | 2 | -6/+5 | |
| | ||||||
* | fix suggestion not displayed when missing .xml | Lionel Chauvin | 2010-10-30 | 1 | -9/+6 | |
| | ||||||
* | improve layout of visual suggestions | Lionel Chauvin | 2010-10-30 | 6 | -47/+106 | |
| | ||||||
* | Images in visual suggestion are now displayed !! | Lionel Chauvin | 2010-10-30 | 4 | -21/+77 | |
| |