summaryrefslogtreecommitdiff
path: root/src/contacts-window.vala
Commit message (Collapse)AuthorAgeFilesLines
* search-provider: update to shell new APIErick Pérez Castellanos2014-09-191-0/+4
|
* App: hooked Ctrl+n to new contact creation modeErick Pérez Castellanos2014-08-111-17/+17
| | | | Fixed function name in Contacts.Window, reordered
* Window: fix leave edit-mode behaviorErick Pérez Castellanos2014-08-111-7/+7
|
* Window: provide entry point for inline contact creationErick Pérez Castellanos2014-08-111-5/+36
| | | | | Hook into ContactPane new API. Adjust leave edit-mode behavior so it can cancel contact creation
* ListPane: select the row of the current contactErick Pérez Castellanos2014-06-091-0/+6
|
* edit-mode: added [Cancel] buttonErick Pérez Castellanos2014-06-071-35/+79
| | | | build: moved a bunch of constraints to use gproperty bindings
* build: move resource files into data subdirErick Pérez Castellanos2014-05-311-1/+1
|
* misc: fixed minor warnings and FIXME instructionsErick Pérez Castellanos2014-05-291-6/+5
|
* Window: properly handling address-book setupErick Pérez Castellanos2014-05-291-9/+23
|
* Window: fixed ui file. Improved loading box styleErick Pérez Castellanos2014-05-291-1/+1
|
* Window: fixed bug when calling set_list_pane twiceErick Pérez Castellanos2014-05-291-9/+14
| | | | Moved ListPane signal hooking to Window::set_list_pane method
* App: made Store instance belong to Contacts.AppErick Pérez Castellanos2014-05-291-3/+0
| | | | Added Window::store property, set upon constructor call
* Window: replaced ListPane for loading spinnerErick Pérez Castellanos2014-05-291-5/+26
| | | | Added regular style constructor to ListPane
* ContactPane: set Store property after constructionErick Pérez Castellanos2014-05-291-3/+9
| | | | | The point of this commit is allow the creation of an unique Store object belonging to Contacts.App. Further along we'll make more changes in this direction
* Window: added setup view widgetsErick Pérez Castellanos2014-05-291-10/+48
| | | | Added placeholder code to handle setup showing logic and Contacts.Store signals
* Window: [Select] button made private widgetErick Pérez Castellanos2014-05-291-3/+2
|
* Window: consolidating modes handlingErick Pérez Castellanos2014-05-291-37/+54
| | | | | Handling of edit-mode and selection-mode happens in only one place. This allow more consistent switch between states.
* Window: ContactPane instance made internal widgetErick Pérez Castellanos2014-05-291-13/+76
| | | | Instance renamed to contact_pane
* Window: moved more content widgets internallyErick Pérez Castellanos2014-05-291-7/+33
| | | | | | | Content widgets are those belonging in the handling contacts interface of Contacts, are different from the setup-widgets which are those shown in the setup view when implemented. [Done] button and [Edit] buttons made private.
* Window: ListPane instance made internal widgetErick Pérez Castellanos2014-05-291-2/+133
|
* Window: moved signals handlers internallyErick Pérez Castellanos2014-05-291-0/+32
|
* Window: moved ListPane into ui fileErick Pérez Castellanos2014-05-291-14/+2
|
* ContactPane: moved into WindowErick Pérez Castellanos2014-05-291-5/+3
| | | | | Added Store as a public property. I will prefer the property being private but GtkBuilder would not be able of setting it that way.
* Initial work to move code into Contacts.WindowErick Pérez Castellanos2014-05-291-0/+3
| | | | | Moved Contacts.Store, this broke setup related code, but that code will live on Contacts.Window as well, so eventually will work.
* window: Fix the location of the buttons in the headerbar when is splitYosef Or Boczko2014-02-131-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=722013
* window: respect show called on quiescent signal handlerErick Pérez Castellanos2013-08-191-0/+2
| | | | | The better should be for the application to load immediately and show the user the contacts are loading somehow
* Contacts.Window: use template for composited widgetsErick Pérez Castellanos2013-08-161-54/+13
|
* Contacts.Window: make more chrome internalErick Pérez Castellanos2013-08-151-9/+21
|
* Contacts.Window: add main overlay for notificationsErick Pérez Castellanos2013-08-151-0/+15
|
* Contacts.Window: hide toolbars from Contacts.AppErick Pérez Castellanos2013-08-151-1/+20
|
* Contacts.Window: hide more UI detailsErick Pérez Castellanos2013-08-151-0/+18
|
* contacts-header-bar: fix styleErick Pérez Castellanos2013-08-151-2/+1
| | | | | Dropped double frames Changed Separator for border on the right of the left-header-bar
* Contacts.Window: reworks titlebarErick Pérez Castellanos2013-08-151-3/+58
| | | | | | | Move UI code into Contacts.Window Change Gd.MainToolbar for Gtk.HeaderBar Use new Gtk.Window.set_titlebar functionality. Remove Overlay:get-child-position signal handler hack
* Add a ContactsWindowAlexander Larsson2012-01-181-0/+26
This is nice for e.g. css