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