Commit graph

83 commits

Author SHA1 Message Date
Russell Keith-Magee
a873fc6926
Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
Russell Keith-Magee
1f281bf0fb
Update examples to explicitly list gradle dependencies. 2024-01-25 11:37:03 +08:00
Russell Keith-Magee
364f6432cc
Update examples to use modern APIs. 2023-10-31 08:17:18 +08:00
Russell Keith-Magee
e7fb3804fc
Modify the tree source demo to do lazy loading of children. 2023-07-06 11:46:32 +08:00
Russell Keith-Magee
a67ae06d8f
Simplify the GTK implementation by tracking insertion iterators. 2023-06-30 10:58:02 +08:00
Russell Keith-Magee
4ca54964c4
Cocoa Tree to 100%. 2023-06-29 13:42:42 +08:00
Russell Martin
79b9cf836d
Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
Russell Martin
68ac31aae1
Use consistent quoting in pyproject.toml 2023-06-19 18:50:25 -04:00
Russell Martin
b36606ab32
Add support for briefcase run linux system to examples 2023-06-19 14:56:37 -04:00
Russell Keith-Magee
035aaeb791
Switch to Shoelace to provide web components. 2023-04-01 13:28:20 +08:00
Malcolm Smith
bcfebca552 Set all example version numbers to 0.0.1 2022-11-10 16:13:59 +00:00
Malcolm Smith
696aaa543e Bumped version number for v0.3.0.dev39 release. 2022-11-08 18:05:32 +00:00
Malcolm Smith
8575877178 Bumped version number for v0.0.1rc10 release. 2022-11-08 17:54:35 +00:00
Malcolm Smith
19f4eaac83 Update paths in example projects 2022-11-07 16:35:29 +00:00
Russell Keith-Magee
10c22a3a54
Enable black formatting. 2022-10-27 12:19:46 +08:00
Malcolm Smith
63ddaa623c Add pre-commit hook: pyupgrade 2022-10-21 12:02:17 +01:00
Malcolm Smith
e1701e1620 Add pre-commit hook: isort 2022-10-21 01:11:37 +01:00
Russell Keith-Magee
84a949abc1
Correct the app name references. 2022-10-11 06:14:59 +08:00
Russell Keith-Magee
6746ef1b91
Update examples to have web configurations. 2022-10-09 14:18:38 +08:00
Russell Keith-Magee
dfc7273416
Bumped version number for v0.3.0.dev39 development. 2022-09-29 06:18:19 +08:00
Russell Keith-Magee
cc8f38ecde
Bumped version number for v0.3.0.dev38 development. 2022-09-28 14:26:55 +08:00
Russell Keith-Magee
5cd986dce5
Bumped version number for v0.3.0.dev37 development. 2022-08-17 08:47:34 +08:00
Russell Keith-Magee
31d16bbe9e
Bumped version number for v0.3.0.dev36 development. 2022-07-06 10:03:06 +08:00
Russell Keith-Magee
07c05e11ed
Bumped version number for v0.3.0.dev35 development. 2022-05-31 14:57:45 +08:00
Russell Keith-Magee
400b6935c4
Bumped version number for v0.3.0.dev34 development. 2022-05-06 08:24:21 +08:00
Russell Keith-Magee
a7735f5843
Add std-nslog shim to example projects. 2022-03-21 09:01:06 +08:00
Russell Keith-Magee
0bc4003a72
Bumped version number for v0.3.0.dev33 development. 2022-02-19 13:38:26 +08:00
Russell Keith-Magee
da31d9b0a8
Bumped version number for v0.3.0.dev32 development. 2022-02-19 13:35:16 +08:00
Russell Keith-Magee
bbeb3f77e8
Bumped version number for v0.3.0.dev31 development. 2022-01-07 19:46:42 +08:00
Russell Keith-Magee
8686997bec
Use local references to Toga in examples. 2021-12-05 10:55:43 +08:00
Russell Keith-Magee
4467a6956d
Bumped version number for v0.3.0.dev30 development. 2021-11-08 07:06:44 +08:00
Russell Keith-Magee
a99946ffd6
Bumped version number for v0.3.0.dev29 development. 2021-07-25 10:00:40 +08:00
Russell Keith-Magee
bcca3237be
Bumped version number for v0.3.0.dev28 development. 2021-04-26 10:21:46 +08:00
Russell Keith-Magee
231d53c193
Bumped version number for v0.3.0.dev27 development. 2021-01-03 09:47:05 +08:00
Russell Keith-Magee
755ffb58de
Bumped version number for v0.3.0.dev26 development. 2021-01-03 09:42:33 +08:00
Russell Keith-Magee
90678cd26e
Bumped version number for v0.3.0.dev25 development. 2020-10-18 12:56:38 +08:00
Russell Keith-Magee
024449e36e
Merge pull request #871 from elelay/gtk-detailedlist
implemented Detailedlist for Gtk
2020-09-19 10:00:15 +08:00
Eric Le Lay
08a9f91f9a tree_source example: workaround ambiguous tree.selection property type
toga tree doc specifies to return a list if multiple selection is
supported or the single data node otherwise.
gtk tree implements single selection so returns the (iterable) Node.

So when selecting a file then len == 0,
when selecting a folder len == file count in folder
2020-09-15 22:41:38 +02:00
Russell Keith-Magee
714fe76733
Bumped version number for v0.3.0.dev24 development. 2020-09-13 16:34:58 +08:00
Russell Keith-Magee
5607dd63ca
Update demos to support new tree/table node protocol. 2020-09-13 15:30:46 +08:00
Russell Keith-Magee
87394bf7ad
Modify demo to use label text. 2020-09-12 10:06:47 +08:00
Sam Schott
33206ad918 add double click handling to tree_source example 2020-08-16 19:59:08 +02:00
Russell Keith-Magee
1fe9b581b6
Bumped version number for v0.3.0.dev23 development. 2020-07-11 22:26:19 +08:00
Russell Keith-Magee
c331f775ec
Bumped version number for v0.3.0.dev22 development. 2020-07-11 22:23:21 +08:00
Russell Keith-Magee
a0ce4acf53
Merge remote-tracking branch 'upstream/master' into flake8 2020-07-04 10:27:35 +08:00
Russell Keith-Magee
7aaa1107bc
Clean up examples. 2020-07-04 10:13:01 +08:00
Russell Keith-Magee
ec157b16d9
Bumped version number for v0.3.0.dev21 development. 2020-06-13 18:32:32 +08:00
Russell Keith-Magee
e91b048a22
Bumped version number for v0.3.0.dev20 development. 2020-03-07 12:47:27 +08:00
Russell Keith-Magee
613904c965
Bumped version number for v0.3.0.dev19 development. 2020-03-07 12:24:01 +08:00
Russell Keith-Magee
079c26fd09
Merge branch 'master' into example-cleanup 2020-03-01 13:12:00 +08:00