summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Let settings dialog to be NON modalAndrea Diamantini2012-04-122-4/+4
|
* Launch proxy, cache, cookies settings as (Q)Process(es)Andrea Diamantini2012-04-124-7/+25
|
* Tirtha's string suggestion about DNT header settingsAndrea Diamantini2012-04-121-1/+1
|
* Privacy tab settingsAndrea Diamantini2012-04-1215-510/+1084
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Add loadUrl API to mainwindowAndrea Diamantini2012-03-259-243/+144
| | | | | | | | | - Get rid of unused NewBackTab enum - move loading url code to MainWindow class - Remove ThreadWeaver API. (And take it easy...) - Changed logic: calculate url BEFORE creating a tab... REVIEW:104326
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-2511-10/+190
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* Safe one bool check :DAndrea Diamantini2012-03-251-1/+1
| | | | Everytime a new window is called externally
* Fix rekonq exit values, returning ZERO on successAndrea Diamantini2012-03-251-2/+4
| | | | BUG:271442
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-194-11/+16
| | | | | | | | As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197
* New History Manager, NO MORE QWebHistoryInterface based.Andrea Diamantini2012-03-188-65/+36
| | | | | | | | | | | We are just saving datas on our own, I don't like QtWebKit APIs to do it. We now call addHistoryEntry(url, title) on loadFinished. Data structure will remain the same as usual, but I think API is better and data are now saved when we really have them ready. REVIEW:104257
* fixuifilesPino Toscano2012-03-161-3/+0
|
* hided->hidden, pluralize messageYuri Chornoivan2012-03-142-2/+2
|
* Let user change his mind enabling block/unblockAndrea Diamantini2012-03-133-9/+25
|
* Clean up adblock manager code and fix unblock featureAndrea Diamantini2012-03-134-46/+65
|
* update adblockrcAndrea Diamantini2012-03-131-4/+4
|
* check/update/load subscriptions well :)Andrea Diamantini2012-03-132-36/+57
|
* Add dialog allowing adblock to list blocked/hided elements and unblockAndrea Diamantini2012-03-139-9/+344
| | | | some of them
* Let rekonq block sparse images (this idea has been copied from Arora)Andrea Diamantini2012-03-134-0/+55
|
* Add adblock icon to inform users that some contents was hiddenAndrea Diamantini2012-03-137-1/+38
| | | | | | | | This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam
* Update adblock dialogAndrea Diamantini2012-03-135-94/+139
|
* Move adblock manager to use multiple text files for rules andAndrea Diamantini2012-03-136-158/+302
| | | | | | separate adblock settings from rekonq ones. We now have 60 adblock rules list sites stored to be enabled "on click"
* Remove ability to manage abp schemes and add subscriptions on clickAndrea Diamantini2012-03-134-76/+3
|
* Get sure urlbar(s) are deleted when related webtab isAndrea Diamantini2012-03-138-60/+95
| | | | | | | | Heinz, Paul. Please test actual master before backporting this to 0.9 series. Many thanks for your help and for this bug report. I'm crossing fingers to hear good news from your tests ;) CCBUG:295301
* Let rekonq load urls on new tabs on sites checking the referer ;)Andrea Diamantini2012-03-091-2/+14
|
* Include Tab History when Cloning a TabDavid E. Narváez2012-03-083-5/+27
| | | | | | | | | | Implemented through a new loadUrl method that allows for the caller to specify the QWebHistory pointer from where to copy the history. Redirected the original loadUrl slot to use this new method internally. The method returns the WebTab * just in case we need to maninpulate the created tab in the future. REVIEW: 104082
* Don't show dots after "Save Link" text if we are not going to ask forAndrea Diamantini2012-03-051-1/+9
| | | | | | download path CCBUG: 295295
* Fix toolbars rekonfig...Andrea Diamantini2012-03-051-2/+5
| | | | BUG:295245
* Use proper colors for tabsAndrea Diamantini2012-03-051-1/+1
| | | | | | Wyatt's patch. Thanks :) BUG:295236
* Clean up KIO/AccessManager integrationAndrea Diamantini2012-02-292-26/+2
|
* clean up SSL data retrieveAndrea Diamantini2012-02-281-22/+45
|
* Update bk toolbar action stateAndrea Diamantini2012-02-211-0/+1
|
* Get sure mainbar is restored on restart after fullscreen closeAndrea Diamantini2012-02-212-6/+12
| | | | Also take care about updating actions panels state
* Get sure urlbar is updated on bookmarkingAndrea Diamantini2012-02-211-1/+3
| | | | CCBUG:291239
* Hook the urlChanged Signal to History Actions UpdateDavid E. Narváez2012-02-211-0/+2
| | | | | | | This catches navigation to named anchors BUG: 294538 REVIEW: 104035
* Fix downloads pageAndrea Diamantini2012-02-171-3/+3
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-02-171-5/+11
|
* Krazy fixesAndrea Diamantini2012-02-1621-86/+86
| | | | | - doublequote_chars - normalize
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-02-161-11/+5
|
* 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
* 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-0926-252/+395
|\
| * 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
| * 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