2001 Commits

Author SHA1 Message Date
Michael Stahl
45460cbd43 move bundled binary OXT to new module external/misc_extensions
... and use ExtensionPackageSet to copy them to INSTDIR.

Change-Id: I3c77e986c308ffbabb5e55b93d3e04e6282bf4c9
2013-10-31 10:42:25 +01:00
Michael Stahl
8df17a3409 gbuild: set Package default target to INSTDIR
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28 20:17:26 +01:00
Michael Stahl
5864529a7c extras: don't hardcode share
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
2013-10-28 20:17:25 +01:00
Michael Stahl
b96913f2ec extras: deliver wordbook to INSTDIR
Change-Id: I36ed8f8a83938674b7b21dc1930dc1cac11ad76f
2013-10-24 17:56:05 +02:00
Thomas Arnhold
aa2d011acd fdo#45970: "pale green" is not green at all
Was like Cyan 10 before. Now it's like Green 10...

Change-Id: I7ec9b884b53fb0ab2a5a0c3d09cb8b2789037234
2013-10-16 05:41:55 +02:00
Caolán McNamara
c1e1de7260 convert captions option page to .ui
Change-Id: I571cc68bacce315ceafbe54deed6efeac51a6f1f
2013-10-14 14:58:46 +01:00
Andrea Pescetti
849c890ebc #i95765# Fix CSS classes in Web Page Wizard.
Patch-By: motohoss <hcmmac@hosscomm.com>.
Reviewed-By: jza
(cherry picked from commit f0577f5efa9609e14aa44f741a1faa3b8bec412f)
2013-10-08 10:01:23 +01:00
Ivan Timofeev
8c59320fe3 Revert "Revert "Added Tango colors to palette""
These are default line and fill colors, so it's better to duplicate these in the
standard palette to show the color names in the toolbar conrols.

This reverts commit de7b2781bdb03858379fe6e792ea32f62a8208ec.

Change-Id: I8a39c28b464980598a58ac559905aab86aac3e26
2013-10-07 22:29:10 +04:00
Jan Holesovsky
33ad001fe6 Convert connpooloptions to .ui + adapt code.
Change-Id: Idf76635180f73716f3d476975d9738edad464348
2013-09-29 14:49:43 +02:00
Tor Lillqvist
4c63fd10a5 Try to fix cross-compilation
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions.

Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT.

Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-23 00:54:43 +03:00
Manal Alhassoun
2f7f7e7717 Convert tab order dialog to widget UI
Change-Id: I2aebcf6486b80af31f1a06e9ae38e5610bee0cb4
Reviewed-on: https://gerrit.libreoffice.org/5970
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-17 11:42:29 +00:00
Caolán McNamara
eae6c40010 add a min-width-chars property to SvTreeListBox
Change-Id: If6213ab630222d0d9483beea602ea9d54be2396c
Reviewed-on: https://gerrit.libreoffice.org/5971
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-17 11:42:12 +00:00
Caolán McNamara
5480482b74 change up/down to just be images
and add parent boxes to the toplevels and set their names
so that we don't get warnings from the vcl builder

and add a stub to glade

and change a ComboBox to ComboBoxText so glade won't
clobber its items

Change-Id: I436736e96883b319b635fe87b539e829bc5595b8
2013-09-14 17:21:52 +01:00
Caolán McNamara
9ae66a0d99 convert edit address block dialog to .ui
this one nearly killed me

Change-Id: I51f14017940a275cca33dacf6f42438da43f46bc
2013-09-13 12:10:25 +01:00
Olivier Hallot
9e5afc4e1b Convert connector tab page to widget UI
Also:
* Rename dimensionline.ui to dimensionlinetabpage for naming consistency
* Fix connector and measure dialogs for connectors and dimension lines

