summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-18solver is dead and goneBjoern Michaelsen
Change-Id: I66257ed063849fde997ff78b8b9a6fc2db939fde
2013-10-18fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt
As discussed in the bug report. I changed all occurrences, not only the one in the Calc menu. Change-Id: Ia652cb10ec0123b0a79a719dda59e6d2f54f0680 Reviewed-on: https://gerrit.libreoffice.org/6123 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-18pScreen uninitializedCaolán McNamara
Change-Id: I244c3b5a949ae5c8a5bf46d1b58439e080b2c848
2013-10-18added Ladin_Italy [lld-IT] locale data, fdo#70530Eike Rathke
Change-Id: I7c0e88ee9d01eec3df471d84f122123dfb24f4fe
2013-10-18added Ladin [lld-IT] to language list, fdo#70530Eike Rathke
Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3
2013-10-18some GetTokens hidden in windows only codeCaolán McNamara
Change-Id: I45da175fe0f72996b26d66c29e0e6a1b4115b896
2013-10-18move xid-fullscreen into gnome packageCaolán McNamara
Change-Id: I2ad0838a12ce06b2c6e77b7f55cdc2cd0627a38b
2013-10-18missing .mkCaolán McNamara
Change-Id: I923153579d6cc50354450a5b3a55ecc133ae5e41
2013-10-18Resolves: rhbz#919070 offload set span-all-displays to a gtk3 utilityCaolán McNamara
Jaw dropping hack to set a slideshow to span all monitors if gtk3 is available at runtime Change-Id: I363f63c9855d5cb1f92d65d0b34add0c60f7263c
2013-10-18Related: rhbz#919070 display -1 means span all displaysCaolán McNamara
So try to set size to full "screen" size. most window managers will ignore this however unless _NET_WM_FULLSCREEN_MONITORS is set, Under gtk3 we can use gdk_window_set_fullscreen_mode to do that. Its effectively impractical for LibreOffice to itself calculate the right parameters for _NET_WM_FULLSCREEN_MONITORS as far as I can see Change-Id: Ia725f21048bfcec3dbf1478b4303ccd9cfec0b36
2013-10-18Related: fdo#38838 remove String::GetTokenCaolán McNamara
Change-Id: Ic5307816dd3f0c74f10eb8a15910a1674713bf9c
2013-10-18Check for minimum version of flex (2.5.35)Christian Lohmaier
since at least 5c2ba4aad61ce2c7c661202ae7ed26e1859c5216 flex 2.5.35 or newer is required, but linux baseline (CentOS 5.9) shippes with older one. Fail in configure/autogen instead of during make Signed-off-by: Stephan Bergmann <sbergman@redhat.com> ...and gracefully cope with Mac OS X flex --version returning "flex 2.5.35 Apple(flex-31)", so just look for the first run of d.d.d when determining the version number Change-Id: Ia5a324474aaa1a45910f50b4a78ab6ce6279575e
2013-10-18fdo#70480 do not crash reading malformed zipDavid Tardon
Change-Id: Ibbdf7ce4979f8452c4a662cc9ae3f598cce23126
2013-10-18convert std::unique_ptr to boost::scoped_ptrNoel Grandin
I used this during my String->OUString conversion changes, but apparently it's a C++11ism Change-Id: Iff727a92d6d0c3e418275d2850ce70cbd2d2546a
2013-10-18random OUString to String conversionsNoel Grandin
Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754
2013-10-18convert String to OUString in reportdesign moduleNoel Grandin
Change-Id: I6c154dff7c613c8975136f2934df3b0f385dade4
2013-10-18convert remnants of String in SD to OUStringNoel Grandin
Change-Id: Ia09dab36376e0169cddb5e8b0aa096d5327a8213
2013-10-18convert remaining String in SC to OUStringNoel Grandin
Change-Id: I3ee8c3b59bf9d6ef6516f1da64cbe5f0b35af2d0
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e
2013-10-18convert sw/source/core/access/*.cxx from String to OUStringNoel Grandin
Change-Id: I03c63fbfe40e1fd7b7e26ecc7f16d695a68cbe46
2013-10-18convert sw/source/core/crsr/*.cxx from String to OUStringNoel Grandin
Change-Id: I5fa7cc6ef54d0fed5752e422ab750f83a36d72ee
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin
Change-Id: I08caf2c9b7b2368f715fd582c93d40d69de2c875
2013-10-18convert sw/source/core/docnode/*.cxx from String to OUStringNoel Grandin
Change-Id: I1c9e569b41f953510160cefee626ee7c9440c3c0
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin
Change-Id: I7d79a1a5bdfbfbb58ca2b99dc544dc174c997fb4
2013-10-18convert sw/source/core/fields/*.cxx from String to OUStringNoel Grandin
Change-Id: I1e56b2bc0499aebf4e7e57ad7c6e6c84de6a3efe
2013-10-18convert sw/source/core/text/*.cxx from String to OUStringNoel Grandin
Change-Id: Ifda1e87fb14d075bb0b1708efc12404c9ebc255a
2013-10-18convert sw/source/core/txtnode/*.cxx from String to OUStringNoel Grandin
Change-Id: I959196c06025e35211ee23bac574ba63a83938b1
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin
Change-Id: Ifbd63cd8184deec7f11d504d78d29c8f3ddd247c
2013-10-18convert sw/source/core/unocore/*.cxx from String to OUStringNoel Grandin
Change-Id: I4af097f36d47452dc992f8965f74dd707c2c08a9
2013-10-18convert sw/source/core/view/*.cxx from String to OUStringNoel Grandin
Change-Id: I714464715e54f20b327eed0748ab9fd82d0980bb
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin
Change-Id: I431d805f2845830da0fa66f6521c5c7d6b5b10d5
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
Change-Id: I2ec64f459dca9389d709ba0cdf20a5c1ef34ad18
2013-10-18convert sw/source/filter/ww1/*.cxx from String to OUStringNoel Grandin
Change-Id: I5c7279d1f9b27480d317e05de769ca7302f781e3
2013-10-18These are now in external/Module_external.mkTor Lillqvist
Change-Id: I6b28b1f6bf867844a70e0ba74aeefeae8b8f8510
2013-10-18add README for externalDavid Tardon
Change-Id: Ib888da804f99ca3647aa588c1c6b1dafbca1df3f
2013-10-18fdo#70393: move icu to a subdir of externalKhaled Hosny
Change-Id: I9d8191848b093240f79207446afb13ca6fd708e4 Reviewed-on: https://gerrit.libreoffice.org/6309 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move hyphen to a subdir of externalKhaled Hosny
Change-Id: I5a112b6f588a704e682e7b50d5399d3da77fbacf Reviewed-on: https://gerrit.libreoffice.org/6308 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move hunspell to a subdir of externalKhaled Hosny
Change-Id: Id3aafd95cb8c064f84898844a91f350e9aad0ed4 Reviewed-on: https://gerrit.libreoffice.org/6307 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move hsqldb to a subdir of externalKhaled Hosny
Change-Id: I01d383442ed43c602d4e4664da822c2fbb1a026f Reviewed-on: https://gerrit.libreoffice.org/6306 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move graphite to a subdir of externalKhaled Hosny
Change-Id: If0f3c19fd539d2b1323016df032b9f959a0adf66 Reviewed-on: https://gerrit.libreoffice.org/6305 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move freetype to a subdir of externalKhaled Hosny
Change-Id: I533d855e30e46b937d27d185eabc0ca3a3473f4d Reviewed-on: https://gerrit.libreoffice.org/6304 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move fontconfig to a subdir of externalKhaled Hosny
Change-Id: I467e83b4c1ca938f5cdc333d9af103bcd01832f2 Reviewed-on: https://gerrit.libreoffice.org/6303 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move firebird to a subdir of externalKhaled Hosny
Change-Id: I2cb4f4b63ab526c3d034adf8c006103cde7e7304 Reviewed-on: https://gerrit.libreoffice.org/6302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move libatomic_ops to a subdir of externalKhaled Hosny
Change-Id: Ic79dddea1e366019f5a1d919ad0b9568b4d8cdf7 Reviewed-on: https://gerrit.libreoffice.org/6301 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move expat to a subdir of externalKhaled Hosny
Change-Id: I4735c3b10081ac62b4620ff5180f12c30b077627 Reviewed-on: https://gerrit.libreoffice.org/6300 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move epm to a subdir of externalKhaled Hosny
Change-Id: Ifa10b01d9dce947a0153b9d3e1399d9842ba6241 Reviewed-on: https://gerrit.libreoffice.org/6299 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move curl to a subdir of externalKhaled Hosny
Change-Id: I76401636aab7d4de198912b154d6ec3da35a711d Reviewed-on: https://gerrit.libreoffice.org/6298 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18fdo#70393: move ct2n to a subdir of externalKhaled Hosny
Change-Id: If93ae0fa968539f72c9dbf29b4496355b6d66e05 Reviewed-on: https://gerrit.libreoffice.org/6297 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-17mailmerge: fix salutation listAndras Timar
Previous state: there were two salutation lists, one for men, one for women. But they contained not only the salutation, but title, placeholder, and a punctuation merk. Therefore, when the user composed a Custom Salutation, and selected a pre-defined salutation, the result was something like for example "Dear Mr. 2, Mr. Lastname," instead of "Dear Mr. Lastname,". Current state: salutation list contains only salutations. There is no need for two lists, because the Custom Salutation is customizable separately for men and women and it is not necessary to choose from the list. Change-Id: Ibb4e195401f1d01d5e63c9085b99d7acf3ef1229
2013-10-17distclean generated ios/lo.xcconfigStephan Bergmann
Change-Id: I5db55ab575e3343664080936bd14a0c04f134fb6