Drop executable bit from most files

This commit is contained in:
Sergey Bugaev 2021-07-23 20:58:03 +03:00 committed by GitHub
parent cb7a17963c
commit c52d8b5089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
121 changed files with 6 additions and 0 deletions

0
.buildconfig Executable file → Normal file
View File

0
.github/FUNDING.yml vendored Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/bug-report.md vendored Executable file → Normal file
View File

0
.github/workflows/build.yml vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
com.github.bleakgrey.tootle.json Executable file → Normal file
View File

0
data/app.css Executable file → Normal file
View File

0
data/com.github.bleakgrey.tootle.appdata.xml.in Executable file → Normal file
View File

0
data/com.github.bleakgrey.tootle.desktop.in Executable file → Normal file
View File

0
data/com.github.bleakgrey.tootle.gschema.xml Executable file → Normal file
View File

0
data/gresource.xml Executable file → Normal file
View File

0
data/icons/color-nightly.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
data/icons/color.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

0
data/icons/scalable/actions/globe-symbolic.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

0
data/icons/scalable/actions/hashtag-symbolic.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

0
data/icons/scalable/actions/mention-symbolic.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

0
data/icons/symbolic.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

0
data/meson.build Executable file → Normal file
View File

0
data/screenshot1.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 187 KiB

0
data/screenshot2.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

0
data/screenshot3.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 187 KiB

0
data/screenshot4.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 158 KiB

0
data/ui/dialogs/main.ui Executable file → Normal file
View File

0
data/ui/dialogs/new_account.ui Executable file → Normal file
View File

0
data/ui/dialogs/preferences.ui Executable file → Normal file
View File

0
data/ui/menus.ui Executable file → Normal file
View File

0
data/ui/views/base.ui Executable file → Normal file
View File

0
data/ui/views/new_account.ui Executable file → Normal file
View File

0
data/ui/views/profile_header.ui Executable file → Normal file
View File

0
data/ui/views/sidebar/account.ui Executable file → Normal file
View File

0
data/ui/views/sidebar/item.ui Executable file → Normal file
View File

0
data/ui/views/sidebar/view.ui Executable file → Normal file
View File

0
data/ui/widgets/accounts_button_item.ui Executable file → Normal file
View File

0
data/ui/widgets/compose_attachment.ui Executable file → Normal file
View File

0
data/ui/widgets/profile_field_row.ui Executable file → Normal file
View File

0
data/ui/widgets/status.ui Executable file → Normal file
View File

0
data/ui/widgets/timeline_footer.ui Executable file → Normal file
View File

0
data/ui/widgets/timeline_menu.ui Executable file → Normal file
View File

View File

@ -1,3 +1,5 @@
#! /bin/sh
set -e
meson build --prefix=/usr
cd build

0
meson.build Executable file → Normal file
View File

0
po/LINGUAS Executable file → Normal file
View File

0
po/POTFILES Executable file → Normal file
View File

0
po/com.github.bleakgrey.tootle.pot Executable file → Normal file
View File

0
po/de_DE.po Executable file → Normal file
View File

0
po/es.po Executable file → Normal file
View File

0
po/meson.build Executable file → Normal file
View File

0
po/nb-NO.po Executable file → Normal file
View File

View File

@ -1,3 +1,5 @@
#! /bin/sh
cd ..
cd build
ninja com.github.bleakgrey.tootle-update-po

0
po/ru_RU.po Executable file → Normal file
View File

0
src/.editorconfig Executable file → Normal file
View File

0
src/API/Account.vala Executable file → Normal file
View File

0
src/API/AccountField.vala Executable file → Normal file
View File

0
src/API/Attachment.vala Executable file → Normal file
View File

0
src/API/Conversation.vala Executable file → Normal file
View File

0
src/API/Entity.vala Executable file → Normal file
View File

0
src/API/List.vala Executable file → Normal file
View File

0
src/API/Mention.vala Executable file → Normal file
View File

0
src/API/Notification.vala Executable file → Normal file
View File

0
src/API/Relationship.vala Executable file → Normal file
View File

0
src/API/SearchResults.vala Executable file → Normal file
View File

0
src/API/Status.vala Executable file → Normal file
View File

0
src/API/Tag.vala Executable file → Normal file
View File

0
src/Application.vala Executable file → Normal file
View File

0
src/Build.vala.in Executable file → Normal file
View File

0
src/Dialogs/Composer/Dialog.vala Executable file → Normal file
View File

0
src/Dialogs/ListEditor.vala Executable file → Normal file
View File

0
src/Dialogs/MainWindow.vala Executable file → Normal file
View File

0
src/Dialogs/NewAccount.vala Executable file → Normal file
View File

0
src/Dialogs/Preferences.vala Executable file → Normal file
View File

0
src/Dialogs/Saveable.vala Executable file → Normal file
View File

0
src/Services/Accounts/AccountHolder.vala Executable file → Normal file
View File

0
src/Services/Accounts/AccountStore.vala Executable file → Normal file
View File

0
src/Services/Accounts/InstanceAccount.vala Executable file → Normal file
View File

0
src/Services/Accounts/Mastodon/Account.vala Executable file → Normal file
View File

0
src/Services/Accounts/SecretAccountStore.vala Executable file → Normal file
View File

0
src/Services/Cache/AbstractCache.vala Executable file → Normal file
View File

0
src/Services/Cache/EntityCache.vala Executable file → Normal file
View File

0
src/Services/Cache/ImageCache.vala Executable file → Normal file
View File

0
src/Services/Network/Network.vala Executable file → Normal file
View File

0
src/Services/Network/Request.vala Executable file → Normal file
View File

0
src/Services/Network/Streamable.vala Executable file → Normal file
View File

0
src/Services/Network/Streams.vala Executable file → Normal file
View File

0
src/Services/Settings.vala Executable file → Normal file
View File

0
src/Utils/DateTime.vala Executable file → Normal file
View File

0
src/Utils/Host.vala Executable file → Normal file
View File

0
src/Utils/Html.vala Executable file → Normal file
View File

0
src/Views/Base.vala Executable file → Normal file
View File

0
src/Views/Bookmarks.vala Executable file → Normal file
View File

0
src/Views/ContentBase.vala Executable file → Normal file
View File

0
src/Views/Conversations.vala Executable file → Normal file
View File

0
src/Views/Favorites.vala Executable file → Normal file
View File

0
src/Views/Federated.vala Executable file → Normal file
View File

0
src/Views/Hashtag.vala Executable file → Normal file
View File

0
src/Views/Home.vala Executable file → Normal file
View File

0
src/Views/List.vala Executable file → Normal file
View File

0
src/Views/Lists.vala Executable file → Normal file
View File

0
src/Views/Local.vala Executable file → Normal file
View File

0
src/Views/Main.vala Executable file → Normal file
View File

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