Daniel García Moreno
5c0f17a42c
Release 4.0.0
7 years ago
Jordan Petridis
79b3a87234
Flatpak: include the .git suffix in the libhandy uri
...
This is required to work with older versions of git
7 years ago
Daniel García Moreno
9a13a32f46
Beta release 3.99.1
...
See #396
7 years ago
Alexandre Franke
899583c34c
release: mention header bar in notes
7 years ago
Tobias Bernard
607853e868
Update screenshot for 4.0
7 years ago
Daniel García Moreno
4af4ff4073
media-viewer: disconnect the keypress signal on unmap
...
We were storing the signal_id, but we never disconnect that handler so
it worked the first time and then we were getting all key events and
future widgets creation doesn't work.
This patch disconnect the signal just when the widget gets unmapped, as
we create a new widget when we open the media-viewer again.
Fix #402
7 years ago
Piotr Drąg
f6d0b79fa3
Update Polish translation
7 years ago
Alexandre Franke
a8dec5f8bd
release: write release notes
7 years ago
Daniel García Moreno
211a15a780
Remove code inside debug_assert macro
...
Code inside debug_assert! is not called in release mode. In release mode
all the debug_assert! is omitted so the code inside never runs.
https://doc.rust-lang.org/std/macro.debug_assert.html
I've moved all the code inside the debug_assert! call to outside and
assign to a variable so the assert is done in development version but
doesn't affects to the release version at all.
7 years ago
Giovanni Grieco
62f076a1b8
Add Shift+Enter shortcut in shortcuts window
...
This fixes issue #401
7 years ago
Daniel García Moreno
b4dc4d2b6f
Beta release 3.99.0
...
See #396
7 years ago
Daniel García Moreno
c0971cdc90
Check if active_room is some to avoid early return
...
The room order wasn't updated and the room name wasn't bold when you
receive a message without a room selected because if active_room is
None, the `?` operator will return the function and the moveup and
set_bold functions never get called.
Fix #394
7 years ago
Julian Sparber
ab013749e2
sidebar: clenup code for room selection
7 years ago
Julian Sparber
0a686c5eaa
sidebar: select room when open it via the notification
7 years ago
Julian Sparber
5ff067eb2e
sidebar: unselect row when changing rooms, fix #385
7 years ago
Tobias Bernard
4413d22e3d
big emoji: change font size to 3em
7 years ago
Alexandre Franke
a4f09bdd41
rust: stop depending on nightly for fmt
7 years ago
Alexandre Franke
93472c1a4a
message: catch more emoji combinations
7 years ago
Julian Sparber
61916e3868
App: reenable devel style
7 years ago
Alejandro Domínguez
764d399335
Get avatar thumbnails cropped from server
7 years ago
Julian Sparber
0ce3e63e33
App: don't allow App::new() to fail
7 years ago
Julian Sparber
4f6d546830
sticker: remove code for sticker #239
7 years ago
Julian Sparber
1d89fdf85d
app: show ErrorDialog (if possible) when app fails to start
7 years ago
Julian Sparber
4818ca1e03
ErrorDialog: show dialog on top of current active window
7 years ago
Julian Sparber
6b43f61394
App: store weak pointer to AppOp
7 years ago
Julian Sparber
c910aad9d7
app: add workarond for GTK::Application::present()
7 years ago
Julian Sparber
383d8865f8
autocomplete: close autocomplete popover on esc
7 years ago
Julian Sparber
29a77d6ec6
refactor: Add back action to go to previous view
...
This uses a store to keep track of the AppStates, so the user can go
back to the previous state by clicking the back button or press Escape.
7 years ago
Julian Sparber
253ed04e90
message: connect image row directly to action
...
This connects the image row directly to the action to open the media
viewer, this way the action doesn't need to be passed to message.rs.
FIX: button press on images don't close the left click menu
7 years ago
Julian Sparber
0d42618161
refactor App and add WeakApp
...
This cleans up App and addes the possibility to have a weak reference to
the App. It's heavily inspired by the example application written by
Slomo: https://github.com/sdroege/rustfest-rome18-gtk-gst-workshop
7 years ago
Daniel García Moreno
1a91866e17
Update Cargo.lock with cargo update
7 years ago
Daniel García Moreno
420e64931a
Use letter-avatar from crates.io
7 years ago
Alexandre Franke
35d4beeba9
Merge branch 'wip/big-emojis' into 'master'
...
message: Make emoji-only messages, big
Closes #367
See merge request World/fractal!291
7 years ago
Daniel Garcia Moreno
9a178de8e4
Merge branch 'master' into 'master'
...
Trim spaces on Matrix ID/Alias on Join Room window
See merge request World/fractal!302
7 years ago
Alejandro Domínguez
111e81a48c
Trim spaces on Matrix ID/Alias on Join Room window
7 years ago
Rafael Fontenelle
93648eb8d3
Update Brazilian Portuguese translation
7 years ago
Zeeshan Ali
6c599708f0
message: Make emoji-only messages, big
...
Just like most chat apps do these days.
Fixes #367 .
7 years ago
Zeeshan Ali
8b39ce1f2e
fractal-gtk: Bump regex requirement to 1.1.0
...
We'll need the latest regex in a following patch for emoji matching.
7 years ago
Piotr Drąg
94b084f4ec
Update Polish translation
7 years ago
Daniel Garcia Moreno
e610fb6078
Merge branch 'patch-1' into 'master'
...
Don't translate the default text of in-app notification
See merge request World/fractal!300
7 years ago
Daniel Garcia Moreno
9c29829813
Merge branch 'appop' into 'master'
...
refactor: remove AppOp Loop fix #374
Closes #374
See merge request World/fractal!299
7 years ago
Julian Sparber
b7e57a32e7
refactor: remove AppOp Loop fix #374
7 years ago
Bilal Elmoussaoui
802ca6ac25
Remove the label property.
7 years ago
Bilal Elmoussaoui
c6f6ea3404
Don't translate the default text of in-app notification
7 years ago
Daniel García Moreno
eee62d7b62
Update POTFILES with current dir listing
7 years ago
Daniel Garcia Moreno
06a504c671
Merge branch 'globals' into 'master'
...
Notification: use GNotification
See merge request World/fractal!298
7 years ago
Julian Sparber
1ce73a7881
Notification: use GNotification
7 years ago
Daniel Garcia Moreno
080cc493ac
Merge branch 'move_load_more' into 'master'
...
roomhistory: move load more messages to actions
See merge request World/fractal!296
7 years ago
Julian Sparber
8bbad46cff
roomhistory: move load more messages to actions
7 years ago
Daniel Garcia Moreno
376df188d2
Merge branch 'globals' into 'master'
...
Move App Actions to new Location
See merge request World/fractal!297
7 years ago