Commit Graph

40 Commits

Author SHA1 Message Date
341d9c4f08 odk: Clean up comments
Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1
Reviewed-on: https://gerrit.libreoffice.org/11006
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-19 02:54:14 -05:00
f0546a51ad odk/examples: mark them as examples
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
2014-06-03 12:36:48 +02:00
99e3bd454b Remove visual noise from odk
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1
Reviewed-on: https://gerrit.libreoffice.org/8285
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26 10:02:49 -06:00
f01580ce9c Windows: Require at least Windows XP SP2
* Windows XP SP2 is 0x0502, see
  http://msdn.microsoft.com/en-us/library/aa383745.aspx
* If a module changes the Windows SDK version setting,
  this is done module wide now. So the overall behavior
  is as before. This seems to be the best compromise for
  now.
* We need at least SP2 because of the bluetooth stuff
  used in sd/source/ui/remotecontrol.
* Now, we require at least Internet Explorer 7.0. IE6
  has been outdated for a long time.
* Leave StdAfx.h file definitions, as those are Microsoft
  project specific precompiled header files.
* All local definitions of WINVER are removed, because
  the global WINVER setting makes them obsolete now.

To the relation of the three macros:

Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION
automatically to the same value as _WIN32_WINNT.

WINVER and NTDDI_VERSION can be set idenpendently each
for itself.

Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb
Reviewed-on: https://gerrit.libreoffice.org/6496
Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-11-20 07:15:16 -06:00
a7724966ab Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete.

Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22 16:56:28 +03:00
3656a57e88 add mode lines to new files (and idls) since last run
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-22 12:21:34 +01:00
2c9182e25a odk doc cleanup.
Change-Id: Ibc5998e665b0f81cdf805e128065e253c46594ab
2013-08-09 05:07:45 +01:00
5051209534 Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK.  Turns out
  this was explicitly included in ~all examples Makefiles, but only after
  settings.mk where it is now used, so include it in settings.mk now and dropped
  it from all the exmaples Makefiles.

* The old settings.mk was apparently confused with using /MT ("link with
  LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
  command line (where it was ignored), and you apparently can't pass both
  together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
  /MTd).  No idea if that is exactly right, however.

* Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
  msvcrt.lib vs. msvcrtd.lib on Windows.  Adapted examples Makefiles and
  /ure/source/uretest/Makefile accordingly.  Some examples Makefiles
  additionally use msvcprt.lib, no idea whether that still needs to be
  addressed.

Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2013-04-19 14:02:18 +02:00
2b4fd2c89a re-base on ALv2 code. Includes:
Patches contributed by Pedro Giffuni:
    Avoid some uses of non portable #!/bin/bash in shell scripts.
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    Reduce the dependencies on non standard GNU copy.
    http://svn.apache.org/viewvc?view=revision&revision=1238684
    Correct /usr/bin/env path.
    http://svn.apache.org/viewvc?view=revision&revision=1235619

    Complex Toolbar Controls Extension from the SDK
    Patches contributed by Ariel Constenla-Haile
    http://svn.apache.org/viewvc?view=revision&revision=1190390
    i118615 - make epm more verbose
    http://svn.apache.org/viewvc?view=revision&revision=1204288

    Patches contributed by Mathias Bauer (and others)
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326

    Patches contributed by Juergen Schmidt:
    jsc341: i117327: take care if no dependency node in current
    description exists, create one
    http://svn.apache.org/viewvc?view=revision&revision=1172101
    jsc341: i117327: add extra extension dependency check
    http://svn.apache.org/viewvc?view=revision&revision=1172098
    make initial branding changes
    http://svn.apache.org/viewvc?view=revision&revision=1231878

    Patches contributed by Ingo Schmidt
    native373: #i117733# no linux jre installation on 64 bit systems
    http://svn.apache.org/viewvc?view=revision&revision=1167536
    native373: ##164464# improve debian support
    http://svn.apache.org/viewvc?view=revision&revision=1167537

    Patch contribtued by Armin Le-Grand:
    Changed various aspects concerning usages of old vendor names
    http://svn.apache.org/viewvc?view=revision&revision=1293313

