summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-1023-2571/+0
| | | | Preparing repo to merge rekonq2 code...
* Rekonq reports the open/close document events to activity manager daemon.Ivan Čukić2012-10-231-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 testAndrea Diamantini2012-07-031-0/+3
|
* Moved static html tests to a new dir and added one for fontsAndrea Diamantini2012-06-177-0/+24
| | | | CCBUG: 295896
* Added an UrlResolver class to let every url work properly hereAndrea Diamantini2012-06-081-0/+7
|
* Krazy fixesAndrea Diamantini2012-01-191-26/+26
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Unifies macro styleJohannes Troscher2011-11-2714-28/+28
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* -Wmissing-include-dirsChristophe Giboudeaux2011-10-261-1/+0
|
* Licensing issues fix: part #1Andrea Diamantini2011-09-2013-232/+293
| | | | | | tests files CCMAIL: blinov.vyacheslav@gmail.com
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-4/+4
|
* Coding styleAndrea Diamantini2011-02-251-4/+4
|
* charset static testsAndrea Diamantini2010-12-293-0/+35
|
* Fix CmakeListsAndrea Diamantini2010-10-311-0/+3
|
* Fix highlighting of the last characterPierre Rossi2010-10-201-1/+2
| | | | | | | Thanks to pano for noticing the bad behavior. AutoTest updated with the testcase. Reviewed-By: Benjamin Poulain
* Fix 'make buildtests'Andrea Diamantini2010-10-131-0/+3
| | | | Patch from Jon Ander Penalba. Thanks :)
* ListItem: add auto test for multiple word highlighting.Pierre Rossi2010-10-082-0/+106
|
* Fix includes, as pointed out by KrazyPanagiotis Papadopoulos2010-09-1111-47/+0
|
* Added static test for dark colours schemesAndrea Diamantini2010-06-051-0/+7
|
* Webkit --> WebKitAndrea Diamantini2010-05-171-1/+1
|
* A coding style roundAndrea Diamantini2010-04-3013-104/+114
|
* New (empty) urlbar test and improved protocolhandler testAndrea Diamantini2010-04-204-23/+123
|
* Added shortlink to GreenBytes HTTP testsAndrea Diamantini2010-03-011-0/+601
|
* First works on new Unit Tests..Andrea Diamantini2010-02-287-111/+141
|
* Ok, we have 12 empty tests working... :)Andrea Diamantini2010-02-282-3/+3
|
* Ok, commenting out (for now) problems with 2 failing tests..Andrea Diamantini2010-02-282-5/+6
|
* 10 (of 12) tests working and ready to be "expanded"..Andrea Diamantini2010-02-2812-55/+65
|
* Changing Findbar parentAndrea Diamantini2010-02-281-2/+13
|
* All the other (blank) tests..Andrea Diamantini2010-02-2812-13/+624
|
* New (embrional) unit tests: mainview, tabbar, webtab, webpageAndrea Diamantini2010-02-275-82/+311
|
* Fixing scripts and tests to start reloading them..Andrea Diamantini2010-02-262-30/+22
|
* add an url with japanese chars for test kget downloadmegabigbug2010-02-211-0/+7
|
* Just an html page with a table and a lot of links to test :)Andrea Diamantini2010-01-101-0/+151
| | | | Please, add yours there to let everyone test them
* Trivial MainView TestAndrea Diamantini2009-11-033-11/+471
| | | | and now we have two.. :)
* Finally... unit tests!!Andrea Diamantini2009-11-022-0/+155
First test is trivial, but it's a test (tabbar test). And now we have it!