Commit graph

79 commits

Author SHA1 Message Date
Ronan Abhamon
3ce0f2f22c feat(Utils/uri-tools): replace and escape html caracters like < 2016-11-08 17:06:09 +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
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
cc4e0252cc feat(Timeline): supports the selection of contact 2016-11-02 16:34:54 +01:00
Ronan Abhamon
fa2f547ee1 feat(app): many code fixes 2016-11-02 14:37:13 +01:00
Ronan Abhamon
0fadc4cb9f feat(MainWindow/Contacts): display presence string 2016-11-02 12:34:18 +01:00
Ronan Abhamon
e3eb67a9ef refactoring (in progress) 2016-11-02 09:25:45 +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
cd1e29693a fix(app): little code style fixes 2016-10-27 14:04:43 +02:00
Ronan Abhamon
a4cfd66774 feat(app): add Menu/ActionMenuEntry 2016-10-27 13:59:37 +02:00
Ronan Abhamon
f68e544a2b fix(NewCall): use Common 1.0 module 2016-10-27 12:08:21 +02:00
Ronan Abhamon
9fca87d606 feat(Call/CallControls): hide menu when action is clicked 2016-10-25 17:17:21 +02:00
Ronan Abhamon
51b8236415 feat(Menu): add ActionMenu 2016-10-25 17:01:04 +02:00
Ronan Abhamon
7b08e105e4 feat(Popup): create DropDownDynamixMenu and DropDownMenu 2016-10-25 15:38:06 +02:00
Ronan Abhamon
3566f3fdff unstable 2016-10-25 15:16:08 +02:00
Ronan Abhamon
33059cc20b feat(Popup/DropDownMenu): add isOpen function 2016-10-25 14:44:20 +02:00
Ronan Abhamon
2dd1a68117 feat(Popup/DropDownMenu): better attributes to deal with relative items 2016-10-25 14:38:42 +02:00
Ronan Abhamon
eca28cc5ae fix(Popup/DropDownMenu): don't hide menu if launcher button is clicked again 2016-10-25 11:46:33 +02:00
Ronan Abhamon
667970c7b8 unstable 2016-10-24 17:31:09 +02:00
Ronan Abhamon
88e0688ec9 unstable 2016-10-24 16:34:33 +02:00
Ronan Abhamon
d0778b4e91 fix(Chat/OutgoingMessage): fix placement of valid icon 2016-10-24 11:23:35 +02:00
Ronan Abhamon
1d681621e7 fix(Chat/Message): use other workaround to force the right message size 2016-10-18 16:25:12 +02:00
Ronan Abhamon
3131fa1848 fix(Chat/OutgoingMessage): display correctly the received icon 2016-10-18 16:19:01 +02:00
Ronan Abhamon
3e48f6b27b fix(Chat/Message): force height attribute on completed event 2016-10-18 16:04:25 +02:00
Ronan Abhamon
7a59aa64ff fix(Chat/IncomingMessage): fix binding loop on width/height 2016-10-18 15:54:26 +02:00
Ronan Abhamon
7c7b59a61f feat(Calls/Calls): add Chat in right panel (Note: Binding loop detected on implicitHeight of IncomingMessage line 8) 2016-10-18 14:50:48 +02:00
Ronan Abhamon
6a9af0e040 fix(DroppableTextArea): fix style and add clip=true on Flickable 2016-10-17 10:04:16 +02:00
Ronan Abhamon
5e3e54848f feat(app): many styles changes 2016-10-17 09:14:46 +02:00
Ronan Abhamon
3944fec690 feat(app): create a Common module wich contains no linphone components 2016-10-13 17:00:59 +02:00
Ronan Abhamon
c2efc8f65b feat(Calls): StartingOutgoingCall in progress 2016-10-13 14:48:04 +02:00
Ronan Abhamon
77651510ae feat(Calls): StartingIncomingCall in progress 2016-10-13 14:10:05 +02:00
Ronan Abhamon
5182938f98 feat(app): new Borders component 2016-10-07 10:49:28 +02:00
Ronan Abhamon
2518304638 feat(MainWindow/Contacts): the contacts list can be filtered with the presence level 2016-10-06 17:08:11 +02:00
Ronan Abhamon
c6d0d18884 feat(Paned): it is possible to define the default area to resize when window is resized 2016-10-06 16:30:22 +02:00
Ronan Abhamon
cf031ea434 feat(Paned): supports a defaultClosed property 2016-10-06 14:23:32 +02:00
Ronan Abhamon
46a9e88c84 fix(Paned): better transition usage 2016-10-06 14:17:57 +02:00
Ronan Abhamon
0bc612c3e4 fix(Paned): supports max limits 2016-10-06 13:37:11 +02:00
Ronan Abhamon
325bf7c0ca feat(Paned): better closing 2016-10-05 17:11:56 +02:00
Ronan Abhamon
bd392e5b48 feat(Paned): supports a closing action on handle 2016-10-05 16:38:40 +02:00
Ronan Abhamon
9fe2129ec3 fix(app): many colors fixes in Linphone.Styles 2016-10-05 15:53:54 +02:00
Ronan Abhamon
c87d3c4985 feat(app): new Paned component 2016-10-05 15:42:38 +02:00
Ronan Abhamon
97e81ff10f TMP 2016-10-05 14:22:37 +02:00
Ronan Abhamon
f9bebf12c9 Unstable!!! 2016-10-05 11:29:46 +02:00