websiteWebsite
ttnotify tt-notify
Surveillez votre agrégateur Tiny Tiny RSS à distance.

 

Browse the code

Differences between 16 and 17 on /.
Number of edited files: 8 (0 added, 0 deleted and 8 modified)
Author: lordphoenix
Log message: * configure.ac:
* Makefile.include:
* tt-notify/Makefile.am: New makefile generation

* tt-notifyTranslation/en.po: Updated translation with content of
about dialog box

* tt-notify/Main.cs: Add About dialog box. and minor correction
Date: 2009-05-29 17:22:40

Added file(s) Deleted file(s) Modified file(s)

 

Old New Code
  1
2009-05-29  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
  2

                                    
  3
	* configure.ac:
  4
	* Makefile.include: New makefile generation
  5

                                    
1 6
2009-05-20  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
2 7

                                        
3 8
	* configure.ac:
4 9

                                        

 

Old New Code
1  
VALID_CULTURES =   ar bg ca zh-CHS cs da de el en es fi fr he hu is it ja ko nl no pl pt ro ru hr sk sq sv th tr id uk be sl et lv lt fa vi hy eu mk af fo hi sw gu ta te kn mr gl kok ar-SA bg-BG ca-ES zh-TW cs-CZ da-DK de-DE el-GR en-US fi-FI fr-FR he-IL hu-HU is-IS it-IT ja-JP ko-KR nl-NL nb-NO pl-PL pt-BR ro-RO ru-RU hr-HR sk-SK sq-AL sv-SE th-TH tr-TR id-ID uk-UA be-BY sl-SI et-EE lv-LV lt-LT fa-IR vi-VN hy-AM eu-ES mk-MK af-ZA fo-FO hi-IN sw-KE gu-IN ta-IN te-IN kn-IN mr-IN gl-ES kok-IN ar-IQ zh-CN de-CH en-GB es-MX fr-BE it-CH nl-BE nn-NO pt-PT sv-FI ar-EG zh-HK de-AT en-AU es-ES fr-CA ar-LY zh-SG de-LU en-CA es-GT fr-CH ar-DZ zh-MO en-NZ es-CR fr-LU ar-MA en-IE es-PA ar-TN en-ZA es-DO ar-OM es-VE ar-YE es-CO ar-SY es-PE ar-JO es-AR ar-LB en-ZW es-EC ar-KW en-PH es-CL ar-AE es-UY ar-BH es-PY ar-QA es-BO es-SV es-HN es-NI es-PR zh-CHT
  1
VALID_CULTURES =   ar bg ca zh-CHS cs da de el en es fi fr he hu is it ja ko nl no pl pt ro ru hr sk sq sv th tr id uk be sl et lv lt fa vi hy eu mk af fo hi sw gu ta te kn mr gl kok ar-SA bg-BG ca-ES zh-TW cs-CZ da-DK de-DE el-GR en-US fi-FI fr-FR he-IL hu-HU is-IS it-IT ja-JP ko-KR nl-NL nb-NO pl-PL pt-BR ro-RO ru-RU hr-HR sk-SK sq-AL sv-SE th-TH tr-TR id-ID uk-UA be-BY sl-SI et-EE lv-LV lt-LT fa-IR vi-VN hy-AM eu-ES mk-MK af-ZA fo-FO hi-IN sw-KE gu-IN ta-IN te-IN kn-IN mr-IN gl-ES kok-IN ar-IQ zh-CN de-CH en-GB es-MX fr-BE it-CH nl-BE nn-NO pt-PT sv-FI ar-EG zh-HK de-AT en-AU es-ES fr-CA ar-LY zh-SG de-LU en-CA es-GT fr-CH ar-DZ zh-MO en-NZ es-CR fr-LU ar-MA en-IE es-PA ar-TN en-ZA es-DO ar-OM es-VE ar-YE es-CO ar-SY es-PE ar-JO en-TT es-AR ar-LB en-ZW es-EC ar-KW en-PH es-CL ar-AE es-UY ar-BH es-PY ar-QA es-BO es-SV es-HN es-NI es-PR zh-CHT
2 2

                                        
3 3
s2q=$(subst \ ,?,$1)
4 4
q2s=$(subst ?,\ ,$1)
5 5

                                        

 

Old New Code
1 1
dnl Warning: This is an automatically generated file, do not edit!
2 2
dnl Process this file with autoconf to produce a configure script.
3 3
AC_PREREQ([2.54])
4  
AC_INIT([ttnotify], [0.1])
  4
