Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set Main Window on KDirLister | Andrea Diamantini | 2012-04-24 | 1 | -1/+3 |
| | |||||
* | Do not show "closed tabs" page after crash when directly opening an URL | Andrea Diamantini | 2012-04-24 | 2 | -24/+28 |
| | | | | BUG: 283178 | ||||
* | rekonq 0.9.57 | Andrea Diamantini | 2012-04-23 | 1 | -1/+1 |
| | | | | | | - Google Bookmarks sync - fixed favorite icon - clean up & fixes | ||||
* | Google Sync Bookmarks in rekonq! | Siteshwar Vashisht | 2012-04-23 | 12 | -4/+762 |
| | | | | | | | | | | | | | | | | - Added UI bits to configure Google Bookamrks Sync - Implemented sync, 2-way merging local and remote bk - Remember to not update local history while remotely adding bookmarks - Encode parameters of add bookmarks request while posting data. - (adjam) fix compile warnings This is the squashed commit of Situ's work on Google Bookmarks Sync SQUASHED BY: adjam ;) REVIEW: 104673 DIGEST: Google Bookmarks Sync REVIEWED BY: adjam | ||||
* | Fix opensearch add shortcut handling | Andrea Diamantini | 2012-04-23 | 8 | -66/+79 |
| | | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707 | ||||
* | Add fixed favorite icon in the toolbar to let add favorites easier | Andrea Diamantini | 2012-04-22 | 2 | -91/+62 |
| | | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 85 | -240/+312 |
| | |||||
* | rekonq 0.9.56 | Andrea Diamantini | 2012-04-20 | 1 | -1/+1 |
| | | | | Some bugfixing before another nice merging window... | ||||
* | master no more compiles with qt 4.7.x. Setting min qt to 4.8.x | Andrea Diamantini | 2012-04-20 | 2 | -13/+13 |
| | |||||
* | Fix apturl handling (workaround) | Andrea Diamantini | 2012-04-20 | 1 | -0/+9 |
| | |||||
* | Remove tabbar.h and mainwindow.h Dependencies from webtab.cpp | David E. Narváez | 2012-04-17 | 3 | -10/+7 |
| | | | | | | Fixes previous attempt to move tab preview to WebTab class. REVIEW: 104517 | ||||
* | Really fix Upper case urls management | Andrea Diamantini | 2012-04-16 | 1 | -2/+5 |
| | | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...) | ||||
* | Let rekonq work everytime with uppercase digited urls | Andrea Diamantini | 2012-04-16 | 1 | -2/+3 |
| | | | | BUG:284829 | ||||
* | Get extremely sure rekonq menu button exists when used :) | Andrea Diamantini | 2012-04-16 | 1 | -0/+3 |
| | | | | BUG: 297630 | ||||
* | Move Tab Preview to WebTab | David E. Narváez | 2012-04-14 | 3 | -14/+37 |
| | | | | | | | Let the WebTab class calculate its own preview, so that it can be used elsewhere in the code. REVIEW: 104517 | ||||
* | Fix typo. | Yuri Chornoivan | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | rekonq 0.9.55 | Andrea Diamantini | 2012-04-12 | 1 | -1/+1 |
| | | | | | updated docs new "privacy" and "advanced" setting tabs | ||||
* | Reimplement password saving check in the same way | Andrea Diamantini | 2012-04-12 | 1 | -3/+7 |
| | | | | | | Tirtha did in its review request REVIEW:101317 | ||||
* | Last clean up on settings | Andrea Diamantini | 2012-04-12 | 8 | -30/+28 |
| | | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up | ||||
* | clean up failed rebasing and implement history timed expire check | Andrea Diamantini | 2012-04-12 | 4 | -67/+41 |
| | |||||
* | Consider new PasswordSavingEnabled privacy check | Andrea Diamantini | 2012-04-12 | 1 | -0/+3 |
| | |||||
* | Add passwords exceptions management widget | Andrea Diamantini | 2012-04-12 | 5 | -2/+190 |
| | |||||
* | Let settings dialog to be NON modal | Andrea Diamantini | 2012-04-12 | 2 | -4/+4 |
| | |||||
* | Launch proxy, cache, cookies settings as (Q)Process(es) | Andrea Diamantini | 2012-04-12 | 4 | -7/+25 |
| | |||||
* | Tirtha's string suggestion about DNT header settings | Andrea Diamantini | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Privacy tab settings | Andrea Diamantini | 2012-04-12 | 15 | -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 | ||||
* | Update docs to 0.9.0, remove extra screenshots (unused). | Yuri Chornoivan | 2012-04-08 | 27 | -88/+82 |
| | |||||
* | rekonq 0.9.54 | Andrea Diamantini | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | Add loadUrl API to mainwindow | Andrea Diamantini | 2012-03-25 | 9 | -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 eventually | Andrea Diamantini | 2012-03-25 | 11 | -10/+190 |
| | | | | | | show a messagewidget to inform and let him set it. REVIEW:104290 | ||||
* | Safe one bool check :D | Andrea Diamantini | 2012-03-25 | 1 | -1/+1 |
| | | | | Everytime a new window is called externally | ||||
* | Fix rekonq exit values, returning ZERO on success | Andrea Diamantini | 2012-03-25 | 1 | -2/+4 |
| | | | | BUG:271442 | ||||
* | Change Bookmark MIME Type and Centralize | David E. Narváez | 2012-03-19 | 4 | -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 | ||||
* | rekonq 0.9.53 | Andrea Diamantini | 2012-03-18 | 1 | -1/+1 |
| | | | | New History Manager. To test... | ||||
* | New History Manager, NO MORE QWebHistoryInterface based. | Andrea Diamantini | 2012-03-18 | 8 | -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 | ||||
* | fixuifiles | Pino Toscano | 2012-03-16 | 1 | -3/+0 |
| | |||||
* | hided->hidden, pluralize message | Yuri Chornoivan | 2012-03-14 | 2 | -2/+2 |
| | |||||
* | rekonq 0.9.52 | Andrea Diamantini | 2012-03-13 | 1 | -1/+1 |
| | | | | | | - Include Tab History when cloning a tab - Adblock manager improvements - various fixes (also backported to 0.9) | ||||
* | Let user change his mind enabling block/unblock | Andrea Diamantini | 2012-03-13 | 3 | -9/+25 |
| | |||||
* | Clean up adblock manager code and fix unblock feature | Andrea Diamantini | 2012-03-13 | 4 | -46/+65 |
| | |||||
* | update adblockrc | Andrea Diamantini | 2012-03-13 | 1 | -4/+4 |
| | |||||
* | check/update/load subscriptions well :) | Andrea Diamantini | 2012-03-13 | 2 | -36/+57 |
| | |||||
* | Add dialog allowing adblock to list blocked/hided elements and unblock | Andrea Diamantini | 2012-03-13 | 9 | -9/+344 |
| | | | | some of them | ||||
* | Let rekonq block sparse images (this idea has been copied from Arora) | Andrea Diamantini | 2012-03-13 | 4 | -0/+55 |
| | |||||
* | Add adblock icon to inform users that some contents was hidden | Andrea Diamantini | 2012-03-13 | 7 | -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 dialog | Andrea Diamantini | 2012-03-13 | 5 | -94/+139 |
| | |||||
* | Move adblock manager to use multiple text files for rules and | Andrea Diamantini | 2012-03-13 | 6 | -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 click | Andrea Diamantini | 2012-03-13 | 4 | -76/+3 |
| | |||||
* | Get sure urlbar(s) are deleted when related webtab is | Andrea Diamantini | 2012-03-13 | 8 | -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 Diamantini | 2012-03-09 | 1 | -2/+14 |
| |