summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* inverting position of kget optionsAndrea Diamantini2010-04-261-7/+7
|
* Merge commit 'refs/merge-requests/2253' of ↵Andrea Diamantini2010-04-262-31/+25
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2253
| * Correctly display separators in the bookmark toolbarYoann Laissus2010-04-262-31/+25
| | | | | | | | BUG: 235108
* | Merge commit 'refs/merge-requests/2252' of ↵Andrea Diamantini2010-04-263-4/+4
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2252
| * | fix typo + add colonsPanagiotis Papadopoulos2010-04-251-2/+2
| | |
| * | string fixesPanagiotis Papadopoulos2010-04-252-2/+2
| |/
* | Fix crashAndrea Diamantini2010-04-261-6/+6
|/ | | | BUG: 231060
* Merge branch 'NetworkRequestImprovements'Andrea Diamantini2010-04-258-117/+134
|\
| * Fix error pages showAndrea Diamantini2010-04-252-10/+12
| |
| * Various changesAndrea Diamantini2010-04-256-104/+118
| | | | | | | | | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now)
| * Network Access Manager, first improvementsAndrea Diamantini2010-04-242-7/+8
| |
* | Fixing new tab action positionAndrea Diamantini2010-04-251-4/+1
|/
* rekonq 0.4.64Andrea Diamantini2010-04-241-1/+1
| | | | | | | | | - some cleaner code here and there - improved detach tab action - Completed work on RSS support - dns prefetch enabled by default to improve performances - work on the awesome bar, (better) ordering webshortcut urls - improved WebTab::url() method to work also with "about" urls
* Merge commit 'refs/merge-requests/2251' of ↵Andrea Diamantini2010-04-248-39/+245
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2251
| * Re-remove linedit after rebasematgic782010-04-231-197/+0
| |
| * RSS : new popup appaeraing when clicking the icon, 2 combobox to select ↵matgic782010-04-235-40/+208
| | | | | | | | agregator and feed, and buttons to add/cancel
| * Akregator RSS supportmatgic782010-04-236-39/+274
| |
* | Merge commit 'refs/merge-requests/2250' of ↵Andrea Diamantini2010-04-2410-143/+292
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2250
| * | update SearchEngine data when settings are changedmegabigbug2010-04-231-1/+6
| | |
| * | refractoring on search enginesmegabigbug2010-04-239-142/+286
| |/
* | Merge branch 'DETACH_TAB'Andrea Diamantini2010-04-246-13/+57
|\ \
| * | Detach tab. last fixes.Andrea Diamantini2010-04-243-12/+43
| | | | | | | | | | | | | | | - Do not detach one tab windows - let detach work with "about" urls
| * | Dramatically improved "detach tab" performances..Andrea Diamantini2010-04-234-10/+23
| |/ | | | | | | Need to round some corners, yet.
* | New dns prefetch webkit property and updated local storage oneAndrea Diamantini2010-04-234-43/+55
|/
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-04-231-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-04-221-0/+2
| |
* | Forgot to clean WebPage class..Andrea Diamantini2010-04-231-45/+5
|/
* rekonq 0.4.63Andrea Diamantini2010-04-221-1/+1
| | | | | | | - WebSnap class cleaning & improvements - Merged LineEdit & UrlBar classes - i18n fixes - Embed || Open dilemma. Solved?
* Bye Bye, LineEdit!Andrea Diamantini2010-04-225-313/+174
| | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner
* Merge commit 'refs/merge-requests/2249' of ↵Andrea Diamantini2010-04-224-6/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into Pano18
| * change stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * i18n fixesPanagiotis Papadopoulos2010-04-211-3/+3
| |
| * add comment to stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * add i18n callPanagiotis Papadopoulos2010-04-211-1/+1
| | | | | | | | make the string translatable
| * Merge branch 'master' of git://gitorious.org/rekonq/mainline into i18nPanagiotis Papadopoulos2010-04-21128-2802/+9501
| |\
| * \ Merge branch 'master' of git://gitorious.org/rekonq/mainline into i18nPanagiotis Papadopoulos2010-02-0231-290/+353
| |\ \
* | | | Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-228-104/+173
| | | | | | | | | | | | | | | | | | | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache"
* | | | Fix embed kpart bahevior. Try embedding just when there is a ReadOnlyPartAndrea Diamantini2010-04-211-17/+30
| |_|/ |/| | | | | | | | | | | available. Otherwise, try loading it.
* | | Nebulon's patch.Andrea Diamantini2010-04-211-3/+1
| | | | | | | | | | | | | | | Reverting a beautiful fix by me letting rekonq joyfully crashing on every non default action
* | | New (empty) urlbar test and improved protocolhandler testAndrea Diamantini2010-04-205-24/+125
| | |
* | | Reverting the switch case to an if-else one.Andrea Diamantini2010-04-201-13/+12
| | | | | | | | | | | | I forgot t consider the particular condition in it. Sorry for the mistake.
* | | Partially fixing deleteLater related crashes. But... why these crashesAndrea Diamantini2010-04-201-3/+3
| | | | | | | | | | | | happen if Qt Docs say to delete (later) them?
* | | deleting replies as explained in QNetworkAccessManager docsAndrea Diamantini2010-04-202-4/+11
| | |
* | | Fix default engine implementation and fix a bit codeAndrea Diamantini2010-04-204-71/+86
| | |
* | | this commit renames Item classes with this logicAndrea Diamantini2010-04-192-32/+35
| | | | | | | | | | | | | | | - Listitem inherited classes are TYPE + "Listitem" - QLabel inherited classes are TYPE + Label
* | | rekonq 0.4.62Andrea Diamantini2010-04-191-1/+1
| | | | | | | | | | | | - rekonq default engine and some bugfixing and improvements
* | | Merge branch 'DefaultEngine'Andrea Diamantini2010-04-197-102/+236
|\ \ \
| * | | Suggestions activation on demandAndrea Diamantini2010-04-192-10/+34
| | | |
| * | | Implementing a new default engine choice for rekonqAndrea Diamantini2010-04-195-92/+202
| | | |
* | | | Fix urlbar string as suggested by Johannes ZellnerAndrea Diamantini2010-04-191-1/+1
| | | |