Veronie
d5a685ac1d
Added how to compile & run instructions
3 years ago
Veronie
d2275ae944
Update Readme
3 years ago
Veronie
6d3dabe81c
Update 'README.md'
3 years ago
Veronie
7e486fff8a
Merge branch '#19_rating_and_weight' of Veronie/BggToolAnother into master
3 years ago
veronie
81ff415980
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.
3 years ago
veronie
96453f4832
Fetching xml from bggapi2 now WITH stats.
User rating is now saved in local DB, and loaded when opening local
save.
Fetching thing details via id now loads ratings and weights from bgg.
TODO: join both thing information together and output joined result
3 years ago
Veronie
0299fd0391
Merge branch '#6_fetch_thing_details_from_bgg' of Veronie/BggToolAnother into master
3 years ago
veronie
be3800e48c
#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)
3 years ago
veronie
5afbff7b2e
Parsing of thing details from Bgg XMLAPI2 work in progress...
4 years ago
veronie
94ecc66ae3
Towards result output for nandeck...
4 years ago
veronie
ee3e04c3eb
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.
4 years ago
veronie
1718e1e05c
Fixed encoding in game list.
4 years ago
Veronie
5efceb0ac9
Merge branch '#4_images_sizes' of Veronie/BggToolAnother into master
4 years ago
veronie
c0b906df2f
Images are now shown with the correct scale.
4 years ago
Veronie
a15454d11e
Merge branch 'import_from_bgg1tool' of Veronie/BggToolAnother into master
4 years ago
veronie
135e56bda6
Import from result.txt done.
Added a File menu with save, load, import.
4 years ago
veronie
052e195c16
Import from result.txt kind of functional now.
TODO: update table properly, don't freeze while parsing xml...
4 years ago
veronie
241cb23eff
started to implement import from bgg1tool.
4 years ago
veronie
422b5223e9
Implemented load existing thing list from sqlite DB.
4 years ago
veronie
3f1779b100
Started to implement loading a thing list.
work in progress.
New command 'load', new LoadGameListDialog, new HandleLoadGamelist.
4 years ago
veronie
d3f2067c54
Improved layout / display of filter flags.
4 years ago
Veronie
0f5b42f65a
Merge branch 'playground/card_layout_filters' of Veronie/BggToolAnother into master
4 years ago
veronie
47d47e40ad
Renamed Filter classes. They aren't Composites themselves.
4 years ago
veronie
33b9237e81
Using a card layout to manage which filter is displayed.
4 years ago
veronie
f1b7fdc822
Layouting of BggUserSourceFilter
4 years ago
veronie
2e5649b22e
Preferences store / retrieve works now.
Improved layouting.
4 years ago
veronie
07c24c273b
Exchanged position of result actions in FetchPart.
Started implementation of config loading.... doesn't seem to work yet.
4 years ago
veronie
fd86dbc3fa
Implemented saving of thing list.
Implemented fetching of thing lists.
4 years ago
veronie
c226835208
Revamped UI completely.
Added icons.
4 years ago
veronie
d2fadda15b
Working on game list save
4 years ago
veronie
5c35846aa1
Added sqlite-jdbc library
Added "add only new" result modifier
4 years ago
veronie
e9d2fe0843
Display of images works now.
Started to work on detailed view.
Need sqlite driver (maven? gradle? bnd?)
4 years ago
veronie
8eff2f5d31
Finishing merge...
4 years ago
veronie
4cf609fd5b
Merge branch 'master' of
http://wuselfuzz.de:3000/Veronie/BggToolAnother.git
Conflicts:
xyz.veronie.bgg.ui/src/xyz/veronie/bgg/result/ThingProvider.java
xyz.veronie.bgg.ui/src/xyz/veronie/bgg/ui/parts/BggResultPart.java
xyz.veronie.bgg.ui/src/xyz/veronie/bgg/ui/parts/PreparePart.java
4 years ago
veronie
36ffe5e052
Started to implement SQlite local db for thing lists.... WIP
4 years ago
veronie
2a6cb9fafd
Adding thumbnail images to thing table.
4 years ago
veronie
2e89f13ddd
New Thing class that contains meta data AND details.
4 years ago
veronie
93fbab4083
Reverted project to simple java project (no maven).
Commented gson code out.
4 years ago
veronie
7941799804
Improved layout, added Download controls, tried to make this a maven
project to use gson (no success)
4 years ago
veronie
17f9e9ad8f
Tagging for results (in progress) - Added maven to get gson dependency.
5 years ago
veronie
544d89caf2
Some more work on filters, mainly Family.
5 years ago
veronie
2fae379383
Added status bar and geeklist information (wip)
5 years ago
veronie
7c0f9aeecc
Rearranged control layout.
5 years ago
veronie
a33024c4fd
Added BggApi class that downloads and parses XML results.
User collection results are shown in result table.
Basic infrastructure for geeklist id and family id (TODO).
5 years ago
veronie
3481a44b0f
Added: result table, controls and config manager are connected
5 years ago
Veronie
ac33cc7f88
Merge branch 'develop' of Veronie/BggToolAnother into master
5 years ago
veronie
f2df8db5ca
removed minimum version from dependencies
5 years ago
veronie
f5a5283ee0
Added objects that keep the state of the config for bgg result
retrieval.
Trying to use the event broker, no luck...
5 years ago
veronie
8e5769651a
started to nicify subtype filters
5 years ago
veronie
1c286b6a7c
Display of filter controls works now.
Added enums for all selection options.
5 years ago