sussen 0.5
Application
sussen 0.5
Description
Sussen is a GNOME client for the Nessus Security Scanner. Sussen
is incredibly easy to use, you can perform a vulnerability
assessment with just a few mouse clicks.
Enhancements
- Changed backend from MySQL to GNOME-DB
- Re-write of networking code using GNet
- Making use of GNOME-DB widgets
- Created new build system
- Added support for Debian packages (.deb)
- Continued HIGification of the GUI
- Various bug fixes
Download
Source:
http://prdownloads.sourceforge.net/sussen/sussen-0.5.tar.gz?download
RPM:
http://prdownloads.sourceforge.net/sussen/sussen-0.5-1.i386.rpm?download
SRPM:
http://prdownloads.sourceforge.net/sussen/sussen-0.5-1.src.rpm?download
GNOME Software Map entry
http://www.gnome.org/softwaremap/projects/sussen
libgda 0.91.0
libgnomedb 0.91.0
libgda/libgnomedb are a complete framewok for developing
database-oriented applications, and actually allow access to
PostgreSQL, MySQL, Oracle, Sybase, SQLite, FireBird/Interbase, IBM
DB2, mSQL and MS SQL server, as well as MS Access and xBase files
and ODBC data sources.
This release is another milestone in the road to 1.0.
Changes in this release since 0.90.0:
libgda 0.91.0
- Renamed default provider to XML and added some missing things
(rodrigo) - Fixed #116758 (rodrigo)
- Fixed x86-64 bits compilation problems (fcrozat)
- Made basic SQL work in GdaSelect class (rodrigo)
- Added missing LDAP flags (juergen)
- Initial ‘delete’ support in the SQL parser library
(gonzalo) - Removed compilation warnings (gonzalo)
- Improved changes management in GdaXmlDatabase (rodrigo)
- More API documentation (rodrigo)
- Fixed permissions problem in gda_file_save (philippe)
- Fixed lexer compilation problems (gonzalo)
- Updated translations:
- cs (mitr)
- de (cneumair)
- es (pablodc)
- it (marcoc)
- nl (adrighem)
- pl (aflinta)
- pt (dnloreto)
- sv (menthos)
libgnomedb 0.91.0
- Extended GnomeDbLogin API (rodrigo)
- Added a ‘Create DSN’ button on the GnomeDbLogin widget
(rodrigo) - Redid UI for database properties configuration applet
(rodrigo) - Fixed #108023 (rodrigo)
- Some HIG-ification (apg, rodrigo)
- Added query builder widget, to be used in Gnumeric and Abiword
(rodrigo) - Extended GnomeDbEditor API (daniel)
- More API documentation (rodrigo)
- Updated translations:
- cs (mitr)
- de (cneumair)
- es (pablodc)
- nl (adrighem)
- pl (aflinta)
- pt (dnloreto)
- sv (menthos)
Tarballs are available at
ftp://ftp.gnome-db.org/pub/gnome-db/sources/v0.91.0/
To install this new version, you’ll need: * libgda: glib,
libxml2, libxslt
* libgnomedb: libgda and dependencies, libgnome/ui, libglade,
libbonoboui and, optionally, gtksourceview
You can find more information at the projects’ homepage
(http://www.gnome-db.org), or
you can ask any question/propose anything you want in the GNOME-DB
mailing list, which is available at http://mail.gnome.org/mailman/listinfo/gnome-db-list.
GRubik 1.16
Application
GRubik 1.16
Description
A 3 dimensional magic cube puzzle, like that invented by Erno
Rubik. The program displays an 3D image of the cube and you have to
solve it.
Enhancements
You can now drag and drop colours or images to the cube surface,
or to the
swatch within the colour selection dialog.
Added Danish, Hebrew and Turkish localisations.
Changed some dialog windows to be more GNOME-HIG compliant.
Fixes
Fixed problem with colour allocation on 8 bit displays.
To avoid possible legal issues, this project (formerly called
`Rubik’ is now known as `GRubik’).
Download
http://savannah.nongnu.org/download/rubik/grubik-1.16.tar.gz
GNOME Software Map entry
http://www.gnome.org/softwaremap/projects/rubik
GtkSourceView 0.5.0
Application
GtkSourceView 0.5.0
Description
It’s a text widget that extends the standard Gtk+ 2.x
GtkTextView. It improves it by implementing syntax highlighting and
other features typical of a source editor.
It’s currently being used by gedit, Glimmer source code editor
and other projects like DiaSCE2 and Mono Debugger.
Requirements
- GLib and GTK+ 2.2.0 or later
- LibXML2 2.5.0 or later
- libgnomeprint 2.2.0 or later
News since last release
- Removed hack for bug #81893 since it’s now fixed in Gtk+ [Paolo
Maggi] - Added style_changed signal to GtkSourceStyleScheme to signal
the buffer that a style has changed [Jeroen Zwartepoorte] - Random bugfixes [Paolo]
- Fix to make maintainer builds work [Thomas Vander
Stichele]
New and updated translations
- Dutch [Jan-Willem Harmanny, Kees van den Broek, Tino
Meinen] - Polish [Artur Flinta]
- Italian (new) [Stefano Canepa]
- Welsh (new) [Dafydd Harries]
- Greek (new) [Kostas Papadimas]
- Malay (new) [Hasbullah Bin Pit]
- Swedish [Christian Rose]
- Norwegian (new) [Kjartan Maraas]
- Czech [Miloslav Trmac]
- Spanish [Francisco Javier F. Serrador]
- Hebrew [Gil “Dolfin” Osher]
- Portuguese [Duarte Loreto]
- German [Christian Neumair]
- Brazilian Portuguese [Fabio Rafael da Rosa]
- Vietnamese (new) [Pablo Saratxaga]
- Korean (new) [Changwoo Ryu]
- Simplified Chinese (new) [Funda Wang]
- Azerbaijani (new) [Metin Amiroff]
Download
http://ftp.gnome.org/pub/gnome/sources/gtksourceview/0.5/
Inti 1.2 Release Candidate 1
Application
Inti 1.2 – Release Candidate 1
Description
The Integrated Foundation Classes, are a set of C++ classes for
developing Gnome and GTK+ applications on UNIX-like systems such as
Linux. They are designed to work nicely with the GNU toolchain and
take advantage of the standard C++ features provided by the GNU
compiler. Currently there are two modules, the core application
development platform Inti and a binding for the Gnome Configuration
System Inti-GConf.
Inti combines the power of GTK+ and the power of C++ into a
state-of-the-art GUI toolkit that makes developing applications
easy, intuitive and efficient. There are more than 400 classes that
wrap most of the objects found in the ATK, GDK, GDK-PIXBUF, GLIB,
GTK and Pango libraries. It has its own system of signals and slots
which make using native GTK signals or creating your own signals
easy. There is a standard string compatible UTF-8 string class, a
full set of simple example programs, a C++ version of the GTK+
demonstration program, extensive reference documentation and a
tutorial.
Enhancements
- Several Gdk and Gtk API improvements.
- Added wrapper classes for most of the remaining GLib
structs. - Added Thread support and several thread examples and
tests. - Added a thread section to the Inti tutorial.
- Added some missing UTF-8 String methods.
- Improved the appearence of the reference documentation.
Fixes
- Removed all the obselete boolean is_xxx() widget methods.
- Changed several String function declarations to static class
members. - Fixed broken widget child properties
- Fixed a segfault in Gtk::TextIter forward and backward search
methods.
Download
http://prdownloads.sourceforge.net/inti/inti-1.2rc1.tar.gz?download
http://prdownloads.sourceforge.net/inti/inti-1.2rc1.tar.bz2?download
The Inti Development Team.
[email protected]
https://lists.sourceforge.net/lists/listinfo/inti-mail
gnome-panel 2.3.6
gnome-session 2.3.6
gnome-desktop 2.3.6
Hey,
What are they ?
gnome-panel contains the GNOME panel which is the area on your
desktop from which you can run applications and applets, and
perform other tasks.
gnome-session contains the GNOME session manager, the GNOME
session manager configuration program and several other session
management related utilities and the GNOME session manager proxy,
which handles basic session management for applications that do not
support XSMP.
gnome-desktop contains the libgnome-desktop library which
contains APIs that really belong in libgnome[ui] but have not seen
enough testing or development to be considered stable. It also
contains documents installed as part of the core GNOME
distribution, e.g. the GPL, GNOME’s .desktop files, the gnome-about
program, some manpages and GNOME’s core graphics files and
icons.
What’s changed ?
gnome-panel
Panel
- Fix setting the panel background with an image (Arvind)
- Fix weird syntactical type (Frederic)
- Don’t allow removing locked applets (Glynn)
- Implement “collision avoidance” for panels (Mark)
- Fix slow background compositing on non-expanded panels
(George) - Fix issue with custom icons not working if in the icon theme
(George) - Fix issue with right clicking on dead space in menus
(George) - Fix multiscreen issue with recent files menu (Leena Gunda)
- Add back the tooltip for menu buttons (Mark)
- Re-enable the little arrow on menu buttons (Mark)
- Make creating new panels on multiscreen work correctly
(Mark) - Fix handling of not found icons for panel buttons (George)
- Re-implement “add entire menu as drawer” (Mark, George)
- Fix issue with floating panels changing position on startup
(George) - Fix crashes when popping up an error dialog (George)
- Fix typo in panel schemas docs (Alex Duggan)
Applets
- Make the clock’s calender window a DOCK window (George)
- Fix fish applet issue where click help brings up two help docs.
Wanda playing with our minds again (Glynn, Mark) - Fix issue with workspace switcher’s schemas docs (George)
Misc
- Build fix (Thomas Vander Stichele)
Translators
- Ales Nyakhaychyk (be)
- Christian Neumair (de)
- Christian Rose (sv)
- Christophe Merlet (RedFox) (fr)
- Dafydd Harries (cy)
- Duarte Loreto (pt)
- Funda Wang (zh_CN)
- Gil ‘Dolfin’ Osher (he)
- Gnome PL Team (pl)
- Hasbullah Bin Pit (ms)
- Kostas Papadimas (el)
- Luca Ferretti (it)
- Miloslav Trmac (cs)
- MÉ™tin Æmirov (az)
- Ole Laursen (da)
- Pablo G. del Campo (es)
- Reinout van Schouwen (nl)
gnome-session
Session Manager
- Various HIG fixes to logout and session properties dialogs
(Dennis Cranston) - Add patch to point applications at a GTK+ 1.2 rc file which the
settings modifies (Jonathan Blandford)
Translators
- Ales Nyakhaychyk (be)
- Christophe Merlet (RedFox) (fr)
- Duarte Loreto (pt)
- Evandro Fernandes Giovanini (pt_BR)
- Kostas Papadimas (el)
- Pablo G. del Campo (es)
- Reinout van Schouwen (nl)
- Wang Jian (zh_CN)
gnome-desktop
gnome-about
- Internalionalize gnome-version.xml so that the descriptive
intro and date can be translated (Malcolm Tredinnick) - Handle errors when clicking on links (Olav Vitters)
Misc
- Follow KDE behaviour when substituting %i, %m, %c and %k in
.desktop files (George) - Allow custom icons with the same name as a themed icon to be
selected in GnomeDitemEdit (George) - Build fix (Thomas Vander Stichele)
Translators
- Ales Nyakhaychyk (be)
- Alessio Frusciante (it)
- Changwoo Ryu (ko)
- Christian Neumair (de)
- Christian Rose (sv)
- Christophe Fergeau (fr)
- Dafydd Harries (cy)
- Danilo Segan (sr)
- Duarte Loreto (pt)
- Evandro Fernandes Giovanini (pt_BR)
- Gil ‘Dolfin’ Osher (he)
- Gnome PL Team (pl)
- Jordi Mallach (ca)
- Kostas Papadimas (el)
- Miloslav Trmac (cs)
- Pablo G. del Campo (es)
- Tino Meinen (nl)
- Wang Jian (zh_CN)
Where can I get them ?
http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.3/gnome-panel-2.3.6.tar.gz
http://ftp.gnome.org/pub/GNOME/sources/gnome-session/2.3/gnome-session-2.3.6.tar.gz
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.3/gnome-desktop-2.3.6.tar.gz
Regards,
Mark.