Olivier Hallot
ecbf391719
Fix for fdo39748, part II
...
Code clenup
Improvement on extension list box size calculation
2011-11-29 10:23:01 +00:00
Olivier Hallot
a6efec83ce
Fix for bug fdo39748, Easy-hack Cleanup extension list.
...
This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox.
On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.
2011-11-28 20:15:00 +00:00
Norbert Thiebaud
46d40d6419
remove include of pch header in desktop
2011-11-27 13:06:47 -06:00
Stephan Bergmann
0c7bff0271
Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.
...
A compile time check ensures the common case of streaming just a plain
C-style string literal still produces reasonably compact call-site code.
The format-string variants are still available in sal/detail/log.h, but
only to be used in obsolete osl/diagnose.h etc., and going to be removed
again eventually.
2011-11-23 15:50:58 +01:00
Stephan Bergmann
f055e0e361
Upon startup, do not unnecesarily instantiate component service factories.
...
Discovered by Michael Meeks <michael.meeks@suse.com>.
2011-11-22 21:22:24 +01:00
Stephan Bergmann
d6a8934eeb
Remove no longer necessary "(void) x; // avoid warnings".
2011-11-22 17:03:12 +01:00
Stephan Bergmann
70a6b9ffbd
New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
...
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00
Caolán McNamara
2fc7e56a6c
push/pop deprecated
2011-11-16 20:40:36 +00:00
Michael Meeks
042247b3e4
Fixup legacy sleepycat db database usage for packages
...
Previously empty legacy registered_packages.db databases were created
unconditionally, at some efficiency and startup cost, despite these
being deprectated since before version 3.2.
We now handle version mismatches by warning on the console and ignoring
these files.
2011-11-16 17:04:54 +00:00
Stephan Bergmann
16aa2c1dd6
Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
...
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Stephan Bergmann
8a99391937
Introduced LibreOffice-minimal-version extension dependency.
2011-11-15 12:44:00 +01:00
Stephan Bergmann
8b75883b87
Simplified some uses of css.configuration.theDefaultProvider.
...
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Stephan Bergmann
c1758889cb
Heavily simplified utl::ConfigManager.
2011-11-11 22:49:21 +01:00
Stephan Bergmann
4bfde371a8
OOo reference version for extension dependencies is still at 3.4.
2011-11-09 13:37:00 +01:00
Stephan Bergmann
debc96051f
OpenOffice.org-minimal-version dependency is not branded.
2011-11-09 13:37:00 +01:00
Stephan Bergmann
bf912d1a18
dp_dependencies clean up
2011-11-09 13:37:00 +01:00
Stephan Bergmann
0c13fbb5bd
Improved an OSL_FAIL.
2011-10-31 09:05:59 +01:00
Tor Lillqvist
ad44d75e53
chmod -x
2011-10-26 12:54:10 +03:00
Stephan Bergmann
b1eae75f53
Undo basis/brand split: moved ini files from basis program/ to brand program/.
...
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Matúš Kukan
173cf81756
add more component prefixes
2011-10-08 15:31:40 +02:00
Michael Meeks
9142f9a1a1
WaE: win32 cleanup
2011-10-07 16:30:52 +02:00
Caolán McNamara
06ae02404e
cast gone
2011-10-05 10:44:30 +01:00
Andras Timar
eabbfc9d14
solve a cosmetic issue in Extension Manager window
...
When the extension entry is not highlighted, replace LF to space
in description text, so words do not stick together in one line view.
2011-10-03 15:56:31 +02:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01:00
Andras Timar
bf65a6ebc6
include dp_gui_theextmgr.hxx only once
2011-09-21 22:18:03 +02:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
David Tardon
6df9c479f5
gbuildize desktop
2011-09-15 14:49:34 +02:00
Caolán McNamara
c7c62c7114
oops, out-by-one idiocy
2011-08-26 10:23:55 +01:00
Caolán McNamara
8a0941ad1d
use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTS
2011-08-17 09:54:14 +01:00
Caolán McNamara
90fe8dadaa
add a jdk 1.5-alike string replace to comphelper::string
2011-08-15 09:21:49 +01:00
Julien Nabet
37d7efc5f9
Some cppcheck cleaning
2011-07-30 10:08:45 +02:00
Tor Lillqvist
0045722d53
Header filename case sensitivity fixes
2011-07-21 23:33:35 +03:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Caolán McNamara
3c822ccbf0
Related: rhbz#702833 addEventListener without removeEventListener
2011-06-17 14:03:30 +01:00
Caolán McNamara
511e0e1738
tweak these a bit to allow better template
2011-06-01 15:21:18 +01:00
Jan Holesovsky
5a9d7a54e9
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-05-27 20:49:48 +02:00
Jan Holesovsky
9df8682ced
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
basic/source/classes/sbunoobj.cxx
basic/source/inc/runtime.hxx
basic/source/runtime/step1.cxx
desktop/source/deployment/dp_services.cxx
drawinglayer/prj/d.lst
drawinglayer/source/primitive2d/makefile.mk
sfx2/source/appl/appinit.cxx
sfx2/source/appl/appquit.cxx
sfx2/source/inc/appdata.hxx
sfx2/source/view/viewfrm.cxx
svx/source/fmcomp/gridctrl.cxx
vbahelper/source/vbahelper/vbahelper.cxx
2011-05-27 20:46:20 +02:00
Caolán McNamara
6f531db266
add salhelper::LinkResolver
2011-05-25 08:53:52 +01:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
Matus Kukan
6e946c59b1
search for sc_helperdialog in res/
2011-05-20 19:04:08 +02:00
Tor Lillqvist
c6e5c7ce9b
Sanity checks that fix crash (fdo#36495)
2011-05-20 16:41:33 +03:00
Tor Lillqvist
ec88e3f84f
Fix typo
2011-05-18 11:59:00 +03:00
Tor Lillqvist
4819e1bd1a
Rework how <db.h> is included
2011-05-18 11:16:16 +03:00
Tor Lillqvist
718966db6f
No DB_INCLUDES any more, pass -I if necessary
2011-05-17 23:24:19 +03:00
Thorsten Behrens
f51c3f66b1
Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
...
Conflicts:
avmedia/source/gstreamer/gstframegrabber.cxx
avmedia/source/gstreamer/gstplayer.cxx
avmedia/source/gstreamer/gstplayer.hxx
basic/inc/basic/sbxdef.hxx
basic/source/classes/sbxmod.cxx
basic/source/comp/makefile.mk
basic/source/comp/sbcomp.cxx
basic/source/inc/namecont.hxx
basic/source/inc/scriptcont.hxx
basic/source/runtime/methods.cxx
basic/source/runtime/runtime.cxx
basic/source/runtime/stdobj.cxx
basic/source/runtime/step1.cxx
basic/source/uno/namecont.cxx
basic/util/makefile.mk
connectivity/source/commontools/predicateinput.cxx
connectivity/source/drivers/dbase/DNoException.cxx
connectivity/source/drivers/dbase/DTable.cxx
connectivity/source/drivers/file/fcomp.cxx
connectivity/source/drivers/jdbc/JConnection.cxx
connectivity/source/drivers/odbcbase/OResultSet.cxx
connectivity/source/drivers/odbcbase/OStatement.cxx
connectivity/source/parse/sqlnode.cxx
desktop/source/app/app.cxx
drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
drawinglayer/source/processor2d/vclprocessor2d.cxx
formula/inc/formula/token.hxx
formula/source/core/api/token.cxx
fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
fpicker/source/win32/filepicker/platform_vista.h
framework/source/helper/persistentwindowstate.cxx
framework/source/uielement/menubarmanager.cxx
oovbaapi/ooo/vba/XFoundFiles.idl
oovbaapi/ooo/vba/excel/XApplication.idl
oovbaapi/ooo/vba/msforms/XCheckBox.idl
oovbaapi/ooo/vba/msforms/XComboBox.idl
oovbaapi/ooo/vba/msforms/XControl.idl
oovbaapi/ooo/vba/msforms/XGroupBox.idl
oovbaapi/ooo/vba/msforms/XLabel.idl
oovbaapi/ooo/vba/msforms/XListBox.idl
oovbaapi/ooo/vba/msforms/XNewFont.idl
oovbaapi/ooo/vba/msforms/XRadioButton.idl
oovbaapi/ooo/vba/msforms/XTextBox.idl
oovbaapi/ooo/vba/msforms/XToggleButton.idl
scripting/source/dlgprov/dlgevtatt.cxx
sfx2/source/control/unoctitm.cxx
sfx2/source/doc/objstor.cxx
sfx2/source/doc/objxtor.cxx
svx/inc/svx/svdograf.hxx
svx/source/form/fmpage.cxx
svx/source/form/fmpgeimp.cxx
svx/source/svdraw/svdedtv.cxx
svx/source/svdraw/svdfmtf.cxx
svx/source/svdraw/svdograf.cxx
svx/source/svdraw/svdouno.cxx
svx/source/xml/xmlgrhlp.cxx
uui/source/iahndl-ssl.cxx
vbahelper/Library_msforms.mk
vbahelper/Library_vbahelper.mk
vbahelper/inc/vbahelper/vbahelper.hxx
vbahelper/prj/build.lst
vbahelper/source/msforms/vbacombobox.cxx
vbahelper/source/msforms/vbacontrol.cxx
vbahelper/source/msforms/vbacontrols.cxx
vbahelper/source/msforms/vbaframe.cxx
vbahelper/source/msforms/vbaframe.hxx
vbahelper/source/msforms/vbalabel.cxx
vbahelper/source/msforms/vbalabel.hxx
vbahelper/source/msforms/vbalistbox.cxx
vbahelper/source/msforms/vbalistbox.hxx
vbahelper/source/msforms/vbamultipage.cxx
vbahelper/source/msforms/vbatogglebutton.cxx
vbahelper/source/msforms/vbauserform.cxx
vbahelper/source/vbahelper/vbacommandbar.cxx
vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
vbahelper/source/vbahelper/vbahelper.cxx
vbahelper/source/vbahelper/vbawindowbase.cxx
xmloff/source/meta/xmlmetai.cxx
xmloff/source/style/PageMasterExportPropMapper.cxx
xmloff/source/style/PageMasterStyleMap.cxx
xmloff/source/text/txtexppr.cxx
xmloff/source/text/txtprmap.cxx
2011-04-28 00:12:58 +02:00
Julien Nabet
66c11b5218
Some cppcheck cleaning
2011-04-22 15:39:25 +02:00
Julien Nabet
561192cfc9
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 00:27:41 +02:00
Christina Rossmanith
606d16a81f
remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop)
2011-04-19 22:07:17 +02:00
Christina Rossmanith
b0b3e5fdf8
remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)
2011-04-19 20:36:11 +02:00
Caolán McNamara
2d954b6149
Resolves: #i113273# use modification time of soft link targets if linked
2011-04-12 21:29:27 +01:00