summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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 :-)
* | | 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
| |/ |/|
* | 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.
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-07-051-0/+2
|
* Merge commit 'refs/merge-requests/148' of ↵Andrea Diamantini2010-07-041-19/+25
|\ | | | | | | git://gitorious.org/rekonq/mainline into m148
| * embed the navigation bar and the action bar in a table (div with ↵megabigbug2010-07-041-19/+25
| | | | | | | | display:table) => better for small window
* | Merge commit 'refs/merge-requests/147' of ↵Andrea Diamantini2010-07-041-1/+1
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m147
| * | apply the hack for dark color schemes only if the button text color is too lightmegabigbug2010-07-041-1/+1
| |/
* | Clean MainView API and fix "Pano's bug" about opening new tabs near current onsAndrea Diamantini2010-07-044-7/+6
| |
* | fix tab preview when tab has never been focused. (old bug, fixed, ↵megabigbug2010-07-011-2/+6
|/ | | | reintroduced, fixed again etc)
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-06-291-0/+2
|
* Fix search engine toolbar iconsAndrea Diamantini2010-06-292-1/+5
|
* Show everywhere the needed "Inspect Element" actionAndrea Diamantini2010-06-291-5/+9
|
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-295-10/+9
|
* Follow settings (choose tabs or windows) when opening new tabsAndrea Diamantini2010-06-281-1/+7
|
* Merge commit 'refs/merge-requests/144' of ↵Andrea Diamantini2010-06-281-5/+5
|\ | | | | | | git://gitorious.org/rekonq/mainline into m144
| * Missing i18n calls in the downloads pagePanagiotis Papadopoulos2010-06-271-5/+5
| | | | | | | | | | Also, make the "Open file" feature, that was commented out, work (the solution might be a bit hackish though^^)
* | Merge commit 'refs/merge-requests/143' of ↵Andrea Diamantini2010-06-284-17/+86
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m143
| * add commentsmegabigbug2010-06-273-17/+13
| |