summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'mr92'Andrea Diamantini2010-02-213-5/+47
|\
| * Merge commit 'refs/merge-requests/92' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-203-5/+47
| |\ | | | | | | | | | into mr92
| | * Get rid of the selection of the next found expression when the checkbox ↵Yoann Laissus2010-02-193-2/+18
| | | | | | | | | | | | matchCase is toggled
| | * Fix a small regression : the color of the lineEdit of the findBar is not ↵Yoann Laissus2010-02-191-7/+2
| | | | | | | | | | | | correctly updated when it's empty
| | * The text is now instantly checked when the checkbox match case is toggledYoann Laissus2010-02-191-2/+3
| | | | | | | | | | | | Fix the selected text when the findBar is closed and open
| | * Workaround the bug of qtwebkit in the function findText(). An empty string ↵Yoann Laissus2010-02-192-4/+34
| | | | | | | | | | | | doesn't clear the selection.
* | | Restored addTabButton ctor initializationAndrea Diamantini2010-02-201-0/+1
| | |
* | | Merge commit 'refs/merge-requests/93' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-201-1/+1
|\ \ \ | |/ / |/| | | | | into mr93
| * | The newTab button must be initialized after the tabBar.Yoann Laissus2010-02-201-1/+1
| | | | | | | | | | | | (Fix the regression introduced by b0ef8fdaa1f36f144980f9df30707deb7a076403)
* | | window title fixespano2010-02-191-3/+3
|/ /
* | change setHtml( string ) to setHtml( string, url ) to let webviewsAndrea Diamantini2010-02-194-7/+8
| | | | | | | | return an url on webview->url() calls
* | Save memory.Andrea Diamantini2010-02-192-34/+35
| | | | | | | | One tabBar pointer less for each mainwindow
* | Save memory. One WebPage pointer less for each WebView :)Andrea Diamantini2010-02-192-8/+14
|/
* .. and check that the changes you do are right.Andrea Diamantini2010-02-191-2/+2
| | | | | (How can you translate page titles? You wanna translate every title in every web page of the World?...)
* Pano, please compile your code && your changes before asking for aAndrea Diamantini2010-02-191-1/+1
| | | | merge request..
* Merge commit 'refs/merge-requests/90' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-192-4/+4
|\ | | | | | | into ThursdayFixes
| * Change window titles strings a bitpano2010-02-182-4/+4
| | | | | | | | | | | | | | They now use a "real hyphen" (–) instead of the plain minus character (-), like it is used in the rest of KDE. I also made the window titles translatable, since Left-to-Right languages might need this
* | Set rekonq page (and fix focus) on new window creation.Andrea Diamantini2010-02-193-3/+10
|/ | | | BUG: 226851
* Fix settings webkit UI (broken on the krazy fix fromAndrea Diamantini2010-02-181-6/+5
| | | | QComboBox to KComboBox)
* half fixed (but half is not enough...) the favicon querelle..Andrea Diamantini2010-02-184-16/+18
|
* don't change stop/reload icon on not focused loading pages.Andrea Diamantini2010-02-181-2/+1
| | | | BUG: 227277
* improve rekonq first execution && fix (finally :D ) configurationAndrea Diamantini2010-02-182-6/+16
| | | | of toolbar
* Working around about: protocol..Andrea Diamantini2010-02-183-14/+32
| | | | | - honor rekonq settings on about:home page - loads about:blank :) pages
* Please, don't crash on CTRL+W signals :)Andrea Diamantini2010-02-171-7/+13
| | | | BUG:227323
* Again, QKeySequence --> KShortcutAndrea Diamantini2010-02-161-7/+4
|
* QKeySequenceList --> KShortcutAndrea Diamantini2010-02-161-6/+9
|
* Removed unuseful check (also if sometimes the bookmarkAndrea Diamantini2010-02-161-9/+6
| | | | toolbar let rekonq misteriously crash...)
* Fixes focus && let Protocol handler to just load on demandAndrea Diamantini2010-02-164-16/+25
| | | | the KDirLister class (and delete on finish)
* Opening rekonq page on new window startup when rekonqAndrea Diamantini2010-02-141-1/+1
| | | | has just been started :)
* Some stupid changes && kDebug sentences added to better debug download systemAndrea Diamantini2010-02-142-3/+5
|
* this fix urlbar behaviour, removing focus from there and enablingAndrea Diamantini2010-02-141-0/+4
| | | | loading animation. Temporary fix??
* Krazy issues (1st branch)Andrea Diamantini2010-02-1412-121/+68
|
* Fixing download code && (hopefully) issuesAndrea Diamantini2010-02-131-3/+8
|
* Honor settings when Opening new link after the current focused pageAndrea Diamantini2010-02-131-1/+1
| | | | BUG:226520
* Good news, bad news.Andrea Diamantini2010-02-131-4/+2
| | | | | | | I reenabled the ability of changing (main) toolbar style, but.. I noticed in other kde apps (eg: kaddressbook) that settings are forgotten also there. Is it a ktoolbar bug? I cannot say for sure. Anyway I reenabled rekonq bits, but it doesn't work... :(
* Fix dateAndrea Diamantini2010-02-131-1/+1
|
* workaround too big bottom bordermatgic782010-02-101-1/+1
|
* Improve newtabpage css:matgic782010-02-102-106/+62
| | | | | | -previews are centered -favorites fit in 1280*800 -removed unuseful lines
* DISCLAIMER: I'm sorry for thisAndrea Diamantini2010-02-101-1/+8
| | | | | | | | | | | | This commit reverts the ability to change main toolbar settings (change icon/text). In the context rekonq is developed (KMainWindow + simple toolbars) this is quite impossible. We'll see in the next version a proper fix for this (back to XMLGUI? QML??) This commit fixes also the problem with the disappearing toolbar backing from a fullscreen close BUG:222826
* fix tab preview positionAndrea Diamantini2010-02-101-2/+2
|
* 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..)
* 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
| |