summaryrefslogtreecommitdiffstats
path: root/cui/Library_cui.mk
Commit message (Collapse)AuthorAgeFilesLines
* screenshot: added functionality to dialogArmin Le Grand2016-08-281-0/+1
| | | | | | | | | Moved code to cui, added abstraction for AbstractDialog, adapted rendering, changed selection, added better selection visualization, added save ressources and dialog, creating pure screenshot with annotation display Change-Id: I533d9f559ee17cd46105b934bcf4beef87b96168
* Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist2016-08-031-1/+1
| | | | | | | | | | | | ENABLE_OPENGL means whether to enable the OpenGL slideshow transition code. It does not mean whether to enable use of OpenGL in general. So rename it to ENABLE_OPENGL_TRANSITIONS while at it. ENABLE_HEADLESS means whether to disable use of X11 and OpenGL on X11 (and Wayland) platforms, I think, meaning Linux and maybe Solaris and the BSDs. Maybe it should be renamed to DISABLE_X11_AND_OPENGL. Change-Id: Ibb30f51646b1bcc477fe691a3fa38c7a1e3944ae
* [GSoC] Add Bitmap tab to area dialogRishabh Kumar2016-07-261-0/+1
| | | | | | | Change-Id: I6549e7eb4efd24d035b0383a750698a4c3f16cf7 Reviewed-on: https://gerrit.libreoffice.org/27546 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Convert Bitmap tab to Pattern tabRishabh Kumar2016-06-281-1/+1
| | | | | | | Change-Id: I5cf02f1889090539f7adb826483c91a1ef3c3925 Reviewed-on: https://gerrit.libreoffice.org/26015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Refactoring transparence tab codeRishabh Kumar2016-04-291-0/+1
| | | | | | | | | Move transparence tab code out from Area tab code. Change-Id: Ia7276aa3b1c438b6c8cff89ab5ca3752ff6bcc0e Reviewed-on: https://gerrit.libreoffice.org/24368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Move clew/clew.h into external, tooStephan Bergmann2016-04-121-2/+2
| | | | | | | | | | | For consistency with what 38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1 "clew: move this foreign code to external/clew" did for clew.c. Library_scfilt depends on clew/clew.h, simply make it depend on the full clew external. Change-Id: Idcbf56a69084e108832c8970507ebea0f7ff400b Reviewed-on: https://gerrit.libreoffice.org/24035 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* fix headless buildOliver Specht2016-03-251-1/+5
| | | | | | | | | | disables OpenGL and glew usage, lets --without-gui do what --without-x did before and disables X related test Change-Id: I680b47c9962a0d43c8ece593db0b82e347ceebdb Reviewed-on: https://gerrit.libreoffice.org/23474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
* [API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens2015-12-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4, related to tdf#96398, removing more client code. The following published interfaces are removed: com::sun::star::mozilla::XPluginInstance com::sun::star::mozilla::XPluginInstanceNotifySink com::sun::star::mozilla::XPluginInstancePeer com::sun::star::mozilla::XPluginInstanceSyncPeer com::sun::star::mozilla::XPluginWindowPeer com::sun::star::plugin::PluginDescription com::sun::star::plugin::PluginException com::sun::star::plugin::PluginManager com::sun::star::plugin::PluginMode com::sun::star::plugin::PluginVariable com::sun::star::plugin::XPlugin com::sun::star::plugin::XPluginContext com::sun::star::plugin::XPluginManager Change-Id: I3818a23e0f46fd01bfe9be11b57f6a551c013441 Reviewed-on: https://gerrit.libreoffice.org/20780 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl2015-09-031-1/+0
| | | | | | | | | | With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#93620: show OpenGL status in Help->AboutLászló Németh2015-08-261-0/+1
| | | | | | | Build ID will show enabled OpenGL with an extra string "-GL" helping the fix of rendering issues. Change-Id: Id7bf2db2edb165542bf7a2a253c698c494278a03
* tdf#88427: Add GUI to enter and maintain a list of Time Stamping AuthoritiesTor Lillqvist2015-02-171-0/+1
| | | | | | | | | It is just a simple list of entered URLs, accessed from the Security page. No sanity checks for now. No selection of a "default" one for now. Implementation is much simpler this way. The actual selection of one TSA (or none) is done when exporting to PDF. Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f
* Don't treat clew as part of an "external" clcc moduleTor Lillqvist2014-12-081-2/+2
| | | | | | | | | | | | | | | | | | | There is no obvious authoritative upstream for clew anyway, so it causes philosophical problems for distros. For a while, we used to use a zip archive from the "clcc" project on SourceForge that included clew.c and clew.h. (Before that we also just had clew.c and clew.h in our source repo.) So, drop the external/clcc module and have clew.c and clew.h in the source repo again. But this time clew is in a module of its own, not in sc. This re-introduces "No need to have OpenCL optional at configure-time" This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01. Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454 Reviewed-on: https://gerrit.libreoffice.org/13368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist2014-11-271-0/+6
| | | | | | | | | | Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
| | | | | | | | Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
* fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann2014-09-091-6/+0
| | | | | | ...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
* Created basic architecture for PersonasDocHandler.Rachit Gupta2014-08-141-0/+1
| | | | Change-Id: Ic1454344756c48090ebe821799d10dd6ace0264c
* Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.Rachit Gupta2014-07-291-1/+0
| | | | | | | | | Also, removed the unused hrc/src files. Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c Reviewed-on: https://gerrit.libreoffice.org/10595 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* More generic way to disable avmediaTor Lillqvist2014-04-171-1/+1
| | | | | | | | | | Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
* SvxMultiFileDialog is never createdCaolán McNamara2014-03-141-1/+0
| | | | | | | | | | | | because the single caller of it is a hidden button in the old mail merge dialog which was never completed to allow attachments to emails (because it never was able to send emails, the new one can FWIW) all of which has logical knock on effects to shrink things down substantially Change-Id: I831cac8f670eaafc96b2ea4d78516f67b662fa7d
* require icu_headers hereCaolán McNamara2014-01-201-0/+1
| | | | Change-Id: Iee8d757f29c03e71e48c211966daaa89548710b4
* Related: #i56998# use locale rules to format percentage...Caolán McNamara2014-01-201-0/+1
| | | | | | in Combine single line paragraphs option in AutoCorrect dialog Change-Id: I5af78ff31031a92a4f772d9c26bee05c3695cad1
* Kill internationaloptions page, it has been unused for years.Jan Holesovsky2013-09-291-1/+0
| | | | Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
* Bypass SvxBasicIDEOptionsPage when DISABLE_SCRIPTINGTor Lillqvist2013-09-031-1/+2
| | | | Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf
* GSOC work, Tool/Options/Basic IDE Options createdGergo Mocsi2013-09-021-0/+1
| | | | | | | | Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9
* make the tinderbox information more reliable in the about dialog (fdo#58034)Petr Mladek2013-08-291-1/+0
| | | | | | | Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* Initial files are improved.Efe Gürkan YALAMAN2013-08-011-0/+1
| | | | | | Some typos fixed on header files. Change-Id: Ibd6f1b666a3a5b8b6a943b1bffae0be262bcf2fa
* PCH for more librariesLuboš Luňák2013-07-121-0/+2
| | | | Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
* Convert Languages tab page to .uiabdulmajeed ahmed2013-05-301-1/+0
| | | | | | Deleted the readonly images too,it was not used any where else and was just confusing. Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788
* show the 'java' options page when java disabledCaolán McNamara2013-05-241-2/+1
| | | | | | | | | | because there are now a bunch of unrelated to java things in there in its new incarnation as the "advanced" tabpage this removes the weird empty tabpage in options in the java-disabled-at-build-time configuration Change-Id: Ie59d8362d440c41e746b67a0195e4159848f162a
* officecfg: remove Package_cppheaderMichael Stahl2013-05-071-0/+4
| | | | | | Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist2013-04-051-2/+4
| | | | | | | | | Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
* Fix fdo#59970 slowless of about box renderingThorsten Behrens2013-02-201-0/+1
| | | | | | | | | | Prevent creation of transparent bitmap at arbitrary scale, and subsequent scaling down. For remote X, that even has to fetch pixel back from remote side for manual scaling. Change-Id: I58e011231f2b81b913a6b02dd973385ef5664379 Signed-off-by: Petr Mladek <pmladek@suse.cz>
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+1
| | | | | | | | | - 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
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-2/+2
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* Personas: Introduce Tools -> Options... entry for Firefox Personas.Jan Holesovsky2012-11-301-0/+1
| | | | Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
* add --with-extra-buildid configure optionPetr Mladek2012-11-291-0/+1
| | | | | | | | | | It can be used to show extra build indentification in the about dialog just under the version string. The plan is to show information about tinderboxes and make the life easier for QA guys. Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* TDE integrationNorbert Thiebaud2012-05-141-0/+1
| | | | Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
* Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara2012-04-271-0/+1
| | | | | | | | | | | | | Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-3/+3
| | | | | | | | | 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)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-0/+1
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|