Commit log

43d230c Introduce a `gpui2::test` macro

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , Max Brunsfeld , and Kyle created

7ec9cc0 Fix z-index targeting for drag and drop

Marshall Bowers created

5355007 Clean up some warnings

Marshall Bowers created

b5eae86 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

e67048e Load themes from settings and rework `Settings` trait

Marshall Bowers created

5ba04dc Assert handles are passed to the right contexts

Antonio Scandurra created

7f6bb3d Extract multi_buffer module out of editor (#3170)

Click to expand commit body
Release Notes:

- N/A

Piotr Osiewicz created

412c0ff Add fs2

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Max , Conrad , and Kyle created

1936ba5 F8 navigation bugs (#3163)

Click to expand commit body
Release Notes:

- Fixed "go to previous hunk" getting suck on deletion.
- Fixed a rare case where "go to (prev) diagnostic" could get stuck with
specifically overlapping diagnostics.

Julia created

9986e52 Stop depending on gpui in client2 and settings2

Antonio Scandurra created

3460e95 vcs_menu: Fix a circular view handle in modal picker. (#3168)

Click to expand commit body
Release Notes:

- Fixed a crash in modal branch picker.

Joseph T. Lyons created

3948036 vcs_menu: Fix a circular view handle in modal picker.

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Piotr Osiewicz and Julia Risley created

1b75603 Implement `os_name`, `os_version` and `app_version` for `TestPlatform`

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , and Kyle created

52f9f90 Implement `TestAppContext::new`

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>

Antonio Scandurra , Max , Conrad , and Kyle created

98e2490 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

a0fe859 Make theme converter spit out valid Rust structs

Marshall Bowers created

51fb33d Allow different app contexts to race

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>

Antonio Scandurra , Max , Kyle , and Conrad created

3a369bc Name embedded.provisionprofile the same on stable as other channels

Max Brunsfeld created

92535ba Introduce `TestAppContext`

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra , Max , Conrad Irwin , and Kyle Caverly created

6f6495c Fix error

Antonio Scandurra created

08a4e53 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

c8a86c2 theme2: Add Rosé Pine themes

Marshall Bowers created

841a5ef collab 0.27.0

Max Brunsfeld created

2c5caf9 Bump RPC version for channels + notifications changes

Max Brunsfeld created

3566d92 Add deterministic `TestDispatcher`

Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra , Conrad Irwin , Max Brunsfeld , and Kyle Caverly created

cee8175 theme2: Add Sandcastle theme

Marshall Bowers created

751df45 Print out `Theme` structs in `theme_converter`

Marshall Bowers created

eb8d376 Avoid unused import in release builds

Max Brunsfeld created

f67f427 Rename IIFE to maybe (#3165)

Click to expand commit body
Too good of an idea to forget

Release Notes:

- N/A

Mikayla Maki created

6b5947a Start work on theme converter

Marshall Bowers created

437d147 Rename `player` to `players`

Marshall Bowers created

0867175 Remove reference to removed `ThemeColor`

Marshall Bowers created

4fcbc91 Add note about fixing `dead_code` and `unused_variables` warnings in `ui2`

Marshall Bowers created

e1032c5 Remove `ThemeColor` in favor of `theme2::Theme`

Marshall Bowers created

71bc35d catchup with main

KCaverly created

c44d1cd collab 0.26.0

Joseph T. Lyons created

26a3d41 Change from try (reserved keyword) to maybe

Mikayla created

71c72d8 v0.111.x dev

Joseph T. Lyons created

bb3f592 Rename `theme2` getter to `theme`

Marshall Bowers created

2584967 Rename `theme` getter to `old_theme`

Marshall Bowers created

8043d0d Reference `theme2` colors in `ThemeColor`

Marshall Bowers created

90f65ec Remove logic for multiple channel parents (#3162)

Click to expand commit body
This PR simplifies our state management for channels, and logic for
inheriting channel permissions, by removing the ability for channels to
have multiple parent channels.

Max Brunsfeld created

4f859e0 link to channel notes (#3167)

Click to expand commit body
Release Notes:

- Add links to channel notes

Conrad Irwin created

dd34bb2 Load `Theme` from `theme2` into the storybook

Marshall Bowers created

b5cbfb8 Allow moving channels to the root

Max Brunsfeld created

32367eb Set up UI to allow dragging a channel to the root

Max Brunsfeld created

42259a4 Fix channel dragging

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Joseph <joseph@zed.dev>

Max Brunsfeld , Conrad , and Joseph created

70eeefa Fix channel collapsing

Conrad Irwin created

6f173c6 Fix tests by re-instating paths in the new format

Conrad Irwin created

b8bd070 Fix panic by disallowing multiple room joins (#3149)

Click to expand commit body
Release Notes:

- Fixed panic that could occur when switching channels quickly

Conrad Irwin created