Commit Graph

22 Commits

Author SHA1 Message Date
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
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
851a242761 actually use --devdir argument 2014-02-18 02:00:55 +01:00
133d5b8547 more foreach, less pointers 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
6fa91c4529 an axis may now press a mouse button and fix many warnings 2014-02-18 02:00:55 +01:00
85dfc3ee90 adds an important debugging message
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@115 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-09-02 22:47:34 +00:00
0b9132b0f0 adds a better debug output function should clean up a lot of 'statement has no effect' warnings
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@114 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-09-02 22:42:11 +00:00
12cd906a46 now uses the Qt native code for tray icons, the tray menu no longer hangs when the dialog is open, dialog updates as appropriate when tray is manipulated when the dialog is open, added in code for updating the dialog widgets when the backend changes
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@112 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-08-23 20:45:58 +00:00
941eee3fdc removing debugging statements or migrating them over to the build time debugging code
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@107 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-08-21 02:32:43 +00:00
30ed817389 adds a new compile time option for debugging output, brings the timeout for reading junk data back into line between joypad.cpp and layout.cpp, and adds in read exception handling when setupjoydevs is called (previously only set up in the joypad constructor)
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@101 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-08-15 19:36:28 +00:00
c1ef3fa0b7 merges qt4 into trunk
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@94 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-08-03 00:46:33 +00:00
17ed926cdf reverting trunk back to stable 3.4.1 version
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@82 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-05-26 00:57:02 +00:00
1cc6e9087e finishing up repo migration
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@80 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
2009-05-26 00:45:05 +00:00