Commit Graph

61 Commits

Author SHA1 Message Date
foudfou e8890c9ac0 Set l10n information in order in install.rdf. 2014-05-29 23:32:57 +02:00
foudfou be74126c96 Workaround impossibily to require minVersion for a specific targetPlatform.
We just check at runtime.
2014-05-25 21:48:51 +02:00
foudfou 9afa777c65 Reshape icon directories, and fix Makefile. 2014-05-25 21:11:07 +02:00
foudfou d61c3e1f86 Add pl-PL localization (thx AreYouLoco!). 2014-04-15 20:19:39 +02:00
foudfou cc4ee0351c Add croatian/hr-HR localization (thx gogo!). 2014-04-13 20:58:39 +02:00
foudfou c268bbf672 Acknowledge russian translation by VitalD. 2014-04-13 20:26:56 +02:00
foudfou ad5a1a5941 * Renamed custom icons filename preferences for consistency.
* bump version to v0.5.0b1
2014-04-02 22:16:51 +02:00
foudfou 408116489e display new mail ico (first steps) 2014-02-08 15:04:16 +01:00
foudfou 20d137bd28 * fix (Chat) imports for Thunderbird
* fix Window.attachWndProc

NOTE: WndProc crashes fixed in TB27+
2014-02-07 00:17:17 +01:00
foudfou 7a0ff56cd1 show/hide mechanism in place: clicking on tray icon or closing a window.
NOTE: a WndProc on each mozilla window is not needed for this.
2014-02-05 22:48:14 +01:00
foudfou bcb7764b8f first step to porting to Windows
Does nothing particular, except get few informations from the registeredwindow.
ctypes-utils.jsm needs to be ironed out (ABI used for .so version and lib type
for .dll), and we'll probably have problems when declaring callbacks
(ctypes.stdcall_abi on 32bits ?).
2013-11-16 15:56:42 +01:00
foudfou 595dcf42b7 bump version to 0.4.8 2013-11-03 03:12:24 +01:00
foudfou 590c257788 inject scm revision into built install.rdf 2013-10-27 16:09:09 +01:00
foudfou 05a9d401b1 bump version to 0.4.7 2013-10-27 15:23:06 +01:00
foudfou 80b0384397 new es-AR fr it nl zh-TW locales
thx BabelZillians profediego, Goofy, Jojaba, nico, Underpass, markh,
Velociraptor !
2013-10-25 16:51:42 +02:00
foudfou c4c5a3425b address compatibility warnings from AMO
https://addons.mozilla.org/en-US/developers/addon/firetray/file/203468/validation.
Not sure if we should not just drop compatibility...  We should be able to
support back to Gecko 4.0 but ctypes-utils.jsm uses features introduced in 7.0.
2013-04-19 22:09:40 +02:00
foudfou 55bd8ce670 bump version to 0.4.6 2013-04-14 16:07:36 +02:00
foudfou 31149d40ad bump Zotero version to 4.* 2013-04-08 00:46:38 +02:00
foudfou 1a90dbe179 add support for Zotero app 2013-03-11 16:03:49 +01:00
foudfou 18c35bdf81 added locale sk-SK. thx Slavko slavino.sk 2013-02-22 23:58:11 +01:00
foudfou 245ba3c66c bump to v0.4.5 2013-01-28 10:31:50 +01:00
foudfou f039a3b427 bump version to v0.4.4 2012-11-26 21:38:48 +01:00
foudfou 126842e5b7 bump version to v0.4.3 2012-09-06 19:21:22 +02:00
foudfou ca39dec2de * add version check in Makefile
* fix openTab() onVersionChange
* cleaning
2012-09-04 14:33:43 +02:00
foudfou ee86eeed16 ignore 'im' server types for now, we'll be handling them later. 2012-08-03 23:52:38 +02:00
foudfou c608058971 add 'im' to mail server types and have VersionChange hooks applied synchronously
This forces us to hard code the addon version :(
2012-08-03 15:53:36 +02:00
foudfou 776d3acddf bump to v0.4.2 2012-05-12 15:42:55 +02:00
foudfou d07c2a5ee5 bump *minVer* to 7.0
ctypes-utils.jsm was modified to handle Components.utils.unload, introduced in
Gecko 7.0. It would be too costly to try to mainain an addon that would work
for all versions from 4.0 to current. This could be achieved though with
multiple entries in chrome.manifest:
resource firetray modules-4.0/ appversion<7.0
resource firetray modules-7.0/ appversion>=7.0
but would force us to maintain 2 versions of the same files... (preprocessor
pointless)
2012-04-02 13:07:59 +02:00
foudfou 8763567ac3 bump to 0.4.1 2012-03-09 00:01:42 +01:00
foudfou 45b56329c8 bump to v0.4.0 2012-03-05 21:27:51 +01:00
foudfou c5a66ae05d fix getWindowInterface() for nsIXULWindow + revert to v0.4.0b3 2012-02-17 23:29:09 +01:00
foudfou d1e32bb8d7 fix new message count update when biff becomes false 2012-02-14 13:30:56 +01:00
foudfou 868106ff61 bump to v0.4.0b3 + fix option cleaning 2012-02-09 12:44:00 +01:00
foudfou e62b23acf8 typo + bump maxVersion for seamonkey 2012-02-03 22:25:40 +01:00
foudfou 61a307ad73 bump to v0.4.0b2 2012-01-30 21:40:54 +01:00
foudfou 80e8f8caba bump maxVersion to 12.0a1 2012-01-28 15:52:52 +01:00
foudfou fc51dca3fe * fix setPopupMenuWindowItemLabel call
* bump to v0.4.0b1
* refactoring
2012-01-23 01:13:27 +01:00
foudfou ec57aa0c8c * fix pref pane (UIOptions)
* addon shutdown (close ctypes libs) on xpcom-will-shutdown
* ctypes libs that import glib also export it so it can be closed later
2012-01-15 20:47:47 +01:00
foudfou aadf727816 * complete per-window registration and show/hide handeling
* fix storage of Gdk-/GtkWindows pointers (ctypesMap.jsm)
2012-01-01 01:45:48 +01:00
foudfou d1b05deb95 update README/TODO + bump maxVersion to 10.* for FF and TB 2011-11-24 23:12:13 +01:00
foudfou 27360545d3 * options UI: show folder exceptions as "not included"
* bump maxVersion for seamonkey to 2.6.*
2011-11-24 22:56:25 +01:00
foudfou e8556522b9 bump to v0.4.0a5 2011-11-24 21:36:27 +01:00
foudfou f0b8b854d0 update version to v0.4.0a4 2011-11-22 02:15:09 +01:00
foudfou 8414d7a914 correct minVersion according to the provision of Services.jsm 2011-10-15 14:36:15 +02:00
foudfou 077528763b drop gdk_visual_get_depth() only available since GTK 2.22
As of 2011-09, Debian Squeeze shipped with GTK 2.20
2011-10-03 11:19:21 +02:00
foudfou 1fff179304 dropped (planned) support for:
* Sunbird ("[Sunbird 1.0 beta1] is the last public Sunbird release by the
  Calendar Project. We recommend upgrading to [...] Lightening 1.0")
* Songbird (Linux support dropped since 2010:
  http://blog.songbirdnest.com/2010/04/02/songbird-singing-a-new-tune/)
2011-09-24 13:47:49 +02:00
foudfou d3b07c348d FireTray v0.4.0a2 2011-09-24 12:00:31 +02:00
foudfou 92e5a49a77 v0.1.2 2011-09-23 17:02:07 +02:00
foudfou bb048d490c v0.1.1 2011-09-19 18:35:53 +02:00
foudfou 0ccfb11cfc finish text icon implementation for displaying unread messages count in mail
applications
2011-09-19 18:33:45 +02:00