| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New EventDateComparator class used for list of only event caches. Fix | campbeb | 2012-01-16 | 1 | -0/+23 |
| | | | | #982 | ||||
| * | Comparator must allow for objects to be equal | campbeb | 2012-01-07 | 1 | -0/+3 |
| | | |||||
| * | performance: faster opening of lists (~20%), better scrolling | Bananeweizen | 2011-12-18 | 1 | -17/+19 |
| | | | | | | | | * avoid duplicate distance calculation in distance sorter * avoid String.format() wherever possible * avoid lookups with constant values in database * avoid reinitializing database all the time | ||||
| * | Use of Logtype instead of int | blafoo | 2011-12-14 | 1 | -2/+2 |
| | | |||||
| * | refactoring: CacheListAdapter (and some other minor things) | Bananeweizen | 2011-12-11 | 1 | -2/+2 |
| | | |||||
| * | refactoring: more boxing/unboxing cleanup | Bananeweizen | 2011-12-04 | 4 | -17/+9 |
| | | |||||
| * | refactoring: reduce boxing/unboxing craziness | Bananeweizen | 2011-12-03 | 3 | -3/+3 |
| | | |||||
| * | refactoring: remove duplicated getter | Bananeweizen | 2011-11-19 | 1 | -2/+2 |
| | | |||||
| * | Remove redundant super interfaces | Samuel Tardieu | 2011-11-09 | 2 | -4/+2 |
| | | |||||
| * | No direct access to fields | blafoo | 2011-10-26 | 14 | -45/+45 |
| | | |||||
| * | #671, cache normalized name for sorting | Bananeweizen | 2011-10-19 | 1 | -28/+1 |
| | | |||||
| * | fix #671, performance of name sorting | Bananeweizen | 2011-10-18 | 1 | -3/+14 |
| | | |||||
| * | new: sort cache series numerically correct when sorting by name | Bananeweizen | 2011-10-15 | 1 | -0/+16 |
| | | |||||
| * | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 16 | -0/+477 |
| This prepares the inclusion of tests into the same repository. | |||||
