summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
AgeCommit message (Collapse)Author
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
2012-12-18sfx2 renamed templatelocalviewitem.hxx to templatecontaineritem.hxxCédric Bosdonnat
Change-Id: I7133c5b1ba41b01e695d006af8e5e3bb29997ec6
2012-12-18Template Manager: moved repositories storage to dialogCédric Bosdonnat
Change-Id: If049e05b7cec060cbdbc5a366a4019f088325e1f
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara
a) In the print dialog you can temporarily override the default print job format for a single print job b) In the printer options dialog you can override the default print job format for a single printer c) Under tools->options->print you can override the default print job format for all printers. Tidy up the restart dialog in passing Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45
2012-11-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl
The following badly designed interfaces and services were deprecated in OpenOffice.org 3.0 and are now remove from the API: com.sun.star.document.DocumentInfo com.sun.star.document.StandaloneDocumentInfo com.sun.star.document.XDocumentInfo com.sun.star.document.XDocumentInfoSupplier com.sun.star.document.XStandaloneDocumentInfo The supported replacements for these have been introduced in OOo 3.0: com.sun.star.document.XDocumentProperties com.sun.star.document.XDocumentPropertiesSupplier com.sun.star.document.DocumentProperties http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html Remove the implementation of these interfaces and services in sfx2 (SfxBaseModel, objuno.cxx) Also remove unit tests for these services in qadevOOo and sfx2. Conflicts: offapi/type_reference/types.rdb Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256
2012-11-07CMIS: added CheckIn dialogCédric Bosdonnat
Change-Id: Iba938986478b880b7026285f607972a2e4d72283
2012-10-11InfoBars: first implementationCédric Bosdonnat
Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-23Rename class from TemplateOnlineView to TemplateRemoteView.Rafael Dominguez
Change-Id: I3d1cc00274c4f758cb4e8e6a09cea9cb63b0a733
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez
Change-Id: I9a783c39f04a19cd65a292f3ebff923bb845f2c4
2012-07-29Rename TemplateFolderView to TemplateLocalView.Rafael Dominguez
Change-Id: I1cc75b9f4279323ca26943f8a2f3d2d0ac1a7edc
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian
This currently works only on Linux as of now.
2012-07-16PRECOMPILED_HEADERS not definedMatúš Kukan
Change-Id: I9292f45585243ef0244b75df030421111e1ca0ae
2012-07-15Create abstract class for template repositories.Rafael Dominguez
Change-Id: Ie92c2241c468522439bccd7d9c18a2dbf9c27c38
2012-07-15Load repositories URLs and names from user settings.Rafael Dominguez
Change-Id: Iad7f62660abc59383d9933b198a57ac317361f38
2012-07-15Create a class to display online templates thumbnails.Rafael Dominguez
Change-Id: Id1a2a18d5531a3425221adec84abb7c05228496c
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Mathias Bauer: cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks http://svn.apache.org/viewvc?view=revision&revision=1172341 cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation http://svn.apache.org/viewvc?view=revision&revision=1172343 http://svn.apache.org/viewvc?view=revision&revision=1172350 cws mba34issues01: #i117708#: status indicator for inactive documents http://svn.apache.org/viewvc?view=revision&revision=1172358 cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter http://svn.apache.org/viewvc?view=revision&revision=1172359 cws mba34issues01: #i117024#: rework parameter conversion for load/save slots http://svn.apache.org/viewvc?view=revision&revision=1172360 cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization http://svn.apache.org/viewvc?view=revision&revision=1172367 cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-07-04Create a view to display search results.Rafael Dominguez
Change-Id: I85b34937a91dbc321ff98ee873f9e8b9cc037fd2
2012-07-03Create dialog skeleton to ask user for new folder name.Rafael Dominguez
Change-Id: I5f861753c7b4d0e901c8268f4004676df7da124f
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-20Create class to store templates data for display in TemplateView.Rafael Dominguez
Change-Id: I4b3478e97528020a2ffdff4f6c49e627b9af54cd
2012-06-19Subclass ThumbnailViewItem for TemplateFolderView specific.Rafael Dominguez
- Let ThumbnailViewItem a basic structure for displaying a thumbnail, name and a selection box. Change-Id: I00fffcb0c1cb17017cfe7adfde152e640ee01c82
2012-06-19Create a thumbnail view for template documents.Rafael Dominguez
Change-Id: I768a3c21fec15356678ece790e3fd05299c55f48
2012-06-18Create a thumbnailview for templates folders.Rafael Dominguez
Change-Id: I2c5e2899e854df0edb3ee7bade55f39c8984177d
2012-06-15move zoomitem from svx to sfx2Tim Hardeck
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
2012-06-14Update paint code to use drawinglayer API.Rafael Dominguez
Change-Id: Iacb8b1a8447d8fb54cbb72b7a5a8f25cadb1267d
2012-06-10Move thumbnailview to sfx2 folder.Rafael Dominguez
Change-Id: Iace30ac7911938184cee5f4e5e16159598771014
2012-05-28Implement template manager dialog.Rafael Dominguez
- Handle command in appserver - Add all the necessary defines for the command and slot. - Create TemplateManagerDlg class and resource files. - Add basic buttons to display different templates with their handlers. Change-Id: I557576a49f722c6f54d74922bac8bc4ebd5760c3
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl
2011-12-21ditch min/max as macros under msvcCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-10-27remove unused SfxObjectVerbsControl classNorbert Thiebaud
2011-09-22Always link with user32Tor Lillqvist
2011-09-12remove last remnents of archaic SfxMacro based stuffCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist