summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Middle click closes tabAndrea Diamantini2009-08-241-0/+2
|
* rekonq 0.2.52Andrea Diamantini2009-08-231-2/+2
| | | | | | | | | New NetworkAccessManager (to have that we need at least KDE 4.3.1) that seems working well.. I also changed rekonq description. Now it is "A lightweight web browser for KDE based on Webkit"
* Commented out the 0.2 NetworkAccessManager hack.Andrea Diamantini2009-08-232-11/+11
| | | | Hoping we no more need it!
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-234-57/+11
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-234-19/+69
| | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics..
* Merge commit 'megabigbug/Print'Andrea Diamantini2009-08-232-13/+3
|\
| * Replace "Print preview" by "Print" in the tool menuLionel Chauvin2009-08-232-13/+3
| | | | | | | | Remove "Print"
* | Add an icon to the help submenuAndrea Diamantini2009-08-231-0/+1
|/
* Applied Lindsay's patch about opening Home Page in new tabsAndrea Diamantini2009-08-233-4/+19
| | | | and changed a bit General UI
* Removed some menu related actions (cloned in the context menus)Andrea Diamantini2009-08-233-70/+1
|
* Let work actions shortcut in MainWindowAndrea Diamantini2009-08-231-0/+3
|
* Some actions fixed and re-enabled history action (back) menuAndrea Diamantini2009-08-232-15/+63
|
* Removed MenuBar. First steps..Andrea Diamantini2009-08-227-141/+62
|
* Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 supportAndrea Diamantini2009-08-222-11/+7
| | | | | Note that pointing to KDE 4.3.1 is due to the problems about POST connections to be fixed
* Merge branch 'OneUrlBar2'Andrea Diamantini2009-08-2215-343/+150
|\
| * Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-229-16/+17
| |
| * Removed unuseful stackedurlbar.cpp fileAndrea Diamantini2009-08-221-143/+0
| |
| * Remove url stackLionel Chauvin2009-08-2211-186/+135
| |
* | Merge commit 'pano/string-fixes'Andrea Diamantini2009-08-225-9/+9
|\ \ | |/ |/|
| * Added some FIXME notes about some stringsPanagiotis Papadopoulos2009-08-091-3/+3
| |
| * Added colons to stringsPanagiotis Papadopoulos2009-08-091-2/+2
| |
| * Removed unneeded spacePanagiotis Papadopoulos2009-08-091-1/+1
| |
| * Removed an unneeded spacePanagiotis Papadopoulos2009-08-091-1/+1
| |
| * KDE HIG fixesPanagiotis Papadopoulos2009-08-091-2/+2
| |
* | Rekonq 0.2.00.2.0Andrea Diamantini2009-08-211-1/+1
| | | | | | | | Another step towards a great webkit browser for KDE!
* | Some trivial fixes on GuessUrlFromString functionAndrea Diamantini2009-08-211-2/+2
| |
* | Merge commit 'jokerwww/mailto'Andrea Diamantini2009-08-211-2/+2
|\ \
| * | Fixes handling of mailto links.Jonas M. Gastal2009-08-201-2/+2
| | |
* | | Added commentAndrea Diamantini2009-08-201-0/+4
| | |
* | | This commit siplifies winId management and let our webviews to not detectAndrea Diamantini2009-08-202-7/+6
| | | | | | | | | | | | it. This could be dangerous thinking about what we have in mind... ;)
* | | Fixing setting dialog dimensionAndrea Diamantini2009-08-201-1/+1
| | |
* | | Merge commit 'megabigbug/okClicked'Andrea Diamantini2009-08-201-1/+2
|\ \ \
| * | | fix #203862Lionel Chauvin2009-08-141-1/+2
| |/ /
* | | Merge commit 'pano/master'Andrea Diamantini2009-08-201-0/+2
|\ \ \
| * | | Fix crashing, when right-clicking on a bookmark folder in the bookmarkPanagiotis Papadopoulos2009-08-141-0/+2
| |/ / | | | | | | | | | toolbar. Patch by Johannes Zellner, Thanks!
* | | LineEdit clear button enabledAndrea Diamantini2009-08-201-0/+1
| | |
* | | Rude NetworkAccessManager hack to fix POST operations for 0.2 release ;)Andrea Diamantini2009-08-193-2/+14
| | | | | | | | | | | | I hope we could revert this commit in a while..
* | | Inserting webview winId metadata in cookiejarAndrea Diamantini2009-08-143-1/+12
| | |
* | | rekonq 0.1.980.1.98Andrea Diamantini2009-08-131-1/+1
|/ / | | | | | | A couple of bugfixes to the release..
* | Some work on WebPage class..Andrea Diamantini2009-08-131-29/+28
| |
* | Removed unuseful (?) WebPage::chooseFile method.Andrea Diamantini2009-08-132-9/+1
| | | | | | | | Some TODO comments added.
* | Just downloading not handled filesAndrea Diamantini2009-08-131-18/+19
| |
* | Applied patch from Johannes Zellner about {Middle,CTRL} clickingAndrea Diamantini2009-08-134-9/+12
| | | | | | | | | | | | bookmarks links handling. Many thanks!
* | Fixed mailto link handlingAndrea Diamantini2009-08-131-2/+8
| | | | | | | | BUG: 203625
* | Fix memory leaksAndrea Diamantini2009-08-123-2/+9
| |
* | prevent icon loading when error pageLionel Chauvin2009-08-102-1/+10
| |
* | better handle network errorsLionel Chauvin2009-08-102-59/+63
| |
* | Fixing bug 203156, about stop/reload switch on tab switching.Andrea Diamantini2009-08-105-9/+23
| | | | | | | | | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
* | Removing unuseful QUrl class from guessUrlFromString methodAndrea Diamantini2009-08-101-25/+13
| |
* | New rekonq.kcfg version, according to krazy suggestionsAndrea Diamantini2009-08-101-5/+5
| |