Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update header names to modern KDE names. | Reuben Thomas | 2005-08-28 | 3 | -4/+4 |
| | | | | Fix a couple of strings. | ||||
* | Fix linking of kpsion. | Reuben Thomas | 2005-08-28 | 8 | -20/+24 |
| | | | | | | | | Fix English in several places. Add USB serial ports to list of ports. Use new names of various KDE headers. | ||||
* | Spell 'click' correctly | Reuben Thomas | 2005-08-28 | 1 | -1/+1 |
| | |||||
* | Fix for gcc 4.0 compatibility from Petr Ostadal. | Reuben Thomas | 2005-08-06 | 1 | -2/+4 |
| | |||||
* | Remove commented out deprecated code block. | Reuben Thomas | 2005-05-16 | 1 | -22/+0 |
| | |||||
* | Enable --enable-kde in Makefile.cvs again. | Reuben Thomas | 2005-05-16 | 5 | -14/+11 |
| | | | | | | | | | | qlist.h --> qptrlist.h Remove #include <qobjcoll.h> from sample Qt program in KDE_PRINT_QT_PROGRAM.m4 Fix configure.in.in not to call PLP_CHECK_COMPILERS, which isn't needed any more (and didn't work). | ||||
* | Remove files which don't work and don't seem to be needed any more. | Reuben Thomas | 2005-05-16 | 2 | -197/+0 |
| | |||||
* | Find qt3 includes on Debian sarge (and probably other systems). | Reuben Thomas | 2005-05-11 | 1 | -1/+1 |
| | |||||
* | Commit automatic changes. | Reuben Thomas | 2005-04-16 | 2 | -2/+18 |
| | |||||
* | Bump version to 0.13. | Reuben Thomas | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Don't --enable-kde for dist. | Reuben Thomas | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Change po/Makefile -> po/Makefile.in so that po/Makefile is properly | Reuben Thomas | 2005-04-16 | 1 | -1/+1 |
| | | | | | | | generated. The previous diff claims to have done this, but in fact adds intl/Makefile to the list so that it is generated. | ||||
* | Build fixes for newer g++ from Thomas Lussnig. | Reuben Thomas | 2005-04-16 | 3 | -9/+10 |
| | |||||
* | Fix for newer g++ from Thomas Lussnig. | Reuben Thomas | 2005-04-16 | 1 | -8/+8 |
| | |||||
* | po/Makefile --> po/Makefile.in so that po/Makefile gets generated | Reuben Thomas | 2005-04-16 | 1 | -0/+1 |
| | | | | properly. | ||||
* | Fix "succeded" --> "succeeded" | Reuben Thomas | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Remove calls of AC_CHECK_BOOL, which no longer exists. | Reuben Thomas | 2005-04-16 | 2 | -4/+0 |
| | |||||
* | Remove test for bool, because it was breaking the build for reasons I | Reuben Thomas | 2005-04-16 | 2 | -31/+0 |
| | | | | | don't fully understand, and in any case it's unnecessary: any sensible C++ compiler will now have proper bool support. | ||||
* | Remove flags that can't be used with g++. | Reuben Thomas | 2005-04-16 | 1 | -2/+2 |
| | |||||
* | Removed kdb2html from configure for kde3.3 compiling (unused). | Ivan Daou | 2004-10-25 | 3 | -202/+180 |
| | |||||
* | Add stamp-h1 | Reuben Thomas | 2004-10-04 | 1 | -0/+1 |
| | |||||
* | Remove message about not working with automake > 1.4. It seems to work | Reuben Thomas | 2004-10-04 | 1 | -2/+0 |
| | | | | fine... | ||||
* | Remove mention of unimplemented and now removed flag to format the | Reuben Thomas | 2004-10-04 | 1 | -6/+1 |
| | | | | Psion's drive. | ||||
* | Remove stub code for formatting the Psion's drive (never implemented). | Reuben Thomas | 2004-10-04 | 1 | -27/+5 |
| | |||||
* | Note that formatting the Psion's drive is unimplemented. | Reuben Thomas | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | Add *.loT, for recent libtools | Reuben Thomas | 2004-10-04 | 1 | -0/+1 |
| | |||||
* | stamp-cat-id is now stamp-po, apparently. | Reuben Thomas | 2004-10-04 | 3 | -3/+19 |
| | |||||
* | Add autom4te.cache properly. | Reuben Thomas | 2004-10-04 | 1 | -2/+1 |
| | |||||
* | Add autom4te.cache | Reuben Thomas | 2004-10-04 | 1 | -0/+2 |
| | |||||
* | Quote DEFUN names to please recent versions of autoconf. | Reuben Thomas | 2004-10-04 | 10 | -11/+11 |
| | |||||
* | Quote DEFUN names to make recent autoconf happy. | Reuben Thomas | 2004-10-04 | 30 | -33/+33 |
| | |||||
* | Updated email address to Daniel Brahneborg. | Daniel Brahneborg | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | Add $(INTLLIBS) to *_LDADD where missing. | Thomas Klausner | 2004-09-08 | 5 | -5/+5 |
| | |||||
* | Another NetBSD compatibility fix from the pkgsrc patch-ab by skrll. | Thomas Klausner | 2004-09-08 | 1 | -6/+20 |
| | |||||
* | If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero. | Thomas Klausner | 2004-09-08 | 1 | -0/+4 |
| | |||||
* | Use ${MAKE} instead of make -- very useful if GNU make is gmake. | Thomas Klausner | 2004-09-08 | 1 | -4/+4 |
| | |||||
* | Include assert.h when using assert(). | Thomas Klausner | 2004-09-08 | 1 | -0/+1 |
| | |||||
* | Some portability #ifdefs for NetBSD. | Thomas Klausner | 2004-09-08 | 4 | -7/+7 |
| | |||||
* | Fix some of the more egregious bugs in support for restarting | Reuben Thomas | 2004-03-13 | 1 | -7/+7 |
| | | | | applications; this means that OPL apps can now be restarted. | ||||
* | Add missing #include of <assert.h> | Reuben Thomas | 2004-03-13 | 1 | -2/+3 |
| | |||||
* | The autotools seem to have added a couple of fields to these files. | Reuben Thomas | 2004-03-13 | 2 | -2/+4 |
| | |||||
* | Remove intl/Makefile from list (no longer needed). | Reuben Thomas | 2004-03-13 | 1 | -1/+0 |
| | |||||
* | Remove support for gettext 0.10 which broke the use of gettext 0.12! | Reuben Thomas | 2004-03-13 | 1 | -5/+0 |
| | |||||
* | Undo bogus change. | Reuben Thomas | 2004-03-13 | 1 | -1/+1 |
| | |||||
* | More tweaks for modern autotools. I must admit I know very little | Reuben Thomas | 2004-03-13 | 3 | -10/+10 |
| | | | | about autotools, so I'm using the Google-and-copy method. | ||||
* | Fix some English. | Reuben Thomas | 2004-03-13 | 1 | -1/+1 |
| | |||||
* | Fix to work with autoconf 2.59. | Reuben Thomas | 2004-03-13 | 1 | -1/+1 |
| | |||||
* | Fixes to work with autoconf 2.59. | Reuben Thomas | 2004-03-13 | 1 | -2/+1 |
| | |||||
* | - plpbackup: Print a message, when no action is specified. | Fritz Elfert | 2003-02-06 | 3 | -4/+16 |
| | |||||
* | - Adaptions to mandrake's menu system | Fritz Elfert | 2003-02-05 | 1 | -10/+16 |
| |