| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: clean progress dialog handling | Samuel Tardieu | 2014-02-27 | 1 | -11/+6 |
| | | |||||
| * | fix #3550: dialog don't show up the second time | Samuel Tardieu | 2014-02-27 | 1 | -2/+2 |
| | | |||||
| * | fix #3570: crash when dismissing a progress dialog | Samuel Tardieu | 2014-01-26 | 1 | -1/+6 |
| | | | | | | | This crash should never happen if we handled lifecycles more correctly. But to avoid penalizing users in the meantime, this temporary fix will allow the application to go on. | ||||
| * | refactoring: move some more dialogs into new package | Bananeweizen | 2013-01-27 | 1 | -1/+1 |
| | | |||||
| * | fix #1312: Strange progress indicator on GPX-import | Bananeweizen | 2012-10-06 | 1 | -22/+37 |
| | | |||||
| * | Don't cancel progress dialog when clicking outside | campbeb | 2012-06-30 | 1 | -0/+2 |
| | | |||||
| * | Reset Progress internal var progress to 0 on reset | Marco Jacob | 2012-03-25 | 1 | -0/+1 |
| | | |||||
| * | Fix for issue 1309 | Marco Jacob | 2012-03-21 | 1 | -3/+10 |
| | | |||||
| * | GPXImporter now showing imported cache count on cancel | Marco Jacob | 2012-03-15 | 1 | -0/+11 |
| | | |||||
| * | added abort button to GPXImporter and skip button for static maps import | Marco Jacob | 2012-03-14 | 1 | -0/+2 |
| | | |||||
| * | replace ProgressDialog with Progress in cgeocaches | Stephan Merker | 2012-03-06 | 1 | -0/+1 |
| | | | | | | | | - ensures that screen is not switched off during operations (e.g. import from web) - cgeocaches is configured to keep screen on so it is inconsistent when it screen goes off during lengthy operations triggered from cgeocaches - followup for #1204 | ||||
| * | fix #1204: keep screen on during GPX-import | Stephan Merker | 2012-03-04 | 1 | -0/+2 |
| | | | | | - is achieved by keeping screen on for all progress dialogs using Progress class | ||||
| * | fix: avoid "NaN" in progress dialog of importer | Bananeweizen | 2011-12-18 | 1 | -0/+2 |
| | | |||||
| * | new: cancel GPX import with back button | Stephan Merker | 2011-11-09 | 1 | -0/+28 |
| | | |||||
| * | Use a cancellable handler when loading, storing and refreshing caches | Samuel Tardieu | 2011-10-24 | 1 | -2/+6 |
| | | | | | This closes #685. | ||||
| * | Make Progress a regular class | Samuel Tardieu | 2011-10-18 | 1 | -5/+5 |
| | | | | | Part of fix for #670. | ||||
| * | Synchronize access to Progress methods | Samuel Tardieu | 2011-10-18 | 1 | -4/+4 |
| | | | | | This is part of #670. | ||||
| * | The dialog should be removed even if it is not showing | Samuel Tardieu | 2011-10-18 | 1 | -1/+1 |
| | | | | | | This can happen if it has been cancelled by the user. This is part of #670 and should fix #674. | ||||
| * | fix: don't leak internal dialog (as requested by Samuel) | Bananeweizen | 2011-10-12 | 1 | -2/+1 |
| | | |||||
| * | fix #645: remove multiple progress dialogs in details activity | Bananeweizen | 2011-10-09 | 1 | -0/+37 |
