summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Fixed "history panel" string bugAndrea Diamantini2009-08-101-2/+1
|
* Removed privacy settings and ported history ones into the GeneralAndrea Diamantini2009-08-106-98/+60
| | | | Group.
* hide popup when focus changeLionel Chauvin2009-08-091-0/+2
|
* Merge commit 'megabigbug/popup'Andrea Diamantini2009-08-091-2/+5
|\
| * flashy popup: delete after have painted the newerLionel Chauvin2009-08-091-2/+5
| |
* | progress bar at 100% is better drawn (fix division issue with int value)Lionel Chauvin2009-08-091-1/+1
|/
* Removed old cookies system classes..Andrea Diamantini2009-08-085-244/+0
|
* Compiler warning fixesAndrea Diamantini2009-08-081-0/+2
|
* RekonqAccessManager (rekonq 0.2 version)Andrea Diamantini2009-08-083-4/+16
|
* Merge commit 'megabigbug/tabfontsize'Andrea Diamantini2009-08-081-6/+0
|\
| * standard tab font sizeLionel Chauvin2009-08-081-6/+0
| |
* | small fix: prevent empty url at the begining of loadingLionel Chauvin2009-08-071-2/+7
| |
* | Load url in the background urlbar fixesAndrea Diamantini2009-08-072-2/+2
|/
* Krazy issues, part 3Andrea Diamantini2009-08-072-7/+6
| | | | - improper include guards
* Krazy fixes. Part 2.Andrea Diamantini2009-08-076-17/+10
| | | | | | - KDE classes in ui files - Ui dialog deleteLater - const in for each loop (apart from the QWebFrame one..)
* Merge commit 'megabigbug/query'Andrea Diamantini2009-08-071-1/+1
|\
| * fix loadUrl for query with accents (eg: églantine)Lionel Chauvin2009-08-061-1/+1
| |
* | Remove a dot after the URL from the message, to avoid confusionPanagiotis Papadopoulos2009-08-071-1/+1
|/
* Debug info from setWindowIDAndrea Diamantini2009-08-061-4/+2
| | | | also setting intial window empty (-1)
* Fixing popus (eventual) closing crashesAndrea Diamantini2009-08-061-0/+1
|
* Fixed "QCoreApplication::postEvent: Unexpected null receiver"Andrea Diamantini2009-08-061-1/+4
| | | | warning
* rekonq 0.1.97 with last fixes about AccessManager and cookiesAndrea Diamantini2009-08-062-2/+2
|
* Reverting KIO::AccessManager --> QNetworkAccessManagerAndrea Diamantini2009-08-062-3/+4
| | | | | | | | | to respect (for 0.2 release) KDE 4.2 support and to banally fix 'pano' 's bug about CMS previews.. This has some downside problems with cookies headers (kdebug says) but things seems working well ;) And that's the important (at least, near a release!!)
* Some coding trivial fixesAndrea Diamantini2009-08-062-5/+7
|
* clean codeLionel Chauvin2009-08-052-31/+19
|
* Replace privacy icon and text by historyLionel Chauvin2009-08-051-2/+2
|
* add a minimum size to the configuration panelLionel Chauvin2009-08-051-0/+1
|
* fix: clear cookiesLionel Chauvin2009-08-054-6/+16
|
* add m_windowId else unable to connect to KCookieJarServerLionel Chauvin2009-08-053-17/+21
|
* Removing windowID settings, unuseful (for me) in aAndrea Diamantini2009-08-054-27/+39
| | | | ONE window application :)