summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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..)
* 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
* 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
| |/
* | 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
* | 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
* | 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
* | 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
* | no more need to inspect POST operations :)Andrea Diamantini2010-01-221-8/+0
| |
* | Spare fixesAndrea Diamantini2010-01-212-0/+2
| |