Commit log

5431488 collab 0.5.4

Antonio Scandurra created

ac7618d Merge pull request #2103 from zed-industries/connection-staleness

Click to expand commit body
Fix connection staleness issues

Antonio Scandurra created

647d986 Abort collaboration process if any thread panics

Antonio Scandurra created

d7ac15f Merge pull request #2101 from zed-industries/theme-licenses

Click to expand commit body
Added build-licenses command to style tree

Mikayla Maki created

3a1d533 Combine both license generations into one file

Mikayla Maki created

c44acae Added build-licenses command to style tree

Mikayla Maki created

fabcdb9 Merge pull request #2100 from zed-industries/visible-worktrees-in-collab-ui

Click to expand commit body
Omit hidden worktrees when showing projects in collaboration UI

Max Brunsfeld created

f99e404 Run CI for version branches but not all branches starting with 'v'

Max Brunsfeld created

1b45911 Omit hidden worktrees when showing projects in collaboration UI

Max Brunsfeld created

4918ad5 Merge pull request #2099 from zed-industries/empty-go-to-def-multibuffer

Click to expand commit body
Avoid opening a definitions tab if there are no definitions found

Max Brunsfeld created

9f86748 Avoid opening a definitions tab if there are no definitions found

Max Brunsfeld created

489be5e Merge pull request #2077 from zed-industries/2064-remove-contacts

Click to expand commit body
Remove contact from contact list

Petros Amoiridis created

b396e15 Merge pull request #2098 from zed-industries/help-menu-licenses

Click to expand commit body
Add 'view dependency licenses' item to Help appication menu

Max Brunsfeld created

1c572fd Add 'view dependency licenses' item to Help appication menu

Max Brunsfeld created

73af155 Refactor Database::remove_contact

Click to expand commit body
Refactor it to avoid sending irrelevant messages to update the UI.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

eca6115 Ensure `proto::UpdateWorktree::removed_entries` doesn't exceed chunk size

Click to expand commit body
This was causing the database to panic because we were trying to remove too
many entries at once.

Antonio Scandurra created

74aeec3 Cancel pending call when participant leaves room after a reconnection

Click to expand commit body
Previously, if a user temporarily disconnected while there was a pending
call, we would fail to cancel such pending call when the caller left the
room. This was due to the caller reconnecting and having a different connection
id than the one originally used to initiate the call.

Antonio Scandurra created

2f26fcd Merge branch 'main' into 2064-remove-contacts

Petros Amoiridis created

a4d9d6c Merge pull request #2095 from zed-industries/fix-crash-when-opening-feedback-while-in-call

Click to expand commit body
Fix crash when opening feedback while in call

Joseph T. Lyons created

a2a3ebc Merge pull request #2096 from zed-industries/lazy-load-languages

Click to expand commit body
Load languages lazily in the background

Max Brunsfeld created

ddf4e1a Load languages lazily in the background

Max Brunsfeld created

9ff34bc Remove no-longer-needed method

Joseph Lyons created

10f130e Merge pull request #2094 from zed-industries/project-lost-window-close-action-shortcut-accessibility

Click to expand commit body
Add "Close Window" global action which does not need a focused workspace

Julia created

3819a67 Add "Close Window" global action which does not need a focused workspace

Julia created

6e7101c Fix crash when opening feedback while in call

Joseph Lyons created

2df2d09 Merge pull request #2091 from zed-industries/style

Click to expand commit body
Style

Julia created

4c3244b v0.72.x dev

Joseph Lyons created

a79b4e3 Style

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

81ed961 Merge pull request #2088 from zed-industries/add-cursor-position-to-feedback-editor

Click to expand commit body
Add cursor position to feedback editor

Joseph T. Lyons created

9db55b3 Merge pull request #2087 from zed-industries/buffer-language-registry

Click to expand commit body
Assign the language registry to all buffers in the project

Max Brunsfeld created

328b779 Clean up construction of FeedbackEditor

Joseph Lyons created

7f3d937 Count chars

Joseph Lyons created

f68f9f3 Add cursor position to feedback editor

Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Joseph Lyons , Mikayla Maki , and Max Brunsfeld created

c22d132 Merge pull request #2085 from zed-industries/cleanup-debug-printing

Click to expand commit body
Clean up some debug printing

Julia created

44c7f16 Merge branch 'main' into add-cursor-position-to-feedback-editor

Joseph Lyons created

7003a47 Assign the language registry to all buffers in the project

Max Brunsfeld created

3d8dbee Clean up some debug printing

Julia created

160870c Improve user notification

Click to expand commit body
The message is not really true. When one declines, the other person can notice that the contact request  is not pending any more. They will know. Switching to not alerted is closer to what is really happening.

Petros Amoiridis created

ba6ffd8 Merge pull request #2081 from zed-industries/fix-failing-ci

Click to expand commit body
Fixes a broken conditional that is only caught on darwin systems

Mikayla Maki created

ecb7d10 Fixes a broken conditional that is only caught on darwin systems

Mikayla Maki created

38b83a7 Merge pull request #2078 from zed-industries/fix-cursor-style

Click to expand commit body
Fix cursor style thrashing on overlapping windows

Mikayla Maki created

1fc6276 Remove debug wiring

Mikayla Maki created

45e4e33 Changed the presenter to only send 'set_cursor_style' on the topmost window

Click to expand commit body
co-authored-by: Antonio <antonio@zed.dev>

Mikayla Maki and Antonio created

27a80a1 WIP

Mikayla Maki created

426aeb7 WIP - adds platform APIs for checking the top most window

Mikayla Maki created

35524db Add a confirmation prompt

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

e928c1c Test removing a contact

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

5d4eb2b Push responder and requester to remove_contacts

Click to expand commit body
When we ask the server to remove a contact we need to push the requester and responder ids to `remove_contacts` so that when the UI updates, the correct contacts will disappear from the list.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

db978fc Add an x mark icon to the list of contacts

Click to expand commit body
We want to be able to remove contacts from our list. This was not possible. This change add an icon and dispatches the RemoveContact action.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created

3329b2b Remove `gpui::` prefix from parameters

Joseph Lyons created