AC_INIT([ttnotify], [0.2])
5 5
AM_INIT_AUTOMAKE([foreign])
6 6
AM_MAINTAINER_MODE
7 7

                                        
46 46

                                        
47 47

                                        
48 48
dnl package checks, common for all configs
  49
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
49 50
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
50  
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
51 51
PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0])
  52
PKG_CHECK_MODULES([NOTIFY_SHARP], [notify-sharp])
52 53

                                        
53 54
dnl package checks, per config
54 55

                                        
55 56

                                        
56 57
AC_CONFIG_FILES([
57  
tt-notify/Makefile
58 58
tt-rpclib/tt-rpclib.pc
59 59
tt-rpclib/Makefile
60  
Makefile
61 60
tt-notify/tt-notify
  61
tt-notify/Makefile
62 62
tt-notifyTranslation/Makefile
  63
Makefile
63 64

                                        
64 65
])
65 66

                                        
66 67

                                        

 

Old New Code
  1
2009-05-29  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
  2

                                    
  3
	* Main.cs: Add About dialog box. and minor correction
  4

                                    
  5
	* Makefile.am: New makefile generation
  6

                                    
1 7
2009-05-28  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
2 8

                                        
3 9
	* option.cs:
4 10

                                        

 

Old New Code
134 134
			mnuitNewFeed.Image = appimg;
135 135
			popupmenu.Add(mnuitNewFeed);
136 136
			
  137
			SeparatorMenuItem sep1 = new SeparatorMenuItem();
  138
			popupmenu.Add(sep1);
  139
			
137 140
			ImageMenuItem mnuitPreference = new ImageMenuItem(Catalog.GetString("Préférence"));
138 141
			appimg = new Gtk.Image(Stock.Preferences,IconSize.Menu);
139 142
			mnuitPreference.Image = appimg;
140 143
			popupmenu.Add(mnuitPreference);
141 144
			
  145
			ImageMenuItem mnuitAbout = new ImageMenuItem(Catalog.GetString("A propos"));
  146
			appimg = new Gtk.Image(Stock.About,IconSize.Menu);
  147
			mnuitAbout.Image=appimg;
  148
			popupmenu.Add(mnuitAbout);
  149
			
  150
			SeparatorMenuItem sep2 = new SeparatorMenuItem();
  151
			popupmenu.Add(sep2);
  152
			
142 153
			ImageMenuItem menuItemQuit = new ImageMenuItem (Catalog.GetString("Quitter"));
143 154
			appimg = new Gtk.Image(Stock.Quit, IconSize.Menu);
144 155
			menuItemQuit.Image = appimg;
148 159
			mnuitPreference.Activated += mnuitPreferenceActivated;
149 160
			mnuitRefresh.Activated += mnuitRefreshActivated;
150 161
			mnuitNewFeed.Activated += mnuitNewFeedActivated;
  162
			mnuitAbout.Activated += mnuitAboutActivated;
151 163
			popupmenu.ShowAll();
152 164
			popupmenu.Popup();
153 165

                                        
233 245
			}
234 246
			dlg.Destroy();
235 247
		}
  248
		static void mnuitAboutActivated(object sender, EventArgs args){
  249
			Gtk.AboutDialog dlg = new Gtk.AboutDialog();
  250
			dlg.Authors =new String[1]{"BOUTRY Arnaud lordphoenix@tuxfamily.org"};
  251
			dlg.License = "This software is released ender licence GPL V2 \n"+
  252
				"feel free to use, distribute, edit and distribute edited version of the software \n"+
  253
				"according to The licence";
  254
			dlg.Comments="Tiny Tiny RSS notification for your GNU/Linux desktop";
  255
			dlg.Website ="http://lordphoenix.tuxfamily.org/tt-notify";
  256
			dlg.WebsiteLabel = Catalog.GetString("Site web");
  257
			dlg.Logo = new Pixbuf(null,"pixmaps.logo.png");
  258
			dlg.Version = "0.2";
  259
			dlg.Artists = new String[1]{Catalog.GetString("les icones viennent de l'extension Firefox Tiny RSS notifier")};
  260
			Gtk.AboutDialog.SetUrlHook(new Gtk.AboutDialogActivateLinkFunc(OpenAboutLink));
  261
			dlg.Run();
  262
			dlg.Destroy();
  263
		}
  264
		static void OpenAboutLink (Gtk.AboutDialog dialog, string link){
  265
			Process.Start(String.Format("xdg-open {0}",link));
  266
		}
