summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adds current tab to session state (bug 237720)Lindsay Mathieson2010-05-162-1/+27
|
* This commit should fix a lot of troubles on fast urlbar typingAndrea Diamantini2010-05-145-7/+22
| | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390
* This commit reintroduces the QStackedWidget class for urlbars and letAndrea Diamantini2010-05-148-37/+155
| | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7
* Show faster url to loadAndrea Diamantini2010-05-143-4/+9
|
* No wait for first resultsAndrea Diamantini2010-05-142-34/+35
|
* Implement TZander suggestions on closing the last tabAndrea Diamantini2010-05-142-1/+9
| | | | BUG: 230576
* Merge branch 'FixBlocks'Andrea Diamantini2010-05-147-128/+103
|\ | | | | | | | | | | | | | | WARNING: as we have a new adblock file, adblock will not work until rekonq doesn't update subscriptions. In some test installations, you can force rekonq doing it by removing your $KDEHOME/share/config/rekonqrc file :)
| * Move adblock rules conf file to appdata, to maintain central config file tinyAndrea Diamantini2010-05-143-88/+93
| |
| * AdBlock clean up, step 1Andrea Diamantini2010-05-145-40/+10
| |
* | Better wording for automatic filter update interval.Abdurrahman AVCI2010-05-131-1/+4
| |
* | Hide automatic filter list header.Abdurrahman AVCI2010-05-131-0/+6
|/
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-131-0/+4
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-131-0/+4
| |
* | Fix crash on close file: tabsAndrea Diamantini2010-05-131-3/+2
|/ | | | BUG:237426
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-121-0/+10
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-121-0/+10
| |
* | Add timer to UrlBar suggestionsAndrea Diamantini2010-05-123-2/+31
| | | | | | | | | | This is based on the Cedric's patch about and I changed it to save a bit of work to rekonq to not resolve urls that not will be displayed :)
* | Fix UrlFilter HangsAndrea Diamantini2010-05-122-3/+5
|/ | | | Cedric's patch
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-05-111-32/+0
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-05-111-32/+0
| |
* | REVERT ME ASAP PATCH :)Andrea Diamantini2010-05-111-6/+6
| | | | | | | | | | | | This patch should fix "troubles" (read crashes) in some systems, but I think it let rekonq leaks horribly :( Studying the right solution for..
* | Load old closed tabs from session manager.Andrea Diamantini2010-05-113-4/+46
| | | | | | | | | | | | | | | | | | This let me think about the need of reimplementing it and all History to support more infos (eg: zoom) closing one bug and opening another :) BUG:228480
* | (Re)-open closed tabsAndrea Diamantini2010-05-114-1/+53
| | | | | | | | | | | | tabbar actions & CTRL + SHIFT + T shortcut for the last Johannes Zellner's patch. Thanks :)
* | Add "days" word to better explain the adblock update intervalAndrea Diamantini2010-05-111-1/+1
| |
* | Merge commit 'refs/merge-requests/2255' of ↵Andrea Diamantini2010-05-114-112/+185
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2255
| * | Right align all labels to confirm to the KDE4 HIG.Abdurrahman AVCI2010-05-084-112/+185
| |/
* | This commit implements another dockwidget for rekonq, containing aAndrea Diamantini2010-05-0512-11/+514
|/ | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :)
* if the url of an item have the same domaine name as the typed string, it is ↵megabigbug2010-05-052-9/+39
| | | | moved at top of the list
* Javascript protocol fixAndrea Diamantini2010-05-041-0/+3
|
* reply deleteLater..Andrea Diamantini2010-05-042-6/+7
| | | | This time seems good.
* Last krazy fixesAndrea Diamantini2010-05-043-4/+4
|
* Memory leaks fixesAndrea Diamantini2010-05-0417-84/+137
| | | | first bunch
* QLatin1String -> QL1SAndrea Diamantini2010-04-3012-73/+73
| | | | added cppcheck script
* Include Fixes, first bunchAndrea Diamantini2010-04-3034-105/+112
|
* Krazy fixesAndrea Diamantini2010-04-3016-35/+37
|
* Fix rsswidget filesAndrea Diamantini2010-04-302-37/+51
|
* cleaning headersAndrea Diamantini2010-04-3021-30/+16
|
* New rekonq_defines.hAndrea Diamantini2010-04-3049-129/+160
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-3097-2325/+2350
|
* 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
|
* - 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
|/