Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | string missed update: set new favorite --> reload thumbnail | Andrea Diamantini | 2012-07-07 | 1 | -1/+1 |
| | | | | CCBUG: 303149 | ||||
* | Fix adblock hide behavior | Andrea Diamantini | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 | ||||
* | Apply a Plasma-like style to the new-tab-page | Anton Kreuzkamp | 2012-06-14 | 1 | -8/+10 |
| | | | | | | | | | | 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 | ||||
* | Add missing i18n to Window string | Andrea Diamantini | 2012-06-10 | 1 | -1/+1 |
| | | | | | | | Courtesy patch by Maarten De Meyer. Thanks!!! CCMAIL: de.meyer.maarten@gmail.com | ||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -43/+43 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | New rekonq error page :) | Andrea Diamantini | 2012-05-25 | 1 | -0/+35 |
| | |||||
* | Add informations to download items | Andrea Diamantini | 2012-05-24 | 1 | -20/+43 |
| | |||||
* | Reload Preview fix | Andrea Diamantini | 2012-05-23 | 1 | -5/+4 |
| | |||||
* | reordering favorites by drag & drop | Andrea Diamantini | 2012-05-19 | 1 | -1/+85 |
| | | | | | WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen... | ||||
* | Added info when no downloads are found on search | Andrea Diamantini | 2012-05-15 | 1 | -0/+6 |
| | |||||
* | Another CSS clean up (last??) | Andrea Diamantini | 2012-05-15 | 1 | -33/+41 |
| | |||||
* | Improve downloads page | Andrea Diamantini | 2012-05-15 | 1 | -1/+28 |
| | | | | | | - remove from list (+ API for DownloadManager to save changes) - open dir in extern app - css | ||||
* | Clean up NewTabPage API a bit | Andrea Diamantini | 2012-05-15 | 1 | -21/+22 |
| | |||||
* | New Bookmarks page | Andrea Diamantini | 2012-05-15 | 1 | -17/+35 |
| | |||||
* | Downloads search | Andrea Diamantini | 2012-05-15 | 1 | -14/+34 |
| | |||||
* | History search | Andrea Diamantini | 2012-05-15 | 1 | -12/+64 |
| | |||||
* | move left modify action in favorites to be the update one | Andrea Diamantini | 2012-05-15 | 1 | -62/+3 |
| | | | | | | Also implement ThumbUpdater class to easily manage thumb updates BUG:291236 | ||||
* | Update image : HALF IMPLEMENTATION | Andrea Diamantini | 2012-05-15 | 1 | -8/+38 |
| | |||||
* | Calm down kDebug() calls on NewTabPage | Andrea Diamantini | 2012-05-15 | 1 | -11/+1 |
| | |||||
* | Limit default history to two days entries shown | Andrea Diamantini | 2012-05-15 | 1 | -16/+42 |
| | |||||
* | about:downloads grey links | Andrea Diamantini | 2012-05-15 | 1 | -0/+3 |
| | |||||
* | Add font: Nunito regular | Andrea Diamantini | 2012-05-15 | 1 | -4/+9 |
| | |||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -0/+1 |
| | |||||
* | Fix downloads page | Andrea Diamantini | 2012-02-17 | 1 | -3/+3 |
| | |||||
* | Clean up sessionmanager mess :) | Andrea Diamantini | 2012-02-09 | 1 | -2/+0 |
| | | | | | | | | | | 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) | ||||
* | clean up WebSnap and provide automatic thumbs update for about:tabs | Andrea Diamantini | 2012-02-02 | 1 | -0/+7 |
| | | | | page | ||||
* | Faster way to access the "Add favorite" thing | Andrea Diamantini | 2012-01-29 | 1 | -1/+5 |
| | |||||
* | Downloaded files seem removed even though they are not removed in | Furkan Uzumcu | 2012-01-06 | 1 | -1/+1 |
| | | | | | | | Downloads Page. This patch fixes it. REVIEW: 103635 REVIEWED-BY: adjam | ||||
* | Manage rekonq pages in "current" NOT "main" frame | Andrea Diamantini | 2012-01-04 | 1 | -5/+8 |
| | | | | | | Also double check for strange about urls BUG: 290411 | ||||
* | improve closed tabs management | Andrea Diamantini | 2012-01-03 | 1 | -35/+74 |
| | | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224 | ||||
* | Do NOT load previews if not present | Andrea Diamantini | 2012-01-02 | 1 | -32/+31 |
| | | | | This fixes problems on unwanted connections while using rekonq. | ||||
* | about:tabs, easy method to manage rekonq tabs. | Andrea Diamantini | 2012-01-02 | 1 | -228/+340 |
| | | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566 | ||||
* | Correctly hide preview selector bar when its preview is deleted in | Yusuf Tezcan | 2011-12-29 | 1 | -0/+5 |
| | | | | | | | | the new tab page CCMAIL: yatezcan@gmail.com REVIEW:103470 REVIEWED-BY: adjam | ||||
* | icon management fix/improvements/cleanup | Andrea Diamantini | 2011-12-24 | 1 | -7/+3 |
| | |||||
* | Downloads page improvement | Andrea Diamantini | 2011-12-16 | 1 | -9/+16 |
| | | | | Tag a file as removed when it has been removed :) | ||||
* | Small cleanup in history pages | Andrea Diamantini | 2011-12-12 | 1 | -13/+25 |
| | | | | | | - created a "general" folder css class - truncated links titles longer than 100 chars - improved upper margin in titles | ||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -3/+3 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 1 | -2/+2 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | Add a "clear downloads" action in the downloads page and a | Furkan Uzumcu | 2011-11-24 | 1 | -13/+19 |
| | | | | | | | | | | "clear history" action... guess where?!?! Google code-in 2011 task by Huseyin Zengin, GCI Student. MANY THANKS FOR!!! REVIEW: 103217 REVIEWED-BY: adjam | ||||
* | EBN Krazy fixes | Andrea Diamantini | 2011-10-14 | 1 | -1/+1 |
| | | | | It seems now we are really ready for the stable release... | ||||
* | Prevent crash on "uncommon" pages | Andrea Diamantini | 2011-09-16 | 1 | -0/+3 |
| | | | | BUG: 282092 | ||||
* | Fix icon update | Furkan Uzumcu | 2011-08-21 | 1 | -0/+11 |
| | | | | | | | | | When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam | ||||
* | Restore tab's history when restoring a tab/session | Anton Kreuzkamp | 2011-08-21 | 1 | -2/+2 |
| | | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -40/+40 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -44/+44 |
| | |||||
* | Make it compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" | Montel Laurent | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Adding DownloadManager class, following Pierre and Benjamin code changes. | Andrea Diamantini | 2011-05-26 | 1 | -5/+6 |
| | | | | First step in the introduction of the new rekonq pages | ||||
* | Number the favorites pages to "suggest" numeric shortcut for | Andrea Diamantini | 2011-05-09 | 1 | -1/+1 |
| | | | | | | Patch by Thomas Murach. Thanks ;) RB:101297 | ||||
* | 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 | -107/+107 |
| |