Change-Id: I921890b33a5f9807a6e12341ef7f374312abfc8b
Reviewed-on: https://gerrit.libreoffice.org/5920
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-12 15:51:39 +00:00
Eike Rathke
75d9dffa39 sort alphabetically
Change-Id: Id04975bcc42a2b401d828c0f6b52f4d7c5bcc2b5
2013-09-12 01:56:48 +02:00
Eike Rathke
565ca0aa0a renamed sh-* to sr-Latn-* and *-YU to *-CS
Change-Id: I442c4d1b8f1a03c19bd119144413c9ac316b4a4c
2013-09-12 01:42:11 +02:00
Stephan Bergmann
5397b49f4d Towards a working instdir for Mac OS X
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X,
where it is $(INSTDIR)/LibreOffice.app/Contents.  Most stuff ends up there (so
most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK-
related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME).  (And
GeneratedPackage needed to be made more flexible, to allow for packages that go
into either of those two places.)

For Android and iOS, gb_INSTROOT probably still needs to be set.

The most obvious missing thing yet to make instdir work for Mac OS X is the
instdir/*/LibreOffice.app/Contents/ure/ vs.
instdir/*/LibreOffice.app/Contents/ure-link/ split.

Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-11 00:50:54 +02:00
Olivier Hallot
a8dd49b9fc Convert dimension lines tab page to widget UI
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8
Reviewed-on: https://gerrit.libreoffice.org/5879
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09 10:36:32 +00:00
Andras Timar
b01a7c633b fdo#65330 fix meta.xml of AbstractYellow.otp
title was Abstract Green instead of Abstract Yellow

Change-Id: I80344940d96163809b889482334f02bb4f7a124f
2013-09-08 11:53:04 +02:00
Caolán McNamara
ac5b44c087 tweak custom widget to give an optimal size
+ move accessibility relations into the .ui now that we can
+ drop unused hids
+ rework the format/language positions to be less weird
+ add a custom widget stub to make easy to edit with glade

Change-Id: I9607603536f9df2b7cac0074880089adad3b9860
2013-09-06 11:54:17 +01:00
Manal Alhassoun
0e2ef09316 titlerotationtabpage.ui widgets
Change-Id: I187ec2b6bbee10820fcea5b770972fc63b2f7117
Reviewed-on: https://gerrit.libreoffice.org/5729
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-01 14:06:56 +00:00
Krisztian Pinter
f8426f5053 startcenter: Add toggle to view templates in Start Center
Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f
Reviewed-on: https://gerrit.libreoffice.org/5543
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-08-30 12:35:12 +00:00
Caolán McNamara
7800193a54 convert token widget to .ui
which means that the widgets inside the token window in index/table->entries
are no longer truncated at the bottom

Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92
2013-08-26 12:36:37 +01:00
Caolán McNamara
4a4631b86c convert tox entries page to .ui
Change-Id: Iedc6ab145a39b3844a42b70bfa18f4af574d732d
2013-08-26 12:36:36 +01:00
Andras Timar
897c73740b fdo#68440 update Italian autocorrection
Change-Id: I7f0dcccc5abf3ba0d0969973c4d0800095bfcca7
2013-08-23 15:19:27 +02:00
Caolán McNamara
91ffdf5855 convert picture frame to .ui
Change-Id: I624a4cfa8a5e8c3c72833ff0c3545deadbe4435d
2013-08-22 16:34:59 +01:00
Caolán McNamara
04fe354350 convert db field page to .ui
Change-Id: I36a61bd9bac45e8f4533eb624859aea51360cc14
2013-08-21 14:45:47 +01:00
Caolán McNamara
400b3acb1f convert field var page to .ui
Change-Id: I56be21c0e5b74b03b0c7f8cca873fc4fd553f3a7
2013-08-21 13:15:47 +01:00
Caolán McNamara
c5d4d41dff convert field ref page to .ui
Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa
2013-08-21 10:35:18 +01:00
Caolán McNamara
ec1a6ef42e convert field function page to .ui
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
2013-08-19 10:38:18 +01:00
Caolán McNamara
4b42db1570 convert docinfo field page to .ui
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
2013-08-18 20:23:02 +01:00
Tor Lillqvist
058a3d1c46 Further work on the "Mac-like app structure" option
Lots of stuff still either ended up in the wrong place, or was looked up from
the wrong place, or both. Fix most cases.

Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18 21:11:16 +03:00
Caolán McNamara
b36e10d4e1 convert frame type page to .ui
Change-Id: Id2be1940652e0d26efe4fdb92b750039744632de
2013-08-16 13:59:31 +01:00
Caolán McNamara
34790f2be8 convert envelope format page to .ui
Change-Id: I0f473ebfc7bd6a8bd5aa1b8749fc3afa7a51bb70
2013-08-14 16:10:10 +01:00
Jan Holesovsky
844b956075 Add RecentDocsView to the glade catalog.
Change-Id: Ife46af4db6b20f166419c5bfc1ff44077926c60d
2013-08-13 18:35:04 +02:00
Caolán McNamara
c6508f02aa set mnemonic widgets and other HIG tweaks
and restore some list box contents

