Commit graph

272 commits

Author SHA1 Message Date
Ronan Abhamon
26e16ba586 fix(MainWindow/Contacts): call correctly setView with contact parameter 2016-11-10 14:28:39 +01:00
Ronan Abhamon
a9d8d97032 fix(Common/InvertedMouseArea): code style 2016-11-10 14:21:06 +01:00
Ronan Abhamon
910deeb04d feat(Utils): add tests for ensureArray 2016-11-10 14:14:17 +01:00
Ronan Abhamon
64e5a70b36 feat(Utils): better style 2016-11-10 13:55:09 +01:00
Ronan Abhamon
d9b4dff22d feat(Utils): sort qml functions by name 2016-11-10 13:43:05 +01:00
Ronan Abhamon
dec3dfa3cf feat(Utils): add tests for getExtension 2016-11-10 13:37:55 +01:00
Ronan Abhamon
4dd1fd2dd5 feat(Utils): add tests for includes 2016-11-10 12:09:20 +01:00
Ronan Abhamon
e92e44f205 feat(Utils): add tests for isArray 2016-11-10 11:17:32 +01:00
Ronan Abhamon
735bd32be8 feat(Utils): add tests for startsWith 2016-11-10 11:12:59 +01:00
Ronan Abhamon
c73192814d feat(Utils): sort functions declarations 2016-11-10 10:53:16 +01:00
Ronan Abhamon
ba804f5d04 feat(Common/InvertedMouseArea): check if already exists a MouseArea at children root 2016-11-10 10:42:43 +01:00
Ronan Abhamon
e442609e8c feat(Chat): handle correctly hovered links in messages 2016-11-09 17:25:15 +01:00
Ronan Abhamon
1da42133d5 feat(Chat): deselect user selection if a click is detected outside message 2016-11-09 16:37:36 +01:00
Ronan Abhamon
f52dc26a04 fix(Chat): supports very large image, use clip if necessary 2016-11-09 15:36:30 +01:00
Ronan Abhamon
ad73020130 fix(Utils): in encodeUrisToQmlFormat, use correct variables names 2016-11-09 15:25:20 +01:00
Ronan Abhamon
922ab78698 feat(Utils): add imagesHeight/imagesWidth options to encodeUrisToQmlFormat 2016-11-09 15:16:42 +01:00
Ronan Abhamon
737c52aa6c feat(Chat): supports text selection 2016-11-09 15:03:28 +01:00
Ronan Abhamon
51b629c4e1 feat(Utils/uri-tools): add spec file to test uris 2016-11-09 14:29:09 +01:00
Ronan Abhamon
50d190a267 feat(Utils): encodeUrisToQmlFormat supports images 2016-11-09 12:01:24 +01:00
Ronan Abhamon
3ce0f2f22c feat(Utils/uri-tools): replace and escape html caracters like < 2016-11-08 17:06:09 +01:00
Ronan Abhamon
9991bf23b8 feat(Utils/uri-tools): in progress 2016-11-08 15:11:22 +01:00
Ronan Abhamon
6b19193f76 feat(Utils/uri-tools): in progress 2016-11-08 14:53:46 +01:00
Ronan Abhamon
0d40db415a feat(Utils/uri-tools): in progress 2016-11-08 14:35:40 +01:00
Ronan Abhamon
1b6a1d2c6f feat(Utils/uri-tools): in progress 2016-11-08 14:23:55 +01:00
Ronan Abhamon
f9bc26e0a5 feat(Utils): add uri-tools, in progress 2016-11-08 12:33:13 +01:00
Ronan Abhamon
c0e724b7ec fix(Tooltip/Tooltip): use different icons for the 4 edges 2016-11-08 11:35:35 +01:00
Ronan Abhamon
b0cf9cbe8e feat(app): add a Tooltip system controled by Tooltip and TooltipArea 2016-11-07 16:03:21 +01:00
Ronan Abhamon
a53fe99bbb fix(ChatStyle): use Common/Colors 2016-11-07 11:00:49 +01:00
Ronan Abhamon
ab2af5b5a8 feat(Chat): use final style 2016-11-07 10:51:55 +01:00
Ronan Abhamon
9461ba261e feat(Chat): in progress, use the final style 2016-11-04 17:37:23 +01:00
Ronan Abhamon
224492284f feat(MainWindow/Conversation): use the final style 2016-11-03 15:46:03 +01:00
Ronan Abhamon
623a8bad9d feat(MainWindow/Contacts): use a Loader to display action buttons 2016-11-03 11:09:45 +01:00
Ronan Abhamon
af0c3d192e feat(Menu): supports background 2016-11-02 17:44:17 +01:00
Ronan Abhamon
cc4e0252cc feat(Timeline): supports the selection of contact 2016-11-02 16:34:54 +01:00
Ronan Abhamon
bd3eb7482e fix(app): fix used colors 2016-11-02 16:02:14 +01:00
Ronan Abhamon
e01b4ef07f feat(MainWindow/Contacts): show indicator on hovered contact 2016-11-02 15:49:38 +01:00
Ronan Abhamon
3ffb25a426 fix(app): many different fixes 2016-11-02 15:18:29 +01:00
Ronan Abhamon
fa2f547ee1 feat(app): many code fixes 2016-11-02 14:37:13 +01:00
Ronan Abhamon
528292694a feat(app): remove old images 2016-11-02 12:36:48 +01:00
Ronan Abhamon
0fadc4cb9f feat(MainWindow/Contacts): display presence string 2016-11-02 12:34:18 +01:00
Ronan Abhamon
0b56121fc7 feat(MainWindow/Contacts): use new style 2016-11-02 11:10:54 +01:00
Ronan Abhamon
e3eb67a9ef refactoring (in progress) 2016-11-02 09:25:45 +01:00
Ronan Abhamon
21cb2767c5 feat(MainWindow): supports account status 2016-10-31 14:54:31 +01:00
Ronan Abhamon
c0bb3fcb3f fix(assets/languages/CMakeLists.txt): fix deletion of *.qm files 2016-10-31 14:06:05 +01:00
Ronan Abhamon
6e1cdc70de refactoring (in progress) 2016-10-31 13:53:47 +01:00
Ronan Abhamon
0813eda3b4 feat(Contact/Avatar): better _computeInitials function 2016-10-31 12:21:21 +01:00
Ronan Abhamon
5640d2d410 refactoring (in progress) 2016-10-31 11:38:48 +01:00
Ronan Abhamon
ee86c54537 feat(app): add PresenceStatus and used in MainWindow 2016-10-31 11:20:57 +01:00
Ronan Abhamon
8ca63e094c refactoring (in progress) 2016-10-31 10:53:30 +01:00
Ronan Abhamon
6a66fd18f9 feat(app): qml logger supports time and color level 2016-10-28 09:47:57 +02:00