122 Commits

Author SHA1 Message Date
66d2bc2201 misc: add .history/ to the gitignore
Change-Id: I8b23add26eda26d02e06da52e48d79862772e580
2024-07-16 13:17:47 -04:00
8c1c74f0f3 add sponsor button on gitHub repo
GitLab: https://git.jami.net/savoirfairelinux/jami-client-android/-/issues/1459
Change-Id: I2ace0ea02b9b2cefd2278c9a5578f9d1c1c33c4a
2023-11-23 08:12:18 -05:00
eab9863215 build: windows: add pywinmake and simplify winmake script
Building libjami should now be doable using:
- init   : git submodule update --init
- install: pip install extras/scripts/pywinmake
- contrib: python extras/scripts/winmake.py
- libjami: python extras/scripts/winmake.py --base-dir compat/msvc

NOTE: breaks libjami output location

TODO: fix plugin build

Change-Id: Ic6b25d00103f0ea68d8ab7954f8345f1648e0381
2023-11-02 11:51:44 -04:00
ad3be1650c misc: windows: remove UWP/store files and code
Change-Id: I4875e4d76f5da442eace0204052d536c65545d3f
2023-10-18 15:20:37 -04:00
1085874379 New API for connection monitoring
GitLab: #851
Change-Id: I3bbb529eccb3dbb6389621dbfc38f5cf081a98ad
2023-08-15 15:41:47 -04:00
287cfa3625 gitignore: remove all build folders
Change-Id: I9c65160b0a500eab780b02ad30fe4de376ea0587
2023-08-01 09:47:14 -04:00
3dd5f4ebfd dbus: use sdbus-c++ for dbus communications
Change-Id: If10740b4fd192a1043c5f83adc9072fe67df7862
2023-05-29 11:57:03 -04:00
dad5e42cf8 swarmcalls: avoid grayscale video in macos
Change-Id: I5283d3a0459e031baa7eb0b1d481333aa683c79b
2023-03-14 11:58:07 -04:00
5c55f5efa8 Add jami.pc
Change-Id: If13a246aa50953c99d72937daeb7866de2d82e8d
2022-09-22 10:08:37 -04:00
3eb7416985 Add Dockerfile to build in a Docker container
update readme for instruction on how to build in Docker

Change-Id: I6c450db3502ea6f96407b745fffc22a791976a33
2022-09-16 16:00:35 -04:00
b297c89c1b build: Use non-recursive Automake.
Change-Id: I8d5eaf4c90cb425e8f96eaac25e727b6a6aae24f
2021-09-13 09:43:33 -04:00
11a85bde08 dring: Rename to jamid. Likewise for ringcli.
This change renames the dring binary to jamid on GNU/Linux, and from
ringcli to jamid on the other Windows/Mac platforms.

* .gitignore: Ignore bin/jamid instead of bin/dring.
* bin/Makefile.am (bin_PROGRAMS)[HAVE_WIN32]: Replace ringcli by
jamid.
(ringcli_SOURCES)[HAVE_WIN32]: Rename to jamid_SOURCES.
(ringcli_CXXFLAGS)[HAVE_WIN32]: Rename to jamid_CXXFLAGS.
(ringcli_LDADD)[HAVE_WIN32]: Rename to jamid_LDADD.
[HAVE_OXS]: Likewise for each of the above 4 variables.
(bin_PROGRAMS): Replace dring by jamid.
(dring_SOURCES, dring_CXXFLAGS, dring_LDADD): Replace the 'dring'
Automake variables prefix by 'jamid'.
* bin/dbus/cx.ring.Ring.service.in (Exec)<dring>: Rename to 'jamid'.

