summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean up filename content disposition retrieveAndrea Diamantini2012-02-043-48/+5
|
* Consider unknown network errors as errors :)Andrea Diamantini2012-02-041-10/+3
|
* Merge branch 'FirstFebFixes'Andrea Diamantini2012-02-031-6/+7
|\
| * Get sure pdfs are loaded when restoring sessionsAndrea Diamantini2012-02-031-6/+7
| | | | | | | | BUG:292773
* | rekonq 0.8.73Andrea Diamantini2012-02-021-1/+1
|/ | | | Setting a point to better track updates :)
* clean up WebSnap and provide automatic thumbs update for about:tabsAndrea Diamantini2012-02-025-39/+43
| | | | page
* Removed unuseful renderClosingTabPreviewAndrea Diamantini2012-02-023-25/+2
|
* Revert "Just check access keys on CTRL release"Andrea Diamantini2012-02-011-18/+14
| | | | | | This reverts commit 78ad9ec7f2501bbfe6cf5113351a408929cb78ff. oops... I did it again...:)
* Just check access keys on CTRL releaseAndrea Diamantini2012-01-311-14/+18
|
* (Hopefully) finally fixing access keysAndrea Diamantini2012-01-311-0/+4
| | | | | | This bug has been introduced by me, wrongly merging konqueror and rekonq code. Sorry, guys...
* Update signals/slot between detached tab and its new mainviewAndrea Diamantini2012-01-311-1/+31
| | | | | | | | | Again, sorry for the long waiting... Courtesy patch by vasthusya@gmail.com BUG:273556 REVIEWED-BY: adjam
* List also about:tabs pageAndrea Diamantini2012-01-311-0/+2
|
* Show urlbar "text" again...Andrea Diamantini2012-01-311-1/+1
|
* Hide bookmarks toolbar in fullscreen modeAndrea Diamantini2012-01-311-1/+1
| | | | BUG:292525
* Fix settings tabs UI textsAndrea Diamantini2012-01-301-2/+2
| | | | BUG: 292870
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-01-301-0/+2
|
* Use UrlResolver in application class to uniform rekonq url resolutionAndrea Diamantini2012-01-291-1/+15
| | | | BUG:290271
* "http://www." + digited host --> "http://" + digited hostAndrea Diamantini2012-01-292-3/+3
|
* Restore scrollbars when using websnap featuresAndrea Diamantini2012-01-294-6/+10
| | | | BUG:288957
* Faster way to access the "Add favorite" thingAndrea Diamantini2012-01-291-1/+5
|
* Always Create New TabsDavid E. Narváez2012-01-281-1/+1
| | | | | | Commit 5b07ae28 introduced a bug here because no tab is now created by default in the restoring window BUG: 292586
* rekonq 0.8.72Andrea Diamantini2012-01-271-1/+1
| | | | First bunch of fixes
* Don't steal focus on loadStartedAndrea Diamantini2012-01-271-1/+3
| | | | | | | I'll tag rekonq 0.8.72 to let you easily test this. Can you please catch if this really fixes your issue? CCBUG:286729
* Open links in new tabs with CTRL + ENTERAndrea Diamantini2012-01-271-1/+11
| | | | BUG:291213
* Access keys handling fixesAndrea Diamantini2012-01-251-11/+10
| | | | | Stupid me, I forgot to merge a part from konqueror access keys handling...
* accept CTRL + TAB eventsAndrea Diamantini2012-01-252-2/+5
|
* Remove F6 and use ALT + D as secondary shorcut to open locationAndrea Diamantini2012-01-251-1/+1
| | | | | | This is the secondary shortcut used by Firefox & Chrome BUG: 275174
* cppcheckAndrea Diamantini2012-01-242-22/+24
|
* updated release howto ;)Andrea Diamantini2012-01-241-14/+14
|
* rekonq 0.8.710.8.71Andrea Diamantini2012-01-221-1/+1
| | | | Not yet released Tech Preview and yet something to fix for...
* Authors updateAndrea Diamantini2012-01-222-90/+39
|
* Update INSTALL fileAndrea Diamantini2012-01-221-11/+7
|
* updated Changelog fileAndrea Diamantini2012-01-221-0/+15
|
* rekonq 0.8.70 AKA 0.9 Technologic PreviewAndrea Diamantini2012-01-221-1/+1
| | | | | | Release will follow shortly:) CCMAIL: rekonq@kde.org
* Fix access keys management, copying konqueror's code ;)Andrea Diamantini2012-01-223-7/+37
|
* Consider also editable contentAndrea Diamantini2012-01-221-3/+4
| | | | BUG:278056
* Get rid of m_canEnableAutoScrollAndrea Diamantini2012-01-222-33/+33
| | | | We really need it in just one method. So, it can be a local var...
* clean up WebView variables namesAndrea Diamantini2012-01-222-34/+33
| | | | | Smooth, auto, normal scrolling... Too much things to manage without a clear policy.
* m_mousePos--Andrea Diamantini2012-01-222-9/+2
|
* adjust to INSTALLed permissionsOswald Buddenhagen2012-01-211-0/+0
|
* Don't add a tab at window creation - they should all be restored from the ↵David E. Narváez2012-01-211-1/+1
| | | | saved properties
* Merge branch 'master' of git.kde.org:rekonqDavid E. Narváez2012-01-211-2/+14
|\
| * Fix use of shift keys on input elementsAndrea Diamantini2012-01-201-2/+14
| |
* | Renamed variable to avoid confusion - it is not a member variableDavid E. Narváez2012-01-211-2/+2
|/
* Refactoring Code to Load Configuration DocumentDavid E. Narváez2012-01-201-80/+34
| | | | | | | Factor out all code that loads the DOM Document, and use proper calls in each method. REVIEW: 103722
* Krazy fixesAndrea Diamantini2012-01-1951-421/+224
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Moved access keys activation to release key eventAndrea Diamantini2012-01-172-20/+39
| | | | | | | | | This to copy konqueror behavior. Also added some kDebug messages to better work with the "key event" features: - vi-like navigation - access keys - autoscroll
* Fix a bookmarks bar crashAndrea Diamantini2012-01-171-1/+1
| | | | A stupid regression introduced... by me, sorry!
* Remove "closed tabs menu" from available actions in mainwindowAndrea Diamantini2012-01-174-18/+20
| | | | | | | | | | This because it is just a "working" action designed for the tabbar. Now it works (and updates) properly there and in the tabbar empty space. Please open a new wish if you want a closed tabs menu action to add to the mainwindow BUG:291232
* Check if action senders exist before using themAndrea Diamantini2012-01-171-0/+17
| | | | BUG:281546