summaryrefslogtreecommitdiff
path: root/src/networkaccessmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* no more need to inspect POST operations :)Andrea Diamantini2010-01-221-8/+0
|
* We have file management :DAndrea Diamantini2009-12-161-5/+2
|
* KWebWallet integrationAndrea Diamantini2009-12-061-1/+9
|
* Porting rekonq to last Qt/KDE APIAndrea Diamantini2009-11-301-0/+56
| | | | adblock (KDE one) fix #1
* Moving to kdewebkit.Andrea Diamantini2009-11-131-64/+0
| | | | First step
* we are using KDE proxy settings (via KIO)Andrea Diamantini2009-10-141-135/+0
| | | | So we no more need our dialogs and error retrieving :)
* Remove rekonq's custom proxy implementation to use KDE's proxy settings ↵Dario Freddi2009-10-131-15/+24
| | | | | | through KProtocolManager. This makes rekonq much more integrated withing KDE, as the user expects that changes in System Settings would take place everywhere. And it also leaves less code to maintain Signed-off-by: Dario Freddi <drf@kde.org>
* Cleaning headers and so on...Andrea Diamantini2009-10-061-1/+0
|
* moving from about: protocol to rekonq: protocol :DAndrea Diamantini2009-10-021-26/+0
| | | | | This fix some issues, about some "stupid" sites whose js sends strange "about:blank" requests (just found 2!!)
* Simpler KIO management (no more metadata)Andrea Diamantini2009-10-021-36/+24
|
* Slightly changed the FIXME comment ;-)Panagiotis Papadopoulos2009-09-301-1/+1
|
* AccessManager fixesAndrea Diamantini2009-09-261-24/+25
| | | | | - create request method - network disk cache
* Cleaning some unuseful kDebug(s)...Andrea Diamantini2009-09-251-1/+0
|
* Fixing foreach macros..Andrea Diamantini2009-09-221-1/+1
|
* User attributesAndrea Diamantini2009-09-031-9/+17
|
* Commented out the 0.2 NetworkAccessManager hack.Andrea Diamantini2009-08-231-9/+9
| | | | Hoping we no more need it!
* Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 supportAndrea Diamantini2009-08-221-1/+1
| | | | | Note that pointing to KDE 4.3.1 is due to the problems about POST connections to be fixed
* Merge commit 'pano/string-fixes'Andrea Diamantini2009-08-221-3/+3
|\
| * Added some FIXME notes about some stringsPanagiotis Papadopoulos2009-08-091-3/+3
| |
* | Rude NetworkAccessManager hack to fix POST operations for 0.2 release ;)Andrea Diamantini2009-08-191-0/+11
| | | | | | | | I hope we could revert this commit in a while..
* | Inserting webview winId metadata in cookiejarAndrea Diamantini2009-08-141-0/+6
|/
* RekonqAccessManager (rekonq 0.2 version)Andrea Diamantini2009-08-081-1/+1
|
* Krazy fixes. Part 2.Andrea Diamantini2009-08-071-2/+2
| | | | | | - KDE classes in ui files - Ui dialog deleteLater - const in for each loop (apart from the QWebFrame one..)
* Reverting KIO::AccessManager --> QNetworkAccessManagerAndrea Diamantini2009-08-061-1/+1
| | | | | | | | | 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!!)
* Removing windowID settings, unuseful (for me) in aAndrea Diamantini2009-08-051-6/+0
| | | | ONE window application :)
* Initial porting to KCookieJarAndrea Diamantini2009-08-051-1/+2
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-8/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-4/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Wrong headers fixes!Andrea Diamantini2009-08-041-2/+2
|
* Hopefully last fix for KDE 4.2.x with x minor than 70..Andrea Diamantini2009-08-031-0/+208
|
* KDE 4.2 support. Not easy as expected..Andrea Diamantini2009-06-091-176/+0
|
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Fixed mainwindow conflictsAndrea Diamantini2009-05-281-6/+11
|\
| * cosmeticAndrea Diamantini2009-05-281-1/+3
| |
| * load AccessManager Proxy fixAndrea Diamantini2009-05-261-2/+3
| |
| * Fixing CompilationAndrea Diamantini2009-05-261-2/+2
| |
| * Fixing new AccessManager. Removed webpage createPlugin slotAndrea Diamantini2009-05-231-13/+0
| |
| * Access Manager Porting. Compiles && linksAndrea Diamantini2009-05-221-1/+16
| |
* | Removed QDialog instancesAndrea Diamantini2009-05-221-3/+2
|/
* YesNo --> ContinueCancelAndrea Diamantini2009-05-201-1/+1
|
* Last krazy issues fixedadjam2009-05-121-15/+20
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* EBN Krazy issues. 3rd round... First chech finished!Andrea Diamantini2009-05-071-1/+0
|
* Fixing conflicts merging masteradjam2009-05-061-0/+2
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * astyleAndrea Diamantini2009-04-291-4/+4
| |
| * kdialog fixesAndrea Diamantini2009-04-271-5/+9
| |
| * Including moc files && lineedit class Q_OBJECT fixAndrea Diamantini2009-04-261-1/+0
| |
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * pedanticAndrea Diamantini2009-04-221-2/+1
| |
| * Merge branch 'KDialogs'Andrea Diamantini2009-04-051-21/+23
| |\
| | * Ported Authentication Ui to Kdialog shining.. ;)Andrea Diamantini2009-04-051-21/+23
| | |