summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-084-3/+158
|
* Merge branch 'm155'Andrea Diamantini2010-08-054-3/+20
|\
| * - Add a 'Don't ask again' option to some message dialogYoann Laissus2010-08-044-3/+20
| | | | | | | | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565
* | Stupid spaces..Andrea Diamantini2010-08-051-3/+0
|/
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-031-0/+1
|
* Fixing bookmarks toolbar in xmlgui (or at least I hope so)Andrea Diamantini2010-08-022-1/+5
| | | | Removing one doubled F6 shortcut
* Faster startupAndrea Diamantini2010-08-021-23/+22
|
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-08-021-0/+6
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-011-0/+6
| |
* | rekonq 0.5.53Andrea Diamantini2010-08-021-1/+1
| | | | | | | | There could be someone very interested in trying this...
* | Merging mr 154 by hand!!Andrea Diamantini2010-08-025-55/+163
| | | | | | | | | | | | | | WARNING: I'm NOT sure about this. Please everyone, check it twice!! PS: Many thanks to Yoann21. He is doing a fantastic work on the bookmarks toolbar
* | Don't save sessions && closed tabs if Private Browsing is enabledAndrea Diamantini2010-07-312-1/+7
| | | | | | | | BUG:246268
* | Applying Eelko's patch against XSS vulnerabilityAndrea Diamantini2010-07-311-2/+2
|/ | | | | | Are we yet vulnerable? CCBUG:217464
* Editable urlbar :DAndrea Diamantini2010-07-302-33/+70
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-301-88/+0
|
* Fix bug and remove webkit workaroundAndrea Diamantini2010-07-291-8/+3
| | | | BUG: 244121
* Enable raster engine by default on X11Andrea Diamantini2010-07-291-1/+4
| | | | Benjamin Poulain's patch (Thanks!!)
* Fix && improve fonts management.Andrea Diamantini2010-07-294-62/+38
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* rekonq 0.5.52Andrea Diamantini2010-07-281-1/+1
| | | | | Back to XMLGUI (but no fixes yet) This basically means: Configurable Toolbars!
* Fix rc file against 0.5.51 changesAndrea Diamantini2010-07-281-1/+1
|
* Kubuntu's patch about rekonq desktop file (Generic Name fix)Andrea Diamantini2010-07-281-25/+90
| | | | BUG:245779
* Back to XMLGUI.Andrea Diamantini2010-07-266-79/+167
| | | | | | | | This means configurable toolbars and the old problems with our no menubar choice. We'll see what will happen this time... Yoann: can you pls check my port of the bookmarks toolbar?
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-261-0/+2
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-231-0/+6
|
* Merge commit 'refs/merge-requests/153' of ↵Andrea Diamantini2010-07-226-265/+144
|\ | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h
| * fix suggestion typemegabigbug2010-07-211-1/+1
| |
| * reintroduce bookmark suggestionsmegabigbug2010-07-214-19/+23
| |
| * remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-204-22/+28
| | | | | | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
| * history review:megabigbug2010-07-206-238/+110
| | | | | | | | | | | | | | | | | | - remove AwesomeUrlCompletion class - add an QHash to the history manager: each url have a visit counter - sort history urls by visit count TODO: - reintroduce bookmark item in url resolver (broken when AwesomeUrlCompletion was removed)
* | Merge commit 'refs/merge-requests/152' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-07-221-2/+3
|\ \
| * | Forget to commit this changeYoann Laissus2010-07-211-2/+3
| |/
* | Merge commit 'refs/merge-requests/150' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-07-221-2/+2
|\ \
| * | add i18n to untranslatable stringsPanagiotis Papadopoulos2010-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | I chose to do this in my own clone, instead of doing it directly in the mainline, because I’m not sure whether how I did it is “good pratice”. If you think it is, please merge it :-)
* | | rekonq 0.5.51Andrea Diamantini2010-07-211-1/+1
| | | | | | | | | | | | | | | bookmarks toolbar enabled by default cleaning up HistoryManager
* | | Just some stupid cleaning on HistoryManager before starting seriously ↵Andrea Diamantini2010-07-212-30/+15
| | | | | | | | | | | | working on...
* | | Moving download history management from HistoryManager to Application classAndrea Diamantini2010-07-217-88/+100
| | | | | | | | | | | | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class...
* | | Don't hide the bookmarks toolbar by defaultAndrea Diamantini2010-07-211-1/+0
| |/ |/|
* | rekonq 0.5.50Andrea Diamantini2010-07-201-1/+1
| | | | | | | | | | | | | | First changes: - cleaner UI - shortcuts (ALT+T) for the tools menu - bookmarks management improvements
* | Remove home && bookmarks buttonsAndrea Diamantini2010-07-201-3/+12
| | | | | | | | | | Let (eventual) bookmarks menu && tools menu having a shortcut: ALT+B for bookmarks && ALT+T for Tools
* | - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-188-58/+94
| | | | | | | | | | - Synchronisation of the folded states between each windows - Code cleanup
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-141-0/+2
| |
* | Merge commit 'refs/merge-requests/149' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-07-111-1/+1
|\ \
| * | tab has to be pluralPanagiotis Papadopoulos2010-07-081-1/+1
| |/
* | forgot to add apt: to urlbar ;)Rohan Garg2010-07-081-1/+1
| | | | | | | | modified: urlbar/urlresolver.cpp
* | apturl handlingRohan Garg2010-07-061-0/+17
|/ | | | modified: src/protocolhandler.cpp
* Add comment="KDE::DoNotExtract" to TextLabel.Andrius Štikonas2010-07-061-1/+1
| | | | This dummy string is not visible by the user so it is not necessary to translate it.
* Use KIntSpinBox together with plural aware setSuffix instead of static ↵Andrius Štikonas2010-07-062-2/+15
| | | | QSpinBox suffix.
* updating version numberAndrea Diamantini2010-07-051-1/+1
|
* updating ChangeLogAndrea Diamantini2010-07-051-0/+12
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-051-0/+2
|