Skip to content

Commit

Permalink
Merge pull request #76 from ioriayane/ver0.14.0a
Browse files Browse the repository at this point in the history
Ver0.14.0a
  • Loading branch information
ioriayane authored Nov 1, 2023
2 parents 749242f + 6752e51 commit 1b5aa16
Show file tree
Hide file tree
Showing 124 changed files with 8,003 additions and 442 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "3rdparty/cpp-httplib"]
path = 3rdparty/cpp-httplib
url = https://github.com/ioriayane/cpp-httplib.git
[submodule "1stparty/atproto"]
path = 1stparty/atproto
url = https://github.com/bluesky-social/atproto.git
1 change: 1 addition & 0 deletions 1stparty/atproto
Submodule atproto added at ea0409
8 changes: 8 additions & 0 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ QML_FILES = \
qml/data/ColumnSettings.qml \
qml/dialogs/AccountDialog.qml \
qml/dialogs/AddColumnDialog.qml \
qml/dialogs/AddListDialog.qml \
qml/dialogs/AddToListDialog.qml \
qml/dialogs/AltEditDialog.qml \
qml/dialogs/ColumnSettingDialog.qml \
qml/dialogs/ContentFilterSettingDialog.qml \
qml/dialogs/DiscoverFeedsDialog.qml \
qml/dialogs/ImageClipDialog.qml \
qml/dialogs/LanguageSelectionDialog.qml \
qml/dialogs/LoginDialog.qml \
qml/dialogs/MessageDialog.qml \
Expand All @@ -35,6 +38,8 @@ QML_FILES = \
qml/parts/Author.qml \
qml/parts/AvatarImage.qml \
qml/parts/CoverFrame.qml \
qml/parts/CursorRect.qml \
qml/parts/CursorRectHandle.qml \
qml/parts/ImagePreview.qml \
qml/parts/ExternalLinkCard.qml \
qml/parts/FeedGeneratorLinkCard.qml \
Expand All @@ -54,6 +59,8 @@ QML_FILES = \
qml/view/ColumnView.qml \
qml/view/FeedGeneratorListView.qml \
qml/view/ImageFullView.qml \
qml/view/ListDetailView.qml \
qml/view/ListsListView.qml \
qml/view/NotificationListView.qml \
qml/view/PostThreadView.qml \
qml/view/ProfileListView.qml \
Expand Down Expand Up @@ -89,6 +96,7 @@ IMAGE_FILES += \
qml/images/labeling.png \
qml/images/language.png \
qml/images/like.png \
qml/images/list.png \
qml/images/logo.png \
qml/images/media.png \
qml/images/more.png \
Expand Down
Binary file modified app/i18n/qt_ja_JP.qm
Binary file not shown.
Loading

0 comments on commit 1b5aa16

Please sign in to comment.