summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* UPdated RELEASE file instructionsAndrea Diamantini2009-08-231-15/+5
|
* 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-223-13/+9
| | | | | 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
| | |
* | | updated RELEASE instructions (not yet ready, anyway..)Andrea Diamantini2009-08-221-1/+2
| | |
* | | Upgraded RELEASE fileAndrea Diamantini2009-08-211-17/+6
| |/ |/|
* | Rekonq 0.2.00.2.0Andrea Diamantini2009-08-212-3/+3
| | | | | | | | Another step towards a great webkit browser for KDE!
* | Removed slackware SlackBuild and slack-desc (quite ready for SBo)Andrea Diamantini2009-08-213-92/+1
| | | | | | | | Updated Changelog
* | Added preliminar RELEASE_HOWTO fileAndrea Diamantini2009-08-211-0/+76
| |
* | 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-132-2/+2
|/ / | | | | | | 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
| |