Thread: [java-gnome-hackers] Libnotify branch
Brought to you by:
afcowie
From: Serkan K. <se...@ge...> - 2009-04-05 16:19:33
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hail to all Java-GNOME Hackers, I started working on covering libnotify 3 weeks ago to be used in my own application, JKota[1], and finally the coverage is just enough to be usable (can create and display) notifications) but the detailed coverage is missing. Before proceeding with further development; I want to hear your ideas, especially on org.gnome.notify.Notify and its inheritance. I pushed the branch[2] to my hacker space and committed JKota revision[3] using it to its GTK branch. Thanks in advance. 1: http://jkota.googlecode.com 2: bzr://research.operationaldynamics.com/bzr/java-gnome/hackers/serkan/libnotify/ 3: http://code.google.com/p/jkota/source/detail?r=143 - -- Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknY2g4ACgkQRh6X64ivZaI18wCcDoT9kiwF40EUt0qrz/B2UTZ0 6dwAnR2bD/S6Tm97cAvxq1/KWun39nMs =yNeW -----END PGP SIGNATURE----- |
From: Andrew C. <an...@op...> - 2009-04-06 10:22:15
|
On Sun, 2009-04-05 at 19:19 +0300, Serkan Kaba wrote: > I started working on covering libnotify Outstanding. > finally the coverage is just enough to be > usable (can create and display) notifications. This branch is already acceptable for merging style-wise, which is excellent. A few minor notes: An Example demonstrating [how to use] this functionality would not go amiss... You've added libnotify to the build script; you'll need to add probes for it to the top level configure file. Files newly created and not obviously copying from something existing can simply be (c) 2009. When writing documentation, _what_ something does is nice, but _when_ and _why_ you would [or would not] use something is really what needs to be explained... if you know, of course (and since we really shouldn't be exposing something if we don't know, most of the time we can do this). > ideas, especially on org.gnome.notify.Notify and its inheritance. I'll check that part closely tomorrow, but my first impression reviewing the diff was that everything is on the right track. AfC Sydney -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management: enabling successful deployment of mission critical information technology in enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |
From: Serkan K. <se...@ge...> - 2009-04-06 11:28:24
|
2009/4/6 Andrew Cowie <an...@op...>: I just forgot to mention that I withdrew my idea on overloading icons with Stock since non-stock items are valid as well (tested with messagebox_warning) Sincerely, Serkan KABA |
From: Serkan K. <se...@ge...> - 2009-04-12 15:12:11
|
2009/4/6 Andrew Cowie <an...@op...>: > An Example demonstrating [how to use] this functionality would not go > amiss... Added and pushed. > Files newly created and not obviously copying from something existing > can simply be (c) 2009. Fixed. Thank you for your suggestions. I'll try to fix the remaining points and make it ready for 4.0.11 (hopefully). Of course, further covarage will follow. Sincerely, Serkan KABA |
From: Serkan K. <se...@ge...> - 2009-04-21 20:11:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Cowie yazmış: > You've added libnotify to the build script; you'll need to add probes > for it to the top level configure file. Added - -- Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknuKHIACgkQRh6X64ivZaLi1ACfWu2FB2TFlX/DVQhmNLKIZCGr TRIAniiKH7F1I8Ov2fZD1sZfz5zxZhIV =iGQL -----END PGP SIGNATURE----- |
From: Serkan K. <se...@ge...> - 2009-06-02 17:26:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The branch is now merged to mainline. Thanks to all the people who helped in development and testing. - -- Sincerely, Serkan KABA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkolYKEACgkQRh6X64ivZaJfHwCcDUaD24ZqOPhVTzP9k094gSr8 c78AniRW77QbQcN9GahB0EiOo+LVg1TK =Otoe -----END PGP SIGNATURE----- |
From: Andrew C. <an...@op...> - 2009-06-03 06:35:09
|
On Tue, 2009-06-02 at 20:25 +0300, Serkan Kaba wrote: > The branch is now merged to mainline. Thanks to all the people who > helped in development and testing. As an aside, It would be lovely if people using distros other than Gentoo or Debian could figure out what prerequisite [devel] packages need to be installed in order to build against libnotify and gtksourceview. Then we can probe for them in configure and thereby advise people who don't have those devel packages what they need to install in order to be able to build java-gnome. Thanks, AfC Sydney |