aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* new: #1014 calendar add-onBananeweizen2012-01-202-0/+34
* fix #1013: List name wrong after restoreBananeweizen2012-01-191-1/+1
* fix #1004: Drop foundBananeweizen2012-01-182-0/+102
* Fix #1007, TB logging not possible after gc.com site updatersudev2012-01-171-1/+1
* fix #994: Filter for attributesBananeweizen2012-01-172-0/+56
* refactoring: simplified filter interfaceBananeweizen2012-01-175-67/+68
* Merge pull request #989 from RoadRunner-/masterBananeweizen2012-01-176-23/+34
|\
| * changed getDefaultNavigationApplication to never return nullTorsten Keil2012-01-151-9/+15
| * Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-146-14/+19
* | refactoring: remove unused imports to avoid warningsBananeweizen2012-01-164-11/+0
* | Merge pull request #999 from stephanme/importzipBananeweizen2012-01-151-5/+16
|\ \
| * | support more mime types for importing zipped PQsStephan Merker2012-01-151-5/+16
* | | New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-162-2/+26
|/ /
* | Refresh not just standard list but all lists. Fixes #984blafoo2012-01-151-1/+1
* | fix #993: empty log image titleBananeweizen2012-01-151-1/+4
|/
* refactoring: move more widget related classes into own packageBananeweizen2012-01-1414-59/+95
* fix #943: click preview map to invoke navigationBananeweizen2012-01-143-0/+37
* fix #982: reset sorting by date when switching from event list to normalBananeweizen2012-01-141-0/+3
* Merge remote branch 'campbeb/cleanuperrors'Bananeweizen2012-01-142-3/+3
|\
| * Cleanup error messages to make more friendly.campbeb2012-01-142-3/+3
* | #965: use box drawing characters for tableBananeweizen2012-01-142-4/+8
* | Merge remote branch 'campbeb/fix965'Bananeweizen2012-01-142-2/+44
|\ \
| * | Add a note to the description if it contains HTML tables since we don'tcampbeb2012-01-142-2/+44
* | | Merge pull request #983 from campbeb/fixsortBananeweizen2012-01-141-3/+0
|\ \ \
| * | | Don't set comparator to null as this reverts all lists back to distancecampbeb2012-01-141-3/+0
| |/ /
* | | refactoring: move and rename LeastRecentlyUsedCache to avoid confusionBananeweizen2012-01-143-7/+8
* | | fix #972: mark non GC caches as reliableBananeweizen2012-01-143-1/+6
* | | new base class cacheblafoo2012-01-143-15/+30
* | | Revert "Removed unnecessary method"blafoo2012-01-141-0/+44
|/ /
* | fix #978: Show day of week for eventsBananeweizen2012-01-141-2/+10
|/
* change implementation of #939: hard limit for cached ratingsBananeweizen2012-01-121-2/+12
* fix: have type overlay centered in map markersBananeweizen2012-01-121-1/+1
* performance: remove caches from cache after importBananeweizen2012-01-121-1/+4
* Add friend logs not already in the list to end instead of frontcampbeb2012-01-111-2/+1
* Load error code string for displaycampbeb2012-01-111-1/+1
* Removed unnecessary methodblafoo2012-01-111-44/+0
* Overlays instead of icons. Fixes #752blafoo2012-01-1010-238/+178
* simplified expressionTorsten Keil2012-01-081-1/+1
* Merge remote-tracking branch 'upstream/master'Torsten Keil2012-01-082-1/+31
|\
| * Cache for ratings. Avoids double requests. Fixes #939blafoo2012-01-082-1/+31
* | Implementation for #957: Open cache from waypointTorsten Keil2012-01-081-0/+18
|/
* refactoring: clean up code around static mapsBananeweizen2012-01-0812-38/+35
* fix #900: Static maps not updatedBananeweizen2012-01-081-0/+5
* refactoring: cleanup for #945Bananeweizen2012-01-0832-424/+292
* Merge pull request #954 from campbeb/fix946Bananeweizen2012-01-071-0/+3
|\
| * Comparator must allow for objects to be equalcampbeb2012-01-071-0/+3
* | Don't removeUpdates for a provider just because it is disabled. We wouldcampbeb2012-01-071-3/+1
|/
* Set instead of List to avoid caches multiple times in search resultsblafoo2012-01-065-37/+46
* Removed forgotten debug statementblafoo2012-01-061-3/+0
* Save a cache to the database only if there are changesblafoo2012-01-052-6/+107