Commit graph

1042 commits

Author SHA1 Message Date
Alexander Mikhaylenko
63943648cd build: Allow parallel installation
Use 'org.gnome.FractalDevel' appid for development versions. This is
specified at build time by passing '-Dprofile=development' option to Meson.
2018-08-24 13:54:47 +05:00
Daniel Garcia Moreno
75d05cb09c Merge branch 'i18n' into 'master'
build: Translate desktop and appdata files

See merge request World/fractal!194
2018-08-24 06:52:35 +00:00
Alexander Mikhaylenko
e2ed9308c8 build: Translate desktop and appdata files
While their strings are translated, they are installed as is, and appear
untranslated.
2018-08-24 02:47:56 +05:00
Alexandre Franke
9329ad0d0a Fix strings 2018-08-23 18:40:24 +02:00
Daniel García Moreno
c07c36dc33 notify: avoid clone all rooms for the notification
This patch moves the base summary generation outside of the closure to
avoid the clone of all rooms. The rooms struct can have a lot of info
and we can avoid to clone int this case if we build the string outside
the closure and then we replaces the '{user}' string with the real
username when we've it.
2018-08-22 20:32:02 +02:00
Alexandre Franke
19dc20a480 Improve direct message notification titles 2018-08-20 12:28:31 +02:00
Joaquín Rosales
7cfeee084f Update Spanish translation 2018-08-20 08:00:38 +00:00
Daniel Garcia Moreno
f61381f26e Merge branch 'ui' into 'master'
Some UI polish

See merge request World/fractal!192
2018-08-20 06:55:49 +00:00
Alexander Mikhaylenko
e5bea00d09 main_window.ui: Remove double border in room directory 2018-08-19 23:43:12 +05:00
Alexander Mikhaylenko
67c12ec2e9 msg_src_window.ui: Remove double border 2018-08-19 23:41:00 +05:00
Alexander Mikhaylenko
081517ebe2 media_viewer.ui: Remove double border 2018-08-19 23:39:14 +05:00
Alexander Mikhaylenko
1aaf94c28c main_window.ui: Use title and subtitle style classes for title labels
Adwaita already has predefined classes for styling headerbar titles. Use
them instead of defininig this style manually.
2018-08-19 23:38:50 +05:00
Daniel García Moreno
ce15027cc4 po: Update POTFILES, fix build after last MR
This patch fixes the build after the last MR:
https://gitlab.gnome.org/World/fractal/merge_requests/190
2018-08-18 21:46:41 +02:00
Daniel Garcia Moreno
53c5317611 Merge branch 'alatiera/remove-unused-search' into 'master'
main_window.ui: Remove unused search widget

See merge request World/fractal!190
2018-08-18 19:31:19 +00:00
Jordan Petridis
ce4460c318
CI: fix yaml template 2018-08-18 20:20:07 +03:00
Jordan Petridis
7e623da799
CI: build and publish the docs again 2018-08-18 19:50:15 +03:00
Jordan Petridis
58c589731c
CI: Add review apps setup
Also refactor the flatpak job
2018-08-18 19:49:34 +03:00
Jordan Petridis
f0c50ec46b
main_window.ui: Remove unused search widget
There is no point to carry this widget in the ui file until such
functionality is implemented.
2018-08-18 18:42:38 +03:00
Jiri Grönroos
f3e9a19852 Update Finnish translation 2018-08-18 13:21:08 +00:00
Jordan Petridis
7a424fcdb9
main_window.ui: Remove unused search widget
There is no point to carry this widget in the ui file until such
functionality is implemented.
2018-08-18 06:42:05 +03:00
Daniel García Moreno
e2ae94ec11 api: Remove not needed eventid clone 2018-08-17 20:09:32 +02:00
Daniel García Moreno
92e897e09d i18n: functions with context for translations 2018-08-17 20:07:39 +02:00
Jordan Petridis
b49e6cc935 Merge branch 'master' into 'master'
Remove extra font from main_window.ui

See merge request World/fractal!189
2018-08-17 17:22:05 +00:00
Alexandre Franke
a52ee5f1c2 Improve notification title format 2018-08-17 11:52:52 +02:00
Owen McGrath
3cb4cf7839 remove unnecessary font and provide scale instead 2018-08-16 23:44:54 -04:00
Daniel García Moreno
ed3cc63b41 Room Topic: Expand the header to center the text 2018-08-13 10:07:39 +02:00
Daniel Garcia Moreno
73339bc5e3 Merge branch 'alatiera/room-topic' into 'master'
Room Topic: Remove the button, use only labels

