d5a685a
(HEAD -> master)
Added how to compile & run instructions by
2022-03-13 15:05:45 +0100
bd52e8d
(no_swing)
removed swing2swt.jar dependency by
2022-03-13 15:00:33 +0100
d2275ae
Update Readme by
2022-03-13 14:48:41 +0100
6d3dabe
Update 'README.md' by
2022-03-13 14:18:19 +0100
7e486ff
Merge branch '#19_rating_and_weight' of Veronie/BggToolAnother into master by
2022-03-13 11:58:34 +0100
81ff415
Now complete things are output and also written to a result.txt in the directory where the local db is. They have ratings and weights. by
2022-03-13 11:56:34 +0100
96453f4
Fetching xml from bggapi2 now WITH stats. by
2022-03-12 17:58:42 +0100
36f51bc
(migrate_to_bnd_and_java_11)
some more tinkering... launching eclipse rcp application window now, but not that of my bundle. by
2022-03-12 15:25:34 +0100
5bbefab
updated gecko bom version, tinikered with launch bndrun files. does bnd support macos at all? gecko rcp bom does not contain macos launchers. by
2022-03-12 11:07:16 +0100
54bcda4
Compiles with bndtools, but cannot launch yet... by
2022-03-10 16:20:33 +0100
0299fd0
Merge branch '#6_fetch_thing_details_from_bgg' of Veronie/BggToolAnother into master by
2021-10-16 15:32:40 +0200
be3800e
#7 output strings for result.txt are now written correctly to console (can be copied to result.txt file and used to generate card deck in nanDeck) by
2021-10-16 15:21:08 +0200
5afbff7
Parsing of thing details from Bgg XMLAPI2 work in progress... by
2021-02-28 17:36:29 +0100
94ecc66
Towards result output for nandeck... by
2021-02-27 17:14:22 +0100
ee3e04c
Implemented first version of output of thing to result line. Slightly rearranged metadata (some fields are now in ThingUserData). Filling ThingUserData when fetching by user with BggApi. Added ExportResultHandler. by
2021-02-20 20:50:18 +0100
1718e1e
Fixed encoding in game list. by
2021-02-16 16:58:00 +0100
5efceb0
Merge branch '#4_images_sizes' of Veronie/BggToolAnother into master by
2021-02-16 16:24:12 +0100
c0b906d
Images are now shown with the correct scale. by
2021-02-16 16:23:01 +0100
a15454d
Merge branch 'import_from_bgg1tool' of Veronie/BggToolAnother into master by
2021-02-16 15:52:57 +0100
135e56b
Import from result.txt done. by
2021-02-16 15:51:24 +0100
052e195
Import from result.txt kind of functional now. TODO: update table properly, don't freeze while parsing xml... by
2021-02-15 16:25:08 +0100
241cb23
started to implement import from bgg1tool. by
2021-02-14 16:04:32 +0100
422b522
Implemented load existing thing list from sqlite DB. by
2021-02-14 15:27:30 +0100
3f1779b
Started to implement loading a thing list. work in progress. by
2021-02-13 13:27:06 +0100
d3f2067
Improved layout / display of filter flags. by
2021-01-31 19:20:16 +0100
0f5b42f
Merge branch 'playground/card_layout_filters' of Veronie/BggToolAnother into master by
2021-01-31 18:37:00 +0100
47d47e4
Renamed Filter classes. They aren't Composites themselves. by
2021-01-31 18:35:42 +0100
33b9237
Using a card layout to manage which filter is displayed. by
2021-01-31 18:31:13 +0100
f1b7fdc
Layouting of BggUserSourceFilter by
2021-01-30 01:43:48 +0100
2e5649b
Preferences store / retrieve works now. Improved layouting. by
2021-01-29 23:52:29 +0100
07c24c2
Exchanged position of result actions in FetchPart. Started implementation of config loading.... doesn't seem to work yet. by
2021-01-28 22:40:47 +0100
fd86dbc
Implemented saving of thing list. Implemented fetching of thing lists. by
2021-01-27 00:15:52 +0100
c226835
Revamped UI completely. Added icons. by
2021-01-26 00:32:24 +0100
d2fadda
Working on game list save by
2021-01-24 22:27:12 +0100
5c35846
Added sqlite-jdbc library Added "add only new" result modifier by
2021-01-14 17:03:00 +0100
e9d2fe0
Display of images works now. Started to work on detailed view. Need sqlite driver (maven? gradle? bnd?) by
2021-01-14 15:56:07 +0100
8eff2f5
Finishing merge... by
2021-01-14 13:31:02 +0100
4cf609f
Merge branch 'master' of http://wuselfuzz.de:3000/Veronie/BggToolAnother.git by
2021-01-14 13:27:44 +0100
36ffe5e
Started to implement SQlite local db for thing lists.... WIP by
2021-01-14 13:22:24 +0100
2a6cb9f
Adding thumbnail images to thing table. by
2020-05-24 20:40:29 +0200
2e89f13
New Thing class that contains meta data AND details. by
2020-05-24 18:28:03 +0200
93fbab4
Reverted project to simple java project (no maven). Commented gson code out. by
2020-05-24 17:43:28 +0200
7941799
Improved layout, added Download controls, tried to make this a maven project to use gson (no success) by
2020-05-24 16:11:53 +0200
17f9e9a
Tagging for results (in progress) - Added maven to get gson dependency. by
2020-03-04 21:32:49 +0100
544d89c
Some more work on filters, mainly Family. by
2020-03-02 14:50:11 +0100
2fae379
Added status bar and geeklist information (wip) by
2020-03-01 23:11:58 +0100
7c0f9ae
Rearranged control layout. by
2020-03-01 14:05:30 +0100
a33024c
Added BggApi class that downloads and parses XML results. by
2020-03-01 01:00:53 +0100
3481a44
Added: result table, controls and config manager are connected by
2020-02-18 13:43:55 +0100
ac33cc7
Merge branch 'develop' of Veronie/BggToolAnother into master by
2020-02-17 10:06:55 +0100
f2df8db
removed minimum version from dependencies by
2020-02-17 10:05:30 +0100
f5a5283
Added objects that keep the state of the config for bgg result retrieval. by
2020-02-16 19:01:59 +0100
8e57696
started to nicify subtype filters by
2020-02-16 15:45:20 +0100
1c286b6
Display of filter controls works now. Added enums for all selection options. by
2020-02-16 12:46:17 +0100
35460ca
Renamed packages to xyz.veronie.* (second push) by
2020-02-12 16:01:30 +0100
71ddd89
Renamed packages to xyz.veronie.* by
2020-02-12 15:55:27 +0100
439c254
renamed parts to use the official BGG naming by
2020-02-11 22:18:37 +0100
db5525b
Initial checkin of actual eclipse rcp project by
2020-02-11 21:54:05 +0100
7ccb17d
Initial commit by
2020-02-11 21:25:28 +0100