Change-Id: I3f41846a38e74e2f3c6f687a46e1a208f0083ca2
2021-06-28 10:52:29 -04:00
06560eabfc meson: ignore build directory
Change-Id: I81aaa48382725cc95d08ebf84ee00eb92747d3ff
2020-06-26 19:41:57 -04:00
4c5bf01207 msvc: move MSVC to compat folder and ignore cmake generated files
Change-Id: I5d1d0ac43221264a6cd756894dde07648382f6c3
2020-02-12 16:36:53 -05:00
61d87ef172 gitignore: yml, libs, deps files
Change-Id: I7df8a7be30612a3474639ceaa32549d4cfe70101
2019-06-28 15:11:21 -04:00
4bbf2ef223 gitignore: .vscode
Change-Id: I38cf12ec04055e3dd4290b1c75f2fc7007254b47
2019-04-12 13:19:55 -04:00
f27fd3cbc4 .gitignore: sonarqube generated files
Change-Id: Id96831d3158997a69465c43afbb24b930e378aae
2019-04-09 15:55:18 -04:00
3aa08a5985 gitignore: ignore coverage files
Change-Id: I81c5c16cfd50e029ccbba84705e855139db4b189
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
2019-01-11 09:56:47 -05:00
cf3ec8e60f gitignore: ignore vscode files
Change-Id: I4cade89b182b7c343e9b4a3a6c298d05d51ac1de
2018-11-23 09:58:31 -05:00
009ddf3646 project: migrate to vs2017
Change-Id: If991ec828c34a6b51c1aa12e0f316abf76a5c781
2018-06-20 00:58:18 -04:00
b42882bc4e git: ignore global tags
Ignoring generated files from gnu global tool.

Change-Id: I8a94a8eead33a512cb65c692d01dc1e2610338fa
Reviewed-by: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
2017-10-04 13:32:29 -04:00
fd5afa7eda update gitignore files
-ignore all android-build-* folders (some were missing)
-ignore downloaded gas-preprocessor perl script (android)
-ignore contrib android i686 build folder

Change-Id: I04a7274054bdb3b94ac9b10d291aa59b0dc9aa7f
2017-07-11 15:14:22 -04:00
751b86fabd contrib: add UWP support for opendht
Change-Id: Icfaf6afb1813619ce8119cc4bb1d224db55e9976
Tuleap: #790
2017-01-10 13:40:38 -05:00
dca66df77e gitignore: Ignore Etags files.
Change-Id: I0f078ce0f9cfee4cc13c726f465340616515886a
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
2016-11-07 11:32:52 -04:00
b197ac9035 ios: add contrib dir to git ignore
Change-Id: I548fa2ab9a7fed27aad7160bf50438b2556c2e3d
Tuleap: #313
2016-06-14 17:26:08 -04:00
5733d70ad5 Gitignore android build files
Change-Id: I8d4c9a7807166f8188ef1477caa4ad62aa61babc
Tuleap: #415
2016-03-09 16:23:07 -05:00
0ce4d75301 Add .kdev and __pycache__ to gitignore
Change-Id: If3d951cc993170927d358205007050adc375ec57
Tuleap: #427
2016-02-29 11:36:25 -05:00
25ea2a7279 Gitignore doltcompile and doltlibtool
Change-Id: If2da7162dbfa651f63ea1e047bab0a660da6f53f
Tuleap: #300
2016-01-29 14:52:08 -05:00
f7157454bb daemon: ignore INSTALL changes
This file is autogenerated by autotools.
It can change depending on version installed.

Refs #70605

Change-Id: Ic254ded62af79dc05f62f46fc70f2b63f412ce88
2015-04-10 15:38:15 -04:00
93843c34da daemon: cleanup for release
Refs #69286

Change-Id: Ic6480d24dfa143d69bc832f024fb6f6467df9b05
2015-03-25 15:52:54 -04:00
8507024c70 daemon: move up daemon into top directory
Refs #68986

Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
2015-03-20 15:56:31 -04:00
e7e954cf44 updated gitignore
Change-Id: I68127d7287bba4b4faa89af8e3446fce058aae68
2014-11-20 10:57:44 -05:00
9548423f80 OSX: Audio output works using default output
Refs #57721

Change-Id: Ib038b25ad82047092d6dfb466495e6c3275934b2
2014-11-20 10:42:32 -05:00
4ed5a895fa .gitignore: add exe
Refs #56437

Change-Id: I1b8dd62c5e94683a609ecbdea7379f2b3cfac1ec
2014-10-08 12:19:02 -04:00
b1ca3ca9d4 build-system: keep a spec file in the tarball
Refs #49953

