Skip to content

Commit

Permalink
Add support for briefcase run linux system to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jun 19, 2023
1 parent 7d68e74 commit a0c38d8
Show file tree
Hide file tree
Showing 85 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/1995.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The example apps were updated to support being run with ``briefcase run`` on all platforms.
Empty file.
Empty file.
Empty file added examples/beeliza/CHANGELOG
Empty file.
Empty file added examples/beeliza/LICENSE
Empty file.
Empty file added examples/box/CHANGELOG
Empty file.
Empty file added examples/box/LICENSE
Empty file.
2 changes: 1 addition & 1 deletion examples/box/box/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def set_green_color(self, widget):
self.outer_box.style.background_color = GREEN

def reset_color(self, widget):
self.outer_box.style.background_color = None
del self.outer_box.style.background_color

def toggle_yellow_button(self, widget):
if widget.value:
Expand Down
Empty file added examples/button/CHANGELOG
Empty file.
Empty file added examples/button/LICENSE
Empty file.
Empty file added examples/canvas/CHANGELOG
Empty file.
Empty file added examples/canvas/LICENSE
Empty file.
Empty file added examples/colors/CHANGELOG
Empty file.
Empty file added examples/colors/LICENSE
Empty file.
Empty file added examples/command/CHANGELOG
Empty file.
Empty file added examples/command/LICENSE
Empty file.
Empty file.
Empty file added examples/date_and_time/LICENSE
Empty file.
Empty file added examples/detailedlist/CHANGELOG
Empty file.
Empty file added examples/detailedlist/LICENSE
Empty file.
Empty file added examples/dialogs/CHANGELOG
Empty file.
Empty file added examples/dialogs/LICENSE
Empty file.
Empty file added examples/divider/CHANGELOG
Empty file.
Empty file added examples/divider/LICENSE
Empty file.
Empty file.
Empty file.
Empty file added examples/focus/CHANGELOG
Empty file.
Empty file added examples/focus/LICENSE
Empty file.
2 changes: 1 addition & 1 deletion examples/focus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requires = [
]

# Web deployment
[tool.briefcase.app.examples_overview.web]
[tool.briefcase.app.focus.web]
requires = [
'../../web',
]
Expand Down
Empty file added examples/font/CHANGELOG
Empty file.
Empty file added examples/font/LICENSE
Empty file.
Empty file added examples/font_size/CHANGELOG
Empty file.
Empty file added examples/font_size/LICENSE
Empty file.
Empty file added examples/handlers/CHANGELOG
Empty file.
Empty file added examples/handlers/LICENSE
Empty file.
Empty file added examples/imageview/CHANGELOG
Empty file.
Empty file added examples/imageview/LICENSE
Empty file.
Empty file added examples/layout/CHANGELOG
Empty file.
Empty file added examples/layout/LICENSE
Empty file.
Empty file.
Empty file.
Empty file added examples/numberinput/CHANGELOG
Empty file.
Empty file added examples/numberinput/LICENSE
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added examples/progressbar/CHANGELOG
Empty file.
Empty file added examples/progressbar/LICENSE
Empty file.
Empty file added examples/resize/CHANGELOG
Empty file.
Empty file added examples/resize/LICENSE
Empty file.
Empty file.
Empty file.
Empty file added examples/selection/CHANGELOG
Empty file.
Empty file added examples/selection/LICENSE
Empty file.
Empty file added examples/slider/CHANGELOG
Empty file.
Empty file added examples/slider/LICENSE
Empty file.
Empty file added examples/switch_demo/CHANGELOG
Empty file.
Empty file added examples/switch_demo/LICENSE
Empty file.
Empty file added examples/table/CHANGELOG
Empty file.
Empty file added examples/table/LICENSE
Empty file.
Empty file added examples/table_source/CHANGELOG
Empty file.
Empty file added examples/table_source/LICENSE
Empty file.
Empty file added examples/textinput/CHANGELOG
Empty file.
Empty file added examples/textinput/LICENSE
Empty file.
Empty file added examples/tree/CHANGELOG
Empty file.
Empty file added examples/tree/LICENSE
Empty file.
Empty file added examples/tree_source/CHANGELOG
Empty file.
Empty file added examples/tree_source/LICENSE
Empty file.
Empty file added examples/tutorial0/CHANGELOG
Empty file.
Empty file added examples/tutorial0/LICENSE
Empty file.
Empty file added examples/tutorial1/CHANGELOG
Empty file.
Empty file added examples/tutorial1/LICENSE
Empty file.
Empty file added examples/tutorial2/CHANGELOG
Empty file.
Empty file added examples/tutorial2/LICENSE
Empty file.
Empty file added examples/tutorial3/CHANGELOG
Empty file.
Empty file added examples/tutorial3/LICENSE
Empty file.
Empty file added examples/tutorial4/CHANGELOG
Empty file.
Empty file added examples/tutorial4/LICENSE
Empty file.
Empty file added examples/webview/CHANGELOG
Empty file.
Empty file added examples/webview/LICENSE
Empty file.
Empty file added examples/window/CHANGELOG
Empty file.
Empty file added examples/window/LICENSE
Empty file.

0 comments on commit a0c38d8

Please sign in to comment.