Age | Commit message (Collapse) | Author |
|
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
|
|
Change-Id: I794b34c1864f619d91f0b105ba08a4f607abd291
|
|
I ran the following code replace:
s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
And finally removed String::CreateFromInt32().
Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5
Reviewed-on: https://gerrit.libreoffice.org/2279
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
|
|
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
|
|
<< gtk documentation
gtk_file_chooser_get_current_folder_uri ()
Gets the current folder of chooser as an URI.
Note that this is the folder that the file chooser is currently displaying ...
which is not the same as the currently-selected folder if the chooser is in
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected
folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the
selection.
>>
<< offapi documentation
XFolderPicker
getDisplayDirectory:
Returns the root directory that the FolderPicker is showing.
getDirectory
Returns the selected directory
>>
so getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri
and getDirectory <-> gtk_file_chooser_get_uri
Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2
|
|
This was because of my busted commit in
4b51374a7021d52f7f1be1861e2ee6a011b30ecd
"fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style"
Change-Id: Iaf99dcf052b5aac7f995b86a0e8af9725839802d
|
|
Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275
Reviewed-on: https://gerrit.libreoffice.org/1962
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
... throws IndexOutOfBoundsException, since it's not supposed to happen.
Change-Id: I876e6cede88f86d12543d3ce65e1b0a0ca5389a7
|
|
Change-Id: I624f35026b8ee847d70d429c61cd93d6a603d8b0
|
|
Change-Id: Ifea57dec77c5b23771684a1e46267f8431478075
Reviewed-on: https://gerrit.libreoffice.org/1806
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I247a52cf547da268e5aa6f7c9fef000c598b661b
|
|
Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83
|
|
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
Change-Id: I9ba0b27924d1698bad2c34da75fff57f75a737f0
|
|
Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2
|
|
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
|
|
Change-Id: I01dc490d09fbe4bd0cce34b7e93afd36dd517f25
|
|
Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap.
In my XFCE, removing this method didn't chnage anything. So this needs more
tests in Windows and other WM's.
Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
|
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt
ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker
implementations at XFolderPicker, so creating them caused DeploymentExceptions.
Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
|
|
Change-Id: I576bfa41b0dce0cba8c92c123f8747cf619fcffb
|
|
Change-Id: I3b03dc67de563e5d87fb85c0566fc411e372c690
|
|
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
|
|
Change-Id: I6b7dfd5dd80f45c216c9ec240a390b6434a12672
|
|
Change-Id: Iba9e6c3d2483a20ed3ec33b85b4c5f78830fd2f6
|
|
Change-Id: I248d6668d1e9c5ec834cd8268d853ec03a2f859b
|
|
|
|
|
|
Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2
|
|
Change-Id: I5bb1b92929686ced48415c4d0198fa3fa2f2f0e3
|
|
Change-Id: I51ee0f6c8671c914626cf4332408b4e2b4918b47
|
|
Re-declare GMenuModel / GActionGroup if we don't have a recent enough gio.
Fix a number of compile warnings.
use the standard gnumake macros / linking for ENABLE_GIO & ENABLE_DBUS
Initialize GDBusInterfaceVTable cleanly.
Take the Solar Mutex on hud_activated.
Change-Id: Ie0c1d6e75c4be857f0db1adad36418dd1693f63e
|
|
Change-Id: Ieb6c73993b3ef3854d81fdeb81661d75f1fe954f
|
|
Change-Id: I418e3c57e7c201529020864b1f4677ec4c24e2c8
|
|
Change-Id: I4094302b83342fd42bccad4966b51624215d71ff
|
|
Change-Id: I4d275bc01ac0baa265d22dcd849020e8f51fc447
|
|
Change-Id: I0649ac50a93b3b6379642fac4d5d532d46251d72
|
|
Change-Id: If3544734e8c4a1c632a24976e9340ef84869d22a
|
|
Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4
|
|
Change-Id: I80dd2d05060dcad3c6375a4e1c7b2109e451169b
|
|
Change-Id: Ifd4b3f0d68f4919a10f97d6681bfd0002fa48c7a
|
|
Change-Id: I47d9be121898ca66f73488be4b46cc16cc4013a9
|
|
Change-Id: I9548a2c8dfec114de3133d55ca00362793b71a6c
|
|
Change-Id: Ibda3c5d6f50d12041065f28ddd41eab57ae9560e
|
|
Change-Id: I95861a5af8b9c72c74840868d0530d5855b87785
|
|
Change-Id: Ib4947f5b48f508d66beab6952098c8d27e03ad21
|
|
Change-Id: I6c3865227702325e7f1545be893eb05b19c2e09f
|
|
Change-Id: Ia6153c6630af2b04f3b022051aa1f7c48e2bfc1e
|
|
Change-Id: Ia8f82024e56ad83c8979d60df3c94e8209fe2552
|