Change-Id: I7f618d6d3b50d9e658249425903fca630d2978f6
2014-07-07 17:15:49 -04:00
238efd3c25 daemon: updated gitignore files 2013-07-17 17:01:12 -04:00
944d4eb65c Merge branch 'master' into merge-upstream
Conflicts:
	daemon/src/sip/sipvoiplink.cpp
2013-06-25 14:48:02 -04:00
af08e908f6 * #25974: pjsip: added configure script to tree 2013-06-19 17:02:03 -04:00
e88abd603a #14652: ignore callmanager_wrap.h 2012-09-14 17:07:17 -04:00
6f8f4ce5b3 #15414: Generate SWIG JNI interface for basic functions 2012-09-12 12:17:03 -04:00
eda07fa6c7 #14399: ignore exuberant ctags 2012-09-11 15:42:02 -04:00
d47564e88c Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into video_preview
Resolved Conflicts:
	daemon/src/account.cpp
	daemon/src/audio/audiortp/audio_rtp_session.h
	daemon/src/sip/sipvoiplink.cpp
	gnome/src/accountlist.h
	gnome/src/actions.c
	gnome/src/codeclist.c
	gnome/src/codeclist.h
	gnome/src/config/accountconfigdialog.c
	gnome/src/config/audioconf.c
	gnome/src/dbus/dbus.c
	gnome/tests/Makefile.am
2012-04-03 12:02:43 -04:00
0db8a5677b gitignore: ignore cscope/ctags files 2012-04-02 17:52:25 -04:00
a4312b037d Merge branch 'master' of git+ssh://git.sflphone.org/var/repos/sflphone/git/sflphone into video_preview
Resolved Conflicts:
	daemon/configure.ac
	daemon/src/dbus/callmanager.cpp
	daemon/src/global.h
	gnome/src/Makefile.am
	gnome/src/actions.c
	gnome/src/config/accountconfigdialog.c
	gnome/src/config/audioconf.c
	gnome/src/config/preferencesdialog.c
	gnome/src/dbus/dbus.c
	gnome/tests/Makefile.am
2012-03-21 14:30:09 -04:00
ae6da5767c * #9381: use autoconf macros and AC_SEARCH_LIBS 2012-03-20 14:30:18 -04:00
91619132d8 * #6999 : Merge remote-tracking branch 'origin/master' into video_preview
Conflicts:
	.gitignore
	daemon/src/audio/audiortp/AudioRtpFactory.cpp
	daemon/src/iax/iaxvoiplink.h
	daemon/src/managerimpl.h
	daemon/src/sip/sdp.cpp
	daemon/src/sip/sdp.h
	daemon/src/sip/sdpmedia.cpp
	daemon/src/sip/sdpmedia.h
	daemon/src/sip/sipcall.cpp
	daemon/src/sip/sipcall.h
	daemon/src/sip/sipvoiplink.cpp
	gnome/configure.ac
	gnome/src/Makefile.am
	gnome/src/config/Makefile.am
	gnome/tests/Makefile.am
2011-09-20 17:42:04 -04:00
39764571bf * #6991 : fix IAX problems 2011-09-20 15:13:49 -04:00
e16a78c109 Merge branch 'master' into video_preview
Resolved Conflicts:
	.gitignore
	daemon/doc/doxygen/Makefile.am
	daemon/src/account.cpp
	daemon/src/account.h
	daemon/src/sip/sipaccount.cpp
	gnome/src/codeclist.c
	gnome/src/config/Makefile.am
2011-08-22 17:29:14 -04:00
79242d9ff8 git: #6698 split the main .gitignore file 2011-08-19 19:36:10 -04:00
b68ed6803c Merge remote-tracking branch 'origin/master' into video_preview
Conflicts:
	daemon/src/audio/codecs/audiocodecfactory.cpp
	daemon/src/history/historyitem.cpp
	daemon/src/managerimpl.cpp
	daemon/src/sip/sdpmedia.cpp
	gnome/src/callable_obj.c

Also fix bugs in codec list
2011-08-16 09:40:51 -04:00