summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Merge commit 'refs/merge-requests/2256' of ↵Andrea Diamantini2010-05-141-1/+10
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2256
| * | 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 commit 'refs/merge-requests/94' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-05-1412-26/+181
|\ \ | |/ |/| | | | | | | | | into m94 Conflicts: docs/index.docbook
| * Updated the rekonq docJonathan Raphael Joachim Kolberg2010-05-1212-26/+182
| |
* | 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
| | |
* | | rekonq 0.4.68Andrea Diamantini2010-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | a bunch of patches merged, the network analyzer feature, the (re)-open closed tabs one .. And a temp fix/hack against these crashes on some systems
* | | 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.
* | rekonq 0.4.670.4.67Andrea Diamantini2010-05-041-1/+1
| | | | | | | | | | updated docs && fixed some bugs Last 0.5 coding sprint starts from here..
* | Last krazy fixesAndrea Diamantini2010-05-043-4/+4
| |
* | Memory leaks fixesAndrea Diamantini2010-05-0417-84/+137
| | | | | | | | first bunch
* | Fix conflictsAndrea Diamantini2010-05-0316-20/+315
|\ \ | |/ | | | | | | | | | | Merge commit 'refs/merge-requests/2254' of git://gitorious.org/rekonq/mainline into DocsUpdate Conflicts: docs/index.docbook
| * Fixed a minor bug in documentationJonathan Raphael Joachim Kolberg2010-05-021-6/+6
| |
| * I rewrote the documentation and made a few screenshots. There are some parts ↵Jonathan Raphael Joachim Kolberg2010-05-0216-22/+318
| | | | | | | | left to write, but I will do that soon.
* | QLatin1String -> QL1SAndrea Diamantini2010-04-3013-73/+112
| | | | | | | | added cppcheck script
* | rekonq 0.4.66Andrea Diamantini2010-04-301-1/+1
| |
* | Improved CMakeLists.txtAndrea Diamantini2010-04-301-10/+8
| |
* | 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-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