Commit graph

34 commits

Author SHA1 Message Date
Daniel García Moreno
4820c8a2fd New alpha release 0.1.8
New features:

 * pan-down-symbolic and pan-end-sybolic for expander
 * Fix room notifications show with zero
 * Sidebar color using the gtk theme sidebar class
 * Add 128 and 256 icon sizes, tweak 512, add icon SVG source
 * Highlight notifications in blue in room sidebar
 * Bold for rooms with new messages
 * New room and left room events management
 * Load more messages recursive to avoid zero messages
 * Long polling instead of sync loop
 * Show invitation rooms in sidebar, Accept and Reject working
2018-01-17 19:25:32 +01:00
Daniel García Moreno
d7b877c999 Accept and reject invitation working 2018-01-17 19:16:53 +01:00
Daniel García Moreno
c8779098c9 Bold for rooms with new messages 2018-01-15 18:25:07 +01:00
Daniel García Moreno
a0353f1af7 Merge branch 'master' of gitlab.gnome.org:danigm/fractal 2018-01-13 10:50:29 +01:00
Daniel García Moreno
cd4e4e58a9 Highlight notifications in blue in room sidebar
See #34
2018-01-13 10:49:45 +01:00
Tobias Bernard
66864a7c89 Add 128 and 256 icon sizes, tweak 512, add icon SVG source 2018-01-12 11:18:35 +01:00
Daniel García Moreno
9d19200adb Sidebar color using the gtk theme sidebar class 2018-01-11 23:53:46 +01:00
Alexandre Franke
6711a5575e Fix typo 2018-01-11 16:15:38 +00:00
Daniel García Moreno
61ecac66fb New alpha release 0.1.7
New features:

 * Favorites in room list
 * Drag & drop to add or remove from fav
 * Don't group messages that differ more than 30 minutes in time
 * Speedup the messages loading
 * Don't sync when logged out
 * Better tab order in login panel
 * Don't send empty messages
 * Better room name resolution
2018-01-11 14:21:19 +01:00
Daniel García Moreno
2da257dd16 Three room list groups, invites, favorites and rooms
See #34
2018-01-11 09:46:52 +01:00
Daniel García Moreno
cb7833881a Room list in a revealer with a header
This patch adds a header to one room list with a text and an arrow to
collapse or expand.

This will be useful when we split the room list in different sub lists:

 * invites
 * favorites
 * rooms

See #34
2018-01-10 17:44:23 +01:00
Daniel García Moreno
7065662674 Same color for room sidebar and room list 2018-01-07 21:30:51 +01:00
Daniel García Moreno
f7cc5b652e Enter from password field in login screen launch login
Close #43
2018-01-07 18:59:10 +01:00
Dorota
3d5aa52640 Fix room list background
The room list was hardcoded to white background; this made it unreadable when system text color was close to white.
2018-01-06 14:49:51 +01:00
Daniel García Moreno
7ec3cb063f Better tab order in login panel
Fix #40
2017-12-27 11:45:31 +01:00
Daniel García Moreno
67ff0360c7 Load messages one by one in other loop to avoid lock 2017-12-27 10:28:44 +01:00
Daniel García Moreno
90efe30b6f New alpha release 0.1.6
Bug fixes:

 * Fix the room list selection bug
 * Fix the message list on room change
2017-12-26 08:25:14 +01:00
Daniel García Moreno
fc1a644a32 4px left margin in header box 2017-12-25 20:22:20 +01:00
Daniel García Moreno
d401542dd5 860x640 as default window size 2017-12-25 13:20:54 +01:00
Daniel García Moreno
33bee7c6d9 Styling message username from css not markup
Fix #38
2017-12-25 10:59:11 +01:00
Daniel García Moreno
f33d1478de New alpha release 0.1.5
New features:

 * Custom avatar widget, moved circle avatar to frontend
 * Room list with room image and badge notifications
 * Room order by last message
 * New Fractal Icon, thanks to Tobias Bernard
2017-12-24 19:19:36 +01:00
Daniel García Moreno
34b93d5cce Maintain room selection on refresh
See #34
2017-12-24 15:54:35 +01:00
Daniel García Moreno
2fb1cdc108 Circle image for room avatar 2017-12-22 21:25:36 +01:00
Daniel García Moreno
c21685422b Room sidebar list styles
See #34
2017-12-22 19:56:36 +01:00
Daniel García Moreno
31aedceb12 Drawing circle images with custom widget 2017-12-22 19:02:00 +01:00
Daniel García Moreno
d15b80b4d1 Initial version of sidebar room list widgets
See #34
2017-12-21 22:01:30 +01:00
Daniel García Moreno
8f9bd1d3a2 New hicolor icon set 2017-12-17 19:10:26 +01:00
Daniel García Moreno
43fa8cd3e4 New Fractal icon 2017-12-17 18:12:20 +01:00
Daniel García Moreno
7adbb5bf9d New alpha release 0.1.4
New features:

 * New room creation dialog
 * Smart auto scrolling
 * Login by email
 * Member list with avatar and username
 * Big refactor and a lot of bug fixes
2017-12-13 13:38:25 +01:00
Daniel García Moreno
23c03d2b2f Less margin in member list and fixed width
See #18
2017-12-11 19:23:48 +01:00
Daniel García Moreno
b3b6710269 Centered room name when there's no topic
See #20
2017-12-11 08:42:54 +01:00
Daniel García Moreno
b018a6455b Add placeholder in member search 2017-12-09 18:27:16 +01:00
Daniel García Moreno
4af74a30b6 Member list with avatar and alias
See #18
2017-12-09 17:50:37 +01:00
Jordan Petridis
63ba9c441c
Re-structure the repo into a cargo workspace instead. 2017-12-06 03:12:08 +02:00