Changes between Initial Version and Version 1 of Ticket #8509, comment 19


Ignore:
Timestamp:
2017-11-09T21:02:23+01:00 (8 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8509, comment 19

    initial v1  
    66> As a work around I propose to do the image overlay that happens when you mark a layer as "Discourage Upload". Its easy enough to override the icon in that case because it is specific to the layer. Or I can change the icon of the data layer till its upload is done (which is what I did in the latest patch. The overlay wasn't very explicit)
    77
    8 This is okay, I guess. An alternative would be to repurpose the on-screen message that is displayed when filters are active (class `OSDLabel`). It would be more visible that the small icon in the layer list.
     8This is okay, I guess. An alternative would be to repurpose the on-screen message that is displayed when filters are active (class `OSDLabel`). It would be more visible than the small icon in the layer list.
    99
    1010One more minor thing: The use of `ReentrantReadWriteLock` seems unnecessary. As far as I can tell, it can be replaced by a simple boolean field with `synchronized` modifier for the access methods (or `AtomicBoolean`).