~costales/unav/0.60-recalc-route-from-out

« back to all changes in this revision

Viewing changes to qml/components/NotificationBar.qml

  • Committer: costales
  • Author(s): Marcos Costales
  • Date: 2016-06-15 17:26:44 UTC
  • mfrom: (55.7.58 0.60-simple-code)
  • Revision ID: costales.marcos@gmail.com-20160615172644-efmn602rqd5i8ygh
Added calculating route status because 'searching' flag is n...
Rework error web API
Rework no confirm route
No donation btn
Bug 1/15 pos doesn't exits anymore
Recalculate if API error
i18n updated
Message looking for position when user clicks center
Remove decimals from lat,lng in another way. If not, the coo...
Large font for info msg and hide if click fast on map
Msgs for more intuitive simulation process
Added log for check denied
Removed check accuracy
No maximumAge (testing purpose)
Securize all GPS data
Allow double click for zooming
Allow wheel mouse for zooming (check this on phone)
Redefine distance for zoom near
Speak voice before high zoom
Removed timer auto confirm route in X seconds
Remove timer for gps died
Max zoom 19
BG image for map

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        notificationRectangle.color = "#FFFFFF"
32
32
        notificationRectangle.visible = true;
33
33
        notificationIcon.name = ""
34
 
        notificationLabel.fontSize = "medium"
 
34
        notificationLabel.fontSize = "large"
35
35
        notificationRectangle.height = notificationLabel.height + units.gu(1)
36
36
    }
37
37
    onWarning: {