Commit Graph

42 Commits

Author SHA1 Message Date
Dan Ballard dc3872fc8a fix contacts sort up on send msg; profile list shows unread; approved
the build was successful Details
contacts sort on approved time
2020-12-17 00:09:28 -08:00
Dan Ballard b920d3ab8b Save state of root and profile panes open, and selected profile and
the build was successful Details
conversation; jump to those when reloading
2020-12-07 15:18:19 -08:00
Sarah Jamie Lewis a5c96964e8 Android Bugfixxing Part 1
the build was successful Details
- Icons Now Show
- Zoom Slider doesn't Crash (2 causes)
 - One desktop/android crash caused by Ellipsis Label (now replaced)
 - One android crash caused by ButtonTextField (fixed)
- Removed some emoji handling that was unused.
2020-11-20 15:21:02 -08:00
Dan Ballard 843790c27b fix p2p get name sync issue; overlay offline contact portraits
the build was successful Details
2020-11-04 13:42:49 -08:00
erinn db315f8de1 message model take one 2020-10-22 18:04:01 -07:00
Dan Ballard c580597c8d make contact badge just be green/online, and move unread messages to right side of row
the build is pending Details
2020-09-04 17:00:21 -07:00
Dan Ballard 0ba6a200cc Message Editor refactor; and small bits like tabs; and a divider between contactlist and overlay pane
the build failed Details
2020-08-28 15:10:47 -07:00
Dan Ballard 315c66009e Migrate to new peer authorization levels, add new peer approval
the build was successful Details
workflow, add blocked peers to contact list in seperate section
2020-07-16 12:41:34 -07:00
erinn 5cf1d6a1db change Widgets to Opaque in qml imports
the build was successful Details
2020-05-20 13:49:00 -07:00
erinn 3ffdaa1ca3 adding back components that shouldnt have been moved to opaque
the build was successful Details
2020-05-19 19:39:01 -07:00
erinn 533b0d3fe0 restoring cwtch-specific widgets that were accidentally moved to opaque
the build was successful Details
2020-05-19 18:39:57 -07:00
erinn 92adc2a61d move widgets into the Opaque submodule project
the build failed Details
2020-05-19 17:03:08 -07:00
Dan Ballard 3221e30701 Global Toolbar
the build was successful Details
- Add Icon (colorable, clickable image from B/W svg
- Add global toolbar and wiring
- Remove stack toolbar
- Fix in qmlfmt for  } { on same line
2020-05-04 12:46:26 -07:00
Dan Ballard 1af5662416 new qmlfmt script and test application to main.qml
the build was successful Details
2020-04-27 15:15:13 -07:00
Dan Ballard 7495a6dca4 badge # count; contact name, onion elipses if not enough space
the build was successful Details
2020-04-16 15:24:20 -07:00
Dan Ballard 522f395d86 Redesign: contact Row and Picture: themeing and modularizing:
the build was successful Details
now there is Picture was split into Badge, and Portrait
 ContactRow was split into: PortraitRow, ProfileRow, and ContactRow
 Removed some unsued cruft
 Still need to work on adopting new images (requires coloring b/w images
to theme colors...) And adding the new accept/reject new contact
workflow

work on retheme of contact / profile list

work on retheme of contact / profile list
2020-04-08 10:36:46 -07:00
Dan Ballard 2037fc6d21 rename SimpleButton to button, make a Widgets. import everywhere; basic themeing
the build was successful Details
2020-04-01 16:09:50 -07:00
Dan Ballard fc3bdb76f6 New getVal/retVal message handling, and new attribute storage schema
the build was successful Details
2020-03-30 14:17:41 -07:00
Dan Ballard 94f5dd20bd strip all absolute paths from stored profile images
the build was successful Details
2020-01-20 13:14:48 -08:00
Dan Ballard 13239c094c change password
the build failed Details
2019-12-17 11:32:58 -08:00
Dan Ballard d77851a835 profile delete. profile version tagging. minor qml refactor (less importing widgets directly into qml namespace) 2019-12-10 15:44:35 -08:00
Dan Ballard 541f4f7da4 profile edit (name) and delete (non functioning cus cwtch doesnt support) ui 2019-11-29 17:35:57 -08:00
Dan Ballard d3e178474d show add profile button 2019-11-20 13:05:50 -08:00
Dan Ballard 7a7be2777b gcd and manager now lock gcd to qml ui events for non selected profile
the build was successful Details
2019-11-19 14:12:07 -08:00
Dan Ballard bac4accb1b profile manager: screen, unlock, select, back to
the build was successful Details
Also fixing issues on switching profiles and maintaining ui state
around contact ordering and unread count
2019-11-16 12:47:59 -08:00
Dan Ballard f0099acb2b remove uistate's state; remove contact; remove trusted
the build was successful Details
2019-11-01 17:40:06 -07:00
Dan Ballard 5bea6bdc47 remove 'badge'/unread treacking state from go code; now uses attributes to store in back end and maintain in front end
the build was successful Details
2019-10-25 12:30:04 -07:00
Sarah Jamie Lewis c3189553c8 BUGFIX: Prevent the user from opening a conversation with themselves
the build was successful Details
2019-09-24 11:47:27 -07:00
erinn 85378e3ca8 better group loading progress bar display
the build was successful Details
2019-09-11 11:58:35 -07:00
Dan Ballard 12fde77c71 removing fake delete to surface fake deleted contact as we still connect to them; adopting proper delete support added to cwtch 2019-08-09 17:44:56 -07:00
Sarah Jamie Lewis 9a4c24626d Expose Blocking in the UI (initial version) 2019-08-06 19:47:19 -07:00
Dan Ballard 412e1f1713 Adopt cwtch app level reload system; Also minor tweaks to cwtch gropup loading progress bar logic and chat disable tet field logic 2019-07-23 13:56:50 -07:00
erinn b6f0e7f171 Merge branch 'progress' of dan/ui into master 2019-04-24 13:38:02 -07:00
Dan Ballard 672570ed42 display progress of group loading and disable sending to groups until loaded 2019-04-24 13:32:20 -07:00
erinn 4494a2b168 chatoverlay scaling 2019-04-17 14:03:50 -07:00
erinn 61571989e7 make most things obey ui scale 2019-04-16 12:40:19 -07:00
Sarah Jamie Lewis 153651478a Adding Basic Group Membership Pane 2019-03-06 12:00:55 -08:00
Sarah Jamie Lewis 1483492f61 Removing online indicator from chat window 2019-02-19 11:56:23 -08:00
Sarah Jamie Lewis 25083878ab Accept/Reject Invitations and Remove Game 2 2019-02-13 18:42:13 -08:00
Sarah Jamie Lewis 1a800a44bc Deleting Contacts, Alerting, Click to Talk 2019-02-13 00:09:04 -08:00
erinn f5c8a44423 fix ui scaler. fix font colours on kde. fix p2p settings crash. 2019-01-14 11:40:04 -08:00
erinn 8a9ba6d154 initial commit 2018-11-21 16:01:17 -08:00