summaryrefslogtreecommitdiff
path: root/sendto
Commit message (Collapse)AuthorAgeFilesLines
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-122-14/+1
| | | | | The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed.
* sendto: Update man pageBastien Nocera2022-09-051-1/+0
| | | | | | The bluetooth-sendto man page still mentioned that a device chooser would be shown if a device address wasn't passed, but that's not the case since GNOME 42, where all the device chooser widgets were removed.
* sendto: Add margins to windowMaximiliano Sandoval R2022-07-151-0/+4
| | | | Makes the window look better.
* sendto: Initialize libadwaitaMaximiliano Sandoval R2022-07-152-1/+3
| | | | | | Adds support for dark mode. Fixes: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/issues/114
* sendto: Fix warning when closing file chooserBastien Nocera2022-02-231-0/+1
| | | | | | | Fix a warning when closing the file chooser without selecting a file, using keyboard shortcuts. GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkWindow'
* sendto: Fix out of bounds accessJan Tojnar2022-02-231-3/+4
| | | | | When running `bluetooth-sendto` without arguments and selecting some files, the app would try to access memory after the model list returned by gtk_file_chooser_get_files.
* sendto: Show selection dialogJan Tojnar2022-02-231-0/+2
| | | | | When running `bluetooth-sendto` without arguments, no window was shown.
* lib: Split UI and non-UI librariesBastien Nocera2022-01-191-1/+1
| | | | | | Both UI and non-UI libraries export a pkg-config file. Only the non-UI library exports a Gir as it's the only one that gets to be used from a non-native program (gnome-shell).
* build: Fix build for newer versions of mesonBastien Nocera2022-01-071-1/+0
| | | | sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
* sendto: Port to GListStore BluetoothClient APIBastien Nocera2021-11-301-35/+22
|
* sendto: Port to GTK4Georges Basile Stavracas Neto2021-10-281-34/+44
| | | | Basically, a concatenation of what happened inside the library.
* sendto: Remove device selectionGeorges Basile Stavracas Neto2021-10-271-102/+2
| | | | | | | | | | The device choosing widgetry is heavy on GTK3 usage, and is currently only used by the bluetooth-sendto utility. Drop the device chooser widgetry from bluetooth-sendto. This functionality is still accessible through GNOME Settings' Bluetooth panel. Related: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/issues/96
* sendto: Replace GtkMisc API by GtkLabel APIGeorges Basile Stavracas Neto2021-10-271-5/+10
| | | | | | | | GtkMisc is a deprecated widget, and the way the bluetooth-sendto utility app uses it is trivially replaceable by GtkLabel's x and y align properties. Replace GtkMisc API usage by GtkLabel API in bluetooth-sendto.
* build: Use generators placeholdersIñigo Martínez2019-01-111-1/+1
| | | | | | | | | | Functions derived from generators as `configure_file`, `custom_target` and `i18n.merge_file` can use placeholders like `@BASENAME@` that removes the extension from the input filename string. The output string has been replaced by this placeholder that allows in some cases the use of less variables.
* build: Fix dependenciesIñigo Martínez2019-01-111-6/+2
| | | | | | | | | | | | libgnome-bluetooth expose a number of includes in their public headers belonging to different libraries. Therefore, these libraries are indirect dependencies of the library to be built. With this in mind, required dependencies have been split in two sets, one formed by public dependencies and the other by private dependencies. The created `pkg-config` file now also use these new sets.
* build: Use / instead of join_pathsIñigo Martínez2019-01-111-1/+1
| | | | | | | | | Since meson 0.49, the `/` character can be used to join paths[0], so all the instances of `join_paths` have been replaced. Required meson version has been bumped to 0.49. [0] http://mesonbuild.com/Release-notes-for-0-49-0.html#joining-paths-with-
* build: Remove unnecessary directory variablesIñigo Martínez2019-01-111-5/+1
| | | | | | | | Some variables in meson build files are used to set installation directories or used as references to set directory related information. However, many of these directories are unnecessary because they have the same information as the default directory values.
* build: Add trailing commasIñigo Martínez2018-12-211-5/+5
| | | | | | | Add missing trailing commas that avoids getting noise when another file/parameter is added and eases reviewing changes[0]. [0] https://gitlab.gnome.org/GNOME/dconf/merge_requests/11#note_291585
* build: Move all dependency() statements to top-levelBastien Nocera2018-07-271-6/+1
| | | | | So we know what we need to build gnome-bluetooth without looking in sub-directories.
* meson: Remove duplicate and/or unused defines from sendtoJan Alexander Steffens (heftig)2017-09-151-7/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787728
* sendto: Add a translator comment to the .desktop filePiotr Drąg2017-08-121-0/+1
| | | | So hopefully we get fewer invalid translations that possibly break build.
* build: Migrated from Intltool to GettextIñigo Martínez2017-08-122-9/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785742
* sendto: Use Unicode in translatable stringsPiotr Drąg2017-08-111-2/+2
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774042
* build: Remove autotoolsIñigo Martínez2017-08-111-30/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785737
* build: Port to meson build systemIñigo Martínez2017-08-112-1/+52
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785737
* sendto: Don't allow sending to iDevicesBastien Nocera2015-06-081-2/+19
| | | | | | | iDevices don't have OBEX support. Disable the device selection's "Send" button when an iPhone or similar is selected. https://bugzilla.gnome.org/show_bug.cgi?id=746698
* sendto: Show a better error message when connection refusedBastien Nocera2015-06-081-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746698
* sendto: Strip the D-Bus error from the error messageBastien Nocera2015-06-081-5/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746698
* sendto: Remove a remaining reference to openobexLaurent Bigonville2015-01-051-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=740852
* sendto: Rename Cancel button to Close when doneBastien Nocera2014-08-181-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734974
* sendto: Use header bar buttonsBastien Nocera2014-08-181-21/+39
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734974
* Add whitespace missing from previous commitBaptiste Mille-Mathias2014-01-121-1/+1
|
* Replace deprecated GTK_STOCKBaptiste Mille-Mathias2014-01-121-4/+4
| | | | | | Since GTK 3.10 GTK_STOCK items are deprecated and thus has to be replaced. https://bugzilla.gnome.org/show_bug.cgi?id=720634
* all: Ellipsis changesPhilip Withnall2013-12-061-2/+2
| | | | | | Changes "..." to "…" https://bugzilla.gnome.org/show_bug.cgi?id=593564
* sendto: Simplify error message fetchingBastien Nocera2013-11-131-45/+6
| | | | | | | And remove the dead "Palm" special-casing, as obexd's error messages are too broad to do anything special in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=701280
* sendto: fix check for current_transfer proxyGustavo Padovan2013-06-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=701399
* sendto: update status on transfer completedEmilio Pozuelo Monfort2013-06-141-2/+13
| | | | | | | When all transfers have been completed, show a label saying so. https://bugzilla.gnome.org/show_bug.cgi?id=701399
* sendto: remove Sending files labelGustavo Padovan2013-06-061-10/+1
| | | | | | | | | We can change the window title to say "Bluetooth File Transfer" and the remove the label "Sending files via Bluetooth". We can get a smaller window size with this change. https://bugzilla.gnome.org/show_bug.cgi?id=701399
* sendto: clear the progress bar text when there's an errorEmilio Pozuelo Monfort2013-05-301-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: check if we could create the proxyEmilio Pozuelo Monfort2013-05-301-9/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: Remove obsolete sourcesEmilio Pozuelo Monfort2013-05-303-543/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: set the From label as soon as we create the windowEmilio Pozuelo Monfort2013-05-301-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: split the code to update the From labelEmilio Pozuelo Monfort2013-05-301-14/+23
| | | | | | | Move it into its own function as we need to call that from various places. https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: fix 'Retry' buttonEmilio Pozuelo Monfort2013-05-301-1/+7
| | | | | | | We were trying to create a session unconditionally but that fails if we already have one. https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: port to BlueZ 5Emilio Pozuelo Monfort2013-05-301-166/+234
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* sendto: move get_system_time() upEmilio Pozuelo Monfort2013-05-211-10/+11
| | | | | This is a utility function that can be before the rest of the code.
* sendto: Fix distcheckBastien Nocera2013-01-151-1/+2
|
* sendto: Remove nautilus-sendto pluginBastien Nocera2012-11-094-305/+0
| | | | nautilus-sendto is getting trimmed.
* sendto, wizard: .desktop files require a main categoryAlexandre Rostovtsev2012-09-271-1/+1
| | | | | | | Otherwise, they do not validate with desktop-file-validate from desktop-file-utils-0.20 https://bugzilla.gnome.org/show_bug.cgi?id=685002
* Only use C90 declarationsColin Walters2012-09-041-1/+1
| | | | Fixes the build with the newer gnome-common.