chore: rebrand

This commit is contained in:
Evangelos Paterakis 2022-11-13 22:57:43 +02:00
parent c421949ecf
commit 5ffed3ec5f
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
116 changed files with 649 additions and 1050 deletions

View File

@ -4,10 +4,10 @@ runtime=host
toolchain=default
config-opts=
run-opts=
prefix=/home/user/.cache/gnome-builder/install/tootle/host
prefix=/home/user/.cache/gnome-builder/install/tooth/host
app-id=
postbuild=
prebuild=
[default.environment]
G_MESSAGES_DEBUG=tootle
G_MESSAGES_DEBUG=tooth

1
.github/FUNDING.yml vendored
View File

@ -1 +1,2 @@
github: [GeopJr]
custom: https://liberapay.com/bleakgrey/

View File

@ -31,7 +31,7 @@ __
- **Build type:** Flatpak / Built from source / Built by a third-party maintainer
#### Logs:
*(Terminal logs are often invaluable. If you can, launch the app from terminal with `com.github.bleakgrey.tootle` and paste the output here)*
*(Terminal logs are often invaluable. If you can, launch the app from terminal with `dev.geopjr.tooth` and paste the output here)*
#### Additional info (if needed):
__

View File

@ -1,19 +1,20 @@
on:
push:
branches: [master]
branches: [main]
pull_request:
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-3.38
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v2
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: "com.github.bleakgrey.tootle.flatpak"
manifest-path: "com.github.bleakgrey.tootle.json"
bundle: "dev.geopjr.tooth.flatpak"
manifest-path: "dev.geopjr.tooth.json"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}

