Slávek Banko
cfa79f06e2
Use system libdir when searching for dynamically loaded libraries.
...
This prevents finding an incorrect architecture on multi-arch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3
)
6 years ago
Slávek Banko
9de3d7917b
Fix FTBFS on CUPS 2.2
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52a1b55368
)
7 years ago
Slávek Banko
1a68e615e1
Fix several issues on freebsd
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e469e42c76
)
9 years ago
Nikolaus Klepp
c1136180cc
Fix FTBFS on freebsd
...
This resolves Bug 2431
Signed-off-by: Nikolaus Klepp <office@klepp.biz>
(cherry picked from commit 3be9f300c9
)
9 years ago
Slávek Banko
1759e5eadf
Fix FTBFS because CUPS 2.x
...
This resolves Bug 2270
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 592bebb509
)
9 years ago
Timothy Pearson
8bf30c28ab
Fix duplicated printer driver entries
...
This relates to Bug 2191
(cherry picked from commit b3e3f6026b
)
9 years ago
Timothy Pearson
8f2e8767e9
Make compressed PPD loading and usage functional
...
(cherry picked from commit 5a97ffdaae
)
9 years ago
Timothy Pearson
3051002fc6
Greatly increase database generation speed from compressed PPDs where possible
...
(cherry picked from commit 880fec0918
)
9 years ago
Timothy Pearson
94067b20f4
Use compressed-ppd:<database name>:<ppd name> as compressed PPD URI
...
(cherry picked from commit cfa9446f25
)
9 years ago
Timothy Pearson
a72da839c8
Add very early support for compressed PPDs to make_driver_db_cups
...
This relates to Bug 2191
(cherry picked from commit 540db0b3e7
)
9 years ago
François Andriot
1c8f40adda
Fix cups default directories on openbsd
...
(cherry picked from commit 69e7a5c4fa
)
9 years ago
François Andriot
50c0b04fd4
Fix cupsd process detection
...
(cherry picked from commit 754647ba5a
)
9 years ago
Michele Calgaro
dcc8d15736
Removes references to printing.kde.org in tdeprint.
...
Then remove "Documentation" button from tdeprint config module, since the
help handbook is available through the help button already.
This relates to bug 1846.
(cherry picked from commit ef338f1187
)
9 years ago
Roman Savochenko
bb2a1e349f
Fix memory leak in CUPS IPP processing
...
This resolves Bug 1369
(cherry picked from commit 5f99a27180
)
12 years ago
Timothy Pearson
c89b32ebab
Fix FTBFS on CUPS < 1.6
...
(cherry picked from commit 91bf63b43b
)
12 years ago
Timothy Pearson
6fc204a0c4
Update to new CUPS 1.6 API
...
(cherry picked from commit 9bc0d2cd9d
)
12 years ago
Timothy Pearson
2d1297daca
Fix make_driver_db_cups path
...
This closes Bug 383
(cherry picked from commit 87201a3741
)
13 years ago
Timothy Pearson
ffd8d17b0b
Rename obsolete tq methods to standard names
...
(cherry picked from commit 1180237ab3
)
13 years ago
Timothy Pearson
41b1d53a01
Remove additional unneeded tq method conversions
...
(cherry picked from commit a51cd9949c
)
13 years ago
Timothy Pearson
e2867c1f1e
Rename old tq methods that no longer need a unique name
...
(cherry picked from commit 984c25aa69
)
13 years ago
Timothy Pearson
4418657ced
Rename tqsetSizePolicy to fix bindings
...
(cherry picked from commit d5b3ae721d
)
13 years ago
Timothy Pearson
ab32d1dcfb
Rename tqsetAlignment to fix bindings
...
(cherry picked from commit b212a1de50
)
13 years ago
Timothy Pearson
18aecb8ec0
Use non-tq sizeHint functions to fix bindings
...
(cherry picked from commit d4e11a5f48
)
13 years ago
tpearson
452dc1bc85
Convert remaining references to kde3 (e.g. in paths) to trinity
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
6e21bc798b
rename the following methods:
...
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
67cbbee064
Fix FTBFS under MacPorts
...
Thanks to Marko Käning for the patch!
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1242980 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
1dcbbe821d
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
...
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
374d939d8a
Allow kdelibs to function correctly with TQt for Qt4
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
bab4089069
Finished remaining porting to new TQt API
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
f7e71d4771
Initial conversion for TQt for Qt4 3.4.0 TP2
...
This will also compile with TQt for Qt3, and should not cause any problems
with dependent modules such as kdebase. If it does then it needs to be fixed!
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
samelian
0ba4e3c0a4
[kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
10308be19e
Revert automated changes
...
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
560378aaca
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
...
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
samelian
7ffba8afee
[kdelibs] added initial cmake support
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
96900dbce3
* Large set of SuSE patches to fix bugs and add functionality
...
* kdemm is included but not used by knotify as it does not work out of the box
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171141 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
8f14fb0418
TQt conversion fixes
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
ffe8a83e05
Trinity Qt initial conversion
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
2b3f464ab9
Automake fixes
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1102667 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson
865f314dd5
kdelibs update to Trinity v3.5.11
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma
ce4a32fe52
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
...
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago