Re: Vino and Vinagre branched for 2.26

2009-04-21 Thread chuchi
You can take a look at:

http://grdc.sourceforge.net

It is a good application


El mar, 21-04-2009 a las 15:17 +0200, Andre Klapper escribió:

 Hi Jonh,
 
 Am Dienstag, den 21.04.2009, 09:50 -0300 schrieb Jonh Wendell:
  My friend Jorge Pereira (CC'ed) is working on porting rdesktop to a gtk+
  widget just like gtk-vnc is.
 
  Hopefully it will be done for 2.28 :)
 
 please add this to http://live.gnome.org/RoadMap .
 
 andre

 
Pulse para ir al sitio web  
Jesús Barbero Rodríguez
Departamento de Análisis y Programación - Desarrollo tecnológico
Zoco Gran Santander, 1ª Planta ■ 39011 Peñacastillo ■ Santander ■ ESPAÑA

Tel.: +34 902 233 323 ■ Fax: +34 902 234 280




AVISO LEGAL: Este mensaje contiene información destinada exclusivamente
al usuario de destino, pudiendo contener información confidencial o
protegida legalmente. Si, por un error de envío o transmisión, ha
recibido este mensaje y usted no es el destinatario del mismo, por
favor, notifique de este hecho al remitente y no use, informe,
distribuya, imprima, copie o difunda este mensaje bajo ningún medio .
Cualquier opinión en él contenida, es exclusiva de su autor y no
representa necesariamente la opinión de Quiter Servicios Informáticos,
S.L.

LEGAL WARNING: This e-mail and any attachment, contain information
intended solely for the addressee and may contain confidential
information or legally protected data. If you are not the intended
recipient, please notify the sender and do not use, disclose,
distribute, copy, print or rely on this e-mail under any circumstances.
The views and opinions expressed are the authorŽs own and do not
necessarily reflect those of Quiter Servicios Informáticos, S.L.   




___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: totem movie player enhancement

2009-02-05 Thread chuchi
Hi all,

I think Totem in a player. A player is only for play videos (or
music) not to modify videos. If my mother open totem, she only needs 3
buttons, play/pause, next and previous and the playlist (my mother can
kill all my videos!!!). You can develop a plugin for you and cut your
videos but totem must not include it by default.

Regards,
Perriman

El jue, 05-02-2009 a las 02:30 -0500, manoj kp kp escribió:

 hi,
 pitivi has already got the cutting feature,but that is written in
 python ,so i think that if we can add that feature to totem it   will
 be better.
  so the only task to perform is that convert the python code in to c.
  our aim  is to learn the source code and modifty  it  .
   can we go  forward 
 by
 manoj
 
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/desktop-devel-list

 
Pulse para ir al sitio web  
Jesús Barbero Rodríguez
Departamento de Análisis y Programación - Desarrollo tecnológico
Zoco Gran Santander, 1ª Planta ■ 39011 Peñacastillo ■ Santander ■ ESPAÑA

Tel.: +34 902 233 323 ■ Fax: +34 902 234 280




AVISO LEGAL: Este mensaje contiene información destinada exclusivamente
al usuario de destino, pudiendo contener información confidencial o
protegida legalmente. Si, por un error de envío o transmisión, ha
recibido este mensaje y usted no es el destinatario del mismo, por
favor, notifique de este hecho al remitente y no use, informe,
distribuya, imprima, copie o difunda este mensaje bajo ningún medio .
Cualquier opinión en él contenida, es exclusiva de su autor y no
representa necesariamente la opinión de Quiter Servicios Informáticos,
S.L.

LEGAL WARNING: This e-mail and any attachment, contain information
intended solely for the addressee and may contain confidential
information or legally protected data. If you are not the intended
recipient, please notify the sender and do not use, disclose,
distribute, copy, print or rely on this e-mail under any circumstances.
The views and opinions expressed are the authorŽs own and do not
necessarily reflect those of Quiter Servicios Informáticos, S.L.   




___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: Rise of the Plugins

2007-05-17 Thread chuchi
I think like you.

Gnome (and not gnome projects) needs uniform all the functionality of
all application making easy to use a common plugin GUI, uniform snippets
plugins (gedit plugin) and then I can use it in my editor or into
anjuta.

I think there are a lot of copy/paste instead of create a library and
share it with all.

We need it.

Regards,
Chuchi

El jue, 17-05-2007 a las 18:26 +0200, Vincent Untz escribió:

 Hey,
 
 It's great to see more and more applications creating a plugin
 architecture. However, I think it's worth discussing a bit some of the
 issues we're facing wrt plugins. I'm just raising three points to start
 the discussion, but there are probably other interesting items that are
 worth discussing.
 
 
 Naming
 ==
 Plugin vs extension? It has already been raised on the list [1], but
 there wasn't a lot of replies there. Using the same term everywhere is
 really the only way to go.
 
 My €0.02: I think that people are getting used to the Extension term,
 and it sounds less geeky.
 
 
 UI and code sharing
 ===
 Every time a new module is getting the plugin love, I'm seeing this: I
 stole the gedit/epiphany code and integrated it. Wow. Copy and paste?
 Would it be possible to share all this code in a library? (maybe it's
 not, I don't know: I didn't look at that code)
 
 Also, each module is having its own plugin/extension manager dialog, and
 they are all looking the same, but with small variations. Wouldn't it
 make sense to standardize this? Again, maybe a library could help.
 
 (And in the future, we might want to get some update the extensions
 from the internet feature, and we don't want to implement this ten
 times, do we?)
 
 
 Moving features to plugins/extensions
 =
 (thanks to Baptiste for having raised this specific issue)
 
 One of the first thing people are doing with plugins/extensions is
 moving some of the current features there. It often makes sense from the
 code point of view, since things will be cleaner. But it doesn't always
 make sense for the user.
 
 Some of the features implemented in plugins/extensions should just
 always be there, and it's useless to disable the plugin/extension. The
 handling of multimedia keys come to my mind (I believe RB is already
 doing the right thing in this specific case and always uses this
 plugin). Plugins/extensions about integration with the rest of the
 desktop are another example.
 There could also be some way to automatically enable a plugin/extension
 when it makes sense.
 
 It's probably worth considering global settings for various types of
 plugins/extensions. Many applications may want to ship a
 plugin/extension changing the status in galago. Maybe it's worth
 considering the option of having only one place where we say Enable
 galago instead of having all the applications expose the
 plugin/extension. Or they could all expose the plugin/extension, but
 only to override the global setting.
 
 
 All this needs to be discussed, and we can probably determine what makes
 sense, and what we can do to make this kind of feature work better in
 GNOME.
 
 Thanks,
 
 Vincent
 
 [1] 
 http://mail.gnome.org/archives/desktop-devel-list/2007-February/msg00283.html
 
 -- 
 Les gens heureux ne sont pas pressés.
 ___
 desktop-devel-list mailing list
 desktop-devel-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/desktop-devel-list

 
Pulse para ir al sitio web  
Jesús Barbero Rodríguez
Departamento de Análisis y Programación - Desarrollo tecnológico
Zoco Gran Santander, 1ª Planta ■ 39011 Peñacastillo ■ Santander ■ ESPAÑA

Tel.: +34 902 233 323 ■ Fax: +34 902 234 280



AVISO LEGAL: Este mensaje contiene información destinada exclusivamente
al usuario de destino, pudiendo contener información confidencial o
protegida legalmente. Si, por un error de envío o transmisión, ha
recibido este mensaje y usted no es el destinatario del mismo, por
favor, notifique de este hecho al remitente y no use, informe,
distribuya, imprima, copie o difunda este mensaje bajo ningún medio .
Cualquier opinión en él contenida, es exclusiva de su autor y no
representa necesariamente la opinión de Quiter Servicios Informáticos,
S.L.

LEGAL WARNING: This e-mail and any attachment, contain information
intended solely for the addressee and may contain confidential
information or legally protected data. If you are not the intended
recipient, please notify the sender and do not use, disclose,
distribute, copy, print or rely on this e-mail under any circumstances.
The views and opinions expressed are the authorŽs own and do not
necessarily reflect those of Quiter Servicios Informáticos, S.L.   



___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list