summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bugfix : previews were sometimes saved using the good sizematgic782010-02-062-14/+6
|
* bugfixing...matgic782010-02-064-65/+31
|
* A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-0614-288/+268
| | | | page you want to preview, and then you click a button
* tmp commitmatgic782010-02-061-18/+22
|
* fix bug : closed Tabs replaced favorites when loadedmatgic782010-02-062-2/+11
|
* little changesmatgic782010-02-063-6/+17
|
* Fix compilation after rebasingmatgic782010-02-061-1/+2
|
* First expermimental implementation of a new way of choosing a previewmatgic782010-02-066-13/+262
|
* Various changes:matgic782010-02-067-596/+79
| | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview
* Re-implemented previews in homepage without using plugins. Not finished yet :matgic782010-02-067-52/+277
| | | | | | | | | | | | Little things that change: -nice buttons appearing on hover -transitions on hover TODO: -when a preview is empty or when loading, it is very ugly -for now there's no way to choose the page you want to preview -port "closed Tabs" to this new architecture -totally remove PreviewImage classes -eventually, specific contextmenu for previews
* QPointers --> QWeakPointersAndrea Diamantini2010-02-058-59/+66
|
* Merge commit 'refs/merge-requests/85' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-02-041-3/+3
|\
| * i18n fixesPanagiotis Papadopoulos2010-02-021-3/+3
| | | | | | | | Add some context to the strings, and fix one string
* | rekonq 0.3.34Andrea Diamantini2010-02-021-1/+1
| | | | | | | | fixes fixes fixes
* | Again, Ronny Scholz patchAndrea Diamantini2010-02-021-2/+2
| | | | | | | | about private browsing confirmation dialog
* | Ronny Scholz string fix aboutAndrea Diamantini2010-02-021-3/+2
| | | | | | | | the disappeared Google search bar
* | Fix bug 219752Andrea Diamantini2010-02-021-1/+1
| | | | | | | | | | | | | | Johannes Zellner patch. Thanks :) BUG: 219752
* | This should fix last wrong encoded urlsAndrea Diamantini2010-02-021-22/+31
| |
* | Merge commit 'refs/merge-requests/83' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-022-6/+9
|\ \ | | | | | | | | | into panosf
| * | KDE HIG fixPanagiotis Papadopoulos2010-01-281-1/+1
| | |
| * | KDE HIG fixesPanagiotis Papadopoulos2010-01-281-5/+8
| | |
* | | Fix crashes (and hopefully bug 212219)Andrea Diamantini2010-02-011-2/+2
| | | | | | | | | | | | Thanks to Thomas Gahr for the fix
* | | Let rekonq use just KIO network cache. This will force webkitAndrea Diamantini2010-02-011-3/+11
|/ / | | | | | | to search in the history navigation in the right cache..
* | This is not Cedric's fix about new tab button positionAndrea Diamantini2010-01-271-8/+5
| | | | | | | | | | | | | | | | | | | | but I hope he is anyway happy about :) I removed the oxygen trick as I noticed bug is no more present (tested with kde4/oxygen, kde4/cleanlooks && fluxbox) I also noticed that putting Y position to 2 is better than 0. But this is just my opinion.. :)
* | Cedric's PatchAndrea Diamantini2010-01-271-1/+1
| | | | | | | | Fix bookmarks icon size
* | rekonq 0.3.33Andrea Diamantini2010-01-261-1/+1
| | | | | | | | MultiThreading on loading url :)
* | Cleaning code a bit..Andrea Diamantini2010-01-262-35/+0
| |
* | MultiThreaded rekonq !!Andrea Diamantini2010-01-266-57/+214
| | | | | | | | | | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D
* | disconnect also webpage signals on close!Andrea Diamantini2010-01-241-0/+1
| | | | | | | | | | This will save rekonq from crashing on fast CTRL+W close on notify message popup
* | rekonq 0.3.32Andrea Diamantini2010-01-241-1/+1
| | | | | | | | fixes && profiling
* | Fixing panelsAndrea Diamantini2010-01-2412-249/+123
| | | | | | | | | | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)
* | Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-236-22/+45
| | | | | | | | | | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one.
* | Be sure you need to resolv url...Andrea Diamantini2010-01-231-9/+9
| |
* | STEP 1:Andrea Diamantini2010-01-222-36/+60
| | | | | | | | Subdivide loadUrl stuffs
* | Merge branch 'SpareFixes'Andrea Diamantini2010-01-221-8/+0
|\ \
| * | no more need to inspect POST operations :)Andrea Diamantini2010-01-221-8/+0
| | |
* | | rekonq 0.3.31Andrea Diamantini2010-01-211-1/+1
|/ / | | | | | | Fixes Fixes Fixes
* | Spare fixesAndrea Diamantini2010-01-212-0/+2
| |
* | Save memory!Andrea Diamantini2010-01-213-10/+19
| | | | | | | | | | | | With this commit, we save (at least) 3 bytes for each AdBlockRule defined (and probably more than 3!). In my installation I have about 100 rules... :)
* | Some leaks fixed in new codeAndrea Diamantini2010-01-202-6/+6
| |
* | fix close tab when javascript:self.close()megabigbug2010-01-172-2/+2
|/
* upgrading RULES files and applying loadUrl fix: "double quotesAndrea Diamantini2010-01-162-4/+4
| | | | | | | | replaced with encoded chars" Courtesy patch of Andrea Scarpino. Thanks and Welcome! CCMAIL:andrea@archlinux.org
* Merge branch 'AdFixes'Andrea Diamantini2010-01-143-79/+101
|\
| * Cleaning again (the morning after) the adblock thing.. :)Andrea Diamantini2010-01-143-79/+101
| | | | | | | | | | Removed the "options" part. Will be rewritten in rekonq 0.5 together with the UI..
* | rekonq 0.3.30Andrea Diamantini2010-01-141-1/+1
|/ | | | | | - better adblock - working back history menu - better fullscreen mode
* Better AdBlocking things :)Andrea Diamantini2010-01-147-44/+125
|
* AdBlock Plus rules fast summary :)Andrea Diamantini2010-01-131-1/+78
|
* History (back) menu fixed!Andrea Diamantini2010-01-111-26/+19
| | | | Finally..
* Just an html page with a table and a lot of links to test :)Andrea Diamantini2010-01-101-0/+151
| | | | Please, add yours there to let everyone test them
* rekonq 0.3.29Andrea Diamantini2010-01-101-1/+1
| | | | Fullscreen mode && protocols fixes