1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
tux3 b5cdfb3dce
Implement new SQLCipher based database and history
qTox will automatically import the old history on startup.

This new database code is much more robust.
It is very resilient and will not corrupt or disappear after a crash or
power failure, unlike the old code.
The on-disk database format is also much more compact now.

The database sync option in the advanced settings has been removed,
we know run many database operations asynchronously so performance
should not be a problem anymore, but we always ensure resiliency
in case of abrupt termination, so there is no tradeoff anymore.
2015-12-19 04:17:28 +01:00
..
audio Fixes #2631: Automatically select capture device. 2015-12-14 05:09:34 -05:00
chatlog use plaintext label for username and status in header 2015-10-23 16:21:05 +02:00
core Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
net Show correct progress when resuming update download 2015-12-12 20:12:57 +01:00
persistence Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
platform List video devices using v4l2 directly, not ffmpeg 2015-11-07 01:34:07 +01:00
video Fix use after free of NetCamView 2015-12-15 21:19:18 +01:00
widget Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
android.ui Start new Material Design android GUI 2015-02-22 23:32:14 +01:00
friend.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
friend.h Add status message setter and getter 2015-11-09 20:53:24 +00:00
friendlist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
friendlist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
group.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
group.h remove unused code, removed unused checks 2015-10-18 10:18:06 +01:00
grouplist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
grouplist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
ipc.cpp Fix IPC not taking ownership after crash 2015-12-15 21:06:55 +01:00
ipc.h cleanup inheritance QThread --> QObject and includes 2015-10-11 13:49:22 +02:00
loginscreen.ui Don't make program name "qTox" traduisible 2015-11-07 12:02:33 +01:00
main.cpp Remove some Windows debug code 2015-12-10 21:07:38 +01:00
main.h Fix wrong word in copypasted log message 2015-12-08 22:13:28 +01:00
mainwindow.ui use plaintext label for username and status in header 2015-10-23 16:21:05 +02:00
nexus.cpp Refactor uses of playMono16Sound 2015-10-24 02:37:27 +02:00
nexus.h Multi-window: OS X window list, fix OS X translations 2015-09-12 19:07:45 +02:00