Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 086d3bfaefc49e0c2a15088536aff98c > files > 5

gonvert-0.2.39-2.mga7.noarch.rpm

Project: gonvert

Version:
0.2.39	- Add tarea unit of measure.
0.2.38	- Add in/min and others to speed category
0.2.37	- Add twip unit to length category
0.2.36	- modifed appdata location to help with making RPM
0.2.35	- added /usr/share/appdata to showcase in the GNOME and KDE Software Centers.
0.2.34	- fixed Flow liquid imperial units.
0.2.33	- base number 40,50,60 description fixed to show proper last digit description.
0.2.32	- save and restore of selected units working now.
	- Added "X" to clear the unit line, allowing two selected units.
0.2.31	- Find next works again.
0.2.30	- Lowered minimum height to work on Pandora device.
	- More complete shoe size listings from Wikipedia.
	- Added Paris point to Length category.
0.2.27  - added all SI volumes (to dry volumes).
0.2.26  - removed non-functioning shortlist feature.
	- modified glade requirements to glade 2.16 to prevent introduction warnings
	- modified find to instant-find
0.2.25  - Corrected and added to Thermal conductance area and linear categories
0.2.24  - Corrected bug where text might be entered into float causing ValueError
0.2.23  - Added UK currency category and other UK measurements thanks to Dale Hair
0.2.22  - Restore previously used window size
0.2.21  - Category column widened. Maximize on start.
0.2.20  - correction in micron pressure conversion
0.2.19  - viscosity cP conversion correction
0.2.18	- addition of magnitudes per square arcsecond to Luminance category
0.2.17	- updated baud definitions
	- fixed homepath location because new debian version changed
0.2.16	- fixed icon locating for display in about
	- added alternate icon gonvert-icon_alernative.png (copy over gonvert.png)
0.2.15	- updated mainloop to main as discovered by Alexander Skwar
0.2.14	- added Calgary energy and volume suggestions per Kim Lux
0.2.13	- new more easily understandable icon
	- nanotesla definition (nT).
	- added shortlist feature.
0.2.12	- removed inoperable books feature.
	- fixed up acre accuracy.
0.2.11	- miodified descriprion for silver, newton, sadzhens.
0.2.10	- \x90 changed to \u00C9 for Emile and similar for Reaumur utf-8 text.
	- Added translation for "All" book text.
	- The write units text is translatable.
	- The pl_messages.po file has been updated
0.2.09	- Added utf-8 coding to all text strings in preparation for complete language translation.
0.2.08	- Added language translation for menus and labels.
0.2.07	- Added language translation changes and messages.pot.
0.2.06	- Fixed category list size to show preselected categorys on startup,
	  scroll window H&Vpolicy set to always.
0.2.05	- Spelling of Luminance category fixed.
0.2.04	- Modified unit clicking to force focus on value entry.
	  Modified Makefile to remove /share/share bug for desktop entry.
0.2.03	- Modified Makefile to allow better integration on other platforms.
0.2.01	- Added saved selections feature, creates ~/.gonvert/ and file. 
0.1.11	- fixed packaging for RPM
0.1.10	- added Current Loop category for PLCs and 4-20mA instrumentation.
0.1.9	- added kilobit, and more density units.
0.1.8	- Added Torque units
0.1.7	- Added many more pressure units
	- Added thermal categories
	- Added fuel consumption category
	- Program extension to .pyw so that Windows startup without console
0.1.6	- add more frequency units
	- fixed computer number bases nums was bad near "h" and "v"
	- fixed error:
	  "GtkTextBuffer.insert_at_cursor() takes exactly 1 argument (2 given)"
	  thanks to Riccardo Galli
0.1.5	- put packages into /usr instead of /usr/local
	- add gnome menu item back in
0.1.4	- remove dependency on gnome-config from Makefile, RPM, binary.
0.1.3	- touched up computer numbers units for better sorting
	- limited up resizing of windows to prevent dissapearing areas
	- fixed find bug that some users might notice (TreeViewColumn/None)
0.1.2	- Added description box when writing units
0.1.1	- Added help/about box
	- fixed bug that sets focus on line 2480
	- fixed temperature difference units labels
	- all scroll bars only show when needed
	- Added RPM distribution
0.1.0   - Major modifications for GTK2 (RedHat 8.0)
	- addition of units column in display
	- sorting for all units columns with sort pointer
0.0.15	- added Electromagnetic Radiation category
0.0.14	- fixed window close bug, attempt to fix libglade XML startup bug for
          some machines
0.0.13	- changes for python2.2, had to remove gnome dependencies
0.0.12	- change contact information address
0.0.11	- addition of ppm to "find" utility
0.0.10	- addition of petabyte to computer data
0.0.9	- addition of cesium atom vibrations to Time category
0.0.8	- more accurate calculation of degrees F
0.0.7	- added 'Find unit' feature
	- changed Category list to clist for ease of moveto (focus) after find
0.0.6	- added description for Amperes
	- added DENSITY category
	- added 4 new categories 101 new units
	- added shoe size converter
	- add a function to convert custom formulas (like area from diameter)
	  example: area = pi * (D/2)^2
  	  base value = pi* (x/2)^2  #metres in diameter metres, cm, inch, foot.
0.0.5	- Tool for listing all categories and units to STDOUT.
	- re-organization of project files.
	- addition of suffixes between duodecillion and centillion.
	- addition of Makefile to install onto Gnome based systems.
	- sort Units or Value columns (ascending or descending)
	  by clicking on column.
0.0.4	- Prefixes and Suffixes addition of;
	  ppm, %, Marx brothers, various descriptions.
	- addition of microgram to mass category.
	- replaced base 63 with 62 from computer numbers since
	  only 62 characters can be represented.
	- fixed error if second line has nothing it wouldn't get
	  updated.
0.0.3	- fix bug in labelling of base 36 (was base 37)
	  all numbering systems past 23 were at fault due
	  to improper nums string (fixed).
0.0.2	- Completion of second row data entry so that changes
	  to text are not cyclicly causing changes to all
	  values.
0.0.1	- Initial release.