Difference between revisions of "Windows/Missing features of kdelibs"
*>Chehrlic |
m (Ochurlaud moved page Windows/Imported From TechBase/Missing features of kdelibs to Windows/Missing features of kdelibs) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''This page is probably outdated and should be handled via [http://bugs.kde.org bugs.kde.org] instead.''' | ||
+ | |||
= kdecore/util/kmacroexpander_win.cpp = | = kdecore/util/kmacroexpander_win.cpp = | ||
missing function bool KMacroExpanderBase::expandMacrosShellQuote( QString &str, int &pos ) | missing function bool KMacroExpanderBase::expandMacrosShellQuote( QString &str, int &pos ) | ||
Line 4: | Line 6: | ||
impact on: can't start an application with the help of klauncher/service files | impact on: can't start an application with the help of klauncher/service files | ||
− | = kdecore/date/ | + | = kdecore/date/ktimezone.cpp = |
missing windows support | missing windows support | ||
impact on: all functions where you need a calendar? | impact on: all functions where you need a calendar? | ||
− | = | + | = kfile/ = |
− | + | proper creation of a fake root for "My Computer" which contains the drives so one can navigate between drives on win32. | |
+ | Also currently breadcrumb mode creates a "Custom Path" entry instead of the drive letter. | ||
+ | See also bugreport [http://bugs.kde.org/show_bug.cgi?id=154859 #154859] | ||
+ | |||
+ | = kdecore/ = | ||
+ | on mingw builds AltGr is not understood correctly -> not fixed by msvc fix. | ||
+ | |||
+ | = general = | ||
+ | svg stuff is not working. fix it! | ||
+ | |||
+ | qca-tls is not included in the windows distribution, making Kopete connection to Jabber (Google Talk) [http://wiki.kde.org/tiki-index.php?page=Google%20Talk%20support impossible]. |
Latest revision as of 14:58, 18 March 2016
This page is probably outdated and should be handled via bugs.kde.org instead.
kdecore/util/kmacroexpander_win.cpp
missing function bool KMacroExpanderBase::expandMacrosShellQuote( QString &str, int &pos )
impact on: can't start an application with the help of klauncher/service files
kdecore/date/ktimezone.cpp
missing windows support
impact on: all functions where you need a calendar?
kfile/
proper creation of a fake root for "My Computer" which contains the drives so one can navigate between drives on win32. Also currently breadcrumb mode creates a "Custom Path" entry instead of the drive letter. See also bugreport #154859
kdecore/
on mingw builds AltGr is not understood correctly -> not fixed by msvc fix.
general
svg stuff is not working. fix it!
qca-tls is not included in the windows distribution, making Kopete connection to Jabber (Google Talk) impossible.