See merge request World/fractal!186
2018-08-13 08:06:18 +00:00
Daniel Garcia Moreno
dd432defa9 Merge branch 'alatiera/minor_thing' into 'master'
api-utils: refactor evc function

See merge request World/fractal!188
2018-08-13 07:36:51 +00:00
Daniel Garcia Moreno
ff6b9f9c18 Merge branch 'image' into 'master'
image: Round image coordinates when centering

Closes #293

See merge request World/fractal!187
2018-08-13 07:18:06 +00:00
Jordan Petridis
a5ebae9e2b
api-utils: refactor evc function
Combinator chains tend to be more idiomatic than
cluttered if/else statements.
2018-08-13 03:41:07 +03:00
Jordan Petridis
f55f3c1c22
Room Topic: Remove the button, use only labels
You can get to the room details/info from the secondary menu,
so there is no point having 2 buttons for the same action.
2018-08-13 03:17:56 +03:00
Piotr Drąg
a22be37a61 Update Polish translation 2018-08-12 17:42:48 +00:00
Tim Sabsch
eb4ca0dcfb Update German translation 2018-08-12 12:52:50 +00:00
Alexander Mikhaylenko
9715076a20 image: Round image coordinates when centering
Prevents images from being blurred.

Fixes https://gitlab.gnome.org/World/fractal/issues/293
2018-08-12 00:04:09 +05:00
Jordan Petridis
628e49272b
api-utils: Remove allow(unused_macros) attribute 2018-08-11 11:29:23 +03:00
Alexandre Franke
c374e33786 Update French translation 2018-08-10 21:07:06 +00:00
Jordan Petridis
8f7503c0ad
Flatpak: Build with enabaled rust backtraces 2018-08-08 23:08:09 +03:00
Daniel García Moreno
ced28384f2 Remove unicode segmentation, not needed 2018-08-07 14:17:29 +02:00
Daniel García Moreno
60140b6b1c MessageMenu: Copy selected text action to menu
The message menu override the default label context menu and we can't
copy selected text using the label context menu so I've added a copy
selected text option to the message menu to do the same.

We can do something similar to add two new actions to this menu:

 * Copy link
 * Open link

We can try to check if we've a link below the cursor and in that case we
can show these two new actions.

See #195
2018-08-07 12:29:30 +02:00
Daniel García Moreno
382e0d3244 flatpak: Different app id for nightly
I've set the FRACTAL_ID env variable to change the default app id so we
can run the development version with builder at the same time that we've
the stable version in our desktop.
2018-08-07 09:41:01 +02:00
Daniel Garcia Moreno
4c63dc632a Merge branch 'flatpak-runtime' into 'master'
Flatpak: Switch to master branch of the runtime.

See merge request World/fractal!183
2018-08-07 07:40:28 +00:00
Daniel García Moreno
c39ca4daae Translation in filechooser dialogs 2018-08-07 09:39:40 +02:00
Daniel García Moreno
57ef55fa68 Native file chooser for attachments 2018-08-07 09:31:52 +02:00
Daniel Garcia Moreno
adeeea6dc9 Merge branch 'fix-msg-src-window-deletion' into 'master'
message_menu.rs: Hide msg_src_window on deletion

See merge request World/fractal!185
2018-08-07 07:31:27 +00:00
Eisha Chen-yen-su
f5401c26e1 message_menu.rs: Hide msg_src_window on deletion
This hides the message source window when receiving the "delete-event"
instead of destroying it so that it can be reused afterwards.
2018-08-07 09:24:54 +02:00
Jordan Petridis
19d20f07f7
Flatpak: Switch to master branch of the runtime. 2018-08-07 02:05:49 +03:00
Rafael Fontenelle
7780ac096f Update Brazilian Portuguese translation 2018-08-06 18:18:30 +00:00
Daniel García Moreno
ab84b0a2d9 api: Remove not needed debug println 2018-08-06 20:13:41 +02:00
Jiri Grönroos
7e5688ee16 Add Finnish translation 2018-08-06 07:19:18 +00:00
Mario Blättermann
b7a778e7ea Update German translation 2018-08-04 19:59:31 +00:00