summaryrefslogtreecommitdiff
path: root/src/contacts-window.vala
Commit message (Expand)AuthorAgeFilesLines
* Rename Window to MainWindowNiels De Graef2021-01-171-586/+0
* Don't use "do" as identifierNiels De Graef2020-11-291-2/+2
* window: Add mnemonics when creating a new contactNiels De Graef2020-11-291-1/+2
* window: Add null-check for list_pane on startupNiels De Graef2020-11-151-2/+8
* Reduce the amount of unnecessary refcountingNiels De Graef2020-11-071-7/+7
* window: Use HdyWindowChristopher Davis2020-11-021-5/+20
* Adapt to changes in Hdy.HeaderGroupAdrien Plazas2020-07-231-6/+0
* Adapt to Hdy.Leaflet changesAdrien Plazas2020-07-231-4/+4
* Window: CleanupNiels De Graef2020-06-051-44/+42
* App: Cleanup the window creation codeNiels De Graef2020-06-051-3/+9
* window: Fix an unreachable catch clauseNiels De Graef2020-06-051-5/+7
* Editor: use listbox layout to edit contact and secondary menuJulian Sparber2020-02-031-21/+72
* Refactor link/unlink operationsJulian Sparber2020-02-021-5/+3
* Make visible when using a development buildNiels De Graef2020-01-051-0/+3
* window: Add a "back" gestureAdrien Plazas2019-12-131-0/+5
* Use individual directlyJulian Sparber2019-11-041-29/+37
* window: Remove unused header_group fieldNiels De Graef2019-06-011-3/+0
* window: Disambiguate Gtk.HeaderBarNiels De Graef2019-05-301-2/+2
* Window: Use Hdy.LeafletAdrien Plazas2019-01-311-11/+47
* Window: Add the back buttonAdrien Plazas2019-01-311-0/+6
* contacts-window: Clean up primary menuAlexander Mikhaylenko2018-12-241-5/+17
* Window: Put the tilebar into a Hdy.TitleBarAdrien Plazas2018-11-111-11/+3
* Window: Handle window decorations with a Hdy.HeaderGroupAdrien Plazas2018-10-301-12/+5
* Window: Deselect the contact when creating a new oneAdrien Plazas2018-10-211-0/+2
* Contacts.Window: "Done" button actively grabs focusFrank Zschage2018-09-241-2/+5
* Window: Use separators to simplify styleAdrien Plazas2018-09-041-0/+4
* ContactPane: split set_edit_mode in 2 methods.Niels De Graef2018-04-141-4/+3
* Window: Don't create a contact when creating/updatingwip/aplazas/new-contactAdrien Plazas2018-04-131-0/+3
* Contact: make hidden a property & cleanup the code.Niels De Graef2018-04-021-1/+1
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-251-1/+1
* Window: use flag operations in window_state_event()Niels De Graef2018-02-241-6/+3
* Contacts.Window: remember width and height of windowFrank Zschage2018-02-181-0/+67
* ContactPane: Update right titlebar after editing contactFrank Zschage2018-02-061-0/+3
* Allow sorting by first name or surname.Niels De Graef2018-02-051-2/+15
* Don't use anonymous lambdas if not necessary.Niels De Graef2018-01-221-2/+2
* Window: ngettext call should be correct this time.Niels De Graef2018-01-221-1/+1
* Window: do the ngettext thing properly this time.Niels De Graef2018-01-221-3/+6
* Window: reinstate ngettext() for delete notification.Niels De Graef2018-01-221-2/+3
* Contact: Remove display_name property.Niels De Graef2018-01-221-4/+4
* Window: disable edit buttons after canceling the creation a new contact.Niels De Graef2018-01-221-2/+2
* Window: use a single function for contact deletion.Niels De Graef2018-01-221-41/+16
* Window: add tooltips to icon buttons.Niels De Graef2018-01-211-0/+2
* Window: no more "Select" title in left header.Niels De Graef2018-01-211-4/+3
* ContactList: only show checkbox on hover.Niels De Graef2018-01-211-4/+0
* ContactList: use and sync the UiState.Niels De Graef2018-01-211-2/+2
* ListPane: also use the UiState.Niels De Graef2018-01-201-17/+11
* Window: allow simultaneously selecting & displaying a contact.Niels De Graef2018-01-201-10/+12
* Add a Favorite button.Niels De Graef2018-01-191-2/+21
* Window: left title: "All Contacts" -> "Contacts".Niels De Graef2018-01-191-4/+2
* Window: use icon for edit_button.Niels De Graef2018-01-171-2/+2