Change-Id: I0b5a3699eda917796803c401f4af9584fdbdbfb3
2013-08-13 14:51:16 +01:00
Caolán McNamara
05dab8aef3 convert label layout tab to .ui
Change-Id: Ice1a9b365426059704438da5fee2e4470cfb3f72
2013-08-12 14:18:00 +01:00
Caolán McNamara
a4c385f1aa convertion section page to .ui format
Change-Id: I26990ba16ba70683960685d8c26bbfd2d66d6132
2013-08-05 11:21:31 +02:00
Caolán McNamara
662f504e8c convert localized autocorrection options to .ui format
Change-Id: I8df81ad3bdef2094d01439604a805b2d6321f354
2013-08-04 11:49:34 +02:00
Olivier Hallot
241c670f06 Convert line tab page to widget UI
Change-Id: I26ee6e0b5b6d17dfb9a65d16aaee0db1b64f5e05
Reviewed-on: https://gerrit.libreoffice.org/5244
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-02 19:14:16 +00:00
Csikós Tamás
3604f3f005 modern .ui widgetlayout for editdictionarydialog
widget found at writer/tools/options/writing aid

Conflicts:
	cui/UIConfig_cui.mk

Change-Id: I1cd4ff5c85f373ccd8d7b808f6ef869fe4c2d312
Reviewed-on: https://gerrit.libreoffice.org/5228
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-02 13:19:01 +00:00
Caolán McNamara
ab29ad8cd5 set some initial sizes for the direct sql dialog textedits
and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the
svtools MultiLineEdit

Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f
2013-07-30 14:51:47 +01:00
Csikós Tamás
471e5c1ed1 modern .ui widgetlayout for directsql
Change-Id: I51140fe6abd2d321c5784b923f920ab9183f417e
Reviewed-on: https://gerrit.libreoffice.org/5171
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30 13:48:40 +00:00
Olivier Hallot
876fdf0141 Convert bitmap tab page to widget UI
Change-Id: I5633a5e96582f94b9619152805cfa13daeb3fe53
Reviewed-on: https://gerrit.libreoffice.org/5162
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-29 09:29:15 +00:00
Olivier Hallot
6d21d95f2d Convert shadow tab page to widget UI
Change-Id: I8828100136f73e4f80cb11c2b5003fa7de6b575f
Reviewed-on: https://gerrit.libreoffice.org/5116
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-26 16:11:14 +00:00
Olivier R
8121945646 update the French autocorrection file
Change-Id: If5579f1cf7d94c4fe7a4289c2792c2f34e872a8f
2013-07-25 20:34:22 +01:00
Olivier Hallot
ad0c6359dc Convert Area Tab Page to widget UI
Change-Id: I543e575bb2e081e4c0b60c2a094c379b01a1894e
Reviewed-on: https://gerrit.libreoffice.org/5005
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-24 11:55:01 +00:00
Caolán McNamara
52bce8fadd convert versions of dialog to .ui
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
2013-07-16 12:45:56 +01:00
Caolán McNamara
d9bfa462ba convert chart color options page to .ui
Change-Id: I9420014d8bee8f71b5ab64aba5dbc7c27f4a25f4
2013-07-13 20:50:03 +01:00