cnhenry
1606d01158
Implemented video calls for OSX
2015-08-21 00:44:25 -05:00
cnhenry
c8a9ac21f3
Implemented OSX device listing
2015-08-21 00:44:25 -05:00
cnhenry
c2c612b85a
Fixed v4l2 capture crash, and refactored to prepare for new features
2015-08-21 00:40:09 -05:00
cnhenry
8f28f1d748
Progress on implementing v4l2 in video_device.*
2015-08-21 00:36:28 -05:00
cnhenry
a33e5f4bec
Fixes to av.mk
2015-08-21 00:36:13 -05:00
cnhenry
9863dfc2ae
Began implementing video_device.*
2015-08-21 00:35:55 -05:00
cnhenry
c755247434
Added video_device.h file
2015-08-21 00:35:55 -05:00
Mykola Orliuk
60b4d62657
Makefile: allow overriding pkg-config
2015-08-21 00:35:55 -05:00
Jfreegman
8301ab1bc2
Revert commit 312d0c3
(localization/gettext)
...
There were serious problems with branch merging that need to be resolved first
2015-08-21 00:35:40 -05:00
Ansa89
0a2ad23c15
Add localization system (gettext)
2015-08-21 00:24:02 -05:00
cnhenry
43bda5f7d9
Refactoring and fix related to invite callback not being fired
2015-08-21 00:14:03 -05:00
cnhenry
6e90072fb8
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
2015-08-21 00:14:03 -05:00
Ansa89
b2ed8c0ead
Makefile: try to fix Tox/toxic#307
...
@henriqueleng please test it and report back if it works for you.
2015-08-21 00:14:02 -05:00
Ansa89
fd85d8f87b
Makefile: add uninstall target
2015-08-21 00:14:02 -05:00
Jfreegman
2d3c5c9450
Mostly finished with new API port
...
- File transfers currently don't support pausing/resuming
- Avatars are not yet done
2015-03-28 02:56:54 -04:00
Ansa89
a11289de79
Move makefile into root directory
...
Requested by @mannol.
2015-03-21 18:35:40 +01:00
Ansa89
59e1114997
Some cosmetics changes
2015-03-16 13:16:03 +01:00
fr33domlover
0c39e7b158
Add support for auto-away based on screen attach/detach
2015-03-09 01:38:30 +02:00
Dominyk Tiller
d1036c8538
Darwin Build
...
Explains/Better Enables building on the OS X Platform. I’ve written a
Darwin.mk file for the purpose, given one is referenced in the Makefile
but doesn’t actually exist yet. I presume this is due to Toxic’s recent
move away from configure scripts?
Anyhow. It’s not perfect, and it could be prettier, but it should fix
2014-12-18 03:49:52 +00:00
Ansa89
a4e8cb3971
Fix Tox/toxic#276
2014-10-30 15:23:47 +01:00
Ansa89
317fa42b20
Makefile: revert back to mkdir
2014-10-21 11:51:02 +02:00
Ansa89
f5090532fb
Makefile: add toxic.desktop to install target
2014-10-21 10:31:30 +02:00
Ansa89
431290d47a
Version: fix revision calculation
2014-10-16 20:26:00 +02:00
Ansa89
1b9fd7f936
Install: check if manpages exist
2014-10-15 14:25:14 +02:00
Ansa89
0a1457acde
Version: add revision only if git is available
2014-10-15 10:39:49 +02:00
Jfreegman
e83356faef
Merge branch 'new' of https://github.com/louipc/toxic into louipc-new
2014-10-13 00:14:29 -04:00
Loui Chang
0a132b0eb5
doc: Unlink docs from the rest of the build process.
...
Since generated man pages are also included, we can't
guarantee proper timestamps. This should fix issues that trigger doc
building when it isn't needed.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-10-12 23:21:48 -04:00
mannol
75dd26518f
Finished drag and drop support
2014-10-12 23:26:28 +02:00
Jfreegman
fa64fa8b93
replace call sounds
...
Signed-off-by: Jfreegman <jfreegman@gmail.com>
2014-10-01 19:38:09 -04:00
Jfreegman
5af561c811
new default sounds; rm unused sounds
2014-10-01 01:16:17 -04:00
Jfreegman
97a8ecd115
small fix and bump version to 0.5.2
2014-09-29 13:56:17 -04:00
Jfreegman
773a75b948
update makefile checks
2014-09-22 21:51:55 -04:00
Jfreegman
13291d0365
bump version to 0.5.1
2014-09-19 01:24:39 -04:00
JFreegman
e823233149
Merge pull request #238 from Ansa89/trivial-fix
...
Addition to Tox/toxic#235
2014-09-04 13:23:33 -04:00
Ansa89
3ac22fafe4
Add info about DISABLE_X11 usage
2014-09-04 19:20:51 +02:00
Andriy Voskoboinyk
424a1c94d9
Add X11 option
2014-09-04 01:19:32 +03:00
Jfreegman
2ce42ab057
bump version to 0.5.0
2014-09-01 18:56:20 -04:00
Ansa89
9581940cfa
Cosmetic fixes
2014-08-26 10:39:43 +02:00
Ansa89
924e8e0860
Reworked manpage build system
2014-08-25 12:54:44 +02:00
Loui Chang
1a8fdb1b99
Make asciidoc 'optional'
...
Run `make doc` in the build directory after editing the asciidoc to
regenerate the manpages. Changes to asciidoc source and generated man
pages will need to be commited together.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-24 16:34:16 -04:00
Loui Chang
97d4c97c52
Generate man pages from asciidoc
...
Working directly with g/roff is a pain.
Also changed the formatting of toxic.conf.5 a bit.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-21 04:39:24 -04:00
Ansa89
a3a8f7608a
Fix Tox/toxic#222 and reorganize cfg dir
2014-08-19 18:22:57 +02:00
Jfreegman
d9a861331f
Use DNS server list instead of hard coding domains/keys
2014-08-10 21:40:19 -04:00
Ansa89
e74b678739
check_features.mk: modify string comparison
2014-07-31 11:54:22 +02:00
Ansa89
b62787ce47
Makefile: refactoring and adding desktop notifications support
2014-07-30 14:14:13 +02:00
Ansa89
98aae242fb
Makefile fix
2014-07-21 12:33:19 +02:00
Ansa89
dcfb90bc63
Forgot about help
2014-07-07 09:36:29 +02:00
Ansa89
612c0e1131
Add freebsd flags for ncursesw
2014-07-06 21:23:58 +02:00
Ansa89
828b7fb505
Add help target and toxic.conf manpage
2014-06-28 18:40:59 +02:00
Ansa89
251a81ef43
Create cfg directory
2014-06-24 17:37:11 +02:00