aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-1449-29985/+29985
* FormattingSammysHP2011-09-14178-32479/+32750
* fix 451: allow whitespace at begin of signatureBananeweizen2011-09-141-1/+2
* Merge remote-tracking branch 'cachapa/filter_ui' into upstreamSamuel Tardieu2011-09-147-20/+74
|\
| * Fixed a regression in a previous commitcachapa2011-09-142-2/+2
| * Show a bar when a filter is setcachapa2011-09-137-20/+74
* | Factor code to read coordinates from database rowSamuel Tardieu2011-09-141-14/+18
* | Always check for null coordinates before saving themSamuel Tardieu2011-09-141-8/+15
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-09-143-23/+54
|\ \
| * | Write NULL into the database when coordinates are unknownSamuel Tardieu2011-09-141-3/+2
| * | Create indices on the databaseSamuel Tardieu2011-09-131-15/+43
| * | Do not confuse "empty inventory" with "unknown inventory"Samuel Tardieu2011-09-131-3/+5
| * | Use bearing in the [0,360[ rangeSamuel Tardieu2011-09-131-2/+4
| * | Do not reference null coordinatesSamuel Tardieu2011-09-131-3/+3
* | | * performance: don't repeatedly get column indexesBananeweizen2011-09-141-137/+153
* | | use static methods when possibleBananeweizen2011-09-141-14/+14
|/ /
* | Reinstate null checkSamuel Tardieu2011-09-131-0/+4
* | Rename merge() into more exact gatherMissingFrom()Samuel Tardieu2011-09-132-57/+54
|/
* Remove one instance of getHumanDistance()Samuel Tardieu2011-09-136-17/+9
* Replace callers of getRadialDistance() by a direct callSamuel Tardieu2011-09-133-6/+2
* Replace callers of getHeading() by a direct callSamuel Tardieu2011-09-1312-35/+31
* Replace callers of getDistance() by a direct callSamuel Tardieu2011-09-1311-55/+21
* Style fixSamuel Tardieu2011-09-131-1/+2
* Merge branch 'new-locus-api' into upstreamSamuel Tardieu2011-09-1310-329/+450
|\
| * broke up dependency from enums to Locus-API-Constants as suggested by samualt...Karsten Priegnitz2011-09-125-79/+127
| * Merge commit 'upstream/master'Karsten Priegnitz2011-09-127-102/+71
| |\
| * | locus API as jarKarsten Priegnitz2011-09-1217-1576/+130
| * | use of new Locus APIKarsten Priegnitz2011-09-124-31/+48
| * | Merge commit 'upstream/master'Karsten Priegnitz2011-09-122-25/+50
| |\ \
| * \ \ Merge commit 'upstream/master'Karsten Priegnitz2011-09-1258-1636/+1364
| |\ \ \
| * | | | calling Locus - dates and empty waypointsKarsten Priegnitz2011-09-113-26/+14
| * | | | Merge commit 'upstream/master'Karsten Priegnitz2011-09-098-281/+185
| |\ \ \ \
| * | | | | use of new Locus APIKarsten Priegnitz2011-09-0917-184/+1729
| * | | | | Merge commit 'upstream/master'Karsten Priegnitz2011-09-06110-940/+30248
| |\ \ \ \ \
| * | | | | | proof of concept: new Locus API with 800 and with 1600 cachesKarsten Priegnitz2011-09-063-248/+228
* | | | | | | Remove deprecated methodSamuel Tardieu2011-09-131-57/+0
* | | | | | | Cleanup and simplifySamuel Tardieu2011-09-131-12/+4
* | | | | | | Do not repeat the temporary table nameSamuel Tardieu2011-09-131-4/+5
* | | | | | | Rewrite storeWithMergeSamuel Tardieu2011-09-131-10/+6
* | | | | | | #420: have options menu for searching own caches. Avoid wrong error logbananeweizen2011-09-122-15/+38
* | | | | | | fix: don't try to replace NUMBER template in offline loggin mode. Thatbananeweizen2011-09-123-14/+17
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #405 from samueltardieu/distance-parserBananeweizen2011-09-126-102/+70
|\ \ \ \ \ \
| * | | | | | Factor distance parser into its own class and static methodSamuel Tardieu2011-09-106-102/+70
* | | | | | | Add FIXME noteSamuel Tardieu2011-09-121-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | send2 no longer drops registration of no internet connection Fix #407mucek42011-09-111-25/+41
* | | | | | Set the headings in any case to avoid a possible mini-flickeringSamuel Tardieu2011-09-111-3/+2
* | | | | | Ignore initial compass dampeningSamuel Tardieu2011-09-111-2/+12
| |_|_|_|/ |/| | | |
* | | | | fix #408: FC when altitude is not an integerBananeweizen2011-09-111-37/+18
|/ / / /
* | | | Merge pull request #403 from samueltardieu/optimize-geopointBananeweizen2011-09-101-268/+226
|\ \ \ \
| * | | | Inline setLatitude and setLongitudeSamuel Tardieu2011-09-101-56/+14