132
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,132 @@
# Contributor Covenant Code of Conduct
## Our Pledge
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual identity
and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards
Examples of behavior that contributes to a positive environment for our
community include:
* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community
Examples of unacceptable behavior include:
* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Enforcement Responsibilities
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.
## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
coc@geopjr.dev.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident.
## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction
**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.
### 2. Warning
**Community Impact**: A violation through a single incident or series
of actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.
### 3. Temporary Ban
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.
### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within
the community.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
at [https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations

View File

@ -1,13 +1,19 @@
## Tootle
Simple [Mastodon](https://github.com/tootsuite/mastodon) client for Linux
<p align="center">
<img alt="branding" width="192" src="./data/icons/color.svg">
</p>
<h1 align="center">Tooth</h1>
<h4 align="center">A GTK Mastodon Client</h4>
<p align="center">
<br />
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.1-1970e3.svg?style=for-the-badge&labelColor=A2C4FA" alt="COC" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/LICENSE-GPL--3.0-1970e3.svg?style=for-the-badge&labelColor=A2C4FA" alt="GPL-3.0" /></a>
</p>
![Screenshot](https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot1.png)
### Installation
<a href='https://flathub.org/apps/details/com.github.bleakgrey.tootle'><img height='51' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
<p align="center">
<img alt="screenshot of the tooth app showing the home tim" height="512" src="https://i.imgur.com/UrCrAji.png">
</p>
> This is a fork of the now archived [Tootle](https://github.com/bleakgrey/tootle).
### Building From Source
@ -30,16 +36,11 @@ Simple [Mastodon](https://github.com/tootsuite/mastodon) client for Linux
2. Run `install.sh` in the project directory. The app will launch automatically on success.
### Contributing
Please consider donating with [LiberaPay](https://liberapay.com/bleakgrey/) to keep the developer happy.
## Contributing
<a href="https://liberapay.com/bleakgrey/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
You can always help by reporting bugs, submitting pull requests, and suggesting ideas.
### Credits
* Icon design by [Tobias Bernard](https://github.com/bertob)
* German translation by [@koyuawsmbrtn](https://github.com/koyuawsmbrtn)
* Spanish translation by [@oscfdezdz](https://github.com/oscfdezdz)
* Norwegian (Bokmål) translation by [@Octolinger](https://github.com/Octolinger)
1. Read the [Code of Conduct](./CODE_OF_CONDUCT.md)
2. Fork it ( https://github.com/GeopJr/Tooth/fork )
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request

View File

@ -1,28 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Bleak Grey -->
<component type="desktop">
<id>com.github.bleakgrey.tootle</id>
<id>dev.geopjr.tooth</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Tootle</name>
<name>Tooth</name>
<summary>Lightning fast client for Mastodon</summary>
<description>
<p>
Tootle is a GTK client for the world's largest, decentralized, microblogging platform, Mastodon. With the user experience in mind, it provides a clean, native interface that allows you to integrate Mastodon's social experience seamlessly with your desktop environment.
Tooth is a GTK client for the world's largest, decentralized, microblogging platform, Mastodon. With the user experience in mind, it provides a clean, native interface that allows you to integrate Mastodon's social experience seamlessly with your desktop environment.
</p>
<p>
Mastodon is a free and open source microblogging platform similar to Twitter, but with user privacy and decentralization in mind. It is one of many protocols that interacts with the Fediverse of protocols like Pleroma, GNU Social, and others. The power of federated microblogging that Mastodon brings and the agility of Tootle creates a fantastic duo for all of your social media needs.
Mastodon is a free and open source microblogging platform similar to Twitter, but with user privacy and decentralization in mind. It is one of many protocols that interacts with the Fediverse of protocols like Pleroma, GNU Social, and others. The power of federated microblogging that Mastodon brings and the agility of Tooth creates a fantastic duo for all of your social media needs.
</p>
</description>
<provides>
<binary>com.github.bleakgrey.tootle</binary>
<binary>dev.geopjr.tooth</binary>
</provides>
<developer_name>bleak_grey</developer_name>
<url type="homepage">https://github.com/bleakgrey</url>
<url type="bugtracker">https://github.com/bleakgrey/tootle/issues</url>
<url type="bugtracker">https://github.com/GeopJr/tooth/issues</url>
<url type="donation">https://liberapay.com/bleakgrey/donate</url>
<content_rating type="oars-1.1">
@ -62,16 +62,16 @@
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot1.png</image>
<image>https://raw.githubusercontent.com/GeopJr/tooth/main/data/screenshot1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot2.png</image>
<image>https://raw.githubusercontent.com/GeopJr/tooth/main/data/screenshot2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot3.png</image>
<image>https://raw.githubusercontent.com/GeopJr/tooth/main/data/screenshot3.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot4.png</image>
<image>https://raw.githubusercontent.com/GeopJr/tooth/main/data/screenshot4.png</image>
</screenshot>
</screenshots>

View File

@ -1,15 +1,15 @@
[Desktop Entry]
Type=Application
Name=Tootle
Name=Tooth
Comment=Mastodon Client
GenericName=Mastodon Client
Exec=com.github.bleakgrey.tootle %u
Icon=com.github.bleakgrey.tootle
Exec=dev.geopjr.tooth %u
Icon=dev.geopjr.tooth
Terminal=false
Categories=GNOME;GTK;Network;
Keywords=toot;mastodon;social;network;post;
X-GNOME-Gettext-Domain=com.github.bleakgrey.tootle
X-GNOME-Gettext-Domain=dev.geopjr.tooth
X-GNOME-UsesNotifications=true
MimeType=x-scheme-handler/tootle;
MimeType=x-scheme-handler/tooth;
# Translators: Do NOT translate or transliterate this text (these are enum types)!
X-Purism-FormFactor=Workstation;Mobile;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/bleakgrey/tootle/" id="com.github.bleakgrey.tootle" gettext-domain="com.github.bleakgrey.tootle">
<schema path="/dev/geopjr/tooth/" id="dev.geopjr.tooth" gettext-domain="dev.geopjr.tooth">
<key name="active-account" type="s">
<default>''</default>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/github/bleakgrey/tootle/">
<gresource prefix="/dev/geopjr/tooth/">
<file alias="app.css">app.css</file>
<file preprocess="xml-stripblanks">icons/scalable/actions/mention-symbolic.svg</file>

View File

@ -14,7 +14,7 @@
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<binding name="icon_name">
<lookup name="icon_name" type="TootleInstanceAccountVisibility">
<lookup name="icon_name" type="ToothInstanceAccountVisibility">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
@ -30,7 +30,7 @@
<object class="GtkLabel">
<property name="xalign">0</property>
<binding name="label">
<lookup name="name" type="TootleInstanceAccountVisibility">
<lookup name="name" type="ToothInstanceAccountVisibility">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
@ -40,7 +40,7 @@
<object class="GtkLabel">
<property name="xalign">0</property>
<binding name="label">
<lookup name="description" type="TootleInstanceAccountVisibility">
<lookup name="description" type="ToothInstanceAccountVisibility">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>

View File

@ -4,7 +4,7 @@
<object class="GtkImage">
<binding name="icon_name">
<lookup name="icon_name" type="TootleInstanceAccountVisibility">
<lookup name="icon_name" type="ToothInstanceAccountVisibility">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
@ -13,7 +13,7 @@
<!-- <object class="GtkLabel"> -->
<!-- <property name="xalign">0</property> -->
<!-- <binding name="label"> -->
<!-- <lookup name="name" type="TootleInstanceAccountVisibility"> -->
<!-- <lookup name="name" type="ToothInstanceAccountVisibility"> -->
<!-- <lookup name="item">GtkListItem</lookup> -->
<!-- </lookup> -->
<!-- </binding> -->

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,7 +2,7 @@
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="libhandy" version="1.0"/>
<template class="TootleDialogsCompose" parent="AdwWindow">
<template class="ToothDialogsCompose" parent="AdwWindow">
<property name="modal">1</property>
<property name="default_width">500</property>
<property name="default_height">400</property>

View File

@ -2,7 +2,7 @@
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="gtk" version="4.0"/>
<template class="TootleDialogsListEditor" parent="AdwWindow">
<template class="ToothDialogsListEditor" parent="AdwWindow">
<property name="can_focus">False</property>
<property name="modal">True</property>
<property name="default_width">300</property>

View File

@ -2,14 +2,14 @@
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="libhandy" version="1.0"/>
<template class="TootleDialogsMainWindow" parent="AdwApplicationWindow">
<template class="ToothDialogsMainWindow" parent="AdwApplicationWindow">
<property name="width_request">360</property>
<property name="height_request">600</property>
<child>
<object class="AdwFlap" id="flap">
<child type="flap">
<object class="TootleViewsSidebar" id="sidebar">
<object class="ToothViewsSidebar" id="sidebar">
<style>
<class name="background"/>
</style>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="TootleDialogsNewAccount" parent="AdwWindow">
<template class="ToothDialogsNewAccount" parent="AdwWindow">
<property name="modal">True</property>
<property name="default_width">600</property>
<property name="default_height">450</property>
@ -26,7 +26,7 @@
<object class="GtkButton">
<property name="receives_default">1</property>
<property name="label" translatable="yes">Next</property>
<property name="sensitive" bind-source="TootleDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<property name="sensitive" bind-source="ToothDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<signal name="clicked" handler="on_next_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>
@ -98,7 +98,7 @@
<object class="GtkButton">
<property name="receives_default">1</property>
<property name="label" translatable="yes">Next</property>
<property name="sensitive" bind-source="TootleDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<property name="sensitive" bind-source="ToothDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<signal name="clicked" handler="on_next_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>
@ -127,7 +127,7 @@
</child>
<child>
<object class="GtkLabel" id="code_label">
<property name="label" translatable="yes">&lt;a href=&quot;tootle://manual_auth&quot;&gt;Try manual authorization&lt;/a&gt;</property>
<property name="label" translatable="yes">&lt;a href=&quot;tooth://manual_auth&quot;&gt;Try manual authorization&lt;/a&gt;</property>
<property name="use_markup">1</property>
<property name="xalign">1</property>
<signal name="activate-link" handler="on_activate_code_label_link" swapped="no"/>
@ -150,7 +150,7 @@
<object class="GtkButton">
<property name="receives_default">1</property>
<property name="label" translatable="yes">Done</property>
<property name="sensitive" bind-source="TootleDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<property name="sensitive" bind-source="ToothDialogsNewAccount" bind-property="is_working" bind-flags="sync-create|invert-boolean"/>
<signal name="clicked" handler="on_next_clicked" swapped="no"/>
<style>
<class name="suggested-action"/>

View File

@ -12,7 +12,7 @@
<property name="step_increment">1</property>
<property name="page_increment">1</property>
</object>
<template class="TootleDialogsPreferences" parent="AdwPreferencesWindow">
<template class="ToothDialogsPreferences" parent="AdwPreferencesWindow">
<child>
<object class="AdwPreferencesPage">
<property name="icon_name">applications-system-symbolic</property>

View File

@ -2,7 +2,7 @@
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="libadwaita" version="1.0"/>
<template class="TootleViewsBase" parent="GtkBox">
<template class="ToothViewsBase" parent="GtkBox">
<property name="orientation">vertical</property>
<property name="width_request">360</property>
@ -59,7 +59,7 @@
<property name="width_request">128</property>
<property name="height_request">128</property>
<property name="pixel_size">128</property>
<property name="icon_name">com.github.bleakgrey.tootle-symbolic</property>
<property name="icon_name">dev.geopjr.tooth-symbolic</property>
<style>
<class name="dim-label"/>
</style>

View File

@ -212,7 +212,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="pixel_size">128</property>
<property name="icon_name">com.github.bleakgrey.tootle</property>
<property name="icon_name">dev.geopjr.tooth</property>
<property name="icon_size">6</property>
</object>
<packing>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="TootleViewsProfileCover" parent="GtkBox">
<template class="ToothViewsProfileCover" parent="GtkBox">
<property name="margin_bottom">16</property>
<property name="orientation">vertical</property>
@ -20,7 +20,7 @@
<object class="GtkGrid">
<property name="row_homogeneous">0</property>
<child>
<object class="TootleWidgetsBackground" id="background">
<object class="ToothWidgetsBackground" id="background">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="height-request">224</property>
@ -34,7 +34,7 @@
</object>
</child>
<child>
<object class="TootleWidgetsAvatar" id="avatar">
<object class="ToothWidgetsAvatar" id="avatar">
<property name="halign">start</property>
<property name="valign">end</property>
<property name="margin-start">12</property>
@ -56,7 +56,7 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="TootleWidgetsRichLabel" id="display_name">
<object class="ToothWidgetsRichLabel" id="display_name">
<property name="label">Unknown</property>
<style>
<class name="title-3"/>
@ -74,7 +74,7 @@
</child>
<child>
<object class="TootleWidgetsMarkupView" id="note">
<object class="ToothWidgetsMarkupView" id="note">
<property name="margin_top">6</property>
</object>
</child>

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="TootleViewsSidebarAccountRow" parent="AdwActionRow">
<template class="ToothViewsSidebarAccountRow" parent="AdwActionRow">
<property name="height_request">64</property>
<property name="title_lines">1</property>
<property name="subtitle_lines">1</property>
<property name="activatable">1</property>
<child type="prefix">
<object class="TootleWidgetsAvatar" id="avatar">
<object class="ToothWidgetsAvatar" id="avatar">
<property name="size">32</property>
<signal name="clicked" handler="on_open"/>
</object>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="TootleViewsSidebarItemRow" parent="GtkListBoxRow">
<template class="ToothViewsSidebarItemRow" parent="GtkListBoxRow">
<property name="activatable">1</property>
<child>
<object class="GtkBox">

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="TootleViewsSidebar" parent="GtkBox">
<template class="ToothViewsSidebar" parent="GtkBox">
<property name="width_request">300</property>
<property name="orientation">vertical</property>
@ -51,7 +51,7 @@
<property name="spacing">6</property>
<child>
<object class="TootleWidgetsAvatar" id="avatar">
<object class="ToothWidgetsAvatar" id="avatar">
<property name="size">64</property>
<property name="halign">start</property>
<property name="margin-bottom">6</property>

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="TootleWidgetsAccountsButtonItem" parent="GtkListBoxRow">
<template class="ToothWidgetsAccountsButtonItem" parent="GtkListBoxRow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
@ -33,7 +33,7 @@
<property name="valign">start</property>
<signal name="clicked" handler="open_profile" swapped="no"/>
<child>
<object class="TootleWidgetsAvatar" id="avatar">
<object class="ToothWidgetsAvatar" id="avatar">
<property name="size">48</property>
<property name="valign">start</property>
<property name="visible">true</property>

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.36.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="TootleDialogsComposeMediaItem" parent="GtkListBoxRow">
<template class="ToothDialogsComposeMediaItem" parent="GtkListBoxRow">
<property name="width_request">100</property>
<property name="height_request">80</property>
<property name="visible">True</property>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="TootleDialogsListEditorItem" parent="GtkListBoxRow">
<template class="ToothDialogsListEditorItem" parent="GtkListBoxRow">
<property name="activatable">0</property>
<property name="child">
<object class="GtkGrid">
@ -13,7 +13,7 @@
<property name="row_spacing">8</property>
<property name="column_spacing">8</property>
<child>
<object class="TootleWidgetsRichLabel" id="label">
<object class="ToothWidgetsRichLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@ -30,7 +30,7 @@
</object>
</child>
<child>
<object class="TootleWidgetsRichLabel" id="handle">
<object class="ToothWidgetsRichLabel" id="handle">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="TootleViewsListsRow" parent="GtkListBoxRow">
<template class="ToothViewsListsRow" parent="GtkListBoxRow">
<property name="selectable">0</property>
<property name="child">
<object class="GtkStack" id="stack">

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.36.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="TootleViewsProfileField" parent="GtkListBoxRow">
<template class="ToothViewsProfileField" parent="GtkListBoxRow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
@ -13,7 +13,7 @@
<property name="margin_end">8</property>
<property name="column_spacing">8</property>
<child>
<object class="TootleWidgetsRichLabel" id="name_label">
<object class="ToothWidgetsRichLabel" id="name_label">
<property name="width_request">180</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
@ -38,7 +38,7 @@
</packing>
</child>
<child>
<object class="TootleWidgetsRichLabel" id="value_label">
<object class="ToothWidgetsRichLabel" id="value_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">8</property>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="TootleWidgetsStatus" parent="GtkListBoxRow">
<template class="ToothWidgetsStatus" parent="GtkListBoxRow">
<property name="can_focus">0</property>
<property name="child">
<object class="GtkGrid" id="grid">
@ -27,7 +27,7 @@
</object>
</child>
<child>
<object class="TootleWidgetsRichLabel" id="header_label">
<object class="ToothWidgetsRichLabel" id="header_label">
<property name="visible">0</property>
<property name="ellipsize">end</property>
<property name="margin-bottom">8</property>
@ -46,7 +46,7 @@
<property name="vexpand">1</property>
<property name="row_homogeneous">1</property>
<child>
<object class="TootleWidgetsRichLabel" id="name_label">
<object class="ToothWidgetsRichLabel" id="name_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@ -165,7 +165,7 @@
</object>
</child>
<child>
<object class="TootleWidgetsRichLabel" id="spoiler_label">
<object class="ToothWidgetsRichLabel" id="spoiler_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">Spoiler Text Here</property>
@ -189,14 +189,14 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="TootleWidgetsMarkupView" id="content">
<object class="ToothWidgetsMarkupView" id="content">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
</object>
</child>
<child>
<object class="TootleWidgetsAttachmentBox" id="attachments"/>
<object class="ToothWidgetsAttachmentBox" id="attachments"/>
</child>
</object>
</property>
@ -234,7 +234,7 @@
</object>
</child>
<child>
<object class="TootleWidgetsAvatar" id="avatar">
<object class="ToothWidgetsAvatar" id="avatar">
<property name="size">48</property>
<property name="valign">start</property>
<property name="visible">true</property>

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="TootleViewsTimelineFooter" parent="GtkListBoxRow">
<template class="ToothViewsTimelineFooter" parent="GtkListBoxRow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activatable">False</property>

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<template class="TootleWidgetsTimelineMenu" parent="GtkMenuButton">
<template class="ToothWidgetsTimelineMenu" parent="GtkMenuButton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="focus_on_click">False</property>

View File

@ -1,9 +1,9 @@
{
"app-id" : "com.github.bleakgrey.tootle",
"app-id" : "dev.geopjr.tooth",
"runtime" : "org.gnome.Platform",
"sdk" : "org.gnome.Sdk",
"runtime-version" : "40",
"command" : "com.github.bleakgrey.tootle",
"command" : "dev.geopjr.tooth",
"finish-args" : [
"--device=dri",
"--share=ipc",
@ -62,7 +62,7 @@
]
},
{
"name" : "tootle",
"name" : "tooth",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [

View File

@ -5,4 +5,4 @@ meson build --prefix=/usr
cd build
ninja
sudo ninja install
com.github.bleakgrey.tootle
dev.geopjr.tooth

View File

@ -1,4 +1,4 @@
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '2.0-alpha2')
project('dev.geopjr.tooth', 'vala', 'c', version: '2.0-alpha2')
add_global_arguments([
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
@ -12,10 +12,10 @@ config.set('GETTEXT_PACKAGE', meson.project_name())
config.set('RESOURCES', '/' + '/'.join(meson.project_name().split('.')) + '/' )
config.set('VERSION', meson.project_version())
config.set('PREFIX', get_option('prefix'))
config.set('NAME', 'Tootle')
config.set('WEBSITE', 'https://github.com/bleakgrey/tootle')
config.set('SUPPORT_WEBSITE', 'https://github.com/bleakgrey/tootle/issues')
config.set('COPYRIGHT', '© 2018-2021 bleak_grey')
config.set('NAME', 'Tooth')
config.set('WEBSITE', 'https://github.com/GeopJr/tooth')
config.set('SUPPORT_WEBSITE', 'https://github.com/GeopJr/tooth/issues')
config.set('COPYRIGHT', '© 2018-2021 bleak_grey\n© 2022 Evangelos "GeopJr" Paterakis')
gnome = import('gnome')
i18n = import('i18n')

View File

@ -1,6 +1,6 @@
data/com.github.bleakgrey.tootle.desktop.in
data/com.github.bleakgrey.tootle.appdata.xml.in
data/com.github.bleakgrey.tootle.gschema.xml
data/dev.geopjr.tooth.desktop.in
data/dev.geopjr.tooth.appdata.xml.in
data/dev.geopjr.tooth.gschema.xml
data/ui/dialogs/compose.ui
data/ui/dialogs/list_editor.ui

View File

@ -1,11 +1,11 @@
# German translations for com.github.bleakgrey.tootle package.
# Copyright (C) 2020 THE com.github.bleakgrey.tootle'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# German translations for dev.geopjr.tooth package.
# Copyright (C) 2020 THE dev.geopjr.tooth'S COPYRIGHT HOLDER
# This file is distributed under the same license as the dev.geopjr.tooth package.
# Automatically generated, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Project-Id-Version: dev.geopjr.tooth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-30 16:21+0300\n"
"PO-Revision-Date: 2020-10-23 12:38+0200\n"
@ -18,47 +18,47 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.3\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
msgstr "Tootle"
#: data/dev.geopjr.tooth.desktop.in:4
#: data/dev.geopjr.tooth.appdata.xml.in:7
msgid "Tooth"
msgstr "Tooth"
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
#: data/dev.geopjr.tooth.desktop.in:5
#: data/dev.geopjr.tooth.desktop.in:6
msgid "Mastodon Client"
msgstr "Mastodon-Client"
#: data/com.github.bleakgrey.tootle.desktop.in:8
msgid "com.github.bleakgrey.tootle"
msgstr "com.github.bleakgrey.tootle"
#: data/dev.geopjr.tooth.desktop.in:8
msgid "dev.geopjr.tooth"
msgstr "dev.geopjr.tooth"
#: data/com.github.bleakgrey.tootle.desktop.in:11
#: data/dev.geopjr.tooth.desktop.in:11
msgid "toot;mastodon;social;network;post;"
msgstr "toot;mastodon;social;network;post;"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
#: data/dev.geopjr.tooth.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
msgstr "Blitzschneller Client für Mastodon"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
#: data/dev.geopjr.tooth.appdata.xml.in:11
msgid ""
"Tootle is a GTK client for the world's largest, decentralized, microblogging "
"Tooth is a GTK client for the world's largest, decentralized, microblogging "
"platform, Mastodon. With the user experience in mind, it provides a clean, "
"native interface that allows you to integrate Mastodon's social experience "
"seamlessly with your desktop environment."
msgstr ""
"Tootle ist ein GTK-Client für die weltweit größte, dezentrale Microblogging-"
"Tooth ist ein GTK-Client für die weltweit größte, dezentrale Microblogging-"
"Plattform, Mastodon. Mit Blick auf die Benutzererfahrung bietet es eine "
"saubere, native Schnittstelle, mit der du die soziale Erfahrung von Mastodon "
"nahtlos in deine Desktop-Umgebung integrieren kannst."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
#: data/dev.geopjr.tooth.appdata.xml.in:14
msgid ""
"Mastodon is a free and open source microblogging platform similar to "
"Twitter, but with user privacy and decentralization in mind. It is one of "
"many protocols that interacts with the Fediverse of protocols like Pleroma, "
"GNU Social, and others. The power of federated microblogging that Mastodon "
"brings and the agility of Tootle creates a fantastic duo for all of your "
"brings and the agility of Tooth creates a fantastic duo for all of your "
"social media needs."
msgstr ""
"Mastodon ist eine kostenlose und Open-Source-Microblogging-Plattform ähnlich "
@ -66,21 +66,21 @@ msgstr ""
"Nutzer. Es ist eines von vielen Protokollen, die mit den Fediversen von "
"Protokollen wie Pleroma, GNU Social und anderen interagieren. Die Kraft des "
"föderierten Microbloggings, die Mastodon mitbringt, und die Agilität von "
"Tootle schaffen ein fantastisches Duo für all deine Social-Media-Bedürfnisse."
"Tooth schaffen ein fantastisches Duo für all deine Social-Media-Bedürfnisse."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:23
#: data/dev.geopjr.tooth.appdata.xml.in:23
msgid "bleak_grey"
msgstr "bleak_grey"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:71
#: data/dev.geopjr.tooth.appdata.xml.in:71
msgid "New app icon (Kudos to Tobias Bernard!)"
msgstr "Neues App-Symbol (Kudos an Tobias Bernard!)"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:72
#: data/dev.geopjr.tooth.appdata.xml.in:72
msgid "New interface design"
msgstr "Neues Design der Benutzeroberfläche"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:73
#: data/dev.geopjr.tooth.appdata.xml.in:73
msgid "Fixed bugs"
msgstr "Bugs behoben"
@ -245,9 +245,9 @@ msgid "Enter authorization code"
msgstr "Gib den Autorisierungscode ein"
#: data/ui/dialogs/new_account.ui:276
msgid "<a href=\"tootle://manual_auth\">Try manual authorization</a>"
msgid "<a href=\"tooth://manual_auth\">Try manual authorization</a>"
msgstr ""
"<a href=\"tootle://manual_auth\">Versuche die manuelle Autorisierung</a>"
"<a href=\"tooth://manual_auth\">Versuche die manuelle Autorisierung</a>"
#: data/ui/widgets/accounts_button.ui:64 src/Views/Conversations.vala:6
msgid "Conversations"

View File

@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# This file is distributed under the same license as the dev.geopjr.tooth package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Project-Id-Version: dev.geopjr.tooth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-30 16:21+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@ -17,59 +17,59 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
#: data/dev.geopjr.tooth.desktop.in:4
#: data/dev.geopjr.tooth.appdata.xml.in:7
msgid "Tooth"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
#: data/dev.geopjr.tooth.desktop.in:5
#: data/dev.geopjr.tooth.desktop.in:6
msgid "Mastodon Client"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:8
msgid "com.github.bleakgrey.tootle"
#: data/dev.geopjr.tooth.desktop.in:8
msgid "dev.geopjr.tooth"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:11
#: data/dev.geopjr.tooth.desktop.in:11
msgid "toot;mastodon;social;network;post;"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
#: data/dev.geopjr.tooth.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
#: data/dev.geopjr.tooth.appdata.xml.in:11
msgid ""
"Tootle is a GTK client for the world's largest, decentralized, microblogging "
"Tooth is a GTK client for the world's largest, decentralized, microblogging "
"platform, Mastodon. With the user experience in mind, it provides a clean, "
"native interface that allows you to integrate Mastodon's social experience "
"seamlessly with your desktop environment."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
#: data/dev.geopjr.tooth.appdata.xml.in:14
msgid ""
"Mastodon is a free and open source microblogging platform similar to "
"Twitter, but with user privacy and decentralization in mind. It is one of "
"many protocols that interacts with the Fediverse of protocols like Pleroma, "
"GNU Social, and others. The power of federated microblogging that Mastodon "
"brings and the agility of Tootle creates a fantastic duo for all of your "
"brings and the agility of Tooth creates a fantastic duo for all of your "
"social media needs."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:23
#: data/dev.geopjr.tooth.appdata.xml.in:23
msgid "bleak_grey"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:71
#: data/dev.geopjr.tooth.appdata.xml.in:71
msgid "New app icon (Kudos to Tobias Bernard!)"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:72
#: data/dev.geopjr.tooth.appdata.xml.in:72
msgid "New interface design"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:73
#: data/dev.geopjr.tooth.appdata.xml.in:73
msgid "Fixed bugs"
msgstr ""
@ -227,7 +227,7 @@ msgid "Enter authorization code"
msgstr ""
#: data/ui/dialogs/new_account.ui:276
msgid "<a href=\"tootle://manual_auth\">Try manual authorization</a>"
msgid "<a href=\"tooth://manual_auth\">Try manual authorization</a>"
msgstr ""
#: data/ui/widgets/accounts_button.ui:64 src/Views/Conversations.vala:6

View File

@ -1,11 +1,11 @@
# Spanish translations for com.github.bleakgrey.tootle package.
# Copyright (C) 2021 THE com.github.bleakgrey.tootle'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# Spanish translations for dev.geopjr.tooth package.
# Copyright (C) 2021 THE dev.geopjr.tooth'S COPYRIGHT HOLDER
# This file is distributed under the same license as the dev.geopjr.tooth package.
# Óscar Fernández Díaz <oscfdezdz@tuta.io>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Project-Id-Version: dev.geopjr.tooth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-25 16:06+0100\n"
"PO-Revision-Date: 2021-01-25 16:19+0100\n"
@ -18,69 +18,69 @@ msgstr ""
"X-Generator: Gtranslator 3.38.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
msgstr "Tootle"
#: data/dev.geopjr.tooth.desktop.in:4
#: data/dev.geopjr.tooth.appdata.xml.in:7
msgid "Tooth"
msgstr "Tooth"
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
#: data/dev.geopjr.tooth.desktop.in:5
#: data/dev.geopjr.tooth.desktop.in:6
msgid "Mastodon Client"
msgstr "Cliente de Mastodon"
#: data/com.github.bleakgrey.tootle.desktop.in:11
#: data/dev.geopjr.tooth.desktop.in:11
msgid "toot;mastodon;social;network;post;"
msgstr "toot;mastodon;social;network;post;"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
#: data/dev.geopjr.tooth.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
msgstr "Un cliente rápido como el rayo para Mastodon"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
#: data/dev.geopjr.tooth.appdata.xml.in:11
msgid ""
"Tootle is a GTK client for the world's largest, decentralized, microblogging "
"Tooth is a GTK client for the world's largest, decentralized, microblogging "
"platform, Mastodon. With the user experience in mind, it provides a clean, "
"native interface that allows you to integrate Mastodon's social experience "
"seamlessly with your desktop environment."
msgstr ""
"Tootle es un cliente GTK para la plataforma de microblogging descentralizada "
"Tooth es un cliente GTK para la plataforma de microblogging descentralizada "
"más grande del mundo, Mastodon. Teniendo en cuenta la experiencia del "
"usuario, proporciona una interfaz limpia y nativa que le permite integrar la "
"experiencia social de Mastodon sin problemas con su entorno de escritorio."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
#: data/dev.geopjr.tooth.appdata.xml.in:14
msgid ""
"Mastodon is a free and open source microblogging platform similar to "
"Twitter, but with user privacy and decentralization in mind. It is one of "
"many protocols that interacts with the Fediverse of protocols like Pleroma, "
"GNU Social, and others. The power of federated microblogging that Mastodon "
"brings and the agility of Tootle creates a fantastic duo for all of your "
"brings and the agility of Tooth creates a fantastic duo for all of your "
"social media needs."
msgstr ""
"Mastodon es una plataforma de microblogging gratuita y de código abierto "
"similar a Twitter, pero con la privacidad del usuario y la descentralización "
"en mente. Es uno de los muchos protocolos que interactúan con los protocolos "
"del Fediverso como Pleroma, GNU Social, y otros. El poder del microblogging "
"federado que aporta Mastodon y la agilidad de Tootle crean un dúo fantástico "
"federado que aporta Mastodon y la agilidad de Tooth crean un dúo fantástico "
"para todas sus necesidades de redes sociales."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:23
#: data/dev.geopjr.tooth.appdata.xml.in:23
msgid "bleak_grey"
msgstr "bleak_grey"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:82
#: data/dev.geopjr.tooth.appdata.xml.in:82
msgid "New app icon (Kudos to Tobias Bernard!)"
msgstr "Nuevo icono de la aplicación (¡Gracias a Tobias Bernard!)"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:83
#: data/dev.geopjr.tooth.appdata.xml.in:83
msgid "New interface design"
msgstr "Nuevo diseño de la interfaz"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:84
#: data/dev.geopjr.tooth.appdata.xml.in:84
msgid "Added Lists and Conversations"
msgstr "Añadidas Listas y Conversaciones"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:85
#: data/dev.geopjr.tooth.appdata.xml.in:85
msgid "Fixed bugs"
msgstr "Corregidos los errores"
@ -238,8 +238,8 @@ msgid "Enter authorization code"
msgstr "Introduce el código de autorización"
#: data/ui/dialogs/new_account.ui:276
msgid "<a href=\"tootle://manual_auth\">Try manual authorization</a>"
msgstr "<a href=\"tootle://manual_auth\">Intentar la autorización manual</a>"
msgid "<a href=\"tooth://manual_auth\">Try manual authorization</a>"
msgstr "<a href=\"tooth://manual_auth\">Intentar la autorización manual</a>"
#: data/ui/widgets/accounts_button.ui:64 src/Views/Conversations.vala:6
msgid "Conversations"

View File

@ -1,11 +1,11 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# This file is distributed under the same license as the dev.geopjr.tooth package.
# Marcus M <github@ohgodfucking.no>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Project-Id-Version: dev.geopjr.tooth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-30 16:21+0300\n"
"PO-Revision-Date: 2021-01-31 15:50+0100\n"
@ -18,68 +18,68 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: nb\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
msgstr "Tootle"
#: data/dev.geopjr.tooth.desktop.in:4
#: data/dev.geopjr.tooth.appdata.xml.in:7
msgid "Tooth"
msgstr "Tooth"
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
#: data/dev.geopjr.tooth.desktop.in:5
#: data/dev.geopjr.tooth.desktop.in:6
msgid "Mastodon Client"
msgstr "Mastodon klient"
#: data/com.github.bleakgrey.tootle.desktop.in:8
msgid "com.github.bleakgrey.tootle"
msgstr "com.github.bleakgrey.tootle"
#: data/dev.geopjr.tooth.desktop.in:8
msgid "dev.geopjr.tooth"
msgstr "dev.geopjr.tooth"
#: data/com.github.bleakgrey.tootle.desktop.in:11
#: data/dev.geopjr.tooth.desktop.in:11
msgid "toot;mastodon;social;network;post;"
msgstr "toot;mastodon;social;network;post;"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
#: data/dev.geopjr.tooth.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
msgstr "Lynrask klient for Mastodon"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
#: data/dev.geopjr.tooth.appdata.xml.in:11
msgid ""
"Tootle is a GTK client for the world's largest, decentralized, microblogging "
"Tooth is a GTK client for the world's largest, decentralized, microblogging "
"platform, Mastodon. With the user experience in mind, it provides a clean, "
"native interface that allows you to integrate Mastodon's social experience "
"seamlessly with your desktop environment."
msgstr ""
"Tootle er en GTK klient for verdens største, desentraliserte, "
"Tooth er en GTK klient for verdens største, desentraliserte, "
"mikrobloggingplattform, Mastodon. Med brukervennlighet i tankene gir den et "
"rent, integrert utseende som lar deg integrere Mastodons sosiale opplevelser "
"sømløst med skrivebordsopplevelsen din."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
#: data/dev.geopjr.tooth.appdata.xml.in:14
msgid ""
"Mastodon is a free and open source microblogging platform similar to "
"Twitter, but with user privacy and decentralization in mind. It is one of "
"many protocols that interacts with the Fediverse of protocols like Pleroma, "
"GNU Social, and others. The power of federated microblogging that Mastodon "
"brings and the agility of Tootle creates a fantastic duo for all of your "
"brings and the agility of Tooth creates a fantastic duo for all of your "
"social media needs."
msgstr ""
"Mastodon er en gratis mikrobloggingsplattform, som likner Twitter, med åpen "
"kildekode, som fokuserer på personvern og desentralisering. Det er en av "
"mange som integreres i fødiverset, sammen med Pleroma, GNU Social, og mange "
"andre. Mastodons fødererte mikroblogging og Tootles brukervennlighet skaper "
"andre. Mastodons fødererte mikroblogging og Tooths brukervennlighet skaper "
"en fantastisk duo for dine sosiale medie vaner."
#: data/com.github.bleakgrey.tootle.appdata.xml.in:23
#: data/dev.geopjr.tooth.appdata.xml.in:23
msgid "bleak_grey"
msgstr "bleak_grey"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:71
#: data/dev.geopjr.tooth.appdata.xml.in:71
msgid "New app icon (Kudos to Tobias Bernard!)"
msgstr "Nytt app ikon (Takk Tobias Bernard!)"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:72
#: data/dev.geopjr.tooth.appdata.xml.in:72
msgid "New interface design"
msgstr "Nytt design"
#: data/com.github.bleakgrey.tootle.appdata.xml.in:73
#: data/dev.geopjr.tooth.appdata.xml.in:73
msgid "Fixed bugs"
msgstr "Fikset bugs"
@ -237,8 +237,8 @@ msgid "Enter authorization code"
msgstr "Tast inn autorisasjonskode"
#: data/ui/dialogs/new_account.ui:276
msgid "<a href=\"tootle://manual_auth\">Try manual authorization</a>"
msgstr "<a href=\"tootle://manual_auth\">Prøv manuell autorisering</a>"
msgid "<a href=\"tooth://manual_auth\">Try manual authorization</a>"
msgstr "<a href=\"tooth://manual_auth\">Prøv manuell autorisering</a>"
#: data/ui/widgets/accounts_button.ui:64 src/Views/Conversations.vala:6
msgid "Conversations"

View File

@ -2,4 +2,4 @@
cd ..
cd build
ninja com.github.bleakgrey.tootle-update-po
ninja dev.geopjr.tooth-update-po

View File

@ -1,11 +1,11 @@
# Russian translations for com.github.bleakgrey.tootle package.
# Copyright (C) 2020 THE com.github.bleakgrey.tootle'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.bleakgrey.tootle package.
# Russian translations for dev.geopjr.tooth package.
# Copyright (C) 2020 THE dev.geopjr.tooth'S COPYRIGHT HOLDER
# This file is distributed under the same license as the dev.geopjr.tooth package.
# Automatically generated, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.bleakgrey.tootle\n"
"Project-Id-Version: dev.geopjr.tooth\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-30 16:21+0300\n"
"PO-Revision-Date: 2020-09-10 20:20+0300\n"
@ -18,59 +18,59 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: data/com.github.bleakgrey.tootle.desktop.in:4
#: data/com.github.bleakgrey.tootle.appdata.xml.in:7
msgid "Tootle"
#: data/dev.geopjr.tooth.desktop.in:4
#: data/dev.geopjr.tooth.appdata.xml.in:7
msgid "Tooth"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:5
#: data/com.github.bleakgrey.tootle.desktop.in:6
#: data/dev.geopjr.tooth.desktop.in:5
#: data/dev.geopjr.tooth.desktop.in:6
msgid "Mastodon Client"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:8
msgid "com.github.bleakgrey.tootle"
#: data/dev.geopjr.tooth.desktop.in:8
msgid "dev.geopjr.tooth"
msgstr ""
#: data/com.github.bleakgrey.tootle.desktop.in:11
#: data/dev.geopjr.tooth.desktop.in:11
msgid "toot;mastodon;social;network;post;"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:8
#: data/dev.geopjr.tooth.appdata.xml.in:8
msgid "Lightning fast client for Mastodon"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:11
#: data/dev.geopjr.tooth.appdata.xml.in:11
msgid ""
"Tootle is a GTK client for the world's largest, decentralized, microblogging "
"Tooth is a GTK client for the world's largest, decentralized, microblogging "
"platform, Mastodon. With the user experience in mind, it provides a clean, "
"native interface that allows you to integrate Mastodon's social experience "
"seamlessly with your desktop environment."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:14
#: data/dev.geopjr.tooth.appdata.xml.in:14
msgid ""
"Mastodon is a free and open source microblogging platform similar to "
"Twitter, but with user privacy and decentralization in mind. It is one of "
"many protocols that interacts with the Fediverse of protocols like Pleroma, "
"GNU Social, and others. The power of federated microblogging that Mastodon "
"brings and the agility of Tootle creates a fantastic duo for all of your "
"brings and the agility of Tooth creates a fantastic duo for all of your "
"social media needs."
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:23
#: data/dev.geopjr.tooth.appdata.xml.in:23
msgid "bleak_grey"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:71
#: data/dev.geopjr.tooth.appdata.xml.in:71
msgid "New app icon (Kudos to Tobias Bernard!)"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:72
#: data/dev.geopjr.tooth.appdata.xml.in:72
msgid "New interface design"
msgstr ""
#: data/com.github.bleakgrey.tootle.appdata.xml.in:73
#: data/dev.geopjr.tooth.appdata.xml.in:73
msgid "Fixed bugs"
msgstr ""
@ -228,7 +228,7 @@ msgid "Enter authorization code"
msgstr ""
#: data/ui/dialogs/new_account.ui:276
msgid "<a href=\"tootle://manual_auth\">Try manual authorization</a>"
msgid "<a href=\"tooth://manual_auth\">Try manual authorization</a>"
msgstr ""
#: data/ui/widgets/accounts_button.ui:64 src/Views/Conversations.vala:6

View File

@ -1,4 +1,4 @@
public class Tootle.API.Account : Entity, Widgetizable {
public class Tooth.API.Account : Entity, Widgetizable {
public string id { get; set; }
public string username { get; set; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.AccountField : Entity {
public class Tooth.API.AccountField : Entity {
public string name { get; set; }
public string val { get; set; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.Attachment : Entity, Widgetizable {
public class Tooth.API.Attachment : Entity, Widgetizable {
public string id { get; set; }
public string kind { get; set; default = "unknown"; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.Conversation : Entity, Widgetizable {
public class Tooth.API.Conversation : Entity, Widgetizable {
public string id { get; set; }
public Gee.ArrayList<API.Account> accounts { get; set; }
@ -19,7 +19,7 @@ public class Tootle.API.Conversation : Entity, Widgetizable {
public void mark_read () {
new Request.POST (@"/api/v1/conversations/$id/read")
.with_account (Tootle.accounts.active)
.with_account (Tooth.accounts.active)
.then (() => {
unread = false;
})

View File

@ -1,6 +1,6 @@
using Json;
public class Tootle.Entity : GLib.Object, Widgetizable, Json.Serializable {
public class Tooth.Entity : GLib.Object, Widgetizable, Json.Serializable {
public virtual bool is_local (InstanceAccount account) {
return true;

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.API.List : Entity, Widgetizable {
public class Tooth.API.List : Entity, Widgetizable {
public string id { get; set; }
public string title { get; set; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.Mention : Entity, Widgetizable {
public class Tooth.API.Mention : Entity, Widgetizable {
public string id { get; construct set; }
public string username { get; construct set; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.Notification : Entity, Widgetizable {
public class Tooth.API.Notification : Entity, Widgetizable {
public string id { get; set; }
public API.Account account { get; set; }

View File

@ -1,4 +1,4 @@
public class Tootle.API.Relationship : Entity {
public class Tooth.API.Relationship : Entity {
public signal void invalidated ();

View File

@ -1,6 +1,6 @@
using Gee;
public class Tootle.API.SearchResults : Entity {
public class Tooth.API.SearchResults : Entity {
public ArrayList<API.Account> accounts { get; set; }
public ArrayList<API.Status> statuses { get; set; }

View File

@ -1,6 +1,6 @@
using Gee;
public class Tootle.API.Status : Entity, Widgetizable {
public class Tooth.API.Status : Entity, Widgetizable {
~Status () {
message ("[OBJ] Destroyed "+uri);

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.API.Tag : Entity, Widgetizable {
public class Tooth.API.Tag : Entity, Widgetizable {
public string name { get; set; }
public string url { get; set; }

View File

@ -1,6 +1,6 @@
using Gtk;
namespace Tootle {
namespace Tooth {
public errordomain Oopsie {
USER,
@ -27,10 +27,10 @@ namespace Tootle {
public Dialogs.NewAccount? add_account_window { get; set; }
// These are used for the GTK Inspector
public Settings app_settings { get {return Tootle.settings; } }
public AccountStore app_accounts { get {return Tootle.accounts; } }
public Network app_network { get {return Tootle.network; } }
public Streams app_streams { get {return Tootle.streams; } }
public Settings app_settings { get {return Tooth.settings; } }
public AccountStore app_accounts { get {return Tooth.accounts; } }
public Network app_network { get {return Tooth.network; } }
public Streams app_streams { get {return Tooth.streams; } }
public signal void refresh ();
public signal void toast (string title);

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.AttachmentsPage : ComposerPage {
public class Tooth.AttachmentsPage : ComposerPage {
// https://github.com/tootsuite/mastodon/blob/master/app/models/media_attachment.rb
public const string[] SUPPORTED_MIMES = {

View File

@ -1,8 +1,8 @@
using Gtk;
using Gee;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/dialogs/compose.ui")]
public class Tootle.Dialogs.Compose : Adw.Window {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/dialogs/compose.ui")]
public class Tooth.Dialogs.Compose : Adw.Window {
public API.Status status { get; construct set; }

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.EditorPage : ComposerPage {
public class Tooth.EditorPage : ComposerPage {
protected uint char_limit { get; set; default = 500; } //TODO: Ask the instance to get this value
protected int remaining_chars { get; set; default = 0; }

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.ComposerPage : Gtk.Box {
public class Tooth.ComposerPage : Gtk.Box {
public string title { get; set; }
public string icon_name { get; set; }

View File

@ -1,4 +1,4 @@
public class Tootle.PollPage : ComposerPage {
public class Tooth.PollPage : ComposerPage {
public PollPage () {
Object (

View File

@ -1,9 +1,9 @@
using Gtk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/dialogs/list_editor.ui")]
public class Tootle.Dialogs.ListEditor: Adw.Window {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/dialogs/list_editor.ui")]
public class Tooth.Dialogs.ListEditor: Adw.Window {
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/widgets/list_editor_item.ui")]
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/widgets/list_editor_item.ui")]
class Item : ListBoxRow {
public ListEditor editor { get; construct set; }

View File

@ -1,8 +1,8 @@
using Gtk;
using Gdk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/dialogs/main.ui")]
public class Tootle.Dialogs.MainWindow: Adw.ApplicationWindow, Saveable {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/dialogs/main.ui")]
public class Tooth.Dialogs.MainWindow: Adw.ApplicationWindow, Saveable {
public const string ZOOM_CLASS = "ttl-scalable";

View File

@ -1,7 +1,7 @@
using Gtk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/dialogs/new_account.ui")]
public class Tootle.Dialogs.NewAccount: Adw.Window {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/dialogs/new_account.ui")]
public class Tooth.Dialogs.NewAccount: Adw.Window {
const string scopes = "read write follow";
@ -42,10 +42,10 @@ public class Tootle.Dialogs.NewAccount: Adw.Window {
if (!use_auto_auth)
throw new Oopsie.INTERNAL ("Using manual auth method");
GLib.Process.spawn_command_line_sync (@"xdg-mime default $(Build.DOMAIN).desktop x-scheme-handler/tootle");
GLib.Process.spawn_command_line_sync (@"xdg-mime default $(Build.DOMAIN).desktop x-scheme-handler/tooth");
message ("Successfully associated MIME type for automatic authorization");
return "tootle://auth_code";
return "tooth://auth_code";
}
catch (Error e) {
warning (e.message);

View File

@ -1,7 +1,7 @@
using Gtk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/dialogs/preferences.ui")]
public class Tootle.Dialogs.Preferences : Adw.PreferencesWindow {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/dialogs/preferences.ui")]
public class Tooth.Dialogs.Preferences : Adw.PreferencesWindow {
// [GtkChild] unowned Switch dark_theme;
[GtkChild] unowned Switch autostart;

View File

@ -1,6 +1,6 @@
using Gtk;
public interface Tootle.Dialogs.Saveable : Window {
public interface Tooth.Dialogs.Saveable : Window {
protected void construct_saveable (GLib.Settings settings) {
settings.bind ("window-w", this, "default-width", SettingsBindFlags.DEFAULT);

View File

@ -1,4 +1,4 @@
public interface Tootle.AccountHolder : GLib.Object {
public interface Tooth.AccountHolder : GLib.Object {
protected abstract InstanceAccount? account { get; set; default = null; }

View File

@ -1,6 +1,6 @@
using Gee;
public abstract class Tootle.AccountStore : GLib.Object {
public abstract class Tooth.AccountStore : GLib.Object {
public ArrayList<InstanceAccount> saved { get; set; default = new ArrayList<InstanceAccount> (); }
public InstanceAccount? active { get; set; default = null; }

View File

@ -1,7 +1,7 @@
using GLib;
using Gee;
public class Tootle.InstanceAccount : API.Account, Streamable {
public class Tooth.InstanceAccount : API.Account, Streamable {
public const string EVENT_NEW_POST = "update";
public const string EVENT_DELETE_POST = "delete";

View File

@ -1,4 +1,4 @@
public class Tootle.Mastodon.Account : InstanceAccount {
public class Tooth.Mastodon.Account : InstanceAccount {
public const string BACKEND = "Mastodon";

View File

@ -1,4 +1,4 @@
public class Tootle.Place : Object {
public class Tooth.Place : Object {
public string title { get; set; }
public string icon { get; set; }

View File

@ -1,6 +1,6 @@
using Secret;
public class Tootle.SecretAccountStore : AccountStore {
public class Tooth.SecretAccountStore : AccountStore {
const string VERSION = "1";

View File

@ -1,6 +1,6 @@
using Gee;
public class Tootle.AbstractCache : Object {
public class Tooth.AbstractCache : Object {
public const string DATA_MIN_REF_COUNT = "refs";

View File

@ -1,4 +1,4 @@
public class Tootle.EntityCache : AbstractCache {
public class Tooth.EntityCache : AbstractCache {
// Must return unique id for each JSON entity node
protected string? get_node_cache_id (owned Json.Node node) {

View File

@ -1,6 +1,6 @@
using Gdk;
public class Tootle.ImageCache : AbstractCache {
public class Tooth.ImageCache : AbstractCache {
public delegate void OnItemChangedFn (bool is_loaded, owned Paintable? data);

View File

@ -3,7 +3,7 @@ using GLib;
using Gdk;
using Json;
public class Tootle.Network : GLib.Object {
public class Tooth.Network : GLib.Object {
public signal void started ();
public signal void finished ();

View File

@ -1,7 +1,7 @@
using Soup;
using Gee;
public class Tootle.Request : Soup.Message {
public class Tooth.Request : Soup.Message {
public string url { set; get; }
public weak InstanceAccount? account { get; set; default = null; }

View File

@ -1,4 +1,4 @@
public abstract interface Tootle.Streamable : Object {
public abstract interface Tooth.Streamable : Object {
public struct Event {
public string type;

View File

@ -1,7 +1,7 @@
using Soup;
using Gee;
public class Tootle.Streams : Object {
public class Tooth.Streams : Object {
protected HashTable<string, Connection> connections {
get;

View File

@ -1,6 +1,6 @@
using GLib;
public class Tootle.Settings : GLib.Settings {
public class Tooth.Settings : GLib.Settings {
public string active_account { get; set; }
// public bool dark_theme { get; set; }

View File

@ -1,6 +1,6 @@
using GLib;
public class Tootle.DateTime {
public class Tooth.DateTime {
public static string humanize (string iso8601) {
var date = new GLib.DateTime.from_iso8601 (iso8601, null);

View File

@ -1,6 +1,6 @@
using GLib;
public class Tootle.Host {
public class Tooth.Host {
// Open a URI in the user's default application
public static bool open_uri (string _uri) {

View File

@ -1,4 +1,4 @@
public class Tootle.HtmlUtils {
public class Tooth.HtmlUtils {
public const string FALLBACK_TEXT = _("[ There was an error parsing this text :c ]");

View File

@ -1,7 +1,7 @@
using Gtk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/views/base.ui")]
public class Tootle.Views.Base : Box {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/base.ui")]
public class Tooth.Views.Base : Box {
public static string STATUS_EMPTY = _("Nothing to see here");
public static string STATUS_LOADING = " ";

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Bookmarks : Views.Timeline {
public class Tooth.Views.Bookmarks : Views.Timeline {
public Bookmarks () {
Object (

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.Views.ContentBase : Views.Base {
public class Tooth.Views.ContentBase : Views.Base {
public GLib.ListStore model;
protected ListBox content;

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Conversations : Views.Timeline {
public class Tooth.Views.Conversations : Views.Timeline {
public Conversations () {
Object (

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Favorites : Views.Timeline {
public class Tooth.Views.Favorites : Views.Timeline {
public Favorites () {
Object (

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Federated : Views.Timeline {
public class Tooth.Views.Federated : Views.Timeline {
public Federated () {
Object (

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Hashtag : Views.Timeline {
public class Tooth.Views.Hashtag : Views.Timeline {
public Hashtag (string tag) {
Object (

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Home : Views.Timeline {
public class Tooth.Views.Home : Views.Timeline {
public Home () {
Object (

View File

@ -1,4 +1,4 @@
public class Tootle.Views.List : Views.Timeline {
public class Tooth.Views.List : Views.Timeline {
public API.List list { get; set; }

View File

@ -1,9 +1,9 @@
using Gtk;
// TODO: Lists is borken
public class Tootle.Views.Lists : Views.Timeline {
public class Tooth.Views.Lists : Views.Timeline {
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/widgets/list_item.ui")]
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/widgets/list_item.ui")]
public class Row : ListBoxRow {
API.List? list;

View File

@ -1,4 +1,4 @@
public class Tootle.Views.Local : Views.Federated {
public class Tooth.Views.Local : Views.Federated {
public Local () {
label = _("Local");

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.Views.Main : Views.TabbedBase {
public class Tooth.Views.Main : Views.TabbedBase {
public Main () {
add_tab (new Views.Home ());

View File

@ -1,7 +1,7 @@
using Gtk;
using Gdk;
public class Tootle.Views.Notifications : Views.Timeline, AccountHolder, Streamable {
public class Tooth.Views.Notifications : Views.Timeline, AccountHolder, Streamable {
protected InstanceAccount? last_account = null;

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.Views.Profile : Views.Timeline {
public class Tooth.Views.Profile : Views.Timeline {
public API.Account profile { get; construct set; }
public API.Relationship rs { get; construct set; }
@ -35,7 +35,7 @@ public class Tootle.Views.Profile : Views.Timeline {
cover.bind (profile);
}
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/views/profile_header.ui")]
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/profile_header.ui")]
protected class Cover : Box {
[GtkChild] unowned Widgets.Background background;

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.Views.Search : Views.TabbedBase {
public class Tooth.Views.Search : Views.TabbedBase {
public string query { get; set; default = ""; }
protected SearchBar bar;

View File

@ -1,7 +1,7 @@
using Gtk;
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/views/sidebar/view.ui")]
public class Tootle.Views.Sidebar : Box, AccountHolder {
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/sidebar/view.ui")]
public class Tooth.Views.Sidebar : Box, AccountHolder {
[GtkChild] unowned ToggleButton accounts_button;
[GtkChild] unowned Stack mode;
@ -101,7 +101,7 @@ public class Tootle.Views.Sidebar : Box, AccountHolder {
// Item
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/views/sidebar/item.ui")]
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/sidebar/item.ui")]
protected class ItemRow : ListBoxRow {
public Place place;
@ -151,7 +151,7 @@ public class Tootle.Views.Sidebar : Box, AccountHolder {
// Account
[GtkTemplate (ui = "/com/github/bleakgrey/tootle/ui/views/sidebar/account.ui")]
[GtkTemplate (ui = "/dev/geopjr/tooth/ui/views/sidebar/account.ui")]
protected class AccountRow : Adw.ActionRow {
public InstanceAccount? account;

View File

@ -1,6 +1,6 @@
using Gtk;
public class Tootle.Views.TabbedBase : Views.Base {
public class Tooth.Views.TabbedBase : Views.Base {
static int ID_COUNTER = 0;

Some files were not shown because too many files have changed in this diff Show More