Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rekonq reports the open/close document events to activity manager daemon. | Ivan Čukić | 2012-10-23 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | By knowing which window contains which documents and which one is in focus, we can do the following: - collect the statistics about visited pages. Further, this provides a score for each document visited, that depends on the number of times it was open, the time the user spent on that location, and the time passed since the last visit. - availability of a global/workspace applet that allows sharing the current document via e-mail, social networks; bookmarking and rating the link, or connecting it to the current activity. (advantage of this is a unified UI for sharing/rating/linking that works with any application) - jump-lists (not impl. yet in plasma) to list top rated documents on a launcher icon or in the task manager applet - krunner can sort the documents based on the score - more things that I haven't thought of yet There is no need to *use* ativities to have these benefits. Activities just serve as manual data clustering to provide more useful scores compared to the one-activity approach. REVIEW:106912 | ||||
* | Add HTML static js window:close test | Andrea Diamantini | 2012-07-03 | 1 | -0/+3 |
| | |||||
* | Moved static html tests to a new dir and added one for fonts | Andrea Diamantini | 2012-06-17 | 7 | -0/+24 |
| | | | | CCBUG: 295896 | ||||
* | Added an UrlResolver class to let every url work properly here | Andrea Diamantini | 2012-06-08 | 1 | -0/+7 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -26/+26 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | Unifies macro style | Johannes Troscher | 2011-11-27 | 14 | -28/+28 |
| | | | | | REVIEW: 103242 REVIEWED-BY: adjam | ||||
* | -Wmissing-include-dirs | Christophe Giboudeaux | 2011-10-26 | 1 | -1/+0 |
| | |||||
* | Licensing issues fix: part #1 | Andrea Diamantini | 2011-09-20 | 13 | -232/+293 |
| | | | | | | tests files CCMAIL: blinov.vyacheslav@gmail.com | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -4/+4 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -4/+4 |
| | |||||
* | charset static tests | Andrea Diamantini | 2010-12-29 | 3 | -0/+35 |
| | |||||
* | Fix CmakeLists | Andrea Diamantini | 2010-10-31 | 1 | -0/+3 |
| | |||||
* | Fix highlighting of the last character | Pierre Rossi | 2010-10-20 | 1 | -1/+2 |
| | | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain | ||||
* | Fix 'make buildtests' | Andrea Diamantini | 2010-10-13 | 1 | -0/+3 |
| | | | | Patch from Jon Ander Penalba. Thanks :) | ||||
* | ListItem: add auto test for multiple word highlighting. | Pierre Rossi | 2010-10-08 | 2 | -0/+106 |
| | |||||
* | Fix includes, as pointed out by Krazy | Panagiotis Papadopoulos | 2010-09-11 | 11 | -47/+0 |
| | |||||
* | Added static test for dark colours schemes | Andrea Diamantini | 2010-06-05 | 1 | -0/+7 |
| | |||||
* | Webkit --> WebKit | Andrea Diamantini | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 13 | -104/+114 |
| | |||||
* | New (empty) urlbar test and improved protocolhandler test | Andrea Diamantini | 2010-04-20 | 4 | -23/+123 |
| | |||||
* | Added shortlink to GreenBytes HTTP tests | Andrea Diamantini | 2010-03-01 | 1 | -0/+601 |
| | |||||
* | First works on new Unit Tests.. | Andrea Diamantini | 2010-02-28 | 7 | -111/+141 |
| | |||||
* | Ok, we have 12 empty tests working... :) | Andrea Diamantini | 2010-02-28 | 2 | -3/+3 |
| | |||||
* | Ok, commenting out (for now) problems with 2 failing tests.. | Andrea Diamantini | 2010-02-28 | 2 | -5/+6 |
| | |||||
* | 10 (of 12) tests working and ready to be "expanded".. | Andrea Diamantini | 2010-02-28 | 12 | -55/+65 |
| | |||||
* | Changing Findbar parent | Andrea Diamantini | 2010-02-28 | 1 | -2/+13 |
| | |||||
* | All the other (blank) tests.. | Andrea Diamantini | 2010-02-28 | 12 | -13/+624 |
| | |||||
* | New (embrional) unit tests: mainview, tabbar, webtab, webpage | Andrea Diamantini | 2010-02-27 | 5 | -82/+311 |
| | |||||
* | Fixing scripts and tests to start reloading them.. | Andrea Diamantini | 2010-02-26 | 2 | -30/+22 |
| | |||||
* | add an url with japanese chars for test kget download | megabigbug | 2010-02-21 | 1 | -0/+7 |
| | |||||
* | Just an html page with a table and a lot of links to test :) | Andrea Diamantini | 2010-01-10 | 1 | -0/+151 |
| | | | | Please, add yours there to let everyone test them | ||||
* | Trivial MainView Test | Andrea Diamantini | 2009-11-03 | 3 | -11/+471 |
| | | | | and now we have two.. :) | ||||
* | Finally... unit tests!! | Andrea Diamantini | 2009-11-02 | 2 | -0/+155 |
First test is trivial, but it's a test (tabbar test). And now we have it! |