Commit graph

82 commits

Author SHA1 Message Date
howard-stearns
747c43d065 basic user story card 2016-08-11 16:43:29 -07:00
howard-stearns
f34030d276 factor out metaverseBase to make it easier to repoint to a test server 2016-08-09 12:48:01 -07:00
howard-stearns
8a7bbbaaed limit user stories to first 100 2016-08-04 12:37:09 -07:00
howard-stearns
04bd98b15f new assets. remove margins between buttons (letting the graphics do the
work)
2016-08-04 12:33:50 -07:00
howard-stearns
1ecb01feac center the scroll 2016-08-04 12:06:07 -07:00
howard-stearns
f5d07f4186 helper text size and italic 2016-08-04 11:55:31 -07:00
howard-stearns
d39446f340 no place name over user-story scroll items 2016-08-04 10:36:17 -07:00
howard-stearns
421707c5d8 fix typo that was making user stories not show date 2016-08-04 10:07:33 -07:00
howard-stearns
c44ce0f5b5 Fix forward/back button states. 2016-08-03 17:03:27 -07:00
howard-stearns
8c6744e5e8 new address bar graphic 2016-08-03 16:18:41 -07:00
howard-stearns
30327d8135 New buttons, with hover behavior. Also don't impose test data if the api
gives data.
2016-08-03 16:02:22 -07:00
howard-stearns
188e525efc basic ugly feed/places toggle button 2016-08-03 11:48:58 -07:00
Howard Stearns
e593077b4b basic display of user story feed (hardcoded switch place names vs feed) 2016-08-03 09:39:27 -07:00
howard-stearns
70e07f3299 remove highlight move animation 2016-08-02 13:56:01 -07:00
howard-stearns
c3bf52267d Don't suggest loaded places. 2016-08-01 15:27:29 -07:00
howard-stearns
7cf41d441e filtering by place 2016-08-01 12:28:57 -07:00
howard-stearns
611223f013 highlight to show that the cards can be clicked 2016-07-29 15:49:20 -07:00
howard-stearns
ae9421f1f6 smaller user label, and use the word "people" 2016-07-29 15:22:08 -07:00
howard-stearns
ff17761769 basic minority-report scroll (fixed initial data, but infinite cards) 2016-07-28 15:46:32 -07:00
howard-stearns
ed811d0431 replace Row with ListView, but otherwise same user-functionality 2016-07-28 15:01:21 -07:00
howard-stearns
4a6132874f encodeURIComponent of the protocol signature 2016-07-19 13:43:28 -07:00
howard-stearns
57955a2b56 Expose protocol version to qml, and use it in query. 2016-07-18 18:12:27 -07:00
howard-stearns
17e64cf5e6 suggest only unrestricted domains, and also use server to sort 2016-07-18 16:58:29 -07:00
Howard Stearns
cf025072e1 Only consider "active" domains for all purposes (which on the back end means at least one person connected). 2016-07-16 09:50:56 -07:00
Howard Stearns
d446e1bcf5 Phone home with suggestions activity usage. 2016-07-15 19:15:58 -07:00
howard-stearns
f73c2b884d Remove now-superflous Column. 2016-07-15 17:01:37 -07:00
howard-stearns
289617d4ce styling 2016-07-15 16:14:29 -07:00
howard-stearns
cc367f7b49 We don't need HorizontalSpacer.qml. 2016-07-15 14:56:31 -07:00
howard-stearns
562446e7b8 use AddressManager, rather than adding a trampoline to hostname in
AddressBarDialog.
2016-07-15 14:44:27 -07:00
howard-stearns
87e54482dd check pictures only for the domains that have someone in them, but use all
domains when filtering (occupied or no, picture or no).
Also, make darn sure we use default picture if no data.
2016-07-15 14:30:28 -07:00
howard-stearns
6fb2cedfe0 card default image: settable, use to start, and reset when needed 2016-07-15 13:42:31 -07:00
howard-stearns
99e229467b Don't show the word "suggesions" when there aren't any. 2016-07-15 11:49:21 -07:00
howard-stearns
8faa961c8d all domains, not just the 'active' ones, which turns out to be defined as
having at least one person in it.
2016-07-15 11:41:00 -07:00
howard-stearns
ce99146733 filter by typing 2016-07-15 10:27:52 -07:00
howard-stearns
1c2d13d1ee Don't show where you are now. 2016-07-14 15:38:22 -07:00
howard-stearns
3132cca482 prototype 2016-07-14 14:49:03 -07:00
howard-stearns
ff55644fe8 stateful hud toolbar buttons 2016-06-30 16:24:11 -07:00
Brad Davis
8c13ff4ee1 Pinned UI support 2016-06-02 17:24:25 -07:00
David Rowe
f74be226c8 Add "home" button to address bar 2016-04-27 10:28:05 +12:00
David Rowe
8f6cfb72ea Fix QML warnings at shutdown 2016-04-16 15:23:41 +12:00
Brad Davis
7eac917de5 Address bar polish and visibility handler fix 2016-01-24 15:23:37 -08:00
Brad Davis
159794cafd Stop address bar stealing keyboard focus 2016-01-23 22:05:01 -08:00
Brad Davis
746c388f7a Cleanup of QML windowing and message boxes 2016-01-15 23:14:49 -08:00
Brad Davis
d28f80aa07 Moving running scripts functionality to scripting library 2016-01-11 12:44:03 -08:00
Brad Davis
44b9bc7115 Force active focus on the address bar line while address bar is visible 2016-01-06 11:10:05 -08:00
Brad Davis
1b82200ecb Address some z-ordering issues in overlay windows 2016-01-06 10:58:56 -08:00
Brad Davis
41dcc3d52b QML dialogs should not consume key events when disabled 2016-01-04 20:51:49 -08:00
Leonardo Murillo
232fd72e53 Revert "Address bar now closes when you click outside of it" 2015-09-01 16:32:29 -06:00
Seiji Emery
c704fb7b12 Fixed to follow signal naming conventions, and added null check 2015-08-28 11:01:30 -07:00
Seiji Emery
9353eaf35a Added signal to detect + close address bar when user clicks outside of it 2015-08-28 10:33:30 -07:00