summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Clean and optimize the findBar code.Yoann Laissus2010-02-213-51/+12
| |/ | | | | | | | | Use the searchString signal. Fix the selection of the lineEdit text when the findBar is reopen.
* | Moved away the m_requestedUrl call, using currentFrame()->url().Andrea Diamantini2010-02-241-1/+1
| | | | | | | | (When you want to download something from a page, you should just have loaded it..)
* | Merge commit 'refs/merge-requests/94' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-242-4/+15
|\ \ | | | | | | | | | into m94
| * | remove duplicate linksmegabigbug2010-02-211-5/+5
| | |
| * | add an url with japanese chars for test kget downloadmegabigbug2010-02-211-0/+7
| | |
| * | handle relative urls (needs test with particular encoding)megabigbug2010-02-211-2/+6
| |/
* | Fixes 217521 bug and let us save also some memoryAndrea Diamantini2010-02-222-7/+8
|/ | | | | | | (1 QUrl variable for each webpage). It needs testing, obvious, but it seems working well.. BUG:217521
* A stupid regression caused by me. When I'll decide to implementAndrea Diamantini2010-02-211-2/+2
| | | | some unit tests for this, we'll no more see things like this :)
* 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
|