Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
123d21b
preliminary debian packaging support
tias May 10, 2010
06183bf
change configure script: only build one GUI and name it
tias May 11, 2010
51cf1ee
debian/control: wordwrap and indent list makes lintian happy
tias May 11, 2010
e760a14
appearently in dutch its kalibreren with a 'k'
tias May 13, 2010
d5c0166
learning more: a watch file to check the upstream version
tias May 13, 2010
489ef41
install .desktop file in (/usr/share)/applications
tias May 13, 2010
377b4d4
add icon (svg and xpm)
tias May 13, 2010
7b7156d
A COPYING license file that explicits the MIT/X11 license, and the CC
tias May 14, 2010
edbae7c
adaptive window size
Jun 4, 2010
7b5ae5b
add Vcs- info in debian/control
tias Jul 3, 2010
46c0ea0
make sure the gnome/xfce4-terminal stays open when using the .desktop
tias Jul 3, 2010
717de42
Fix dist* targets.
Jun 24, 2010
248f9d2
more distcheck makefile fixes: scripts/ dir
tias Jul 3, 2010
2375b39
update manpage and readme to single binary
tias Jul 3, 2010
08e548f
Merge branch 'master' into debian
tias Jul 4, 2010
f3e65eb
[PATCH 1/2] add build depends to debian/control
ramok May 30, 2010
2c2040f
[PATCH 2/2] run ./autogen.sh from debian/rules if need
ramok May 30, 2010
acc31fa
Merge branch 'master' into debian
tias Aug 2, 2010
878a71a
debian/changelog 0.7.0
tias Aug 2, 2010
f438658
debian: new standards version
tias Aug 5, 2010
2714e58
debian: update description (add mis-click, remove language error)
tias Aug 5, 2010
7d131a5
debian: add libgtkmm-2.4-dev to Build-Depends, default for desktop di…
tias Aug 5, 2010
e5a78c7
debian: update changelog, packaging changes
tias Aug 5, 2010
5db591e
debian: add source/format: 3.0 (quilt)
tias Aug 9, 2010
fb22ed1
Make: add --as-needed ld flag
tias Aug 10, 2010
628cbeb
Revert "Make: add --as-needed ld flag"
tias Aug 11, 2010
931fd20
debian: mv source/format to correct location
tias Aug 11, 2010
3cd78dc
debian: quilt: add --as-needed ld flag
tias Aug 11, 2010
ca26b63
debian/link_as_needed.patch: include header
tias Aug 14, 2010
1c9e08d
debian: update to really latest standards-version 3.9.1
tias Aug 14, 2010
83aadb1
debian: remove comments from debian/rules
tias Aug 14, 2010
108f8a4
do not set DH_VERBOSE in debian/rules
tias Aug 14, 2010
690f597
debian: Revert "[PATCH 2/2] run ./autogen.sh from debian/rules if need"
tias Aug 14, 2010
2d84949
debian: remove_readme.patch
tias Aug 14, 2010
4f17cf7
language fixes from Paul Wise, quilt until new release
tias Aug 14, 2010
cacbf7b
debian: 0.7.0-3
tias Aug 14, 2010
7094b3a
Merge branch 'master' into debian
tias Sep 12, 2010
5556d52
debian: merge of master makes patches no longer needed
tias Sep 12, 2010
482b914
debian: update control file to match cleaned up description in manpage
tias Sep 12, 2010
a3b0c42
debian: remove debian/docs with README entry
tias Sep 12, 2010
14e2022
debian: add license of icon
tias Sep 12, 2010
a11e09a
debian: 0.7.5-1
tias Sep 12, 2010
dcb0ee0
Merge branch 'master' of git://github.com/tias/xinput_calibrator
floe Oct 22, 2010
fc608f7
added support for --geometry parameter (needed, e.g., on Nvidia
floe Oct 22, 2010
ad47b76
Software engineering to avoid #include "XXX.cpp":
tonio73 Jan 27, 2011
9dae715
Completing file reorganization with correct headers
tonio73 Jan 27, 2011
b217e59
Fixing .gitignore
tonio73 Jan 27, 2011
e43e686
Managing correctly X/Y swap and X or Y inversion:
tonio73 Jan 28, 2011
d05aafc
Merge branch 'master' into debian
tonio73 Jan 28, 2011
4078aaa
Added debian change.
tonio73 Jan 28, 2011
e294d7b
Fixing some error handling.
tonio73 Jan 28, 2011
c860cae
Fixing build and install of application when creating Debian package.
tonio73 Jan 31, 2011
df74f94
Modification to dependencies.
tonio73 Jan 31, 2011
e4ee724
Fixing xinput_do_set_prop into cleaner xinput_do_set_int_prop
tonio73 Jan 31, 2011
3e80925
Merge branch 'debian' of github.com:tonio73/xinput_calibrator into de…
tonio73 Jan 31, 2011
b92104b
Merge branch 'debian'
tonio73 Jan 31, 2011
b5e3340
Removing debian subdir from master branch.
tonio73 Jan 31, 2011
5e27446
Increasing timeout to 60s.
tonio73 Apr 1, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Makefile
Makefile.in
missing
mkinstalldirs

*~
*.o
*.pc
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

$srcdir/configure --enable-maintainer-mode "$@"
$srcdir/configure --enable-maintainer-mode $@
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ AC_SUBST(XINPUT_LIBS)
PKG_CHECK_MODULES(XI_PROP, [xi >= 1.2] [inputproto >= 1.5],
AC_DEFINE(HAVE_XI_PROP, 1, [Xinput properties available]), foo="bar")

AC_CONFIG_MACRO_DIR([m4])

AC_ARG_WITH([gui], AS_HELP_STRING([--with-gui=default], [Use gtkmm GUI if available, x11 GUI otherwise (default)]),,[with_gui=default])
AC_ARG_WITH([gui], AS_HELP_STRING([--with-gui=gtkmm], [Use gtkmm GUI]))
Expand Down
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
xinput_calibrator_x11
xinput_calibrator_gtkmm
xinput_calibrator
11 changes: 7 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,21 @@ SUBDIRS = \
calibrator \
gui

AM_CXXFLAGS = -Wall -ansi -pedantic -Wmissing-declarations
AM_CXXFLAGS = -Wall -ansi -pedantic

bin_PROGRAMS = xinput_calibrator

COMMON_SRCS=calibrator.cpp calibrator/XorgPrint.cpp calibrator/Evdev.cpp calibrator/Usbtouchscreen.cpp main_common.cpp

# only one of the BUILD_ flags should be set
if BUILD_X11
xinput_calibrator_SOURCES = main_x11.cpp
xinput_calibrator_SOURCES = gui/x11.cpp main_x11.cpp $(COMMON_SRCS)
xinput_calibrator_LDADD = $(XINPUT_LIBS) $(XRANDR_LIBS) $(X11_LIBS)
xinput_calibrator_CXXFLAGS = $(XINPUT_CFLAGS) $(X11_CFLAGS) $(XRANDR_CFLAGS) $(AM_CXXFLAGS)
endif

if BUILD_GTKMM
xinput_calibrator_SOURCES = main_gtkmm.cpp
xinput_calibrator_SOURCES = gui/gtkmm.cpp main_gtkmm.cpp $(COMMON_SRCS)
xinput_calibrator_LDADD = $(XINPUT_LIBS) $(GTKMM_LIBS)
xinput_calibrator_CXXFLAGS = $(XINPUT_CFLAGS) $(GTKMM_CFLAGS) $(AM_CXXFLAGS)

Expand All @@ -52,4 +54,5 @@ endif
EXTRA_DIST = \
calibrator.cpp \
calibrator.hh \
main_common.hpp
main_common.cpp

Loading