236 267
		static void OnCounterElapsed(object sender, ElapsedEventArgs e){
237 268
			if(!checking){
238 269
				checking = true;
239 270

                                        

 

Old New Code
14 14
BUILD_DIR = bin/Debug
15 15

                                        
16 16
TT_RPCLIB_DLL_SOURCE=../tt-rpclib/bin/Debug/tt-rpclib.dll
17  
TT_NOTIFY_EXE_MDB_SOURCE=bin/Debug/tt-notify.exe.mdb
18  
TT_NOTIFY_EXE_MDB=$(BUILD_DIR)/tt-notify.exe.mdb
19 17
COOKCOMPUTING_XMLRPCV2_DLL_SOURCE=../tt-rpclib/CookComputing.XmlRpcV2.dll
20 18
TT_RPCLIB_DLL_MDB_SOURCE=../tt-rpclib/bin/Debug/tt-rpclib.dll.mdb
21 19
TT_RPCLIB_DLL_MDB=$(BUILD_DIR)/tt-rpclib.dll.mdb
  20
TT_NOTIFY_EXE_MDB_SOURCE=bin/Debug/tt-notify.exe.mdb
  21
TT_NOTIFY_EXE_MDB=$(BUILD_DIR)/tt-notify.exe.mdb
22 22

                                        
23 23
endif
24 24

                                        
33 33
BUILD_DIR = bin/Release
34 34

                                        
35 35
TT_RPCLIB_DLL_SOURCE=../tt-rpclib/bin/Release/tt-rpclib.dll
36  
TT_NOTIFY_EXE_MDB=
37 36
COOKCOMPUTING_XMLRPCV2_DLL_SOURCE=../tt-rpclib/CookComputing.XmlRpcV2.dll
38 37
TT_RPCLIB_DLL_MDB=
  38
TT_NOTIFY_EXE_MDB=
39 39

                                        
40 40
endif
41 41

                                        
44 44

                                        
45 45
PROGRAMFILES = \
46 46
	$(TT_RPCLIB_DLL) \
47  
	$(TT_NOTIFY_EXE_MDB) \
48 47
	$(COOKCOMPUTING_XMLRPCV2_DLL) \
49  
	$(TT_RPCLIB_DLL_MDB)  
  48
	$(TT_RPCLIB_DLL_MDB) \
  49
	$(TT_NOTIFY_EXE_MDB)  
50 50

                                        
51 51
BINARIES = \
52 52
	$(TT_NOTIFY)  
62 62
	AssemblyInfo.cs \
63 63
	Preference.cs \
64 64
	gtk-gui/ttnotify.Preference.cs \
65  
	option.cs 
  65
	option.cs \
  66
	AddFeed.cs \
  67
	gtk-gui/ttnotify.AddFeed.cs \
  68
	EasyCrypt.cs 
66 69

                                        
67 70
DATA_FILES = 
68 71

                                        
83 86
	$(GTK_SHARP_20_LIBS) \
84 87
	$(GLIB_SHARP_20_LIBS) \
85 88
	$(GLADE_SHARP_20_LIBS) \
86  
	Mono.Posix
  89
	Mono.Posix \
  90
	$(NOTIFY_SHARP_LIBS)
87 91

                                        
88 92
DLL_REFERENCES = 
89 93

                                        
97 101

                                        
98 102
$(eval $(call emit-deploy-target,TT_RPCLIB_DLL))
99 103
$(eval $(call emit-deploy-target,COOKCOMPUTING_XMLRPCV2_DLL))
  104
$(eval $(call emit-deploy-target,TT_RPCLIB_DLL_MDB))
100 105
$(eval $(call emit-deploy-wrapper,TT_NOTIFY,tt-notify,x))
101  
$(eval $(call emit-deploy-target,TT_RPCLIB_DLL_MDB))
102 106

                                        
103 107

                                        
104 108
$(eval $(call emit_resgen_targets))
105 109

                                        

 

Old New Code
  1
2009-05-29  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
  2

                                    
  3
	* en.po: Updated translation with content of about dialog box
  4

                                    
1 5
2009-05-24  BOUTRY Arnaud  <lordphoenix@tuxfamily.org>
2 6

                                        
3 7
	* en.po: Add and update menu string
4 8

                                        

 

Old New Code
1 1
msgid ""
2 2
msgstr ""
3 3
"Project-Id-Version: \n"
4  
"POT-Creation-Date: 2009-05-24 16:42:39+0200\n"
5  
"PO-Revision-Date: 2009-05-24 16:44:00+0200\n"
  4
"POT-Creation-Date: 2009-05-29 19:14:14+0200\n"
  5
"PO-Revision-Date: 2009-05-29 19:15:20+0200\n"
6 6
"Last-Translator: BOUTRY Arnaud <lordphoenix@tuxfamily.org>\n"
7 7
"Language-Team: \n"
8 8
"MIME-Version: 1.0\n"
10 10
"Content-Transfer-Encoding: 8bit\n"
11 11
"X-Generator: MonoDevelop Gettext addin\n"
12 12

                                        
13  
#: ../tt-notify/Main.cs:96
  13
#: ../tt-notify/Main.cs:103
14 14
msgid "Pas de nouveaux articles"
15 15
msgstr "No new article"
16 16

                                        
17  
#: ../tt-notify/Main.cs:102
  17
#: ../tt-notify/Main.cs:110
18 18
#, fuzzy
19 19
msgid "Erreur d'accès au service distant"
20 20
msgstr "Error when accessing to web service"
21 21

                                        
22  
#: ../tt-notify/Main.cs:108
  22
#: ../tt-notify/Main.cs:126
23 23
#: ../tt-notify/gtk-gui/ttnotify.Preference.cs:298
24 24
msgid "Actualiser"
25 25
msgstr "Refresh"
26 26

                                        
27  
#: ../tt-notify/Main.cs:113
  27
#: ../tt-notify/Main.cs:131
28 28
#: ../tt-notify/gtk-gui/ttnotify.AddFeed.cs:29
29 29
msgid "Ajouter un flux"
30 30
msgstr "Add a feed"
31 31

                                        
32  
#: ../tt-notify/Main.cs:118
  32
#: ../tt-notify/Main.cs:139
33 33
msgid "Préférence"
34 34
msgstr "Preferences"
35 35

                                        
36  
#: ../tt-notify/Main.cs:123
  36
#: ../tt-notify/Main.cs:144
  37
msgid "A propos"
  38
msgstr "About"
  39

                                    
  40
#: ../tt-notify/Main.cs:152
37 41
msgid "Quitter"
38 42
msgstr "Quit"
39 43

                                        
40  
#: ../tt-notify/Main.cs:146
  44
#: ../tt-notify/Main.cs:176
41 45
msgid "Erreur à l'ouverture du navigateur web"
42 46
msgstr "Error when opening Web browser"
43 47

                                        
44  
#: ../tt-notify/Main.cs:156
  48
#: ../tt-notify/Main.cs:186
45 49
msgid "Erreur à l'exécution de la commande"
46 50
msgstr "Error on command execution"
47 51

                                        
48  
#: ../tt-notify/Main.cs:207
  52
#: ../tt-notify/Main.cs:241
49 53
msgid "Erreur lors de l'ajout du flux"
50 54
msgstr "Error on feed add. "
51 55

                                        
52  
#: ../tt-notify/Main.cs:92
  56
#: ../tt-notify/Main.cs:255
  57
msgid "Site web"
  58
msgstr "Web site"
  59

                                    
  60
#: ../tt-notify/Main.cs:258
  61
msgid "les icones viennent de l'extension Firefox Tiny RSS notifier"
  62
msgstr "Icons are from Firefox Extension Tiny RSS notifier"
  63

                                    
  64
#: ../tt-notify/Main.cs:98
  65
#: ../tt-notify/Main.cs:118
53 66
msgid "1 nouvel article"
54 67
msgid_plural "{0} nouveaux articles"
55 68
msgstr[0] "1 new article"
115 128
msgid "<b>Comportement de la souris</b>"
116 129
msgstr "<b>Mouse way</b>"
117 130

                                        
118  
#: ../tt-notify/gtk-gui/ttnotify.Preference.cs:352
  131
#: ../tt-notify/gtk-gui/ttnotify.Preference.cs:351
119 132
msgid "Afficher les notifications"
120 133
msgstr "Show notification"
121 134

                                        
122  
#: ../tt-notify/gtk-gui/ttnotify.Preference.cs:366
  135
#: ../tt-notify/gtk-gui/ttnotify.Preference.cs:365
123 136
#, fuzzy
124 137
msgid "Interface"
125 138
msgstr "Interface"
126 139