Initial commit (missing a lot of things):
authorNiki Roo <niki@nikiroo.be>
Tue, 7 Apr 2020 18:07:58 +0000 (20:07 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 7 Apr 2020 18:07:58 +0000 (20:07 +0200)
commit3cdf3fd8a60d22a592e1cd0634cb108faa1f5f9f
tree584e2dc9b63391d8a6c9354677d23804ac0d8e06
parent91bb41e70987c03bcb538b77866e5d9c7a3a05cb
Initial commit (missing a lot of things):
- program starts and loads actual data
- network libraries also work
- backend is fanfix, so no problem there
- you can read the stories with external launcher only for now
- lots of missing options/menus/...
- no i18n yet
62 files changed:
src/be/nikiroo/fanfix_swing/Actions.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/Main.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/BooksPanel.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/BrowserPanel.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/DetailsPanel.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/MainFrame.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/SearchBar.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/book/BookBlock.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/book/BookCoverImager.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/book/BookInfo.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/book/BookLine.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/browser/AuthorTab.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/browser/BasicTab.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/browser/SourceTab.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/browser/TagsTab.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/utils/TreeCellSpanner.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/utils/TreeModelTransformer.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/utils/UiHelper.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/IconGenerator.java [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_down-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_down-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_down-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_down-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_down.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_left-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_left-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_left-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_left-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_left.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_right-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_right-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_right-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_right-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_right.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_up-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_up-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_up-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_up-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_up.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/clear-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/clear-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/clear-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/clear-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/clear.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/convert.sh [new file with mode: 0755]
src/be/nikiroo/fanfix_swing/images/empty-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty-4x4.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/empty.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/search-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/search-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/search-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/search-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/search.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/unknown-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/unknown-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/unknown-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/unknown-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/unknown.png [new file with mode: 0755]