Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining KDE 2 support | Reuben Thomas | 2006-10-01 | 2 | -20/+0 |
| | |||||
* | Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (the | Reuben Thomas | 2006-09-29 | 7 | -26/+21 |
| | | | | rest); patches from Debian bugs #384146, #386833 and #388831. | ||||
* | Bump version to 0.16. | Reuben Thomas | 2006-09-10 | 1 | -1/+1 |
| | |||||
* | Add --wildcards to cope with latest GNU tar (and indeed anything | Reuben Thomas | 2006-09-10 | 1 | -1/+1 |
| | | | | modern and POSIX compliant). | ||||
* | Sources updated; corrections to translation. | Reuben Thomas | 2006-05-16 | 1 | -112/+115 |
| | |||||
* | Sources updated | Reuben Thomas | 2006-05-16 | 1 | -102/+104 |
| | |||||
* | Fix types | Reuben Thomas | 2006-05-16 | 1 | -6/+4 |
| | |||||
* | Fix type | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Write (R) using the proper groff sequence. | Reuben Thomas | 2006-05-16 | 1 | -2/+2 |
| | | | | Correct an "It's" to "Its". | ||||
* | Bump version to 0.15 | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Tidy command description | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Implement setTime method | Reuben Thomas | 2006-05-16 | 1 | -0/+29 |
| | |||||
* | Take setTime out of #if 0 and give it a proper prototype. | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Add proper setTime and correct comment typo. | Reuben Thomas | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | Fix a comment typo | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Add settime command | Reuben Thomas | 2006-05-16 | 1 | -1/+8 |
| | |||||
* | Whitespace and spelling fixes. | Reuben Thomas | 2006-05-01 | 1 | -8/+8 |
| | |||||
* | Fix locale descriptions, and remove FIXMEs: the locales are valid. | Reuben Thomas | 2006-05-01 | 1 | -3/+2 |
| | | | | Remove commented out socket close. | ||||
* | Correct some comment typos. | Reuben Thomas | 2006-04-25 | 1 | -2/+2 |
| | |||||
* | Update header name | Reuben Thomas | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.14 | Reuben Thomas | 2005-08-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| |