Commit graph

2554 commits

Author SHA1 Message Date
David Tardon
6de7392829 add package deps for resources 2012-04-09 10:09:23 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Victor Lee
2ba78d1ed9 Remove duplicated and unused IDs. 2012-04-04 18:34:33 +02:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Michael Meeks
eea51b7622 minor documentation tweaks 2012-03-09 17:03:50 +00:00
Szabolcs Dezsi
ab6273ecec Dropdown list in Letter Wizard are now ordered alphabetically 2012-03-05 10:38:32 +02:00
Julien Nabet
bad98a1aa7 fdo#46339: Fix Query Wizard by putting the right ElementName 2012-02-23 20:00:40 +01:00
Elton Chung
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
Matúš Kukan
5cabaf5a32 fdo#39491 more of unnecessary include paths 2012-02-10 21:41:46 +01:00
Caolán McNamara
f3e40273b6 Resolves: fdo#43644 survive registered but unavailable binfilter 2012-02-08 12:38:37 +00:00
Josh Heidenreich
223cca46ed Added READMEs for modules which used to be in components 2012-02-08 07:46:57 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Jesús Corrius
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
Jan Holesovsky
03e17a141f Fix fdo#42543: Don't paint a frame around the list of edit boxes.
This conflicts with commit efc6b840a0 that
reorders painting of windows when they overlap; and in this case, the frame
image paints over the controls.

