Commit Graph

12 Commits (b6a81f1252531ff6ebe5b6563e6f17778f905eba)

Author SHA1 Message Date
lakshyacis f4c7ac5604
helper_inbox pylint fixes 4 years ago
lakshyacis e97d02ed78
depends pylint fixes 4 years ago
lakshyacis a9991a7a5a
class_sqlThread pylint fixes 4 years ago
Mahendra f71f895a11
helper_inbox formating 6 years ago
Peter Šurda 59f3a2fbe7
Reduce cyclic dependencies
- rearranged code to reduce cyclic dependencies
- doCleanShutdown is separated in shutdown.py
- shared queues are separated in queues.py
- some default values were moved to defaults.py
- knownnodes partially moved to knownnodes.py
7 years ago
mailchuck 7478440bd6 Update unread count more efficiently
Fixes #63. There are still some situations which can be improved but it
appears good enough.
8 years ago
Jonathan Warren 95c939a2a0 Fix #748 - Check hash of sig instead of message contents 9 years ago
Jonathan Warren b41fb616ae ignore duplicate messages 9 years ago
Yuri 42faf2aaa0 [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages. 10 years ago
Amos Bairn f9d2a39c3d Restore "import shared" to helper_inbox
Commit 5b23d9 removed the line "import shared" from helper_inbox. Almost
all of what shared was used for became covered by helper_sql. But, shared
still needs to be imported because there is still one line that uses
shared:
9:    shared.UISignalQueue.put(('removeInboxRowByMsgid',msgid))
10 years ago
Grant T. Olson 5b23d99907 Have helper_inbox use helper_sql 10 years ago
Jordan Hall 138877f5f7 Placed repeated inbox and sent SQL operations into appropriate helper functions 10 years ago