Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:panel-plugins:xfce4-embed-plugin [2012/01/14 00:14] – [Reporting Bugs] bugzilla product capitalization dnschneidprojects:panel-plugins:xfce4-embed-plugin [2015/07/14 22:11] (current) – 1.6.0 release dnschneid
Line 66: Line 66:
 {{:projects:panel-plugins:embed-right-click-menu.png?nolink&|Right-click menu}} {{:projects:panel-plugins:embed-right-click-menu.png?nolink&|Right-click menu}}
  
 +The top of an example deskbar panel with a clock, two instances of [[projects:panel-plugins:xfce4-genmon-plugin|Genmon]], and two embedded windows:
 +
 +{{:projects:panel-plugins:embed-x2.png?nolink&|Example deskbar configuration with two embedded windows}}
 ===== Releases ===== ===== Releases =====
  
-==== Latest Release Candidate ==== +==== 1.6.0 (2015-07-14) ==== 
-  * Initial release +  * Add support for drag and drop 
-//This version has the latest features and is mostly bug-free, but needs wider testing before it can be officially released.//+  * Now translated into 36 languages. Thanks, translators! 
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.6/xfce4-embed-plugin-1.6.0.tar.bz2]]
  
-{{:projects:panel-plugins:xfce4-embed-plugin-0.0.2git-17b7aa3.tar.bz2|}}+==== 1.4.1 (2013-06-01) ==== 
 +  * Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure. 
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.4/xfce4-embed-plugin-1.4.1.tar.bz2]]
  
 +==== 1.4.0 (2013-05-27) ====
 +  * Added optional handle
 +  * Added "close" menu item
 +  * Updated translations
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.4/xfce4-embed-plugin-1.4.0.tar.bz2]]
 +
 +==== 1.2.0 (2012-12-16) ====
 +  * Improved painting of the socket background
 +  * Made the socket background clickable
 +  * Translations: Arabic, French, Galician, Portugese, Portugese, Spanish, Uyghur
 +  * Updated license text
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.2/xfce4-embed-plugin-1.2.0.tar.bz2]]
 +
 +==== 1.0.0 (2012-04-27) ====
 +  * Plugin now compiles as a module.
 +  * Translated into 15 languages!
 +  * Feature-complete. Have fun!
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.0/xfce4-embed-plugin-1.0.0.tar.bz2]]
 +
 +==== 0.8.0 (2012-02-05) ====
 +  * Initial release!
 +  * No translations yet (hence 0.8.0).
 +[[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/0.8/xfce4-embed-plugin-0.8.0.tar.bz2]]
 ===== Dependencies ===== ===== Dependencies =====
   * Xfce 4.8.0   * Xfce 4.8.0
 +  * GTK+ 2.20
 ===== Building and Installing ===== ===== Building and Installing =====
 Nothing special, just the standard ''./configure && make && sudo make install'' Nothing special, just the standard ''./configure && make && sudo make install''
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-Bugs should be reported to the [[http://bugzilla.xfce.org|Xfce bug tracking system]] (classification ''Panel Plugins'', product ''xfce4-embed-plugin'').+Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-embed-plugin|Xfce bug tracking system]]
 + 
 +==== Open Bugs ==== 
 +{{rss>http://bugzilla.xfce.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfieldto=Now&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter2=1&product=xfce4-embed-plugin&query_format=advanced&title=Bug%20List:%20systemload&ctype=atom}}
  
 [[https://bugzilla.xfce.org/buglist.cgi?product=xfce4-embed-plugin|See all bugs]] [[https://bugzilla.xfce.org/buglist.cgi?product=xfce4-embed-plugin|See all bugs]]
 +===== Source Code Repository =====
 +You can get the bleeding edge (mostly just new/updated translations) through the [[http://git.xfce.org/panel-plugins/xfce4-embed-plugin/|git repository]], via the command
 +
 +<code>git clone git://git.xfce.org/panel-plugins/xfce4-embed-plugin</code>