Commit Graph

1659 Commits (6dbe20a25ca21cc6f6b29b5bf8d97ae9715eb23a)
 

Author SHA1 Message Date
mailchuck 0e15b246af Fix broadcast
Any normal address should be able to broadcast. Reported over BM in one
of the chans.
7 years ago
mailchuck 10474b3561 Fix sync status sum
Last commit was broken.
7 years ago
mailchuck 79e199b45a Show sync status in Network tab
Addresses Bitmessage#745 (but no API exposure yet)
7 years ago
mailchuck 5b724f366e Prepare for tree widgets to store settings
Precursor for #12
7 years ago
mailchuck 4b88922104 Translation directory for OSX bundles
Addresses bitmessage#514
7 years ago
mailchuck 8f5d177690 Enabling/disabling color propagation
Fixes #105
7 years ago
mailchuck a85e9ed20e Default message font
Fixes #106 and Bitmesage#248
7 years ago
mailchuck 2947462d45 Unregistering of unregeistered accounts
Since it's unregistered, we don't know where to unregister from.
Fixes #91.
7 years ago
Henrik Olsson 57575d0a39 Fix some typos
Author:    Henrik Olsson <henrik@fixme.se>
7 years ago
mailchuck 1a842730a2 Newly sent messages and status update
- newly sent messages did not appear in all tabs
- message status change didn't work in all tabs
- addresses #90
- however, still new sent message sender/recipient do not have the
correct color
7 years ago
mailchuck 4aaf0048c6 Disabled folder color
Fixes #92
7 years ago
mailchuck 2783a1c1e5 Autofold/unfold when enabling/disabling
Fixes #93
7 years ago
mailchuck d9401c7180 several bugfixes for rerendertabtree
It was prone to infinite loops, mixing elements etc.
7 years ago
mailchuck 8103874f6e Allow deleting channels
Fixes #96
7 years ago
mailchuck b74dc569ef Disable "Special address behaviour" in chan
Fixes #97
7 years ago
mailchuck e9a908aa83 Sqlite secure delete
Fixes #102
7 years ago
mailchuck 12878af41f Fix Py2Exe / Py2App
Fixes the C PoW loading in frozen apps (Windows and OSX)
Cleaner fallback in PoW if something goes wrong
7 years ago
mailchuck 03f709b70d Bump version
get ready for 0.5.2
7 years ago
mailchuck 2921b6553b TTL/send splitter shouldn't save state
Because it also cannot be resized from the UI
7 years ago
mailchuck 83850536cf Do not store search splitter state
It causes problems because it can't be resized through GUI.
7 years ago
mailchuck 3f96962e62 Actually enable saving states
It was temporarily disabled for testing resizing.
Addresses #12
7 years ago
mailchuck d5743f12b9 More tabs resizable and save state
Fixes #15
Addresses #12
7 years ago
mailchuck 8e650396da Missing library fix
Missing library error wasn't handled correctly.
7 years ago
mailchuck 0a8fdd7eff Compile fixes
- OSX and Windows compile fixes
7 years ago
mailchuck 5a681068fe OpenCL fixes
- directory change
- automatically detect all available GPUs
7 years ago
mailchuck 53ca944483 OSX fixes and default compile
It should built on OSX 10.11 now
It will build bitmsghash.so by default
7 years ago
mailchuck 961444a8ee OpenCL compile warning 7 years ago
mailchuck ad33e2640c Move and rename OpenCL kernel 7 years ago
Peter Šurda d5ec69d3b7 Bitmsghash linux compile fixes 7 years ago
Peter Šurda 0a09d3580d Make building bitmsghash default 7 years ago
mailchuck 1a3794f3e3 C PoW updates
- move to subdirectory
- get rid of compile warnings on windows
- get number of threads from affinity (Windows, Linux) or core count
(BSD/OSX)
7 years ago
Peter Šurda 84c9b1dd31 C PoW library makefile
For easy compiling with GNU make (e.g. Unix-like systems).
Run as "make bitmsghash.so"
7 years ago
Peter Šurda 2869822134 C PoW updates
Catching up with Grant Olson's fork.
Reduce thread priority.
7 years ago
mailchuck be55af1832 C library for bitmessage PoW
Originally from https://github.com/bm-robertwhite/bitmessage-powfaster.
Modified to compile correctly on Visual Studio, and to decrease thread
priority.
I have not tried it on Linux yet.
7 years ago
mailchuck e5ee7426eb Support for PoW from an external library
This will attempt to include a PoW library (.so on Unix, .dll on
windows) to do PoW. This is done in a safe way and clean fallback to
normal PoW. The code for the library will be in another commit. The code
is take from https://github.com/bm-robertwhite/bitmessage-powfaster,
with minor modifications.

This patch also includes code to make GPU PoW have a safer fallback.
7 years ago
mailchuck df3c662832 Message status update
Someone reported the exception via BM. Fixes #90

Signed-off-by: mailchuck <dev@mailchuck.com>
7 years ago
mailchuck f5f46dae45 Version bump 7 years ago
mailchuck 8eb1b7462a notify of new message fixed
Will notify even if not on active messagelist.
7 years ago
mailchuck abc2ea2427 Wrong messagelist 7 years ago
mailchuck 0f1d85ff89 Unread count fixes 7 years ago
mailchuck e84efecb67 getCurrentFolder should return None on unavailable
I think None is better than False.
7 years ago
mailchuck aafa7b2840 Deleting from sent fix
Fixes #52
7 years ago
mailchuck 33928f1bc7 Trash undelete
Fixes #55
7 years ago
mailchuck 657eeeb1ca Clear message lists better
Fixes #71
7 years ago
mailchuck d78629a6cf Emptying trash updates
Fixes #75, however it is quite slow
7 years ago
mailchuck 6a95eba8f3 Unread count for trash
MarkUnread assumed all folders are inbox.
7 years ago
mailchuck b4c920316e Enable/disable dynamic behaviour
Fixes #88
7 years ago
mailchuck 81e8ee1f83 Color fixes in messagelists
Fixes #87
7 years ago
mailchuck ad63e956cf accountBrush improvements
Moved code into the method
7 years ago
mailchuck 828bf64630 Address book better context menu
Don't allow delete of chans/subscriptions.
Fixes #82
7 years ago