Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cleanup #424

Merged
merged 81 commits into from
Aug 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
342a8ad
feat(BookWyrmPage): use builder files
GeopJr Aug 2, 2023
8f0af7d
feat(Background): use cover instead
GeopJr Aug 2, 2023
97cd2d5
feat(Avatar): do not store account or use signals
GeopJr Aug 2, 2023
451be36
chore(Timelines): use construct
GeopJr Aug 2, 2023
6abafbd
feat(Main): do not use lambdas for search button
GeopJr Aug 2, 2023
f9b7087
fix(LWW): infinite loop, statements
GeopJr Aug 2, 2023
a157562
feat(Base): do not use signals for shown status
GeopJr Aug 2, 2023
585d045
chore(Base): move badge properties to Timeline
GeopJr Aug 2, 2023
9c22477
fix(Status): remove menu model on destroy
GeopJr Aug 2, 2023
f1ea76d
chore(EmojiLabel): remove namespaces
GeopJr Aug 2, 2023
9fe87d8
chore: format
GeopJr Aug 2, 2023
c2f1e73
feat(ProfileEdit): use Builder file
GeopJr Aug 3, 2023
dabbf74
fix(profile_edit): overlay expanding
GeopJr Aug 3, 2023
4c77edd
Merge branch 'main' of https://github.com/GeopJr/Tuba into feat/cleanup
GeopJr Aug 8, 2023
359217b
feat!: remove GTK < 4.10 compat
GeopJr Aug 8, 2023
a600f47
feat!: remove GTK < 4.8 compat
GeopJr Aug 8, 2023
1220387
feat!: remove building without GtkSourceView
GeopJr Aug 8, 2023
e1c9657
chore(meson): bump gtk version
GeopJr Aug 8, 2023
3b19096
Merge branch 'main' of https://github.com/GeopJr/Tuba into feat/cleanup
GeopJr Aug 8, 2023
4cefc88
feat(Lists): Builder files
GeopJr Aug 10, 2023
33669d3
chore: lint
GeopJr Aug 10, 2023
2128db1
revert: "chore(Base): move badge properties to Timeline"
GeopJr Aug 10, 2023
99f1ab3
feat(PreviewCard): simplify, builder files
GeopJr Aug 10, 2023
03f3f33
feat: do not use 'using'
GeopJr Aug 10, 2023
998a2f4
feat: move more timelines to construct
GeopJr Aug 11, 2023
d38e5f3
Merge branch 'main' of https://github.com/GeopJr/Tuba into feat/cleanup
GeopJr Aug 11, 2023
7dec8b2
fix(FollowRequests): url <-> icon
GeopJr Aug 11, 2023
c62a260
feat(Status): move reactions to a sep widget
GeopJr Aug 11, 2023
80ed4ac
feat(Status): move follow request buttons to a sep widget
GeopJr Aug 11, 2023
43010bb
fix(Notificatons): attention badge
GeopJr Aug 11, 2023
b82c5e5
chore: lint
GeopJr Aug 11, 2023
4f67fac
Merge branch 'main' of https://github.com/GeopJr/Tuba into feat/cleanup
GeopJr Aug 23, 2023
5a98425
feat(VoteBox): don't use lambdas
GeopJr Aug 23, 2023
3e39bac
feat(VoteBox): cleanup
GeopJr Aug 23, 2023
6186497
feat(LWW): avoid calling get_text on every allocate_shapes
GeopJr Aug 23, 2023
5a316ff
feat(LWW): avoid allocating children if there are none
GeopJr Aug 23, 2023
782bcef
feat(LWW): avoid keeping track of 3 different arrays for children
GeopJr Aug 23, 2023
62ffa83
chore: lint
GeopJr Aug 23, 2023
3992c3a
feat(Status): split actions
GeopJr Aug 25, 2023
63d0be0
feat(EntityCache): force insert option
GeopJr Aug 25, 2023
32d20f6
chore: construct object
GeopJr Aug 25, 2023
dbec45b
feat(Status): ActionRow
GeopJr Aug 25, 2023
eafd8b2
fix(ActionsRow): unbind on destruction
GeopJr Aug 26, 2023
c1ba829
fix: only set paintable on is_loaded
GeopJr Aug 26, 2023
f2dcf44
fix(ImageCache): avoid extra var for pixbuf
GeopJr Aug 26, 2023
850fc8f
feat(Settings): use array for key inits
GeopJr Aug 26, 2023
c7c6fa4
fix(Status): avoid lambda
GeopJr Aug 26, 2023
59f7c0c
feat(Status): remove check_actions
GeopJr Aug 26, 2023
c6d5c95
fix(Status): date not getting formatted correctly on patch when expanded
GeopJr Aug 26, 2023
7cb818d
feat(Status): do not disconnect the kind avi clicked signal
GeopJr Aug 26, 2023
015df96
feat(Status): make is_owned () and has_media () getters
GeopJr Aug 26, 2023
4a91775
feat(Status): is_quote use array for the widgets
GeopJr Aug 26, 2023
e9c0589
feat(Status): remove direct visibility indicator on bind if not appli…
GeopJr Aug 26, 2023
104b2cd
feat(Status): disconnect signals on bind
GeopJr Aug 26, 2023
2830f28
feat(Status): remove obsolete actions box
GeopJr Aug 26, 2023
04478b3
feat(Status): remove actions on rebind
GeopJr Aug 26, 2023
e343cea
feat(VoteBox): simplify poll binding
GeopJr Aug 26, 2023
87df006
feat(Status): remove attachments on rebind
GeopJr Aug 26, 2023
656cf50
chore: lint
GeopJr Aug 26, 2023
300290e
Merge branch 'main' of https://github.com/GeopJr/Tuba into feat/cleanup
GeopJr Aug 27, 2023
23e8814
feat(HtmlUtils): use libxml2
GeopJr Aug 27, 2023
92478c4
feat(tests)[HtmlUtils]: remove_tags
GeopJr Aug 27, 2023
d238c77
chore: remove comment
GeopJr Aug 27, 2023
4a5bf93
feat(Attachment.Item): avoid lambda
GeopJr Aug 27, 2023
a3c9618
fix(Status): open formal account directly
GeopJr Aug 27, 2023
ec4b758
feat(NewAccount): hide next button on auto_auth
GeopJr Aug 27, 2023
801ac81
feat(Conversation): remove useless on_error handler
GeopJr Aug 27, 2023
0bd682b
feat: make use of RichLabel's mentions property
GeopJr Aug 27, 2023
468c1df
feat(RichLabel): stop resolving if mention found
GeopJr Aug 27, 2023
bd7ea8f
chore: lint
GeopJr Aug 27, 2023
13a45bc
feat(Locales): optimize
GeopJr Aug 28, 2023
606b38f
fix(MediaViewer): change playing status only when item is done
GeopJr Aug 28, 2023
62838a6
feat(MediaViewer): zoom_changed signal should be per item
GeopJr Aug 28, 2023
31d4249
chore(MainWindow): remove unused const
GeopJr Aug 28, 2023
c739c3c
chore: lint
GeopJr Aug 28, 2023
758f7d2
feat: initial ListView
GeopJr Aug 28, 2023
38bb81a
fix(Timeline): nuke entity caches on activation
GeopJr Aug 28, 2023
e2768a8
fix(Status): unbind bindings
GeopJr Aug 28, 2023
3b27f53
fix: more listview regressions
GeopJr Aug 30, 2023
8b5fae9
fix(ci): use master for flatpak and disable snap
GeopJr Aug 30, 2023
b40bd42
fix(ci): use gnome-nightly
GeopJr Aug 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(Conversation): remove useless on_error handler
this used to be needed to avoid segfaults, it has been fixed however
GeopJr committed Aug 27, 2023
commit 801ac81df94714b7bd8080cb9e1c2505b2fb877f
1 change: 0 additions & 1 deletion src/API/Conversation.vala
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ public class Tuba.API.Conversation : Entity, Widgetizable {
.then (() => {
unread = false;
})
.on_error (() => {})
.exec ();
}