aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix #976: Replace note-marker by more meaningful iconSammysHP2012-01-213-0/+0
|
* New icon for calendar add-onSammysHP2012-01-211-0/+0
| | | Needs refactoring when high-res icon without text is available.
* Fix for WaypointTypeblafoo2012-01-211-1/+1
|
* Several fixes for calendar add-onSammysHP2012-01-211-1/+2
| | | | | | | - remove launcher link - remove activity view, the menu is enough - add German localized strings - rename app-name - add a few TODOs
* WaypointType cleanupblafoo2012-01-215-10/+26
|
* Renamed PATTERN_TRACKABLE_ID to PATTERN_TRACKABLE_GUID. Fixes #1009blafoo2012-01-212-2/+2
|
* Merge pull request #988 from marco-jacob/masterBananeweizen2012-01-2011-73/+202
|\ | | | | Fix #349
| * corrected static maps download for original waypointsMarco Jacob2012-01-191-1/+2
| |
| * Merge git://github.com/cgeo/c-geo-opensourceMarco Jacob2012-01-168-18/+48
| |\
| * | move static maps settings to cache details sectionMarco Jacob2012-01-161-41/+41
| | |
| * | Merge remote-tracking branch 'upstream/master'Marco Jacob2012-01-153-3/+8
| |\ \
| * | | remove and store waypoint static map when waypoint is modified or addedMarco Jacob2012-01-151-0/+6
| | | |
| * | | try to remove waypoint static map file always when waypoint is deletedMarco Jacob2012-01-151-12/+2
| | | |
| * | | set id when waypoint is storedMarco Jacob2012-01-151-1/+2
| | | |
| * | | refactoring due to store wp static maps when addedMarco Jacob2012-01-151-28/+60
| | | |
| * | | corrected from static maps offline setting stringMarco Jacob2012-01-151-2/+2
| | | |
| * | | corrected from static maps offline setting stringMarco Jacob2012-01-151-2/+2
| | | |
| * | | merged with cgeo upstreamMarco Jacob2012-01-143-20/+29
| | | |
| * | | Merge git://github.com/cgeo/c-geo-opensourceMarco Jacob2012-01-1429-143/+304
| |\ \ \
| * | | | corrected marker icon url for static wp mapMarco Jacob2012-01-132-25/+25
| | | | |
| * | | | added setting and implementation for waypoint static mapMarco Jacob2012-01-118-30/+120
| | | | |
* | | | | 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-173-0/+199
| | | | |
* | | | | refactoring: simplified filter interfaceBananeweizen2012-01-175-67/+68
| | | | | | | | | | | | | | | | | | | | | | | | | * use alphabetically easy to read filter names * use common method for selecting the filter which will also handle new filter types
* | | | | Merge pull request #997 from Lineflyer/masterBananeweizen2012-01-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | German text for pull request #981
| * | | | | German text for pull request #981Lineflyer2012-01-151-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #989 from RoadRunner-/masterBananeweizen2012-01-1710-27/+34
|\ \ \ \ \ | | | | | | | | | | | | Implementation for issue #985: replace term standard navigation
| * | | | | changed getDefaultNavigationApplication to never return nullTorsten Keil2012-01-151-9/+15
| | | | | |
| * | | | | Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-1410-18/+19
| | |_|/ / | |/| | |
* | | | | updated with new english stringsRomNexus62012-01-161-1/+4
| |_|_|/ |/| | |
* | | | refactoring: remove unused imports to avoid warningsBananeweizen2012-01-164-11/+0
| | | |
* | | | Merge pull request #999 from stephanme/importzipBananeweizen2012-01-152-5/+22
|\ \ \ \ | | | | | | | | | | support more mime types for importing zipped PQs
| * | | | support more mime types for importing zipped PQsStephan Merker2012-01-152-5/+22
| | |/ / | |/| | | | | | see issue #967
* | | | New EventDateComparator class used for list of only event caches. Fixcampbeb2012-01-162-2/+26
|/ / / | | | | | | #982
* | | Refresh not just standard list but all lists. Fixes #984blafoo2012-01-151-1/+1
| | |
* | | fix #993: empty log image titleBananeweizen2012-01-152-2/+7
|/ /
* | refactoring: move more widget related classes into own packageBananeweizen2012-01-1416-62/+98
| |
* | fix #943: click preview map to invoke navigationBananeweizen2012-01-144-1/+39
| |
* | fix #982: reset sorting by date when switching from event list to normalBananeweizen2012-01-141-0/+3
| | | | | | list
* | fix #979: Cleanup error messages and other stringsBananeweizen2012-01-141-3/+3
| |
* | Merge remote branch 'campbeb/cleanuperrors'Bananeweizen2012-01-143-63/+62
|\ \
| * | Cleanup error messages to make more friendly.campbeb2012-01-143-63/+62
| | | | | | | | | Also adjusted some other strings to make more friendly.
* | | #965: use box drawing characters for tableBananeweizen2012-01-142-4/+8
| | |
* | | Merge remote branch 'campbeb/fix965'Bananeweizen2012-01-143-2/+45
|\ \ \
| * | | Add a note to the description if it contains HTML tables since we don'tcampbeb2012-01-143-2/+45
| | | | | | | | | | | | | | | | format them correctly. Add rudimentary formatting for <td> and <tr> HTML tags.
* | | | Merge pull request #983 from campbeb/fixsortBananeweizen2012-01-141-3/+0
|\ \ \ \ | | | | | | | | | | Fix #982: Maintain lists sorted after viewing a cache
| * | | | Don't set comparator to null as this reverts all lists back to distancecampbeb2012-01-141-3/+0
| |/ / / | | | | | | | | sort