ef97da75e6
Make labels in contact-sheet selectable
...
Right now to be able to copy & paste a name, address or telephone
number one has to change to edit mode, select the text and then
copy it. This is not a good UI, therefor thes patch makes the labels
in the contact-sheet selectable. This way the user doesn't have to
change to edit mode to be able to copy & paste the information.
2017-08-15 16:53:05 +02:00
Muhammet Kara
f61ab617f6
Update Turkish translation
2017-08-13 15:59:48 +00:00
Thiago Mendes
dcd922d86e
contacts-edit:
...
Can't create/edit notes from a contact
Fix: using the right index to have access
to the field
https://bugzilla.gnome.org/show_bug.cgi?id=768165
2017-08-12 13:17:34 +02:00
Piotr Drąg
1989a97621
Update Polish translation
2017-08-11 02:16:20 +02:00
Anders Jonsson
dc808f8086
Update Swedish translation
2017-08-04 00:21:10 +00:00
Marek Cernocky
171f851561
Updated Czech translation
2017-07-30 15:30:03 +02:00
Niels De Graef
4a0df204fb
Add foreign option to automake
2017-07-18 14:15:42 +02:00
Niels De Graef
dcdf412b29
Add README.md
2017-07-18 14:07:35 +02:00
Niels De Graef
4a1b2ff85d
Clean up contacts-utils.vala
...
* Remove some dead code
* Always log in case of an error (use `debug()` for that reason)
* Clean up some mixed indent
2017-07-18 13:14:36 +02:00
Niels De Graef
51de2b085b
Get rid of some deprecation warnings
2017-07-18 11:40:42 +02:00
Niels De Graef
4e9a0a91fa
Bump required GTK & GLib versions
2017-07-18 11:19:35 +02:00
Niels De Graef
9d89ccf1a1
Bump minimal version telepathy-glib to 0.22.
...
Also removed a deprecated function
TelepathyGlib.AccountManager.get_valid_accounts().
2017-07-18 10:36:43 +02:00
Niels De Graef
3766949230
Release version 3.25.4
2017-07-18 00:08:26 +02:00
Bastien Nocera
7a9001b056
build: Bump folks requirement
...
So we don't hit https://bugzilla.gnome.org/show_bug.cgi?id=784240
https://bugzilla.gnome.org/show_bug.cgi?id=784242
2017-07-17 21:50:44 +02:00
Kukuh Syafaat
5d41c1bcc3
Update Indonesian translation
2017-07-10 09:49:47 +00:00
Niels De Graef
51e339bf87
Clean up ContactPane.create_contact()
2017-07-02 14:53:17 +02:00
Niels De Graef
4af34f277c
Use GtkTemplate for ContactPane.
...
* Use a GtkStack rather than a GtkNotebook.
* Also added some documentation.
2017-07-02 11:20:15 +02:00
Niels De Graef
73150418f8
Extract & group functions for avatar & name_entry
2017-07-02 11:07:41 +02:00
Niels De Graef
dba91b53a9
Load the webcam in a separate thread.
...
This blocked the dialog's UI otherwise.
2017-07-01 13:53:17 +02:00
Jakub Steiner
e1c2ab029a
icons: provide app icon
...
- hicolor in up to 512x512px
- symbolic
https://bugzilla.gnome.org/show_bug.cgi?id=779021
2017-06-30 15:07:16 +02:00
Niels De Graef
d4dbd4374f
Clean up and separate VAPI files.
...
Note to other developers: you might have to do `make clean;./autogen.sh`
after this commit.
* Use a GtkCheese namespace to be constistent with other vapi's (such as
GtkClutter).
* Put each library in a separate vapi-file (this will come in handy when
porting to Meson).
* Clean up config.vapi:
* get rid of unused CCode prefix-attribute (removes warning)
* be consistent with braces
2017-06-30 12:34:10 +02:00
Niels De Graef
44f21d6ff1
Don't show redundant menubar. Bug 756222.
...
Disabling the app menu in GNOME Tweak tool showed a redundant toolbar.
This is now fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=756222
2017-06-30 11:47:34 +02:00
Niels De Graef
0039e10307
Use locale to translate months. Bug 687063.
...
https://bugzilla.gnome.org/show_bug.cgi?id=687063
2017-06-30 11:28:42 +02:00
Niels De Graef
63f76a00c2
Add some files that need to be put in .gitignore
2017-06-27 16:59:50 +02:00
Niels De Graef
775391442d
git.mk - Remove old .gitignores
2017-06-27 16:46:12 +02:00
Niels De Graef
d5bf3bb093
Add git.mk to automatically make .gitignore files.
2017-06-27 16:40:55 +02:00
Niels De Graef
92700d7cfb
Re-sync Cheese.Flash
...
Now back on latest commit (c32c9fc).
2017-06-27 11:02:21 +02:00
Niels De Graef
67f3eb60d8
Sync the CropArea-widget again.
...
Sync'ed to the latest commit of gnome-control-center (commit d511097).
2017-06-27 09:48:50 +02:00
Niels De Graef
9a55109d99
Convert Contacts.ContactEditor to GtkTemplate
2017-06-26 21:59:46 +02:00
Niels De Graef
1f864b0ee2
Fix several Gtk-CRITICALS (bug 737627).
...
Remove the custom_iter field since it was never assigned to and use null
instead.
2017-06-26 20:39:59 +02:00
Niels De Graef
71f50772a7
Add extra formatting to buttons removing contacts.
...
This mostly means adding the "destructive-action" styling class.
Following discussions in #gnome-design, rename Delete to Remove.
2017-06-26 18:24:43 +02:00
Niels De Graef
aea3ec9a89
Re-introduce separator before the stock thumbnails
2017-06-26 18:16:10 +02:00
Niels De Graef
a59a7bcc37
Implement AvatarDialog as a GtkTemplate.
...
* The thumbnails are now loaded using a Gtk.FlowBox, which saves a lot
of code.
* Cheese's `coldplug()` is now done asynchronously, since it otherwise
blocks the UI for several seconds.
* Minor formatting changes.
* Add some comments to make things clearer.
2017-06-26 12:20:05 +02:00
Niels De Graef
62fd4acf92
Remove libgd from aclocal flags
2017-06-24 15:19:49 +02:00
Niels De Graef
081b24b59b
Forgot to remove an obsolete comment
2017-06-24 13:58:46 +02:00
Niels De Graef
a483ccf5a6
Create InAppNotification class and remove libgd.
...
Libgd is bound to remove Gd.Notification, and removing it also means it
gets easier to port our build system to Meson.
Furthermore, we can now use some more sane defaults for our application
w.r.t. notifications.
2017-06-24 13:57:40 +02:00
Niels De Graef
7f47e0574d
doap-file requires a <description>
2017-06-20 12:40:25 +02:00
Niels De Graef
d58b53f1ce
Add myself to the maintainers.
2017-06-20 11:33:10 +02:00
Niels De Graef
966e380aad
Forgot to rename an action string
2017-06-19 17:36:59 +02:00
Niels De Graef
9910fe5d83
Clean up the application's GActions. Bug 775573.
...
* Use valid names for GActions: replace underscores with dashes in
'new_contact' and 'change_book'. See GAction.parse_detailed_name ()
for more info. Removes some Gtk-Warnings on startup.
* Use Gtk.Application.set_accels_for_action() instead of the deprecated
Gtk.Application.add_accelerator_for_action().
* Use GLib.ActionEntries for clarity.
2017-06-19 17:29:49 +02:00
Kristjan SCHMIDT
93302b4a44
Updated Esperanto translation
2017-06-11 03:16:57 +02:00
Piotr Drąg
0d0c23ef2d
Update po/Makevars
...
This is not a GNU package and the Free Software Foundation has no copyright
over it. Also adds MSGID_BUGS_ADDRESS.
2017-04-27 16:55:22 +02:00
Yuras Shumovich
81e0a74968
Update Belarusian translation
...
(cherry picked from commit 9ac6c986ad
)
2017-04-19 20:35:30 +00:00
gogo
66389b5019
Update Croatian translation
2017-04-15 21:17:18 +00:00
gogo
8f30f960ac
Add Croatian translation
...
(cherry picked from commit 87ac80afc3
)
2017-04-08 18:29:51 +00:00
Rūdolfs Mazurs
24d6151e45
Update Latvian translation
2017-03-18 14:35:57 +02:00
Yuri Myasoedov
8fc6156124
Updated Russian translation
2017-03-14 21:24:02 +04:00
Milo Casagrande
521af27d02
Update Italian translation
2017-03-13 09:37:08 +00:00
Fran Dieguez
a59ae965c3
Update Galician translation
2017-03-11 02:28:16 +00:00
Aurimas Černius
724c997ed7
Updated Lithuanian translation
2017-03-10 22:06:43 +02:00