fixed
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4289
KompoZer 0.7.10
KompoZer is Nvus unofficial bug-fix release. more>>
KompoZer is Nvus unofficial bug-fix release.
Main features:
HTML Editor
- fixed: the HTML 4.01 doctype is now standard (instead of quirks)
- fixed: the editor correctly selects a tab when re-loading a file thats currently edited
- fixed: the editor correctly updates the window title when closing a tab (avoids crashes)
- added: its always possible to revert the current page
- fixed: the PHP/Comment dialog is resizable
- fixed: the current page is marked as modified after changing a PHP/Comment
- added: the format toolbar has been splitted in two
- added: relativize local URLs in the markup cleaner
- TODO: option to launch the markup cleaner before saving/publishing
- added: show id/class attributes in the status bar
- fixed: id/class attributes can be properly removed with the status bar context menu
- fixed: inline style dialogs have a localized title
- fixed: doctype prefs are kept when a new document is created
CSS Editor
- fixed: the CSS Editor becomes a real dialog box (with a OK/Cancel buttons)
- fixed: the CSS Editor fits on an SVGA screen (800*600), even on MacOS X
- added: graphical toolbar buttons
- added: modified flags on stylesheets
- added: edit style rules in text mode (CSS Editor / Advanced properties)
- added: keyboard shortcut (F11) to open the CSS Editor
- fixed: external stylesheets can be saved on the hard disk
- fixed: better serialization of CSS files
- fixed: real-time preview
- fixed: lots of UI bugs
Site Manager
- TODO: when a file is dropped onto the main panel, a relative reference is created
- TODO: local files are allowed
- TODO: more file types (with custom extension list)
- TODO: external application support
- TODO: preferences tab
<<lessMain features:
HTML Editor
- fixed: the HTML 4.01 doctype is now standard (instead of quirks)
- fixed: the editor correctly selects a tab when re-loading a file thats currently edited
- fixed: the editor correctly updates the window title when closing a tab (avoids crashes)
- added: its always possible to revert the current page
- fixed: the PHP/Comment dialog is resizable
- fixed: the current page is marked as modified after changing a PHP/Comment
- added: the format toolbar has been splitted in two
- added: relativize local URLs in the markup cleaner
- TODO: option to launch the markup cleaner before saving/publishing
- added: show id/class attributes in the status bar
- fixed: id/class attributes can be properly removed with the status bar context menu
- fixed: inline style dialogs have a localized title
- fixed: doctype prefs are kept when a new document is created
CSS Editor
- fixed: the CSS Editor becomes a real dialog box (with a OK/Cancel buttons)
- fixed: the CSS Editor fits on an SVGA screen (800*600), even on MacOS X
- added: graphical toolbar buttons
- added: modified flags on stylesheets
- added: edit style rules in text mode (CSS Editor / Advanced properties)
- added: keyboard shortcut (F11) to open the CSS Editor
- fixed: external stylesheets can be saved on the hard disk
- fixed: better serialization of CSS files
- fixed: real-time preview
- fixed: lots of UI bugs
Site Manager
- TODO: when a file is dropped onto the main panel, a relative reference is created
- TODO: local files are allowed
- TODO: more file types (with custom extension list)
- TODO: external application support
- TODO: preferences tab
Download (10.2MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
5998 downloads
AMX Mod X 1.76b
AMX Mod X is a Half-Life Metamod plugin. more>>
AMX Mod X project is a Half-Life Metamod plugin.
AMX Mod X is a Metamod plugin which allows you to write modifications for Half-Life with the Pawn scripting language.
It provides in-game administration tools, game statistics, server management, and gameplay modifiers. It is based on the original AMX Mod.
AMX Mod X is a versatile Half-Life metamod plugin which is targetted toward server administration.
It has a wide array of scripting capabilities so people can write "plugins", or files which add on to a mods functionality.
Plugins can take form in administrative services (adding new admin commands), statistics generation (StatsX), fun additions (godmode, etc), gameplay changes (WC3, CSDM), and much, much more!
You can also write modules to expand the functionality of AMX Mod X and add to the scripting language.
Enhancements:
- Fixed am46213: New-style menus that had numbered blanks would cause Core to guess the item numbers wrong.
- Fixed am46266: Team name detection did not work for TFC.
- Fixed a bug where get_func_id() would crash on an invalid plugin.
- Added an optional timeout parameter to SQL_MkDbTuple().
- Added a "queuetime" parameter to threaded query handlers, to get the amount of time passed.
- Extended CreateMultiForward() with CreateMultiForwardEx() for filtering old/new plugins from forwards.
- Fixed am45337: SQLX_GetQueryString() did not work with threaded queries.
- Fixed am46350: geoip.inc having faulty a double-inclusion barrier.
- Fixed am46378: unregister_forward() attempted to remove from the wrong hook table.
- Fixed am46336: Vexd_Utilities.inc did not include VexdUM for AMX Mod Compat compiling.
- Fixed am46630: rename_file() could not use relative paths.
- Fixed am45990: amxmod_compat.amxx could conflict and crash hand-ported AMX Mod plugins.
- Fixed am46340: miscstats.amxx could throw an RTE finding the enemy team.
- Fixed am46335: adminchat.amxx color tsay messages were not space aligned. Additionally, the leading space can now be omitted.
- Fixed am46699: stats.amxx for DoD did not display working multi-lingual menus.
- Fixed am46559: miscstats.amxx could throw an RTE if a player got more than 6 kills in a row.
- Fixed am45492: DoDX would overwrite the stats database on load.
- Fixed am46112: WinCSX.exe would not load properly on some versions of Windows.
- Fixed am45362: AMXX Studio did not indent correctly.
<<lessAMX Mod X is a Metamod plugin which allows you to write modifications for Half-Life with the Pawn scripting language.
It provides in-game administration tools, game statistics, server management, and gameplay modifiers. It is based on the original AMX Mod.
AMX Mod X is a versatile Half-Life metamod plugin which is targetted toward server administration.
It has a wide array of scripting capabilities so people can write "plugins", or files which add on to a mods functionality.
Plugins can take form in administrative services (adding new admin commands), statistics generation (StatsX), fun additions (godmode, etc), gameplay changes (WC3, CSDM), and much, much more!
You can also write modules to expand the functionality of AMX Mod X and add to the scripting language.
Enhancements:
- Fixed am46213: New-style menus that had numbered blanks would cause Core to guess the item numbers wrong.
- Fixed am46266: Team name detection did not work for TFC.
- Fixed a bug where get_func_id() would crash on an invalid plugin.
- Added an optional timeout parameter to SQL_MkDbTuple().
- Added a "queuetime" parameter to threaded query handlers, to get the amount of time passed.
- Extended CreateMultiForward() with CreateMultiForwardEx() for filtering old/new plugins from forwards.
- Fixed am45337: SQLX_GetQueryString() did not work with threaded queries.
- Fixed am46350: geoip.inc having faulty a double-inclusion barrier.
- Fixed am46378: unregister_forward() attempted to remove from the wrong hook table.
- Fixed am46336: Vexd_Utilities.inc did not include VexdUM for AMX Mod Compat compiling.
- Fixed am46630: rename_file() could not use relative paths.
- Fixed am45990: amxmod_compat.amxx could conflict and crash hand-ported AMX Mod plugins.
- Fixed am46340: miscstats.amxx could throw an RTE finding the enemy team.
- Fixed am46335: adminchat.amxx color tsay messages were not space aligned. Additionally, the leading space can now be omitted.
- Fixed am46699: stats.amxx for DoD did not display working multi-lingual menus.
- Fixed am46559: miscstats.amxx could throw an RTE if a player got more than 6 kills in a row.
- Fixed am45492: DoDX would overwrite the stats database on load.
- Fixed am46112: WinCSX.exe would not load properly on some versions of Windows.
- Fixed am45362: AMXX Studio did not indent correctly.
Download (MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
4300 downloads
SdlBasic GameBasic language 20050312
SdlBasic GameBasic language is a simple basic interpreter for games. more>>
sdlBasic is a small and efficient basic interpreter aimed to game creation in the spirit of the old and glorious AMOS.
Enhancements:
- fixed bug with debug inspect variables
- fixed bug of return os :now return linux win32 or osx
- added some part of requested names commands
- added do loop control structures
<<lessEnhancements:
- fixed bug with debug inspect variables
- fixed bug of return os :now return linux win32 or osx
- added some part of requested names commands
- added do loop control structures
Download (0.24MB)
Added: 2005-04-15 License: LGPL (GNU Lesser General Public License) Price:
1653 downloads
aB Backup Tools 0.3
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system. more>>
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system.
Enhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
<<lessEnhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
Download (0.28MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1613 downloads
KBeam 0.61
KBeam is a KDE application that lets you send and receive files to devices, using your Infrared port. more>>
KBeam is a KDE application that lets you easily beam files back and forth between your computer and another device (like a PDA) using IR.
Enhancements:
- Fixed a nasty bug that wouldnt create the service menu in some cases (therefore you cant send to device !)
<<lessEnhancements:
- Fixed a nasty bug that wouldnt create the service menu in some cases (therefore you cant send to device !)
Download (0.074MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1608 downloads
QMBTagger 0.06
QMBTagger is a Qt-based frontend to the MusicBrainz client library. more>>
QMBTagger is a Qt-based frontend to the MusicBrainz client library, allowing lookup and tagging of MP3, Ogg, and FLAC files by acoustic IDs. It also allows lookup of CDs based on their tables of contents.
Enhancements:
- FIXED: Bug 945936. Added in the necessary preprocessor directives to keep ogg,mp3,flac support from building if it was not detected by the configure script.
- ADDED: Feature Request 946019. Added support for removing songs from the song list.
- CHANGED: Switched to a QListBox for the list of files since we only need one column.
- ADDED: Feature Request 946017. Added support for keeping track of the directory and a command line option -d directory/path, which sets the directory to start in.
- FIXED: Bug 946401. Check if QMBFile.GetSelectedChild() returns NULL.
- FIXED: Make last directory saving/loading work with loading files too.
- FIXED: Clicking Open Directory and then hitting Cancel no longer tries to open the directory.
- FIXED: No longer does weird things when you query and a song was already selected. Also immediately displays results if a song was already selected.
- FIXED: Bug 969872. Was segfaulting because trm_t object was being reused. Now creates new trm_t object for each song.
- FIXED: Duration is padded correctly now (so it shows up as, e.g., 00:06:04 instead of 0:6:4).
- FIXED: trm_t no longer needs to be deleted in QMBFileView destructor because it is done in the query loop.
- FIXED: Can now use Qt 3.1.2.
- CHANGED: Version number bumped for release.
- FIXED: Aborted on error during CD lookup because of improper string use.
<<lessEnhancements:
- FIXED: Bug 945936. Added in the necessary preprocessor directives to keep ogg,mp3,flac support from building if it was not detected by the configure script.
- ADDED: Feature Request 946019. Added support for removing songs from the song list.
- CHANGED: Switched to a QListBox for the list of files since we only need one column.
- ADDED: Feature Request 946017. Added support for keeping track of the directory and a command line option -d directory/path, which sets the directory to start in.
- FIXED: Bug 946401. Check if QMBFile.GetSelectedChild() returns NULL.
- FIXED: Make last directory saving/loading work with loading files too.
- FIXED: Clicking Open Directory and then hitting Cancel no longer tries to open the directory.
- FIXED: No longer does weird things when you query and a song was already selected. Also immediately displays results if a song was already selected.
- FIXED: Bug 969872. Was segfaulting because trm_t object was being reused. Now creates new trm_t object for each song.
- FIXED: Duration is padded correctly now (so it shows up as, e.g., 00:06:04 instead of 0:6:4).
- FIXED: trm_t no longer needs to be deleted in QMBFileView destructor because it is done in the query loop.
- FIXED: Can now use Qt 3.1.2.
- CHANGED: Version number bumped for release.
- FIXED: Aborted on error during CD lookup because of improper string use.
Download (0.095MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1593 downloads
Samba Commander 1.2.2
Samba Commander is a text mode SMB network commander. more>>
Samba Commander is a text mode SMB network commander. In SMBC, you can browse the local network or you can use the search function to find the files.
You can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
<<lessYou can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
Download (0.093MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
remerge 2.1.1
remerge is a browser-based package manager. more>>
remerge is a simple browser-based interface to Gentoo Linuxs Portage and Novells Red Carpet package management systems.
It supports installation, uninstallation, and upgrading of many different packages.
Enhancements:
- An installation script glitch was fixed.
<<lessIt supports installation, uninstallation, and upgrading of many different packages.
Enhancements:
- An installation script glitch was fixed.
Download (0.053MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1556 downloads
Ksubeditor 0.2
KDE DivX subtitles editor is a good solution for people who create and edit subtitles for DivX movies. more>>
KDE DivX subtitles editor is a good solution for people who create and edit subtitles for DivX movies.
It is able to edit,convert subtitles between different formats, and test subtitles using some linux DivX player (at present Mplayer).
Enhancements:
- After "Save As" correct name on the bar is displayed
- Some compilation problems fixed
- Fixed number of columns in new file after spliting a file
- Fixed problem with editing file created by spliting another one
- Some "segmentation fault" fixes
- Changed "Insert row under" into "Insert row above"
<<lessIt is able to edit,convert subtitles between different formats, and test subtitles using some linux DivX player (at present Mplayer).
Enhancements:
- After "Save As" correct name on the bar is displayed
- Some compilation problems fixed
- Fixed number of columns in new file after spliting a file
- Fixed problem with editing file created by spliting another one
- Some "segmentation fault" fixes
- Changed "Insert row under" into "Insert row above"
Download (0.55MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1532 downloads
ELM 2.5 PL8
ELM is one of the most common mail readers for unix. more>>
ELM is one of the most common mail readers for unix.
Enhancements:
- fixed a hang when hitting certain 8-bit chars in the From line
- fixed a file descriptor leak (from Andreas Luik)
- removed all Expires: processing
<<lessEnhancements:
- fixed a hang when hitting certain 8-bit chars in the From line
- fixed a file descriptor leak (from Andreas Luik)
- removed all Expires: processing
Download (0.58MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1528 downloads
KMtraceViewer 0.73
KMtraceViewer is a graphical user interface for the KMtrace leak detection program. more>>
KMtraceViewer is a graphical user interface for the KMtrace leak detection program. KMtrace is part of the kdesdk package.
Enhancements:
- fixed installation path of icons (for making them part of the package)
<<lessEnhancements:
- fixed installation path of icons (for making them part of the package)
Download (0.39MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1514 downloads
log4cxx 0.9.7
log4cxx is a port to C++ of the log4j project. more>>
Log4cxx is C++ port of Log4j. log4cxx attempts to mimic log4j usage as much as the language will allow and to be compatible with log4j configuration and output formats.
Enhancements:
- Fixed examples source code in the "Short introduction to log4cxx".
- Fixed, in the renaming algorithm of RollingFileAppender and
- DailyRollingFileAppender, a problem specific to Unicode.
- Fixed conflict with Windows macros "min" and "max", by renaming
- StrictMath::min and StrictMath::max to StrictMath::minimum and
- StrictMath::maximum.
- Port to HPUX 11.0.
- Fixed segmentation fault in PropertyConfigurator.
- Port to Solaris.
- Fixed MutexException thrown while destroying RollingFileAppender.
- Logging macros can be used without explicity declaring the use of log4cxx namespace.
- Fixed static library unresolved externals for msvc 6 and 7.1
<<lessEnhancements:
- Fixed examples source code in the "Short introduction to log4cxx".
- Fixed, in the renaming algorithm of RollingFileAppender and
- DailyRollingFileAppender, a problem specific to Unicode.
- Fixed conflict with Windows macros "min" and "max", by renaming
- StrictMath::min and StrictMath::max to StrictMath::minimum and
- StrictMath::maximum.
- Port to HPUX 11.0.
- Fixed segmentation fault in PropertyConfigurator.
- Port to Solaris.
- Fixed MutexException thrown while destroying RollingFileAppender.
- Logging macros can be used without explicity declaring the use of log4cxx namespace.
- Fixed static library unresolved externals for msvc 6 and 7.1
Download (0.25MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1512 downloads
conTEXT 2k
conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box. more>>
conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box into the context browser.
I hope you dont expect too much of a script thats named almost like a tab in amaroK but there already are some ideas to extend its functionality...
Usage:
Scrolling: Left-click an arrow to speed up. Right-click to jump a page up/down. You can also use standard konqueror controls: Shift+ArrowKeys for scrolling, Alt+Mousewheel for horizontal scrolling, Ctrl+Mousewheel for zooming.
Drag the lower box border to resize the box, drag the box header to change its position.
Enhancements:
- fixed fast scrolling for new khtml versions; fixed playlouder.com; fixed rollingstone display; fixed plattentests.de referenzen
<<lessI hope you dont expect too much of a script thats named almost like a tab in amaroK but there already are some ideas to extend its functionality...
Usage:
Scrolling: Left-click an arrow to speed up. Right-click to jump a page up/down. You can also use standard konqueror controls: Shift+ArrowKeys for scrolling, Alt+Mousewheel for horizontal scrolling, Ctrl+Mousewheel for zooming.
Drag the lower box border to resize the box, drag the box header to change its position.
Enhancements:
- fixed fast scrolling for new khtml versions; fixed playlouder.com; fixed rollingstone display; fixed plattentests.de referenzen
Download (0.057MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
1496 downloads
Net::IMAP::Simple 1.14
The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. more>>
The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API.
Enhancements:
- Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy
<<lessEnhancements:
- Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy
Download (0.008MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1460 downloads
dxgallery 169
dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. more>>
dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. It also tries to look pretty.
I created dxgallery because it is the only one I know of that:
- Uses a dynamic number of columns.
- Uses consistent pixel count scaling.
- Is the prettiest.
It also uses entirely static html which can be generated on a different machine from the one which serves it.
And it conforms to XHTML 1.0 Transitional.
Enhancements:
- Fixed unsightly wrapping.
<<lessI created dxgallery because it is the only one I know of that:
- Uses a dynamic number of columns.
- Uses consistent pixel count scaling.
- Is the prettiest.
It also uses entirely static html which can be generated on a different machine from the one which serves it.
And it conforms to XHTML 1.0 Transitional.
Enhancements:
- Fixed unsightly wrapping.
Download (0.020MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1439 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above fixed search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed