Commit Graph

71 Commits

Author SHA1 Message Date
b7387a6c68 ported README to markdown and updated it 2014-02-19 04:10:31 +01:00
ba2df2c5a3 renamed some fields, floating icon size from actual icon 2014-02-19 01:03:30 +01:00
c1647166a8 refactor: sendevent to hide X11 deps, rename and move enums 2014-02-19 00:26:24 +01:00
cd97b1633e updated INSTALL.txt to use git 2014-02-18 03:14:30 +01:00
dde8fc9deb fix encoding in README.txt (it's now UTF-8) 2014-02-18 03:05:51 +01:00
86b1ef7c00 add & to labels and set buddies 2014-02-18 02:53:17 +01:00
ee8104dd21 Merge branch 'master' into HEAD 2014-02-18 02:11:15 +01:00
22da0125f7 flashing buttons use system highlight color and changed a few names 2014-02-18 02:00:56 +01:00
0b08d3e6b3 make floating icon translucent and frame less 2014-02-18 02:00:56 +01:00
0deb18568a fix release compiler flags 2014-02-18 02:00:56 +01:00
b7c74ed469 fix cmake debug flag, gitignore++ 2014-02-18 02:00:56 +01:00
d50df176f5 removed strange part of regexp 2014-02-18 02:00:55 +01:00
25632e85af ignore local qt creator file 2014-02-18 02:00:55 +01:00
1c1f40cdda moved a few includes to .cpp files 2014-02-18 02:00:55 +01:00
04196358fc don't use magic layout name "[NO LAYOUT]" 2014-02-18 02:00:55 +01:00
6a91eca365 added config.h.in and moved some defines there 2014-02-18 02:00:55 +01:00
d76571babf fix config file writing 2014-02-18 02:00:55 +01:00
7d2da6204d joystick name++ 2014-02-18 02:00:55 +01:00
961a1d8d50 fix comment parsing 2014-02-18 02:00:55 +01:00
1ab111f3a5 const& params++, no need to rebuild menu when layout changes 2014-02-18 02:00:55 +01:00
a1f4cdedb3 menu: escape &, use radio menu items; don't abuse SIGIO (use SIGUSR2 instead) 2014-02-18 02:00:55 +01:00
12b374e422 fix reading js events, debug_mesg as variadic macro 2014-02-18 02:00:55 +01:00
cfa17f8947 globals--, fmt string fix, foreeach++, better names++, close fds, tray icon activates/closes 2014-02-18 02:00:55 +01:00
f2a566cc06 mem leaks--, globals--, better macro names, Q_OBJECT++, other name improvemets 2014-02-18 02:00:55 +01:00
904a843b93 foreach++, globals--, const& params++, new--, uninit mem usage--, mem leaks-- (still a lot to go) 2014-02-18 02:00:55 +01:00
683fa64f01 warnings--, isolation++ 2014-02-18 02:00:55 +01:00
851a242761 actually use --devdir argument 2014-02-18 02:00:55 +01:00
e2dfdbdc14 removed some unused includes 2014-02-18 02:00:55 +01:00
5da7e859f4 use getopt.h to parse command line options 2014-02-18 02:00:55 +01:00
5fef530aa0 started to reduce globals, set signal handlers after everything used in them initialized 2014-02-18 02:00:55 +01:00
133d5b8547 more foreach, less pointers 2014-02-18 02:00:55 +01:00
29a51606ff updated INSTALL.txt for cmake 2014-02-18 02:00:55 +01:00
80351f5504 make compile with -pedantic and use foreach in some places 2014-02-18 02:00:55 +01:00
5ca0712af2 ported build system to cmake 2014-02-18 02:00:55 +01:00
6fa91c4529 an axis may now press a mouse button and fix many warnings 2014-02-18 02:00:55 +01:00
ca7da9dad6 added .gitignore 2014-02-18 02:00:55 +01:00
a3f2800c55 make compile under Fedora 20 2014-02-18 02:00:55 +01:00
70710ae32f Updates the README to address some licensing concerns
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@130 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2010-12-28 03:25:16 +00:00
79874c14cf Allows the user to close the get key dialog without it overwriting their
current set button.


git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@129 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2010-04-16 00:18:56 +00:00
6e0954ea38 miscellaneous cleanups before release of 4.1
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@127 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2010-02-03 03:12:13 +00:00
6b504e67b2 fixes up some problems with the documentation, allows the overriding of the qmake binary used during config
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@126 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-26 00:57:26 +00:00
6ef389f5ab removes some unused statements from config script
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@125 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-15 02:24:18 +00:00
030bc594ab updates an incorrect path name in the project configuration, the --debug option now utilizes the qmake debug release option
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@124 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-15 02:23:43 +00:00
03f4297446 fixes up an error that occured when joypad events were not being passed when a dialog window that had the main configuration window as its parent was opened, removed dependence on an undocumented function
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@123 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-15 02:22:27 +00:00
899b878dc8 changes svn:ignore to ignore makefile and the qjoypad executable
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@122 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-14 23:28:32 +00:00
93bdd09219 removes a reference to a deprecated file
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@121 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-14 23:26:42 +00:00
58469ff5ee removes deprecated files from source tree
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@120 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-12-14 23:22:25 +00:00
bdf4b21162 now axis and buttons have their joypads as Qt parents, also if the configuration dialog is open but does not have window focus, joypad events are passed along as if the window is not open
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@119 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-11-22 22:06:28 +00:00
5bafd943f9 config script now exits on error
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@118 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-11-22 22:01:57 +00:00
9a03e0c480 removes deprecated files from build config
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@117 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-11-22 21:59:06 +00:00