Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSL fixes | Andrea Diamantini | 2011-07-23 | 1 | -1/+4 |
| | | | | | | | | | | I hope I addressed here a number of fixes in my first implementation: - working hasSSLValid() function (checking cert validity and chain errors) - escaping certificate strings - typos (Sha256/Md5, supportedCipherBits/usedCipherBits) - encryption check (at least I hope so) CCMAIL: rich@kde.org | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -7/+7 |
| | |||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -5/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -2/+2 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Minor bug introduced in previous commit fixed | Jon Ander Peñalba | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | The RSS widget and the bookmark widget are now more consistent (they have ↵ | Jon Ander Peñalba | 2010-09-10 | 1 | -33/+20 |
| | | | | the same look and behavior) | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -1/+2 |
| | | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... | ||||
* | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | | |||||
* | | Fix pos of RSS widget when there are long translations. BUG 238640 | matgic78 | 2010-05-24 | 1 | -1/+4 |
|/ | |||||
* | Tiny improvements for the appearance of the RSS widget | matgic78 | 2010-05-19 | 1 | -7/+19 |
| | |||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -11/+25 |
| | | | | first bunch | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -7/+8 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -3/+5 |
| | |||||
* | Fix rsswidget files | Andrea Diamantini | 2010-04-30 | 1 | -17/+24 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -7/+7 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -0/+1 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -26/+26 |
| | |||||
* | fix typo + add colons | Panagiotis Papadopoulos | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | RSS : new popup appaeraing when clicking the icon, 2 combobox to select ↵ | matgic78 | 2010-04-23 | 1 | -0/+143 |
agregator and feed, and buttons to add/cancel |