summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-21Uploading libmspub-0.0.3 release (support for MS Pub 97 and 98)Fridrich Štrba
Change-Id: I6ead205a272f0167157304748d7daf8ffc9211c9
2012-08-21Device name now based on bluetooth name, or hardware name.Andrzej J.R. Hunt
Change-Id: I0be93ff79d3dbd56bf847a081b310985c77e43f5
2012-08-21Add a MakefileTor Lillqvist
Note that sdremote does not use any LO native code, this Makefile does not need and has none of the related complexity, like those in ../experimental/*. Change-Id: Iaa9fb7f0b1a96af4283dc19a2ad125f37ba85411
2012-08-21Restyle and refactor clockbar to work with 2.3.Andrzej J.R. Hunt
Change-Id: I2101fd1ef41ac71f81875ba845250ce875a242b5
2012-08-21mingw doesn't know __uuidofLuboš Luňák
Copied from fpicker/source/win32/filepicker/comptr.hxx, which otherwise seems to be the same file. Change-Id: I51ca96c1280e75f9318fcbc74997b2bf755fff95
2012-08-21Fixes to run on Android 2.3Andrzej J.R. Hunt
Change-Id: I5934264083a1cd7b33fdcd9869957c222825df60
2012-08-21More LINUX-ismStephan Bergmann
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
2012-08-21Emulator detection. Fix crash on bluetoothless devices.Andrzej J.R. Hunt
Change-Id: Ia4845940a83361cad1e824832dcad05019192705
2012-08-21stdint.h is not C++98Stephan Bergmann
...and appears to be unused here, anyway. Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e
2012-08-21fdo#53175: Fixed the end of hyperlinksCédric Bosdonnat
This fixes the end of hyperlinks appearing after field ends (while the start of hyperlink is after field start too). Change-Id: If21b8973baaca183e0103e3a70ed98b99aa59392
2012-08-21template manager: setFontAttribute on TextLayouterDevice is neededCédric Bosdonnat
or you could have some weird values initialised much earlier (remember, that TextLayouterDevice shares its device) Change-Id: Ia8e44e578dc1bff6bdc97a3007db51e20692593d
2012-08-21Remove unused attributes from ThumbnailView class.Rafael Dominguez
Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-20Java5 updates - convert to genericsNoel Grandin
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20Use PassWord property in impdialog.src for certificate Edit widget.Gökçen Eraslan
Change-Id: I597de8efa8838b35597a401c27e1eb709fd8ef31
2012-08-20tubes: update READMEMatúš Kukan
Change-Id: Iab26aa96301851ace6244688a38bbb99630afd73
2012-08-20tubes: add few more commentsMatúš Kukan
Change-Id: I263443d341805583f8ecedf0da738b75249b5d97
2012-08-20tubes: fix indentation and scope of variablesMatúš Kukan
Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
2012-08-20Remove dead java codeNoel Grandin
Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f
2012-08-20fix dead assignment in setRowStyleNoel Grandin
Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338
2012-08-20Java update - remove dead codeNoel Grandin
Change-Id: Ieafe29dd9e23bb40a2a80bd231c21e30faa9a40e
2012-08-20More ABS migration.Andrzej J.R. Hunt
Change-Id: If56d5c7f8c28248215cf558b03eabe1f5b4569ff
2012-08-20do not make Qt3 moc mix KDE3 and TDE slotsLuboš Luňák
Qt3 moc does not understand #ifdef, so filter out unwanted stuff for it.
2012-08-20Fixed formatting of Network Servers in selection screen.Andrzej J.R. Hunt
Change-Id: Ia2e0612588b1bad4971b73852f9cbededb233c7e
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt
Change-Id: I86aa527fe913ec6fc1ca566e083eadd64b4db2a5
2012-08-20Don't be shyTor Lillqvist
Change-Id: I806dcac11667abfd89a3202ed56e6370e18e185d
2012-08-20fdo#47674 Save setting for Import Ascii Text DlgLaurent Balland-Poirier
Caption of Dlg is missing Filename for import of CSV Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c
2012-08-20No jvmaccess for iOSTor Lillqvist
Change-Id: Ifc83795c84cc82832a185317d4aa3554419e31e3
2012-08-20Skip DISABLE_DBCONNECTIVITY attempts for nowTor Lillqvist
Change-Id: I3d454d10aee05ce5b4bfd8ea0852bbc751933058
2012-08-20No libi18npaperlo any moreTor Lillqvist
Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076
2012-08-20Just look at $(CC) to find out which arch the tree is forTor Lillqvist
Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann
<http://msdn.microsoft.com/en-us/library/45119yx3%28v=vs.80%29.aspx> "toupper, _toupper, towupper, _toupper_l, _towupper_l: Visual Studio 2005" states: "In order for toupper to give the expected results, __isascii and isupper must both return nonzero." But a community comment clarifies: "This is incorrect, and should refer to '_toupper' (the macro form), not 'toupper'." (Which makes sense, as otherwise toupper would violate the C Standard.) And indeed, at least for some LO built against MSVC 2008 Express on Windows 7, _toupper('C') = '#' is broken, while toupper('C') = 'C' is good. (And the unexpected '#' then causes all sorts of errors in the code.) Change-Id: Iddaddcaf0cc3ffb30e55b0f410a6cfe9118accc8
2012-08-20Use Thunderbird-like certificate selection GUI in pdf signing.Gökçen Eraslan
Change-Id: Ibe834f1aecc60ba09a2c19d75b094881b82c248a Reviewed-on: https://gerrit.libreoffice.org/431 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2012-08-20resolved fdo#53325 CSV space delimiter and quoted fieldEike Rathke
CSV import didn't recognize end of field if a field was quoted and the delimiter was space. Change-Id: I46de608d545011437fe8a298854c134d6cf54b6b
2012-08-20Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY caseTor Lillqvist
Change-Id: I392b0203e0850a57eb3e1dfdaf21eafed838129b
2012-08-20Update ./g --set-push-user to work with gerrit.Jan Holesovsky
Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49
2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin
Change-Id: Ib6f3af37906583af376687962b758d348431585f
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin
Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587
2012-08-20Java update - fix various javadoc issuesNoel Grandin
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
2012-08-20Fix TDE VCL interfaceTimothy Pearson
Change-Id: Ifd28ab758ba8be89a57c152d3fb9d361715bb33f
2012-08-20PreInit and MemoryError can be removed from coreCaolán McNamara
The logic of 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163 in binfilter appears to hold for core as well Change-Id: I73cd47586c4c83858f9eca92e019ad0108b514e0
2012-08-20more shadow warnings at highest debugging levelsCaolán McNamara
Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara
Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9
2012-08-20fill whole polypolygon at once, so that fill rule is applied correctlyRadek Doulik
- fixes rest of n#759172 Change-Id: I6c2694bf8276337b7d1fa54a12867bfc2b658a23
2012-08-20configure: fix S390X CPUNAME:Michael Stahl
The value was changed to S390x, presumably by accident, breaking the build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272). Change-Id: Icca90818c6363855437a273714a8317becdfd0e5
2012-08-20SwXTextTable::setPropertyValue: de-dentMichael Stahl
Change-Id: Icad5dfcf8b9962623ac9f8954672a50a232bb9be