summaryrefslogtreecommitdiffstats
path: root/tdeprint
Commit message (Collapse)AuthorAgeFilesLines
* ps2pdf filter: removed .setpdfwrite optionMavridis Philippe2021-07-231-1/+1
| | | | | | | This fixes issue TDE/tdebase#217. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 256b1cf85d05b25c12dac0e07389ff7bed18e4bc)
* Add an option to install the imagetops binary.Slávek Banko2021-01-081-1/+3
| | | | | | | | This binary may already be included in the system - for example in the netpbm package. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f6aced3def110bab4ebd10e4b4684c52d29fc767)
* Fixed second pass uncrustify's code formatting offending files.Michele Calgaro2020-12-272-39/+40
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9468d05e3d2c56d4287ef464a31f21a689ad7e14)
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-193-0/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 491e1c72c7e2a19b58772fd285284e974d489501)
* Fix FTBFS due to unnamed unused arguments in C sources in a recent commit.Slávek Banko2020-08-123-3/+11
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1b2d3b15f4c84dc00c39376cfe892de2979f9d66)
* Fix missing argments for drive parse filter on lprOBATA Akio2020-08-123-4/+4
| | | | | | | It was extended for compressed PPD support, but not refrected to lpr parts. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 15116d8f64b35a695bcabc92239667c8684dc545)
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-258-15/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 42f3a62161d1b0c7047d1edfdcb8af72b7314f1b)
* Desktop file translations:Slávek Banko2020-06-0731-2912/+93
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4b7a4e17362206fd2eade35ba947a850263b0ea1)
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-2/+0
| | | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d)
* KJobViewer: make sure the printer lists is correctly updated when printers ↵Michele Calgaro2020-05-124-1/+11
| | | | | | | are added or removed. This relates to bug 1362. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b)
* kjobviewer: fixed initial value of KeepWindow checkbox. This was causing ↵Michele Calgaro2020-04-291-1/+1
| | | | | | | KJobViewer to not autostart unless the user first toggled the checkbox at least once. Relates to bug 1362. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a57ae64c11314ae571bd529c78c2460daccc9004)
* KJobviewer: keep "permanent window" option across sessions.Michele Calgaro2020-01-312-0/+13
| | | | | | | | Taken from https://bugs.trinitydesktop.org/show_bug.cgi?id=1362 proposed patch. Signed-off-by: Roman Savochenko <roman@roman.home> (cherry picked from commit 9dc23edee3aa192f99ac56161a341d38374aaacf)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-304-60/+60
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* Fix remaining brandings in tdelibs and adopt to modern age.Chris2019-07-213-7/+8
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-271-4/+9
| | | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6)
* Add CMakeL10n rules.Slávek Banko2018-12-093-0/+51
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b)
* Revert "Revert "Fix bug reports link in about dialog""Michele Calgaro2018-07-261-1/+1
| | | | | | | The reversion was done by mistake and inadvertently. Sorry for the mess :-( This reverts commit dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.
* Revert "Fix bug reports link in about dialog"Michele Calgaro2018-07-261-1/+1
| | | | This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
* Fix bug reports link in about dialogSlávek Banko2018-06-301-1/+1
| | | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
* Fix FTBFS on CUPS 2.2Slávek Banko2016-08-161-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 52a1b55368ec53b14347996851aca7eb29374397)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2485-0/+0
| | | | (cherry picked from commit 7faae2b255108c5ffdda4b36cb8e612d03deeb8f)
* Fix several issues on freebsdSlávek Banko2015-06-142-5/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Fix FTBFS on freebsdNikolaus Klepp2015-06-112-0/+7
| | | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz> (cherry picked from commit 3be9f300c9a754320a02fd10a729ef797ffb8506)
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit 61f6eb5a1e6d7094d993d6e26f4c02c94b3fa1c3)
* Fix FTBFS because CUPS 2.xSlávek Banko2014-12-252-17/+17
| | | | | | | This resolves Bug 2270 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 592bebb509786ccec893b305d3ae6a0c76ed3bdb)
* Fix duplicated printer driver entriesTimothy Pearson2014-11-201-1/+8
| | | | This relates to Bug 2191
* Make compressed PPD loading and usage functionalTimothy Pearson2014-11-205-5/+76
|
* Greatly increase database generation speed from compressed PPDs where possibleTimothy Pearson2014-11-206-48/+131
|
* Use compressed-ppd:<database name>:<ppd name> as compressed PPD URITimothy Pearson2014-11-201-3/+14
|
* Add very early support for compressed PPDs to make_driver_db_cupsTimothy Pearson2014-11-204-97/+259
| | | | This relates to Bug 2191
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-241-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-225-9/+9
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-222-4/+4
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-143-4/+4
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-1321-38/+38
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-136-12/+12
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-125-6/+6
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix cups default directories on openbsdFrançois Andriot2014-10-051-4/+22
|
* Fix cupsd process detectionFrançois Andriot2014-10-051-0/+14
|
* Revert commit 1d498994Slávek Banko2014-04-059-9/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-029-0/+9
| | | | This relates to Bug 1199
* Removes references to printing.kde.org in tdeprint.Michele Calgaro2014-03-225-105/+78
| | | | | | Then remove "Documentation" button from tdeprint config module, since the help handbook is available through the help button already. This relates to bug 1846.
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2014-01-191-1/+1
|
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-2811-26/+26
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-4/+4
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-262-2/+2
| | | | This relates to Bug 1575
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-15161-214/+214
|