summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* let people search with custom engine with ONE clickAndrea Diamantini2012-02-082-5/+8
| | | | | BUG:255799 CCMAIL: rekonq@kde.org
* Move to KDE Print DialogJohannes Troscher2012-02-081-4/+9
| | | | | | | | | | This to have advanced printing options, available in KDE printing dialog, removing the print preview. Sorry for the forced choice. Actual KDE Print Preview dialog is a pain, we cannot directly provide it. REVIEW:103880 REVIEWED-BY: adjam
* Control content editable text with qtwebkit APIs instead of rude JS...Andrea Diamantini2012-02-061-66/+76
| | | | | | | ... and limit its call where it is truly needed. This to prevent problems with performance CCBUG:278056
* Get sure certificate chain HAS valid (not empty) identifiersAndrea Diamantini2012-02-061-1/+6
|
* Clean up sslinfodialogAndrea Diamantini2012-02-061-2/+50
|
* removed one strange " signAndrea Diamantini2012-02-064-5/+5
|
* Translation fixAndrea Diamantini2012-02-064-8/+6
|
* Make rekonq menu appear inside rekonq's window (as Dolphin does)Andrea Diamantini2012-02-055-2/+165
| | | | BUG:283269
* clean up download managementAndrea Diamantini2012-02-054-14/+13
| | | | | Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings.
* clean up filename content disposition retrieveAndrea Diamantini2012-02-043-48/+5
|
* Consider unknown network errors as errors :)Andrea Diamantini2012-02-041-10/+3
|
* Get sure pdfs are loaded when restoring sessionsAndrea Diamantini2012-02-031-6/+7
| | | | BUG:292773
* 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
* 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
|
* Authors updateAndrea Diamantini2012-01-221-75/+35
|
* 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-1949-413/+216
| | | | | | | - 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