After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676601 - Port to GtkApplication
Port to GtkApplication
Status: RESOLVED FIXED
Product: hitori
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: hitori-maint
hitori-maint
Depends on:
Blocks: 676602
 
 
Reported: 2012-05-22 22:40 UTC by Philip Withnall
Modified: 2012-09-28 23:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2012-05-22 22:40:15 UTC
Hitori needs to get with the times. For better shell integration, it needs to use GtkApplication.

https://live.gnome.org/GnomeGoals/PortToGtkApplication
Comment 1 Philip Withnall 2012-09-28 23:43:05 UTC
commit e4430291bdf5c26fb7257589d29c461dfc1293a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 29 00:40:46 2012 +0100

    Bug 676601 — Port to GtkApplication
    
    Port Hitori to use GtkApplication. This is a fairly quick-and-simple port,
    just wrapping the existing code in a GtkApplication without properly
    integrating it all. For example, none of the semi-public members of struct
    Hitori have been moved into the new HitoriApplicationPrivate struct.
    
    That can all be tidied up later.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676601

 src/main.c | 290 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
 src/main.h |  26 +++++-
 2 files changed, 254 insertions(+), 62 deletions(-)