Peter Šurda
167d946435
RandomTrackingDict now tracks properly
...
- it didn't put the correct keys at the end
5 years ago
Peter Šurda
290b87a49f
Download fixes
...
- don't expire too quickly
- ignore connections that haven't been fully established yet
5 years ago
Peter Šurda
c5dc7fc903
Typo
5 years ago
Peter Šurda
8d05742436
Typo
5 years ago
Peter Šurda
68b58ce0c5
Download optimisation
...
- new data structure to handle download tracking, uses less CPU
5 years ago
Peter Šurda
d223bfc6f2
Fix kqueue poller
...
- separate read and write filters
- make filters peristent for reduced syscall count
5 years ago
Peter Šurda
222e666a60
Network thread shutdown iterator fix
...
Thanks to @g1itch for pointing this out.
5 years ago
Dmitri Bogomolov
25a9e5ea45
Fixed errors I introduced in commit 4115540
after rebase
5 years ago
PyBitmessage Translations
0c4ea7d20f
Auto-updated language ru from transifex
5 years ago
Dmitri Bogomolov
f4861be976
Add Ukrainian translation file
5 years ago
Dmitri Bogomolov
175f8b14a5
Update SOURCES and FORMS in bitmessage.pro
5 years ago
Peter Šurda
9807d3e4b4
Don't complain about being disconnected if in offline mode
5 years ago
Peter Šurda
ced3f78fb4
Merge branch '1092' into v0.6
5 years ago
PyBitmessage Translations
80ca82ad8b
Auto-updated language ru from transifex
5 years ago
Dmitri Bogomolov
c92c2aebc2
Blank title of RegenerateAddressesDialog also
5 years ago
Dmitri Bogomolov
afcd83a434
This is probably the right way to handle modal dialogs
5 years ago
Dmitri Bogomolov
41155406d6
Simplified showing statusbar messages:
...
- Use MyForm.statusbar set in __init__ instead of MyForm.statusBar()
- MyForm.updateStatusBar() to show the message in MyForm methods
- queues.UISignalQueue.put(('updateStatusBar', msg)) in dialogs
5 years ago
Dmitri Bogomolov
ece5ad9113
Separated dialogs which deal with addresses into address_dialogs module
5 years ago
Dmitri Bogomolov
c699f6d872
Got rid of wildcard imports in bitmessageqt.__init__
5 years ago
Dmitri Bogomolov
641db73614
Removed unused _encoding and _transalate
5 years ago
Dmitri Bogomolov
25876ded2b
Removed unused import of inventory.Inventory
5 years ago
Dmitri Bogomolov
cd88d063a1
Imported NewChanDialog into dialogs module
5 years ago
Dmitri Bogomolov
35a11c271a
Moved NewAddressDialog into dialogs module
5 years ago
Dmitri Bogomolov
8109fa7ece
Moved EmailGatewayDialog (with both usage) into dialogs module
5 years ago
Dmitri Bogomolov
fe76d230eb
Moved RegenerateAddressesDialog into dialogs module
5 years ago
Dmitri Bogomolov
b899086d91
Followed the recommendation #527 about tab indexes
5 years ago
Dmitri Bogomolov
20288d4ab4
Try to replace copyright year from last commit date
5 years ago
Dmitri Bogomolov
b9cd571d9b
Hide redundant QGroupBox title
5 years ago
Dmitri Bogomolov
f3808212b5
Added link to github into labelVersion in AboutDialog
5 years ago
Dmitri Bogomolov
62a930c374
Moved SpecialAddressBehaviorDialog into dialogs module
5 years ago
Dmitri Bogomolov
c965a1d2aa
Moved helpDialog and connectDialog also into dialogs module
5 years ago
Dmitri Bogomolov
e2e7e16ab7
Moved aboutDialog and iconGlossaryDialog also into dialogs module
5 years ago
Dmitri Bogomolov
d9d9f9d787
Returned AddAddressDialog and NewSubscriptionDialog into dialogs module
...
where it's been initialized by loading the ui-files.
5 years ago
Dmitri Bogomolov
81c80aa98f
Use AddAddressDialog for "Add sender to your Addres Book" context menu
5 years ago
Dmitri Bogomolov
9e79386595
Set state to "close" and call `handle_close()` for all connections
5 years ago
Dmitri Bogomolov
25ef9fec51
Added menu entry "File -> Go offline/Go online" switching dontconnect
...
config variable and "Work offline" option to connectDialog.
5 years ago
Peter Šurda
cc63c1270b
Fix message content display after deleting/undeleting
5 years ago
Peter Šurda
aabce6bab2
Fix selection after delete/undelete
5 years ago
Peter Šurda
08ac8a077b
Merge branch '1062' into v0.6
5 years ago
Peter Šurda
ff92cc30c8
Fix previous commit (UI deleting optimisation)
5 years ago
Peter Šurda
0f61ed9f19
Optimise UI deleting and undeleting multiple messages
...
- use sqlExecuteChunked and disable UI updates while removing entries
5 years ago
Peter Šurda
bc7227f513
Merge branch '1090' into v0.6
5 years ago
Dmitri Bogomolov
6fca1631af
Made use of helper_sql.sqlExecuteChunked() also in on_action_InboxMarkUnread
5 years ago
Dmitri Bogomolov
80fdb08f03
Made use of helper_sql.sqlExecuteChunked() in the on_action_MarkAllRead
5 years ago
Dmitri Bogomolov
0097ea6476
The condition which is always False causes critical error #1081
5 years ago
Peter Šurda
d3a83eced6
Merge branch '1065' into v0.6
5 years ago
Dmitri Bogomolov
61ddc1208e
No more shared.daemon variable
5 years ago
Peter Šurda
8709051005
Fix non-ascii logging
...
Tested with UTF-8, KOI8-R and ISO-8859-2 encodings.
5 years ago
Peter Šurda
66b3c6d881
Merge branch '1060' into v0.6
5 years ago
Peter Šurda
d6df4470e1
No connection CPU hog fix
...
- the previous fix was incomplete, it shouldn't consume excessive
resources now when there are no connections
5 years ago