summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure rekonq will close when deleting last window.Andrea Diamantini2012-07-082-0/+8
| | | | BUG: 303149
* Update screenshots.Yuri Chornoivan2012-07-082-0/+0
|
* Fix some string inconsistencesAndrea Diamantini2012-07-082-8/+1
| | | | | | Patch by Yuri Chornoivan, Thanks :) BUG: 303180
* string missed update: set new favorite --> reload thumbnailAndrea Diamantini2012-07-071-1/+1
| | | | CCBUG: 303149
* Krazy fixesAndrea Diamantini2012-07-077-25/+37
|
* Clean up right icons before updating themAndrea Diamantini2012-07-071-0/+1
| | | | BUG: 303148
* cppcheck: suspicious code!Andrea Diamantini2012-07-061-0/+1
| | | | | | | it seems we are executing the same code in an "if" and in the related "else" tense. What about here? CCMAIL: siteshwar@gmail.com
* Fix adblock hide behaviorAndrea Diamantini2012-07-0617-38/+51
| | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050
* Fixed a line that was calling QString::startsWith() without args. Fixed build.Tirtha Chatterjee2012-07-051-1/+1
|
* break an eventual "recall" loopAndrea Diamantini2012-07-042-0/+15
| | | | | | | This is needed in case rekonq has been associated with something it cannot properly handle BUG: 299056
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-07-041-0/+2
|
* Add HTML static js window:close testAndrea Diamantini2012-07-031-0/+3
|
* Get sure UrlBar is deleted well (i.e. later) and in the right placeAndrea Diamantini2012-07-033-3/+19
| | | | | | | | | | | | | (i.e. the WebTab dtor). I cannot no more reproduce the problems described in #296346, #300892 and #268328 What about you? CCBUG: 296346 CCBUG: 300892 CCBUG: 268328
* Save one (unuseful) callAndrea Diamantini2012-07-031-3/+0
|
* Delete tab later to get sure everything has been finished.Andrea Diamantini2012-07-021-1/+1
| | | | BUG: 299149
* rekonq 0.9.82Andrea Diamantini2012-07-011-1/+1
| | | | Another big step to the 1.0 stable...
* Get sure we are no more serving requests when deleting page.Andrea Diamantini2012-06-292-6/+40
| | | | CCBUG: 282052
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-261-0/+1
|
* Ensure users can recover typed text in the urlbarAndrea Diamantini2012-06-261-20/+28
| | | | | | | | | PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D BUG: 302391 REVIEWED-BY: adjam
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-251-0/+1
|
* Just check first certificate dates and errors to state IT is validAndrea Diamantini2012-06-241-6/+6
| | | | BUG: 299453
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-241-0/+1
|
* Remember to restore all tabs (when needed) also with external argumentsAndrea Diamantini2012-06-201-3/+7
| | | | | | | | calls (eg: open link with rekonq in konqueror) WARNING: Needs testing BUG: 299625
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-201-0/+1
|
* Reopen the tabs lasting with "rekonq pages" (about urls, pdfs, etc..)Andrea Diamantini2012-06-191-3/+5
| | | | | | WARNING: Needs testing... BUG: 302017
* rekonq 0.9.81Andrea Diamantini2012-06-191-1/+1
| | | | Bugfixing, first bunch
* Fix and improve save zoom feature, loading it on startAndrea Diamantini2012-06-191-8/+9
| | | | | | | | This seems to work also with problem described in bug #295446 BUG: 277599 BUG: 296447 CCBUG: 295446
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-191-0/+2
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-181-0/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-171-0/+5
|
* Moved static html tests to a new dir and added one for fontsAndrea Diamantini2012-06-177-0/+24
| | | | CCBUG: 295896
* Properly calculate icon size, checking KDE settings instead onAndrea Diamantini2012-06-171-4/+7
| | | | | | checking actual icon size. BUG: 301988
* Super safe checks in WebTab::url() detectionAndrea Diamantini2012-06-171-2/+9
| | | | BUG: 299400
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-06-161-44/+0
|
* Capitalize rekonq name: rekonq --> RekonqAndrea Diamantini2012-06-151-35/+35
| | | | BUG: 301880
* Make the error-page a bit prettier.Anton Kreuzkamp2012-06-145-6/+10
| | | | | | | This patch adds a background-image over the previous grey background and replaces the white box with a more styled one. REVIEW:105124
* Apply a Plasma-like style to the new-tab-pageAnton Kreuzkamp2012-06-144-23/+61
| | | | | | | | | | This commit makes previews on the new-tab-page use pure css instead of a background-image and replaces the grey background of the bookmark groups by a fancy one, looking very similiar to Plasma's Air theme. It also fixes a few minor optical dissonances on the new-tab-page. REVIEW: 105123
* Fix ambiguous tab shortcutsAndrea Diamantini2012-06-131-0/+4
| | | | | | See comment #2 about the fix (Thanks, Weng!) BUG: 275858
* Minor clean up in App ctorAndrea Diamantini2012-06-131-9/+7
|
* Update ChangelogAndrea Diamantini2012-06-121-0/+15
|
* rekonq 0.9.800.9.80Andrea Diamantini2012-06-121-1/+1
| | | | | | rekonq 1.0 tech preview! - started the bug fix run ;)
* Cleans upAndrea Diamantini2012-06-126-14/+4
| | | | | | - set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages
* Clean up urlbar code by removing duplicated codeAndrea Diamantini2012-06-122-14/+24
|
* Fix tabbar code with large iconsAndrea Diamantini2012-06-121-1/+3
|
* Fix urlbar code when user chooses large iconsAndrea Diamantini2012-06-111-11/+25
| | | | BUG: 250665
* CapitalizeAndré Marcelo Alvarenga2012-06-101-1/+1
|
* Only Update URL Actions if the Sender is the Current TabDavid E. Narváez2012-06-101-2/+7
| | | | | | | Only Update URL Actions from MainView::webViewUrlChanged if the Sender is the Current Tab REVIEW: 105184
* Add missing i18n to Window stringAndrea Diamantini2012-06-101-1/+1
| | | | | | | Courtesy patch by Maarten De Meyer. Thanks!!! CCMAIL: de.meyer.maarten@gmail.com
* Add rekonq version to default user agent stringAndrea Diamantini2012-06-081-0/+4
| | | | BUG: 293298
* rekonq 0.9.62Andrea Diamantini2012-06-081-1/+1
| | | | | | - kwebapp improvements - docs improvements - fixes