- 23 Ock, 2011 7 kayıt (commit)
-
-
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 13 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ı
-
Luboš Luňák yazdı
But I fear the assumption that there is just one visual per screen is quite spread in the code :-/.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Do not assume that there is just one generic Visual, as today's XServers are ARGB-capable and cases of both the default depth and 32bit visuals can happen.
-
Luboš Luňák yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
- 16 Ock, 2011 3 kayıt (commit)
-
-
Caolán McNamara yazdı
Once StarOffice came in two varieties, StarOffice and "StarSuite" in the Asian market. This code effectively converted "StarOffice" to "StarSuite" if product itself was called "StarSuite", which ain't going to the be the case again. So we can remove all that and just hardcode the old file format names as "StarOffice".
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-