fix for neon webdav, remove coinmp bits, improve odk script,
cleanup & remove OS/2 conditionals, system ucpp fixes,
remove OS/2 conditionals, restore our license filenames.
2012-11-12 11:46:43 +00:00
753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
1340890ccd simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
b377dcbade Remove obsolete Hyperlink Bar from sdk
Removed code related to hyperlink bar from sdk repo.
2011-02-11 19:05:25 +01:00
35e79d79be Use SAL_N_ELEMENTS in clone/sdk directory 2010-11-04 10:34:58 +01:00
8cad7d1947 add modelines to .hxx files as well 2010-10-27 13:05:40 +01:00
e9a59da46a Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:58:04 +02:00
1296914c84 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
d7a296cdc0 #i106664# minor changes for building the sample 2009-11-06 08:19:13 +00:00
f57a7b4173 INTEGRATION: CWS sdk13 (1.9.46); FILE MERGED
2004/05/05 09:31:41 jsc 1.9.46.1: #116658# merge cinnabar changes
2004-05-18 12:29:10 +00:00
1e49082712 INTEGRATION: CWS geordi2q03 (1.1.88); FILE MERGED
2003/08/27 15:06:08 hr 1.1.88.1: #111934#: join from CWS sdk07
2003-08-27 15:46:20 +00:00
2970be3fa7 INTEGRATION: CWS geordi2q03 (1.8.24); FILE MERGED
2003/08/27 15:06:08 hr 1.8.24.1: #111934#: join from CWS sdk07
2003-08-27 15:46:11 +00:00
569b07ca38 INTEGRATION: CWS sdk04 (1.2.28); FILE MERGED
2003/06/24 11:10:06 jsc 1.2.28.1: #110313# insert source license header
2003-06-30 14:51:19 +00:00
743515dc44 INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:06 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:51:08 +00:00
2bf5ca6ccb INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:05 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:50:57 +00:00
9ef79f241f INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:04 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:50:45 +00:00
3d911a75ab INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:03 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:50:20 +00:00
952c81daa8 INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:02 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:50:08 +00:00
cb0299a8ff INTEGRATION: CWS sdk04 (1.1.62); FILE MERGED
2003/06/24 11:10:01 jsc 1.1.62.1: #110313# insert source license header
2003-06-30 14:49:56 +00:00
f7e71b18d5 INTEGRATION: CWS sdk04 (1.3.62); FILE MERGED
2003/06/24 11:10:00 jsc 1.3.62.1: #110313# insert source license header
2003-06-30 14:49:35 +00:00
5dbf9cfb33 INTEGRATION: CWS sdk04 (1.7.6); FILE MERGED
2003/06/24 11:09:59 jsc 1.7.6.1: #110313# insert source license header
2003-06-30 14:49:24 +00:00
0692696ea9 INTEGRATION: CWS sdk02 (1.6.6); FILE MERGED
2003/05/16 14:01:24 jsc 1.6.6.1: #109045# improve build process
2003-06-10 09:45:03 +00:00
1963339633 INTEGRATION: CWS sdk01 (1.1.14.1.6); FILE MERGED
2003/03/13 12:18:24 jsc 1.1.14.1.6.1: #108153# improve usability
2003-04-17 08:40:06 +00:00
ecab58156e #99053# modified clean target 2002-12-19 10:38:32 +00:00
77a6abd9dd #99053# modified, new build env 2002-12-19 09:39:05 +00:00
82456883c7 #99053# modified, new build env 2002-12-19 09:33:49 +00:00
a7f387851d #99053# modified, new build env 2002-12-19 09:26:54 +00:00
d230da9ab9 #99053# update path to dll 2002-06-13 10:06:42 +00:00
bfe2ac4ebf #100120# use new service only for 6.1 2002-06-11 07:03:19 +00:00
2f0cd6bccb #100120# do not use depricated service 2002-06-10 15:15:20 +00:00
2788569e0e #100120# let user edit example first 2002-06-10 12:46:42 +00:00
6c32e6e45c #100120# initial version 2002-06-10 12:28:55 +00:00