The sideeffect is that the dialog looks nicer ;-)
2012-01-31 17:10:26 +01:00
David Tardon
0e7ac37f00 fix syntactic error 2011-12-16 06:53:23 +01:00
David Tardon
c57fcf8d88 fix syntactic error 2011-12-16 06:44:18 +01:00
Lionel Elie Mamane
7f4cb27518 fix loading of python-uno module by package.module name 2011-12-12 22:14:50 +01:00
Stefan Knorr (astron)
ad2eb6c4ba Less succes, more success 2011-12-08 09:06:09 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Michael Meeks
fe05a4b4aa fax wizard: build and install the java wizard in paralle to the python one 2011-12-05 20:53:25 +00:00
Michael Meeks
49df5176e5 fax wizard: more misc. bug fixing, and missing file makefile 2011-12-05 20:53:24 +00:00
Michael Meeks
41b8bad143 wizards: completely work python wizard packaging and registration
Also improve exception handling and error printing in pythonloader
Allow registration of explicit .py components - the only method that works
2011-12-05 20:53:24 +00:00
Michael Meeks
b35b708098 pywizards: resurrect Xisco's code lost in rebasing
Xisco merged this to master and then deleted it on master, which cause
these files to get lost during the re-base across that.
2011-12-05 20:53:22 +00:00
Xisco Fauli
21131ea640 Set the python fax wizard as the default one 2011-12-05 20:53:22 +00:00
Xisco Fauli
cebdd70c03 add fax files to makefile 2011-12-05 20:53:21 +00:00
Xisco Fauli
43e132ef1f add directories to basic/program and makefiles 2011-12-05 20:53:20 +00:00
Xisco Fauli
85458c56a2 Forgotten file 2011-12-05 20:53:20 +00:00
Xisco Fauli
adf772680c Hello world (python) as a component 2011-12-05 20:53:19 +00:00
Xisco Fauli
e20b4fe7f9 Fix merge conflicts 2011-12-05 20:53:19 +00:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Lionel Elie Mamane
ef3a19eed2 fdo#37626: form wizard recognise "#" also at beginning of line
This was keeping the Base form wizard from applying styles
2011-11-24 19:40:49 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Ivan Timofeev
504b384dd1 suppress warnings about inexact argument type 2011-11-04 13:18:43 +04:00
Rene Engelhard
3c904c0d5c remove Resource.java.orig 2011-11-02 18:21:15 +01:00
Matúš Kukan
c77a9254dd no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Xisco Fauli
0f7d691056 Remote the python code for now.
The reason I delete it is because this code is not used yet. I still keep working in the feature branch, so when i'll finish there i'll merge it into master. It doesn't make sense to have it in master for now
2011-09-24 12:59:08 +02:00
Caolán McNamara
4a90740fce drop dead dmake makefile.mks 2011-09-08 15:29:53 +01:00
Caolán McNamara
afd8c5919f lets put the log checkbox back near the bottom 2011-08-22 09:39:13 +01:00
Caolán McNamara
2f9cf699aa Resolves: fdo#36127 hide staroffice filters when binfilter unavailable 2011-08-22 09:39:13 +01:00
Caolán McNamara
39aecb765d swap position of StarOffice and MSOffice migration blocks 2011-08-22 09:39:13 +01:00
Caolán McNamara
14953fa09a add in Office Open XML formats here 2011-08-22 09:39:12 +01:00
Caolán McNamara
d0d845506d Drop statement that VBA macros don't get converted, they sort of do thesedays 2011-08-22 09:39:12 +01:00
Caolán McNamara
5e4d51ea90 ODF isn't a *new* format anymore 2011-08-22 09:39:11 +01:00
Caolán McNamara
4dfbfd1e71 it doesn't convert %PRODUCTNAME documents, but the old binary format 2011-08-22 09:39:11 +01:00
Xisco Fauli
6c76e4db03 Merge branch 'master' into feature/gsoc2011_wizards
Conflicts:
	automation/source/inc/cmdbasestream.hxx
	automation/source/server/cmdbasestream.cxx
	automation/source/server/retstrm.hxx
	automation/source/testtool/cmdstrm.cxx
	automation/source/testtool/cmdstrm.hxx
	automation/source/testtool/tcommuni.cxx
	basctl/prj/d.lst
	basctl/uiconfig/basicide/toolbar/findbar.xml
	cui/source/dialogs/about.cxx
	cui/source/dialogs/about.src
	cui/source/inc/about.hxx
	extensions/source/abpilot/abpservices.cxx
	extensions/source/dbpilots/dbpservices.cxx
	extensions/source/propctrlr/pcrservices.cxx
	extensions/source/svg/makefile.mk
	forms/Library_frm.mk
	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
	lingucomponent/source/spellcheck/spell/sspellimp.cxx
	package/prj/d.lst
	package/source/zipapi/XMemoryStream.cxx
	package/source/zipapi/XMemoryStream.hxx
	setup_native/prj/d.lst
	setup_native/source/win32/customactions/relnotes/makefile.mk
	tools/test/export.map
	wizards/com/sun/star/wizards/common/ConfigGroup.py
	wizards/com/sun/star/wizards/common/ConfigNode.py
	wizards/com/sun/star/wizards/common/Configuration.py
	wizards/com/sun/star/wizards/common/Desktop.py
	wizards/com/sun/star/wizards/common/FileAccess.py
	wizards/com/sun/star/wizards/common/Helper.py
	wizards/com/sun/star/wizards/common/SystemDialog.py
	wizards/com/sun/star/wizards/document/OfficeDocument.py
	wizards/com/sun/star/wizards/fax/FaxDocument.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
	wizards/com/sun/star/wizards/letter/LetterDocument.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
	wizards/com/sun/star/wizards/text/TextDocument.py
	wizards/com/sun/star/wizards/text/TextFieldHandler.py
	wizards/com/sun/star/wizards/text/TextSectionHandler.py
	wizards/com/sun/star/wizards/text/ViewHandler.py
	wizards/com/sun/star/wizards/ui/UnoDialog.py
	wizards/com/sun/star/wizards/ui/UnoDialog2.py
	wizards/com/sun/star/wizards/ui/WizardDialog.py
	wizards/com/sun/star/wizards/ui/event/CommonListener.py
	wizards/com/sun/star/wizards/ui/event/DataAware.py
	wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
	wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
	wizards/util/helpids.h
	wizards/util/hidother.src
	xmlsecurity/prj/build.lst
	xmlsecurity/prj/d.lst
	xmlsecurity/qa/certext/SanCertExt.cxx
2011-08-21 21:50:13 +02:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00