Commit Graph

107 Commits

Author SHA1 Message Date
Saman Bemel-Benrud 85032bf431 first pass at re-writing inspector markup. 2012-12-12 17:16:25 -05:00
Tom MacWright ba1c79e75f Merge branch 'master' of github.com:systemed/iD 2012-12-12 15:53:40 -05:00
Tom MacWright 58255a042b Redraw vectors 2012-12-12 15:51:49 -05:00
Saman Bemel-Benrud 586064c972 cleaned up icon styles. 2012-12-12 15:50:00 -05:00
Saman Bemel-Benrud b5eed1c9b6 basics done for geocoder. 2012-12-11 15:26:07 -05:00
Saman Bemel-Benrud a7234ade18 subtle restyles across the board, styling to geocoder. 2012-12-11 14:10:43 -05:00
Tom MacWright 435b7f46fc Namespace all events 2012-12-11 12:02:01 -05:00
Tom MacWright c8b79dd4a0 Merge branch 'master' of github.com:systemed/iD
Conflicts:
	js/id/ui/layerswitcher.js
2012-12-11 11:23:37 -05:00
Tom MacWright 38cdfa0dc3 Hide ls on click 2012-12-11 11:20:18 -05:00
Saman Bemel-Benrud 77b142af6a proper indentation. 2012-12-11 11:16:32 -05:00
Saman Bemel-Benrud f022d9d965 layer switcher done. 2012-12-10 20:00:17 -05:00
Saman Bemel-Benrud 2bac913537 styled opacity slider + fixed tooltips. 2012-12-10 18:36:36 -05:00
Saman Bemel-Benrud 1ec08c229f fixed broken right tooltip. 2012-12-10 16:55:42 -05:00
Saman Bemel-Benrud 5e19661ced basic styling of layer switcher done. 2012-12-10 16:45:43 -05:00
Tom MacWright 2927f490b9 Focus first textarea in Inspector 2012-12-08 23:37:42 -05:00
Saman Bemel-Benrud 1676744a92 more styling to layer toggle. 2012-12-07 19:14:12 -05:00
Saman Bemel-Benrud 605c793806 restructured layer toggle. 2012-12-07 18:51:19 -05:00
Saman Bemel-Benrud fbc9428d6b action buttons are now filled, toggles and less important buttons are not. 2012-12-07 18:28:09 -05:00
Tom MacWright bba14c2cba Merge pull request #231 from systemed/design-overhaul
Design overhaul
2012-12-07 14:42:30 -08:00
Saman Bemel-Benrud e82bf1a8b0 basic style overhaul complete. 2012-12-07 17:39:33 -05:00
John Firebaugh bd18cc9353 Fix changeset creation (fixes #230) 2012-12-07 14:46:18 -05:00
Tom MacWright 0e00998bc4 Hide user panel when it would just be showing login. Fixes #209 2012-12-07 12:02:15 -05:00
Tom MacWright f74b29d93a Rudientary splitting of ways 2012-12-07 11:03:15 -05:00
Tom MacWright 618f5cc486 Merge branch 'master' of github.com:systemed/iD 2012-12-07 10:42:24 -05:00
Tom MacWright f49728872e Fix way finishing, start on split way 2012-12-07 10:42:16 -05:00
John Firebaugh 7eec007740 Get internal ID logic in one place 2012-12-07 10:32:51 -05:00
Tom MacWright a9e68ce3ee Undo moved technique 2012-12-07 10:02:55 -05:00
Tom MacWright 6626c87401 Fix layer switching 2012-12-07 10:01:07 -05:00
Saman Bemel-Benrud 16e87ca12e refining buttons. 2012-12-06 19:58:21 -05:00
Saman Bemel-Benrud 7a16fbaa95 re-organizing + cleaning up CSS, starting to style the UI. 2012-12-06 19:20:27 -05:00
Tom MacWright 517f29131d Real-time preview for opacity 2012-12-06 15:56:22 -05:00
Tom MacWright 877ae4c32e Add osm mapnik, setup toggling a bit. 2012-12-06 10:39:08 -05:00
Tom MacWright 2f11e74ba1 Support other subdomains, tiger2012 tiles 2012-12-06 10:27:26 -05:00
Tom MacWright db76ff8d19 Opacity control, layerswitcher 2012-12-05 19:02:38 -05:00
Tom MacWright 50dd5063a5 Add confirm 2012-12-05 17:20:18 -05:00
Tom MacWright 0c77ae681c Refactor modal concept into one bit of code 2012-12-05 13:04:25 -05:00
Tom MacWright f381693f2b Improve typeahead 2012-12-05 11:12:56 -05:00
Tom MacWright 8c3aa832f0 Rename Util to util, expand tests, move more out of map.js 2012-12-04 12:53:16 -05:00
Tom MacWright 772eb02552 Taginfo autocomplete 2012-12-04 10:58:55 -05:00
John Firebaugh 38958515d8 Clean up inspector setup 2012-12-03 18:37:41 -05:00
Tom MacWright b3853e6485 Taginfo, typeahead 2012-12-03 16:12:05 -05:00
John Firebaugh 9057d40672 Fix global leaks 2012-12-03 15:11:49 -05:00
Tom MacWright bdf47e4a80 Firefox compatibility fixes, be more aware of problems in authentication 2012-11-30 15:59:16 -05:00
Tom MacWright 2cde9b6212 Fix editing when your node is new 2012-11-29 16:56:06 -05:00
Tom MacWright d0fcc8cd26 More notes, don't simulate a href 2012-11-29 14:22:02 -05:00
Tom MacWright d954a09184 Fixup area drawing, removing bonus nodes, preventing selection of
mid-drawing areas which incurs an expensive fetch.
2012-11-29 12:24:03 -05:00
Tom MacWright 946ab2c09e Properly remove popped node. Fixes #146 2012-11-29 10:33:52 -05:00
Tom MacWright abf2941425 Support removing nodes from ways 2012-11-29 10:10:14 -05:00
Tom MacWright e34ba10ade Allow the beginning node of a way be an intersection with another way.
This needs to be ported to drawway and addarea. Fixes #137
2012-11-28 18:23:44 -05:00
Tom MacWright db6c4f2b82 Dblclick on by default and update marker images 2012-11-28 16:49:01 -05:00