- 24 Ock, 2011 7 kayıt (commit)
-
-
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 2 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Thomas Arnhold yazdı
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
-
- 19 Ock, 2011 2 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
- 18 Ock, 2011 1 kayıt (commit)
-
-
Luboš Luňák yazdı
bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.
-
- 17 Ock, 2011 4 kayıt (commit)
-
-
Luboš Luňák yazdı
The problem was that we passed the whole widget geomtry to QStyle but it expected only geometry of the handle and e.g. Oxygen used center of the geometry.
-
Luboš Luňák yazdı
-
Pierre-André Jacquod yazdı
the right one, this time.... sorry.
-
Pierre-André Jacquod yazdı
-