Commit Graph

353 Commits

Author SHA1 Message Date
Saman Bemel-Benrud 334f963f3c fix change count, closes #638 2013-02-12 17:31:16 -05:00
John Firebaugh 4d976013f9 Connect via drag for points (fixes #725) 2013-02-11 12:44:29 -08:00
Ansis Brammanis c970845553 Fix #717 2013-02-11 14:52:30 -05:00
John Firebaugh 66afcd9923 Platform-specific keybindings
Specifying keybindings that use a command key (⌘ on Mac,
Ctrl on Win/Linux) using the appropriate Mac binding, e.g.
'⌘Z'. Use iD.ui.cmd to translate it to an appropriate key
string for other platforms, e.g. 'Ctrl+Z'.
2013-02-11 11:24:05 -08:00
Ansis Brammanis d458a3707f Add comments about opera detection 2013-02-11 12:42:02 -05:00
Ansis Brammanis fe32ca9d03 Yep, detecting opera.
Goal can be achieved with two different svg styles,
but Opera only implements one, Firefox the other. Can't
apply both because Chrome implements both.
2013-02-11 12:36:21 -05:00
Ansis Brammanis 0e871bb957 Fix shift-click on points in ff 2013-02-11 11:53:26 -05:00
Tom MacWright f56e27ad2a Style tweaks and refactoring 2013-02-09 17:21:28 -05:00
Ian B 8a8a29013e Search results area
Display multiple search results
2013-02-09 18:12:55 +01:00
Tom MacWright 2e8e7ad1cc Use css transitions for tiles 2013-02-08 11:20:11 -05:00
Tom MacWright f0b761b979 Lasso action 2013-02-07 16:21:25 -05:00
Tom MacWright c84e0713d9 Merge branch 'master' into dynamic-layers
Conflicts:
	js/id/renderer/background_source.js
	js/id/ui/layerswitcher.js
2013-02-06 17:39:55 -05:00
Tom MacWright 4b5dcd054e Fix sourcetag regression 2013-02-06 17:34:41 -05:00
Tom MacWright e868c071ac Remove more unreliable or slow layers, select the right layer initially,
fix null tooltips
2013-02-06 17:16:00 -05:00
John Firebaugh 5eb0644242 Improve multipolygon rendering
Multipolygon relations report their geometry as 'area' and are rendered
as such. However, they do not render a stroke. The stroke rendering
will come from the individual lines, which are given the tag
classes of their parent relations, allowing them to have a stroke
style matching the style of simple areas with the same tags.

Untagged circular ways are no longer considered areas. This prevents
an untagged inner way of a multipolygon from rendering as an area and
is consistent with how P2 and JOSM treat them.

In the CSS, it's no longer necessary to deal with multipolygons
explicitly in selectors. But keep in mind that area boundaries can
now be rendered either as lines or as area strokes. In most cases
the selector should be `path.stroke.tag-_____`, i.e. an explicit
`.area` or `.line` classes should not be included.

Finally, the parent ways of selected multipolygons are given the 'selected'
class.
2013-02-05 15:20:11 -08:00
John Firebaugh 4fed3e5dac Fix rogue s/red/#f6634f/g 2013-02-04 16:55:46 -08:00
John Firebaugh c9fb1444db Connect via drag and drop
Fixes #598.
2013-02-04 16:48:54 -08:00
Saman Bemel-Benrud 00da90cf36 Merge branch 'master' of github.com:systemed/iD 2013-02-04 19:37:31 -05:00
Saman Bemel-Benrud 5764012b23 better styles for map features. 2013-02-04 19:37:10 -05:00
Ansis Brammanis 3417a1639c Hide midpoints when drawing (no snapping) 2013-02-04 17:16:14 -05:00
Ansis Brammanis 9ec7491645 Fix baseline shifting for opera 2013-02-04 16:45:34 -05:00
John Firebaugh c2ddf67cc0 Show appropriate tooltips for disabled undo/redo buttons
Implementing this cross-browser requires using a `.disabled`
class rather than the `disabled` property. No browsers except
Opera dispatch mouse events on disabled buttons.

Fixes #620.
2013-02-04 11:25:20 -08:00
Saman Bemel-Benrud 2ee0cac375 fix intro modal position. 2013-02-04 13:15:07 -05:00
John Firebaugh e0d4f5e87d Use default shape-rendering
On Firefox, optimizeSpeed = aliased. Fixes #592.
2013-02-04 07:13:49 -08:00
John Firebaugh 03800ec841 Don't force point to area boundary (fixes #614) 2013-02-03 13:21:27 -08:00
John Firebaugh e1d5a0cb03 Unjoin -> Disconnect 2013-02-01 17:31:32 -05:00
Tom MacWright 60850f303f Merge branch 'master' of github.com:systemed/iD 2013-02-01 11:24:38 -05:00
Tom MacWright 8eb04ddb4d combobox 2013-01-31 19:41:52 -05:00
Saman Bemel-Benrud 844e674ea5 refine misalignment ui. 2013-01-31 19:24:35 -05:00
Saman Bemel-Benrud 5f8e7ec8cc Merge branch 'master' of github.com:systemed/iD 2013-01-31 19:20:32 -05:00
Saman Bemel-Benrud dcfe8ac85b design pass on alignment toggles. 2013-01-31 19:20:13 -05:00
Saman Bemel-Benrud 116289ae53 minor fixes. 2013-01-31 15:54:14 -05:00
Ansis Brammanis 8dcb215fe3 Hide labels on mouseover 2013-01-31 15:40:17 -05:00
Ansis Brammanis 26dfaf8161 Revise label stack 2013-01-31 14:43:41 -05:00
Saman Bemel-Benrud bd4c91c612 modal touch-ups. 2013-01-31 13:25:20 -05:00
John Firebaugh a48453c6ed Selected style should take precedence over hover (fixes #568) 2013-01-31 13:03:50 -05:00
Tom MacWright edb3a3b682 Entire notice is clickable. Fixes #262 2013-01-31 10:03:43 -05:00
Saman Bemel-Benrud 16b42b8e81 adding logo. 2013-01-31 08:18:44 -05:00
Saman Bemel-Benrud 578d4eebdf everything but logo. 2013-01-31 08:18:42 -05:00
Saman Bemel-Benrud 1b495870c0 grammar for tooltips, keybinding hints, other tooltip fixes. 2013-01-30 19:09:10 -05:00
Saman Bemel-Benrud 792531d48a fixed tooltip sizing / positioning/ 2013-01-30 17:27:28 -05:00
Saman Bemel-Benrud c1348e231e fix inspect icon on warnings. 2013-01-30 15:54:36 -05:00
Saman Bemel-Benrud b50160b4d9 more screwing around with button styles. 2013-01-30 15:29:10 -05:00
John Firebaugh 6576ec6501 Operation sprites 2013-01-30 11:56:49 -05:00
Saman Bemel-Benrud ec4f4266ad fix overflow in commit dialog. 2013-01-30 11:27:03 -05:00
Saman Bemel-Benrud 089f84bf90 Merge branch 'master' of github.com:systemed/iD 2013-01-29 18:57:29 -05:00
Saman Bemel-Benrud 8d78aa060b fix layout for tag reference image. 2013-01-29 18:57:14 -05:00
John Firebaugh 9b2860d01a Futuristic radial menu tooltips 2013-01-29 18:45:10 -05:00
John Firebaugh 6559b7015f Futuristic radial menu (fixes #548) 2013-01-29 18:45:10 -05:00
Saman Bemel-Benrud 2115e673f4 button style improvements, modal positioning fix. 2013-01-29 18:38:22 -05:00