Commit Graph

33 Commits

Author SHA1 Message Date
Julian Ospald a951e61a6c
Update libnotify deps 2017-09-02 01:00:43 +02:00
Ospald, Julian f28b8bc052 Bump to 1.0.1 2017-07-11 15:59:55 +02:00
Ospald, Julian 49f09df64a Remove obsolete dependency 2017-07-11 15:59:24 +02:00
Ospald, Julian 08d77ee4ff Update metadata 2017-07-11 15:53:01 +02:00
Ospald, Julian 03059f79c6 Remove git dependencies 2017-07-11 15:53:01 +02:00
Julian Ospald 13850652a7 Switch to gir 2017-07-11 13:58:06 +02:00
Ospald, Julian 965a64aa55 Drop use of gtypes 2017-07-10 11:57:41 +02:00
Ospald, Julian 9f6e3f5d31 Add Drop impl for Notification
The notification is now unrefed via the GObject system.
2017-07-10 11:53:22 +02:00
Julian Ospald fe4d803efe
Small rewrite:
* Use error-chain for errors and expose them
* Don't use Context object, since the lifetimes get us in trouble
  when used with gtk-rs, which has callback closures with static
  lifetime. Instead we just expose notify_init()/notify_uninit() and
  panic when functions are called before notify_init().
2017-07-10 01:01:36 +02:00
Julian Ospald c3897b7c0e
Add Notification::set_image_from_pixbuf() 2017-07-09 19:33:13 +02:00
Julian Ospald a52c50a318
Add Author 2017-07-09 14:38:55 +02:00
Julian Ospald 34880d2117
Bump version to 0.5.0 2017-07-09 14:34:45 +02:00
Julian Ospald 95263c33f8
Add Notification::set_hint() 2017-07-09 14:23:37 +02:00
Julian Ospald 8c66220a4e
Add Notification::set_notification_timeout() 2017-07-09 14:22:06 +02:00
Julian Ospald 923c801814
Fix gtypes version constraint 2017-07-09 14:20:11 +02:00
Julian Ospald 6e5a9ab5d4
Switch to using glib-sys
We need GVariant and to_glib_none() later,
which must be from the crate glib_sys.
2017-07-09 14:19:48 +02:00
Julian Ospald bf90bccef8
Undeprecate 2017-07-09 13:52:54 +02:00
Mika Attila 5ab8f64e88 Deprecate in favor of notify-rust 2017-04-01 17:55:11 +02:00
Mika Attila a61230b012 Update dependencies 2016-01-27 23:11:38 +01:00
Mika Attila 69a2d18218 Version bump 2015-11-03 09:19:13 +01:00
Mika Attila d19aadb4d2 Version bump 2015-10-24 14:55:05 +02:00
Mika Attila 7556615e78 Specify exact versions of dependencies 2015-10-24 14:54:47 +02:00
Mikhail Zabaluev d979d8a2d1 Renamed glib packages
I'm going to normalize the package names in gi-rust, while also switching
to generated code that provides nearly all of the library API. This
package is one of the few that depends on the current name.
2015-10-23 23:34:09 +03:00
Mika Attila d23eabffea Version bump 2015-09-19 09:42:31 +02:00
Mika Attila ffd99b67e2 Depend on gtypes 2015-09-19 09:42:17 +02:00
Mika Attila 72df2c0adb Version bump 2015-03-27 08:34:00 +01:00
Mika Attila e9665b08c2 Version bump 2015-03-09 21:18:05 +01:00
Mika Attila c66aec1c86 Add documentation link 2015-03-09 21:17:41 +01:00
Mika Attila 87de6c375f Add more info to Cargo.toml 2015-03-09 21:06:34 +01:00
Mika Attila f6229fed25 Depend on crates.io packages instead of git 2015-03-09 21:04:13 +01:00
Mika Attila 23951a87a8 Temporarily rely on crumblingstatue/glib-sys 2015-03-08 17:34:28 +01:00
Mika Attila 2d06fb7cc3 Implement a rudimentary API for showing a message. 2015-03-07 13:55:19 +01:00
Mika Attila 67a9f17d0e Add skeleton 2015-03-06 20:25:55 +01:00