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
Timothy Pearson
7e2cf4a9d5
Fix incorrect Download string in TDEFileSpeedBar
...
(cherry picked from commit acc29a93bb
)
9 years ago
Slávek Banko
5a0bc62833
Fix tdeinit build definition
...
(cherry picked from commit a22b1fc950
)
9 years ago
François Andriot
0fbdee1c7c
Fix tdesu process handling
...
(cherry picked from commit c8b810f149
)
9 years ago
Timothy Pearson
24d1217f49
Add protected helper methods to better handle rubberband operations outside of a TDEListView in file manager mode
...
This relates to Bug 1961
(cherry picked from commit 216794724c
)
9 years ago
François Andriot
13fddea637
Add a cmake detection for Xext library
...
Remove hardcoded Xext flags in tderandr and tdestyles/keramik
Add missing link flag in tdeui
(cherry picked from commit aae8990d33
)
9 years ago
François Andriot
b04a282c62
Fix ucred support in openbsd
...
(cherry picked from commit 3adf509ac8
)
9 years ago
Timothy Pearson
59e46bd1c8
Update mimetypes in Kate plugins to match output of libmagic
...
This relates to Bug 2148
(cherry picked from commit a44c924930
)
9 years ago
Timothy Pearson
a6211be0ae
Makes favorite URLs in TDE file open/save dialogs global (sared amongst all applications) by default
...
This commits the following patch from Bug 1499:
tdelibs: fix kurlbar global
(cherry picked from commit c359057caa
)
9 years ago
Timothy Pearson
7b2644a965
Add the following patch from Bug 1499
...
tdelibs: add postofficebox suppot in tdeabc
(cherry picked from commit c1098677d4
)
9 years ago
Slávek Banko
ee03f1004a
Fix dependencies in CMake targets
...
(cherry picked from commit d227c416d0
)
9 years ago
François Andriot
e9de7e84a3
Fix openpty detection on openbsd
...
(cherry picked from commit e255a8ca63
)
9 years ago
François Andriot
4a476fb937
Enable previously disabled build options in config.h
...
(cherry picked from commit 223f0c7578
)
9 years ago
Timothy Pearson
1bdb69cbcb
Push the following patches to GIT from Bug 1499:
...
tdelibs: disable kfiledialogbox OK button if user has no permission on file
tdelibs: fix https loop
tdelibs: fix groups in kdialogpropertiesdialog
tdelibs: avoid assertion in tdeio karchive
(cherry picked from commit 9cb7d73182
)
9 years ago
Thomas McGuire
1af590f88a
Support writing empty directories to ZIP files.
...
(cherry picked from commit ddbe23e90d
)
9 years ago
François Andriot
72532b6602
Fix detection of some headers on openbsd
...
Many headers requires additional include stdlib.h
(cherry picked from commit 3f5a4b419f
)
9 years ago
François Andriot
0c90f47458
Fix FTBFS on openbsd because missing link to "util" library
...
(cherry picked from commit 8e7888b857
)
9 years ago
François Andriot
50c30d0de1
Fix default spell checker on openbsd
...
(cherry picked from commit cca5076348
)
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
François Andriot
6cbb86f9ae
Disable environment-based completion in kurlcompletion on openbsd
...
(cherry picked from commit 78a66b11dd
)
9 years ago
François Andriot
e703480d0d
Fix FTBFS because undefined __progname in tdeio_connection
...
(cherry picked from commit 9c7a8637ed
)
9 years ago
François Andriot
d1be1be19f
Add 'tdesu' to tdeioslave_file mount/umount command on openbsd
...
(cherry picked from commit b588c6e6bd
)
9 years ago
François Andriot
2e79465b10
Add support for openbsd in kresolver
...
(cherry picked from commit 439f3ba7ea
)
9 years ago
François Andriot
4ade6a8e20
Add support for openbsd pty in kpty
...
(cherry picked from commit e61585edf0
)
9 years ago
François Andriot
e4213f01b9
Fix hardcoded link flag to "dl" library
...
Fix "dlopen" function detection
(cherry picked from commit af2c2afb25
)
9 years ago
Timothy Pearson
f3635faf14
Don't use insane (negative) layout values if layout engine does not allocate sufficient space for a text string
...
This resolves Bug 1950
Make most debugging statements work again
Add new debugging statements
Fix several annoying build warnings
(cherry picked from commit cc5fd88be3
)
9 years ago
Timothy Pearson
e25c6429ea
Add mimeTypePtrFast method to KFileItem
...
This relates to Bug 699
Clean up a couple of minor build warnings
Classify usbmisc devices
(cherry picked from commit 54578ce023
)
9 years ago
Timothy Pearson
c6c2d982c0
Remove obsolete references to kinfocenter
...
This relates to Bug 1910
(cherry picked from commit f285b77eab
)
9 years ago
Timothy Pearson
52109a5ac7
Fix accidental regression introduced in prior commit
...
(cherry picked from commit e1f2a0bb29
)
9 years ago
Timothy Pearson
f52fdb1b4a
Add fast mimetype accessor for use by Konqueror when checking for media device icons
...
This relates to Bug 699
(cherry picked from commit a21cb20628
)
9 years ago
Timothy Pearson
cdeb154369
Rewrite list view movement key handlers in file management mode
...
This resolves Bug 1961
(cherry picked from commit 4ffab32f5f
)
9 years ago
Timothy Pearson
83cdf8affa
Fix another case of undefined behaviour
...
(cherry picked from commit 20e7ea1336
)
9 years ago
Timothy Pearson
1a157e64a6
Update hardware device classification map
...
Fix potential infinite loop in TDEStyle
(cherry picked from commit 6b07d53d94
)
9 years ago
Timothy Pearson
991e21f15f
Fix accidental double-free in KJS garbage collector
...
This resolves Bug 2116
(cherry picked from commit 36a7df39b0
)
9 years ago
Michele Calgaro
a1d50519d7
Kate syntax highlighting files update - Sep 2014
...
(cherry picked from commit 87fd132d01
)
9 years ago
François Andriot
432eec4ef2
Fix missing attribute name in el, fi and ko docbook xml catalog
...
(cherry picked from commit 2824570e9e
)
9 years ago
Timothy Pearson
a182620a0a
Revert a small portion of commit b66871c
...
This relates to Bug 1693
(cherry picked from commit a6da78df3a
)
9 years ago
Michele Calgaro
aaa5afedcd
Kate syntax highlighting files update - Jul 2014
...
(cherry picked from commit aa18c1556b
)
9 years ago
Slávek Banko
e6f29b0111
Add docbook catalogs in xml format
...
Switch docbook catalogs to xml
This resolves Bug 2077
(cherry picked from commit 1bb6f88d29
)
9 years ago
Slávek Banko
89049217d7
Fix re-read configuration from prior commit 4bfc4550
...
(cherry picked from commit c2c65a6695
)
9 years ago
Timothy Pearson
e54f3e744f
Prevent spurious translation warning from being emitted
...
This relates to Bug 2076
(cherry picked from commit 4bfc4550d2
)
9 years ago
Timothy Pearson
909773f4a4
Do not allow device link creation/modification if no device is specified
...
This relates to Bug 2076
(cherry picked from commit e3db584672
)
9 years ago
Timothy Pearson
9a335db701
Display correct icon and icon widget type in Properties dialog of media device nodes
...
This relates to Bug 1612
(cherry picked from commit 5a3c9e4641
)
9 years ago
Timothy Pearson
146b36680e
Fix warning message in .xsession_errors when ksmserver shows the logout dialog
...
This resolves Bug 885
(cherry picked from commit 705e5eedd9
)
9 years ago
François Andriot
c8164e3a5c
Added support for XDG directories: music, pictures, videos, download.
...
This relates to bug 1499.
(cherry picked from commit 4ca479102d
)
9 years ago
Michele Calgaro
43cfafa4d7
Kate syntax highlighting files update - Jun 2014
...
(cherry picked from commit 790fe12d34
)
9 years ago