summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-1063-91/+108
|
* Fix popup positionAndrea Diamantini2010-02-101-1/+1
|
* margin-top in favorites from 7% to 4%.Andrea Diamantini2010-02-101-2/+1
| | | | This to let previews fit in my screen (1280x800, quite common..)
* rekonq 0.3.89 (near to beta release)Andrea Diamantini2010-02-091-1/+1
| | | | | | LAST CHANGES. Please test, comment, help bugfixing things from now on to 0.4 release :D
* HUGE CHANGE on Preview Page ChoosingAndrea Diamantini2010-02-097-122/+134
| | | | | | | | | | | The idea here is to free rekonq from unuseful weight while browsing and better maintain code. - Moved PreviewSelectorBar to be one of the WebTab bar - (this way position moved to up rather then down) - creation on use && deletion on close (SAVE MEMORY) - free others page for browsing - fix copyright - CLEAN API (is private/public a misconception?) && comments
* Free MainWindow from PreviewSelectorBarAndrea Diamantini2010-02-092-8/+1
| | | | WARNING: it doesn't compile
* Fix NewTabPage API && commentsAndrea Diamantini2010-02-092-10/+12
|
* FIXAndrea Diamantini2010-02-091-4/+3
| | | | | Delete ASAP the threaded job fix focus navigation while opening new tabs back/fore ground..
* Fix tab preview.Andrea Diamantini2010-02-081-0/+1
| | | | WeakPointer misconcept
* rekonq 0.3.36Andrea Diamantini2010-02-071-1/+1
| | | | new tab page
* Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-0717-678/+612
|\ | | | | | | into matgic_tab_page
| * Fix loading previews : when load finished, result wasn't shownmatgic782010-02-065-39/+52
| |
| * Do not try to load homepage if url is not validmatgic782010-02-061-0/+8
| |
| * Remove m_newtabPage. That was not used anywhere !matgic782010-02-062-10/+0
| |
| * Changed strings following pano's recommandationsmatgic782010-02-061-3/+3
| |
| * Add tooltips to buttonsmatgic782010-02-061-0/+2
| |
| * Last bugs : layout fixes and empty urlbar when going back to homepagematgic782010-02-062-2/+3
| |
| * 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
* | Merge commit 'refs/merge-requests/86' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-063-32/+77
|\ \ | | | | | | | | | into ZoomSlide
| * | Replace zoom setting submenu by a widget with a slidermatgic782010-02-063-32/+77
| |/
* | i18n, pointers & fixes..Andrea Diamantini2010-02-061-1/+1
| |
* | FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-066-11/+18
|/
* 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