summaryrefslogtreecommitdiffstats
path: root/tdeprint
Commit message (Collapse)AuthorAgeFilesLines
* tdeprint: Use 'httpGetAddress' for 'httpAddrLocalhost' on cups >= 2.0.HEADmasterSlávek Banko11 days1-4/+14
| | | | | | This relates to issue #268. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdeprint: Use 'const' for list of files to print.Slávek Banko11 days1-1/+1
| | | | | | This resolves issue #268. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-151-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1279-436/+436
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2110-41/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0525-40/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1556-190/+190
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2556-149/+149
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-092-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2092-99/+99
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-124-7/+7
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdeprint: make KPrinter::setOrientation and KPrinter::setPageSize non ↵Michele Calgaro2023-03-052-6/+12
| | | | | | | | locking by default and add ability to specify their locking behavior. This is a backward compatible API change and a non compatible ABI change. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* ps2pdf filter: removed .setpdfwrite optionMavridis Philippe2021-07-231-1/+1
| | | | | | This fixes issue TDE/tdebase#217. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add an option to install the imagetops binary.Slávek Banko2021-01-071-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>
* Fixed second pass uncrustify's code formatting offending files.Michele Calgaro2020-12-272-39/+40
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-193-0/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-258-15/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* 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>
* 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>
* kjobviewer: fixed initial value of KeepWindow checkbox. This was causing ↵Michele Calgaro2020-04-201-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>
* 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>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-304-60/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix remaining brandings in tdelibs and adopt to modern age.Chris2019-07-213-7/+8
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-07-076-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-241-4/+9
| | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-093-0/+51
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-172-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-179-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Fix FTBFS on CUPS 2.2Slávek Banko2016-08-161-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2385-0/+0
|
* Fix several issues on freebsdSlávek Banko2015-06-142-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on freebsdNikolaus Klepp2015-06-112-0/+7
| | | | | | This resolves Bug 2431 Signed-off-by: Nikolaus Klepp <office@klepp.biz>
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* 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>
* 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