Lorenz Hübschle-Schneider
f98dc97737
Merge pull request #800 from torhve/bpin
...
Buffer pinning
2016-09-27 15:51:19 +02:00
Lorenz Hübschle-Schneider
7a1679ec7a
Language fixes for pinned buffers
2016-09-27 15:49:22 +02:00
Tor Hveem
65b4aaa97d
Ability to pin buffers. Fixes #778 .
...
This introduces ability to pin buffers using localvar storage in
WeeChat. At a later stage some UI should be introduced for this, like
discussed in #604 .
2016-09-27 15:49:22 +02:00
David Cormier
b917b74c3f
Merge pull request #819 from torhve/blue
...
New blue theme
2016-09-23 13:16:06 -04:00
Tor Hveem
ab649c86d4
New blue theme
2016-09-23 18:53:13 +02:00
Lorenz Hübschle-Schneider
dd18ad4f28
README: some more crypto ( #818 )
...
* README: some more crypto
We need to rewrite the getting started section entirely, but add some more https links for now
2016-09-21 11:06:13 -04:00
Lorenz Hübschle-Schneider
7974204af3
Fix time format if no date is present
2016-09-19 10:11:14 +02:00
Lorenz Hübschle-Schneider
1324beeb5e
Merge pull request #816 from csabahenk/viewhack
...
Detect strftime year/month/day specifiers in weechat.look.buffer_time…
2016-09-19 10:07:24 +02:00
Lorenz Hübschle-Schneider
cc4d4bf20e
Fix comment
2016-09-19 10:04:15 +02:00
Lorenz Hübschle-Schneider
79e77ffef0
Date format: match ordering of components in weechat
2016-09-19 10:02:31 +02:00
Lorenz Hübschle-Schneider
e65804c7a7
Date format: detect %e, too, and add some comments
2016-09-19 09:35:52 +02:00
Csaba Henk
02a3fbb876
Detect strftime year/month/day specifiers in weechat.look.buffer_time_format
...
Accodingly include year/month/day into our time format.
2016-09-17 20:05:26 +02:00
Lorenz Hübschle-Schneider
a20a9b7dfb
Merge pull request #814 from JakeStevenson/bug/resume-when-power-off
...
Fix bug where disconnecting using the 'power' button, resume acted strange
2016-09-07 22:43:01 +02:00
Jake Stevenson
6cc5fab302
Fix bug where disconnecting using the 'power' button, resume acted strange
2016-09-07 13:29:05 -05:00
Lorenz Hübschle-Schneider
18e88735be
Merge pull request #807 from JakeStevenson/feature/resume-buffer
...
Able to resume buffer
2016-09-07 15:57:46 +02:00
Jake Stevenson
bc72e8952c
Able to resume buffer
2016-09-06 16:35:16 -05:00
Lorenz Hübschle-Schneider
59d3fa6f41
Merge pull request #810 from kode54/update_electron
...
Update Electron packager, update PhantomJS to latest phantomjs-prebui…
2016-08-23 10:50:43 +02:00
Christopher Snowhill
0c319d2ba3
Update Electron packager, update PhantomJS to latest phantomjs-prebuilt, and update Electron Makefile to fetch the latest version of Electron as of this commit.
2016-08-18 12:40:18 -07:00
Lorenz Hübschle-Schneider
5054d6ba6d
Merge pull request #805 from torhve/notificationsyncbug
...
Fix notification count update
2016-08-11 14:13:31 +02:00
Tor Hveem
e903acfb0d
Fix notification count update
2016-08-11 14:09:09 +02:00
Lorenz Hübschle-Schneider
99d0081ee9
Merge pull request #804 from tschuy/patch-1
...
Add underscore to youtube regex
2016-08-11 13:43:32 +02:00
Evan Tschuy
d1921c49e2
Add underscore to youtube regex
2016-08-11 01:21:35 -07:00
David Cormier
1d1a1e2818
Merge pull request #802 from kurros/https-pastebin
...
allow browser to use https for pastebin embeds
2016-08-06 00:17:27 -04:00
kurros
4a0ed97934
allow browser to use https for pastebin embed
2016-08-05 18:42:41 -04:00
Lorenz Hübschle-Schneider
573b090ed2
Merge pull request #798 from torhve/electron-windowstatesave
...
electron: track window state (bounds, x, y)
2016-07-30 14:39:28 +02:00
Lorenz Hübschle-Schneider
f633993a93
Merge pull request #797 from torhve/syncfix
...
handlers: check for active buffer
2016-07-30 14:37:59 +02:00
Tor Hveem
03f8f2c511
electron: track window state (bounds, x, y)
2016-07-30 14:12:57 +02:00
Tor Hveem
f4257c35c3
handlers: check for active buffer
...
Check for active buffer before syncing unreads from WeeChat
2016-07-30 14:10:02 +02:00
Lorenz Hübschle-Schneider
afe03fd9ea
Merge pull request #796 from torhve/resync
...
Periodic hotlist sync. Fixes #692
2016-07-29 14:34:47 +02:00
Tor Hveem
a527428763
Periodic hotlist sync. Fixes #692
...
There is a bug in WeeChat when hdata is null, which happens when the
hotlist is empty (meaning all buffers are read). Our websocket callback
machinery expects every command with id to return data, so this code in
current versions of WeeChat will lead to a slow leak. But I think lots
of things in our code will do this already so I'm not entirely sure it's
too problematic to let this patch go by.
We could use infolists instead of hdata, but that is cumbersome to parse
and less performant for WeeChat, and sends more data over the wire.
I propose we make a separate attempt at cleaning up the callbacks. Since
we store time on them we could have a cleanuptask that looks through
them and deletes old callbacks. Maybe @dcormier could have a look?
2016-07-29 14:12:46 +02:00
Tor Hveem
bc117aa8ce
Merge pull request #792 from pmelanson/789-weechat-time-format
...
789 weechat time format
2016-07-28 14:29:28 +02:00
Ninjex
4971baefec
Update plugin.js ( #795 )
...
The Asciinema cast plugin regex was faulty. Casts can have /[a-z]/ characters, not only digits /\d)
Here is a test cast for you to run: https://asciinema.org/a/29qfl1dwsgd25o91nfv3dvvbn
(squashed two commits --@lorenzhs)
2016-07-28 12:52:18 +02:00
Patrick Melanson
ce7715c794
Removed show timestamp [seconds] settings
...
Functionality is now replaced by changing
weechat's buffer_time_format. e.g. 24h time:
/set weechat.look.buffer_time_format %H:%M
Supported time formats are 12h and 24h,
with seconds or no seconds.
2016-07-20 14:12:20 -04:00
Patrick Melanson
ac2966ff0b
Base our time format off of weechat's config
2016-07-20 11:57:20 -04:00
Patrick Melanson
37ba46d379
Extended fetchConfValue with callbacks
2016-07-20 11:57:13 -04:00
Lorenz Hübschle-Schneider
6149aa8a07
Merge pull request #783 from pmelanson/782-timestamp-locale
...
Bufferline timestamps now try to detect locale
2016-07-12 09:34:15 +02:00
Lorenz Hübschle-Schneider
3524f185c2
Merge pull request #764 from Bakke/electron
...
Electron (Atom-Shell) support
2016-07-11 15:58:35 +02:00
Tor Hveem
863298a0eb
Merge pull request #785 from glowing-bear/gist-trailing-slash
...
Gist plugin: ignore trailing slashes and anchors
2016-07-08 14:12:09 +02:00
Lorenz Hübschle-Schneider
1d6cbcb0e8
Merge pull request #786 from Gibstick/fix-bracket-nickcomplete
...
fix nick completion within brackets #781
2016-06-26 13:34:46 +02:00
Charlie Wang
fbb27cfb61
fix nick completion within brackets #781
2016-06-25 10:17:48 -04:00
Lorenz Hübschle-Schneider
bfb5af68b4
Gist plugin: ignore trailing slashes and anchors
...
Supersedes #783
2016-06-25 14:40:24 +02:00
Patrick Melanson
a0485b5801
Bufferline timestamps now try to detect locale
2016-06-18 11:51:51 -04:00
Tor Hveem
a3a05983fc
Merge pull request #780 from vrutkovs/bootstrap
...
Update Bootstrap to 3.3.6
2016-05-23 11:39:11 +02:00
Vadim Rutkovsky
2232b537e1
Update Bootstrap to 3.3.6
2016-05-23 11:23:15 +02:00
Magnus Hauge Bakke
d683ae0c66
Merge pull request #2 from torhve/electron
...
Bump to electron 1.0
2016-05-18 07:31:00 +02:00
Lorenz Hübschle-Schneider
f7767cde73
Merge pull request #775 from vrutkovs/master
...
dark-spacious.css: use tr.bufferline to add spacing to the line instead of just message's td
2016-05-13 22:21:41 +02:00
Vadim Rutkovsky
1047f23691
dark-spacious.css: use tr.bufferline to add spacing to the line instead of just message's td
2016-05-13 12:37:06 +02:00
Tor Hveem
af15a00828
Bump to electron 1.0
2016-05-11 11:39:22 +02:00
Lorenz Hübschle-Schneider
2add0e66d2
Add dark-spacious theme to theme list
2016-04-22 16:40:43 +02:00
Tri Nguyen
8aa44c0d41
more readable messages with increased line-height ( #769 )
...
dark-spacious theme with more readable messages (increased line-height)
2016-04-22 16:39:23 +02:00