1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
Commit Graph

10737 Commits

Author SHA1 Message Date
Laurent Cozic
73be4d9527 Clean up all files 2017-02-03 21:44:51 +00:00
Laurent Cozic
83f5bc2916 Get folders by path 2017-02-03 17:34:28 +00:00
Laurent Cozic
f0c0bfdea1 Merge branch 'master' of github.com:laurent22/joplin 2017-01-31 21:20:24 +00:00
Laurent Cozic
1ca242cdc3 Trying to fix signal issue 2017-01-31 21:20:13 +00:00
Laurent Cozic
51c154bd24 CLI changes 2017-01-31 20:19:03 +00:00
Laurent Cozic
2fbbdbdb34 Setup for CLI app 2017-01-27 20:26:46 +00:00
Laurent Cozic
99666740e8 Added support for changing front end client 2017-01-27 19:48:10 +00:00
Laurent Cozic
8572dbab8f Merge branch 'master' of github.com:laurent22/joplin 2017-01-21 11:53:33 +00:00
Laurent Cozic
c8ce21f020 Reverted to regular slot connections now that cache is readonly. Fixed issue with folder deletion 2017-01-21 11:53:28 +00:00
Laurent Cozic
2298c8fb5c Refactoring to make cache read-only 2017-01-21 11:47:24 +00:00
Laurent Cozic
b3e5b4f091 Refactoring to make cache read-only 2017-01-21 11:36:50 +00:00
Laurent Cozic
eb85cf6473 Fixed deployment process 2017-01-17 19:27:26 +00:00
Laurent Cozic
6fbc137bb6 Delete README.md 2017-01-16 21:52:19 +00:00
Laurent Cozic
25b769bbf1 More refactoring 2017-01-14 00:04:52 +01:00
Laurent Cozic
c8c6b016cf Refactoring to make notemodel and foldermodel share the same base class 2017-01-13 22:51:41 +01:00
Laurent Cozic
864eb2e49d Refactoring to make notemodel and foldermodel share the same base class 2017-01-13 22:43:23 +01:00
Laurent Cozic
5e0bd6830a Refactoring to make notemodel and foldermodel share the same base class 2017-01-13 22:42:04 +01:00
Laurent Cozic
a853eab10b Refactoring to make notemodel and foldermodel share the same base class 2017-01-13 22:23:09 +01:00
Laurent Cozic
41d44a3d5c Refactored sparse vector to use unique_ptr 2017-01-13 22:05:35 +01:00
Laurent Cozic
91e74f024e refactoring 2017-01-13 21:19:47 +01:00
Laurent Cozic
31ded8c6a9 refactoring to use vector of smart pointers 2017-01-13 10:36:27 +01:00
Laurent Cozic
db8ad8c666 refactoring to use vector of smart pointers 2017-01-13 10:24:34 +01:00
Laurent Cozic
5aec22491c refactoring to use vector of smart pointers 2017-01-12 23:30:26 +01:00
Laurent Cozic
e42971b2d6 refactoring to use vector of smart pointers 2017-01-12 23:09:24 +01:00
Laurent Cozic
42bc141d3a refactoring list model 2017-01-12 21:33:56 +01:00
Laurent Cozic
8b9f952462 abstract folder list to reuse bits for notelist 2017-01-12 19:22:05 +01:00
Laurent Cozic
d6fe46c819 methods to retrieve note index and ids 2017-01-12 19:11:58 +01:00
Laurent Cozic
8eb93b8848 Removed note list and replace with itemlist 2017-01-12 18:20:46 +01:00
Laurent Cozic
b02da1b80c Making folder list more generic to reuse it for notelist 2017-01-12 18:18:59 +01:00
Laurent Cozic
ed8f8c32da Minor fix 2017-01-12 18:16:39 +01:00
Laurent Cozic
38a28d8551 Using qInfo/qDebug as relevant 2017-01-12 18:04:21 +01:00
Laurent Cozic
4e549695cf Display notes 2017-01-12 17:59:19 +01:00
Laurent Cozic
d3e8ce55f9 Don't use dispatcher in QML to avoid threading issue in Android platform 2017-01-11 21:09:50 +01:00
Laurent Cozic
603d5e1370 Handle switching API domain 2017-01-11 15:18:56 +01:00
Laurent Cozic
ad3c59577e Updated debug client to work with live server 2017-01-11 11:46:04 +01:00
Laurent Cozic
a1bffbb5e5 Handle sync and api state before and after login/logout 2017-01-11 11:14:57 +01:00
Laurent Cozic
5c7581ae1d Auto-generate client ID 2017-01-11 00:33:56 +01:00
Laurent Cozic
e16122d978 Handle login frontend 2017-01-11 00:28:51 +01:00
Laurent Cozic
7e0ee0ba9c Moved main page to separate qml file 2017-01-10 20:32:10 +01:00
Laurent Cozic
2322d931a6 Added sync button 2017-01-10 19:59:12 +01:00
Laurent Cozic
f9218f0095 Started cache handling 2017-01-10 18:06:08 +01:00
Laurent Cozic
ceae7b9fde Tweaks for Android version 2017-01-10 18:05:58 +01:00
Laurent Cozic
228831bf23 Udpate to support dev/prod env 2017-01-09 22:15:02 +01:00
Laurent Cozic
11115077d5 Get it working with deleted items 2017-01-09 22:14:32 +01:00
Laurent Cozic
28320ace18 Update item in client 2017-01-09 14:34:06 +01:00
Laurent Cozic
6a66c07a28 Return objects that have been changed 2017-01-09 12:14:21 +01:00
Laurent Cozic
0e4a6f0fe6 Refactored and cleaned up synchronizer 2017-01-09 12:13:58 +01:00
Laurent Cozic
35e2fb8c6e Make sure synchronizer returns list of modified fields 2017-01-09 11:18:46 +01:00
Laurent Cozic
8973668957 Clean up 2017-01-08 00:35:17 +01:00
Laurent Cozic
4e91446619 Clean up 2017-01-08 00:11:47 +01:00