- 24 Ock, 2011 15 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 23 Ock, 2011 12 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Although, I fail to understand why the duplication of work done in prewin.h/postwin.h vs. presys.h/postsys.h is needed.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
No need to force use of 32-bit time_t (which doesn't exist for 64-bit Windows), just use defaults.
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
- 22 Ock, 2011 6 kayıt (commit)
-
-
Tor Lillqvist yazdı
But as the return type is just 32 bits, it is actually not enough for a HANDLE anyway on a 64-bit OS. But on the other hand, this method is private and not used on Windows at all. So just make it abort() then.
-
Tor Lillqvist yazdı
To match what prewin.h/postwin.h do.
-
Tor Lillqvist yazdı
LibreOffice's deprecated ULONG is sal_uIntPtr, and thus 64 bits on 64-bit Windows, unlike Windows's ULONG which is 32 bits on both 32- and 64-bit Windows. So we must hide ULONG, too, to avoid compilation errors on 64-bit Windows.
-
Thomas Arnhold yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 21 Ock, 2011 6 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Luboš Luňák yazdı
Use LINKFLAGS instead of STDLIBS, as the latter comes way too late in the link command and may result in some stray -L/usr/lib getting before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib, this could cause using wrong libraries.
-
Thomas Arnhold yazdı
-
Tor Lillqvist yazdı
These methods were not implemented by any subclass, and the implementations in the base class were empty. Still, the quite heavy (especially in our multi-lingual builds) GetHelpText() mechanism was called to get a string to pass to ShowHelpStatusText(). So just remove all of it. See see fdo#33088 and fdo#33315.
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
- 20 Ock, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-