summaryrefslogtreecommitdiffstats
path: root/tdeprint/management
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1233-204/+204
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-213-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0513-21/+21
| | | | 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-1517-44/+44
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2512-17/+17
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2037-39/+39
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KJobViewer: make sure the printer lists is correctly updated when printers ↵Michele Calgaro2020-05-122-0/+8
| | | | | | 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>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-233-0/+0
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-223-4/+4
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-3/+3
| | | | 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-139-20/+20
| | | | 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-132-4/+4
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-123-4/+4
|
* Revert commit 1d498994Slávek Banko2014-04-051-1/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-021-0/+1
| | | | This relates to Bug 1199
* Removes references to printing.kde.org in tdeprint.Michele Calgaro2014-03-222-24/+0
| | | | | | 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
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-282-3/+3
|
* Bump library versions to 14.0.0Timothy Pearson2013-08-261-1/+1
| | | | This relates to Bug 1575
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1547-73/+73
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-149-10/+10
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0410-30/+30
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0119-26/+26
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0130-149/+149
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2716-21/+21
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2520-40/+40
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-248-31/+31
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-202-2/+2
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Update kaddprinterwizard parameter: kdeconfig->tdeconfig.Darrell Anderson2012-07-051-2/+2
|
* Update tdeprint dialog: KDE->TDE.Darrell Anderson2012-07-041-2/+2
|
* Branding: Update images.Darrell Anderson2012-06-181-0/+0
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: KDE print -> TDE Print.Darrell Anderson2012-05-109-20/+18
|
* Fix typo in printer configTimothy Pearson2012-04-171-1/+1
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-142-2/+2
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-6/+6
|