summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* A coding style roundAndrea Diamantini2010-04-3098-2327/+2352
|
* A tiny improvement in the error page, showing a fat icon.. :)Andrea Diamantini2010-04-301-2/+12
|
* Fix (again and again) ftp handling (and errors in general)Andrea Diamantini2010-04-305-30/+37
| | | | | Disabled the "Failed to Load" string as rekonq usually does a lot more than WebKit to "load" an url..
* Fixed wrong pointed out text in the Browse ListItemAndrea Diamantini2010-04-302-3/+4
|
* Fixing tab switch behavior.Andrea Diamantini2010-04-293-15/+25
| | | | | | It seems webkit removed an update on setViewPortSize, letting our trick about setScrollBarPolicy dangerous (no scrollbar on rendered pages)
* Right icon button fixAndrea Diamantini2010-04-282-2/+4
|
* rekonq 0.4.65Andrea Diamantini2010-04-281-1/+1
| | | | | | | - Network Improvements - increased boot speed - Text Encodings menù & management - bugfixes
* - Fixed layouts in the *ListItem classesAndrea Diamantini2010-04-283-28/+36
| | | | | - Browse before than Search - remove some warning messages
* Remove the "is readable" check. Now things seem work.Andrea Diamantini2010-04-272-14/+5
| | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660
* Merge branch 'ENCODINGS'Andrea Diamantini2010-04-265-11/+66
|\
| * Encodings managementAndrea Diamantini2010-04-264-4/+59
| |
| * inverting position of kget optionsAndrea Diamantini2010-04-261-7/+7
| |
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-04-261-0/+2
|/
* 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.