Commit graph

84 commits

Author SHA1 Message Date
Ronan Abhamon
91ef7469d0 feat(app): add Notification component, restore DesktopPopup component without notification deps 2016-11-16 12:23:10 +01:00
Ronan Abhamon
6a6d375265 unstable 2016-11-15 14:29:49 +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
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
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
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
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
a4cfd66774 feat(app): add Menu/ActionMenuEntry 2016-10-27 13:59:37 +02:00
Ronan Abhamon
e25e77f419 unstable 2016-10-26 16:46:59 +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
88e0688ec9 unstable 2016-10-24 16:34:33 +02:00
Ronan Abhamon
cb746f199d feat(tool/update_resources): ignore *.spec.qml files 2016-10-20 14:11:47 +02:00
Ronan Abhamon
260cebc8de feat(app): add new tool test_qml that run unit tests on all *.spec.qml files 2016-10-20 13:53:10 +02:00
Ronan Abhamon
debef9a9bc feat(CaterpillarAnimation): add style file 2016-10-20 09:24:45 +02:00
Ronan Abhamon
681b3512dd feat(app): add new animation Animations/CaterpillarAnimation.qml 2016-10-19 16:24:16 +02:00
Ronan Abhamon
fc8b20e5df fix(DroppableTextArea): use style file 2016-10-14 17:28:35 +02:00
Ronan Abhamon
f8e4d72fe8 fix(DroppableTextArea): nice features, supports drag and drop/button click to select file 2016-10-14 17:07:53 +02:00
Ronan Abhamon
3fbc24fd07 feat(app): use now cmake to build project
- remove useless scripts
- move `build_resources_file` to root and rename it to `update_resources`
- update/create languages directly with cmake
2016-10-14 15:06:40 +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
c87d3c4985 feat(app): new Paned component 2016-10-05 15:42:38 +02:00
Ronan Abhamon
f9bebf12c9 Unstable!!! 2016-10-05 11:29:46 +02:00
Ronan Abhamon
ba371b3f27 feat(app): use c++ models for contacts list (in progress) 2016-09-30 14:27:30 +02:00
Ronan Abhamon
dc38da1d6e feat(Contact): use style file 2016-09-29 14:31:16 +02:00
Ronan Abhamon
24ce071a05 feat(app): utils.js is now a module 2016-09-29 10:51:05 +02:00
Ronan Abhamon
421eae38a3 feat(app): many changes:
- InvertedMouseArea use a asynchronous call on pressed event
- ListForm use an external style
- ListForm supports outside click
- ...
2016-09-28 17:31:09 +02:00
Ronan Abhamon
c74b0fbe55 feat(Form/TransparentComboBox): use style file 2016-09-28 11:30:52 +02:00
Ronan Abhamon
6fa3026ca5 feat(Form/CheckBoxText): use style file 2016-09-28 09:30:50 +02:00
Ronan Abhamon
bcf304f1b4 feat(Form/ActionBar): use style file 2016-09-27 17:34:19 +02:00
Ronan Abhamon
8320f25d66 feat(app): replace light/dark button by text button a/b 2016-09-27 16:39:20 +02:00
Ronan Abhamon
b81239ae33 feat(Form/ExclusiveButtons): use style file 2016-09-27 14:50:28 +02:00
Ronan Abhamon
09b430340c feat(app): use Colors instead of Constants.colors in qml styles 2016-09-27 12:30:19 +02:00
Ronan Abhamon
7fdd7f1a3c feat(Menu): use style file 2016-09-27 11:51:37 +02:00
Ronan Abhamon
ba2ec69285 feat(app): new menu component 2016-09-27 11:19:00 +02:00
Ronan Abhamon
b79724a9f5 feat(app): remove uncessary folders 2016-09-27 09:25:17 +02:00
Ronan Abhamon
88f5fb1f1c fix(app): move Linphone dir in modules dir 2016-09-27 09:12:10 +02:00
Ronan Abhamon
f256d3b5a7 feat(app): new update_project script to build linphone.pro, resources.qrc and languages 2016-09-26 17:28:40 +02:00
Ronan Abhamon
ba75ede62b feat(app): all .qml files start with a uppercase 2016-09-26 15:59:07 +02:00
Ronan Abhamon
2850facd80 feat(app): use Linphone module (1.0)!!! 2016-09-26 15:34:33 +02:00
Ronan Abhamon
d373f9cd8e feat(app): use styles modules instead of qrc paths 2016-09-26 14:30:04 +02:00
Ronan Abhamon
5f98c29ae3 feat(timeline): use style file 2016-09-26 13:44:12 +02:00