summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02handle "no schema" caseLionel Elie Mamane1-2/+9
This is especially the case when the source is a (saved) query. Fixes: Report Builder wizard "Finish" button does nothing -> cannot create report through wizard Change-Id: I266772035435a7c623beb0c0f66fc88e6316be8e
2012-07-24this is the stupidest hard-coded number in the worldCaolán McNamara1-1/+1
Change-Id: I4da7700f5a706716d14ca25eebf416d14bd6cf63 (cherry picked from commit 18b15e48cb1fa7590620930975796a0c0dcac225) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-07-16openoffice.org -> libreoffice.orgLionel Elie Mamane1-3/+3
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-16fdo#50800 populate composedCommandNames ASAP, not at call of getFromClauseLionel Elie Mamane1-9/+24
In particular com/sun/star/wizards/ui/FilterComponent calls getSelectClause before calling getFromClause, and then all hell breaks loose: composedCommandNames is empty, thus cannot find the proper Alias column name, thus the column names in the select list were not properly escaped, ... We have just made getFromClause quadratic instead of linear, but: 1) I do not think this would be a problem (small datastructures) 2) If it is, rather use a hashmap or something like that, wich will also make getSelectClause faster Also make the fallback case of "unknown table" more robust: escape the table name (if any) and column name! Change-Id: I474adc51fc6378d836bd5865d9eb9505983dcbc5 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-06-20fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane1-1/+1
This was keeping the Base form wizard from applying styles
2012-06-18fdo#43967 legacy report designer wizard formats dates improperlyLionel Elie Mamane2-9/+12
1) Set FormatsSupplier property only if underlying object has one. Else, exception is thrown and the format is not set 2) getTyperelatedFieldData uses the format keys, so initialize them before call, not after. Change-Id: I68c4c96a9da9a6afdc3ab8964e973588f53ee814
2012-06-06fdo#48018 legacy reports do not sort by group columnsLionel Elie Mamane1-7/+4
Legacy report means done with the "old" report system, as opposed to with report builder. This was caused by a misguided attempt to sort-of work around i#110536 instead of fixing it cleanly. Revert that. Apparently the idea was to not explicitly set grouping columns as sorting columns, but that the report execution would automagically add grouping columns at begin of sorting list at report execution time. That's a bad idea for at least two reasons: * This does not allow the user to chose ASC/DESC for grouping columns * In rare / advanced cases, sorting on another column *before* grouping is desirable. Plus, the "automagic adding" part apparently wasn't implemented anyway. Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8
2012-06-05fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79Norbert Thiebaud1-0/+1
Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150
2012-06-05fdo#47473 try to set new order only after field columns are availableLionel Elie Mamane1-1/+6
Change-Id: If8ba8f4e12aaebadec86a7f445a6d32bd363106d
2012-06-05untabifyLionel Elie Mamane1-1/+1
Change-Id: Ic51b50a5b06f2a96750a945754e44a302b070f77
2012-06-05fdo#47325 legacy reports: survive absence of Sorting hidden controlLionel Elie Mamane1-1/+10
Reports created in 3.4 and earlier lack it. Change-Id: I2cf1cad75fff59f23ad98299c4f94253adf7355b
2012-05-22Renamed writer_web_HTML to generic_HTML.Kohei Yoshida2-15/+9
This should reflect the fact that this type was already used as a generic HTML type. Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24consistent MANIFEST.MF namingLuboš Luňák2-1/+1
2012-04-24remove duplicate Class-Path entryLuboš Luňák1-1/+0
It's already set by Jar_reportbuilder.mk .
2012-04-09add package deps for resourcesDavid Tardon7-28/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl10-10/+10
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-04Remove duplicated and unused IDs.Victor Lee6-30/+10
2012-03-23.java files don't need executable bitsMichael Stahl4-0/+0
2012-03-09minor documentation tweaksMichael Meeks1-0/+3
2012-03-05Dropdown list in Letter Wizard are now ordered alphabeticallySzabolcs Dezsi1-13/+32
2012-02-23fdo#46339: Fix Query Wizard by putting the right ElementNameJulien Nabet1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan7-7/+0
2012-02-08Resolves: fdo#43644 survive registered but unavailable binfilterCaolán McNamara1-1/+12
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius2-2/+2
2012-01-31Fix fdo#42543: Don't paint a frame around the list of edit boxes.Jan Holesovsky1-23/+0
This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c 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 ;-)
2011-12-16fix syntactic errorDavid Tardon1-4/+1
2011-12-16fix syntactic errorDavid Tardon1-12/+6
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane1-1/+0
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-2/+6
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks3-6/+41
2011-12-05fax wizard: more misc. bug fixing, and missing file makefileMichael Meeks3-48/+125
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks11-106/+15
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05pywizards: resurrect Xisco's code lost in rebasingMichael Meeks33-7/+5100
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-05Set the python fax wizard as the default oneXisco Fauli53-38/+11746
2011-12-05add fax files to makefileXisco Fauli1-0/+8
2011-12-05add directories to basic/program and makefilesXisco Fauli3-0/+100
2011-12-05Forgotten fileXisco Fauli1-0/+34
2011-12-05Hello world (python) as a componentXisco Fauli3-3/+47
2011-12-05Fix merge conflictsXisco Fauli5-0/+1646
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-24fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane1-1/+1
This was keeping the Base form wizard from applying styles
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-04suppress warnings about inexact argument typeIvan Timofeev2-15/+7