summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rekonq 0.8.900.8.90Andrea Diamantini2012-02-151-1/+1
| | | | | | | | | AKA rekonq 0.9 beta. If nothing bad will happen, will have 0.9 stable in 2-3 weeks from now. I'll branch 0.9 code from this commit. Master branch will reopen for development in some days. CCMAIL: rekonq@kde.org
* Delay showMessageBar creation to get sure it is created after windowAndrea Diamantini2012-02-152-2/+3
| | | | | | | This should fix Yoann's problem with bar and let us have a little bit clean API in webtab REVIEW:103905
* /bin/grep --> grepAndrea Diamantini2012-02-131-2/+2
|
* Set "load" tooltip to be more user friendlyAndrea Diamantini2012-02-131-2/+2
|
* Ensure renderWidth is no more than 2000.Andrea Diamantini2012-02-121-0/+5
| | | | | | I saw some sites with strange CMS and with absurd content size width (eg: my school's site has 8584553) This usually leads setViewportSize to crash :(
* Let "Manually load Plugins" work againAndrea Diamantini2012-02-112-3/+3
| | | | | | Courtesy patch by: Dominik Cermak. Thanks :) BUG:293761
* Finally fix GMail & G+ on content editable?? We'll see user response...Andrea Diamantini2012-02-101-7/+12
|
* Consider option && ~option as null rules when option is not implementedAndrea Diamantini2012-02-108-21/+27
| | | | BUG: 246801
* Merge branch 'master' of git://anongit.kde.org/rekonqYoann Laissus2012-02-0927-253/+396
|\
| * Clean up sessionmanager mess :)Andrea Diamantini2012-02-092-84/+42
| | | | | | | | | | | | | | | | | | | | Create a local function to get rid of code repetition. I know this is a bit hackish (at least the way I did it) but it works well in my tests against the three situations: - restore crashed sessions - restore saved sessions - restore from private sessions - restore user sessions (restarting KDE)
| * Get SURE window existsAndrea Diamantini2012-02-091-0/+4
| |
| * Increase minimum setting window size to 576Andrea Diamantini2012-02-082-3/+3
| | | | | | | | | | | | | | Sorry, this is the "max" minimum height we can set. There are a lot of small netbooks providing max resolution of 1024x576, so... CCBUG:293623
| * rekonq 0.8.75Andrea Diamantini2012-02-081-1/+1
| | | | | | | | Fixed all bugs targetted 0.9 (or at least it seems so)
| * 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
| * rekonq 0.8.74Andrea Diamantini2012-02-061-1/+1
| | | | | | | | Some nice bugs/glitches fixed ;)
| * 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
| |
* | Fix right icon duplication in the UrlBar on some websiteYoann Laissus2012-02-041-1/+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
|