1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
Changes since 1.1
-----------------
- gstalker is now a GNOME based app.
- removed alot of redundant functions.
- now using GNU wget for quotes instead of tcp4u socket library.
- changed all files to ascii based.
- better import function, can create custom field formats now.
- daily, weekly and monthly chart compression.
- quotes can be downloaded by date ranges.
- now using GTK 1.2 libs.
- lots of things I can't remember right now.
Changes since 1.0.7
-------------------
- added quotes retreival from Yahoo....Yahoo!
- using the tcp4u socket library for quote updates, included into the distribution.
- added an external program to convert data files from version 1.0.6 to version 1.0.7
called gstalker-convert.
- added routine to reset config file to new versions on start up.
- applied patch for Makefile to fix compile problems for new external programs.
- multiple selections are now used for certain list boxes.
- changed path for pixmaps to /usr/share/gstalker.
- fixed bug that didn't save changes to a group after deleting members.
- changed edit chart gui.
- added file version checking.
Changes since 1.0.6
-------------------
- fixed bug that didn't update data, alert and indiactor windows if you loaded a single chart,
then loaded a group.
- added uninstall option to the makefile.
- recoded charts to load using new structures, this is going to break all the data already
imported to gstalker. A re-import of all the data is has to be done to fix it. Sorry folks.
- path for pixmaps checked before starting up.
- can now resize to minimal size for low resolutions.
- added gstalker version field to config file.
- chart now updates if any colors are changed with out a manual reload.
- changed edit options window "ok" button to "save", button just saves config and doesn't
close the window anymore.
- added more colors.
- added progress bar and status messages to export functions.
- fixed a couple of bugs for the import function:
now ignores "/" in the date field this time!
now blank lines are ignored
better date validation
- new look to the alert and edit indicators window, you can now view the status,
edit and turn on and off all indiactors and alerts from a single window.
- recoded all the drawing routines to allow easier indicator additions.
- alot of code cleaned up and routines moved around, so beware any of you out there
making changes to this code.
- groups are now updated if a chart is deleted.
- fixed import behaviour when chart is active, no longer loads the new chart imported
that was imported.
- added 2 more moving average types (weighted and exponential).
- changed color selection to display actual colors.
- grid and volume and style button settings saved from each session now.
- global indicator and alert settings added.
- changed push buttons to toggle buttons for grid, volume, edit alert, edit indicator
and data window on the button bar.
- alerts now work for all moving average types.
- fixed bug that didn't draw chart properly if only close data was available.
- changed the style button to a global setting for all charts.
- added record # column to the data window.
- removed the right side volume scale ticks (kinda redundant when using the mouse).
- settings for import options are now saved from the previous session.
- changed grid from lines to points, looks nicer.
- added an external program (gstalker-import) that enables you to import data from a batch file.
- added color options for background and borders.
Changes since 1.0.5
-------------------
- fixed memory leak for all statusbar stacks.
- fixed segv on startup error if this is a new install.
- fixed segv if chart style is changed with no chart loaded.
Changes since 1.0.4
-------------------
- changed tooltip color background to yellow.
- added quotes around help text, added GSTALKER_DIR environment label for IRIX compile
(thanks d. hall for the patch)
- fixed bug in View menu, OHLC style choice didn't switch style properly.
- removed seperator selection from import window.
- added more date formats to import and export windows.
- added AUTHORS file to the source package.
- fixed typecast error for unsigned long arrays in load file.
- applied patch for new error message routines. (thanks Robert Anderson for the patch)
- seperated alert settings from indicators into it's own window, along with new button
on the button bar.
- added color settings for indicators and grid in options.
- started code clean up and reorg.
- changed chart header format to add fields for style, density and # of records in chart.
- moving average now has up to 3 individual plots at once.
- added auto upgrade function to convert data to new format.
- added goto record function in edit chart section.
- changed all pixmap creations to read from disk file, removed pixmaps.c file.
- changed make file to create and install pixmaps into /usr/local/share/gstalker.
- removed load_file.c file and put into chart.c file.
- added pixmap directory field to options dialog
Changes since 1.0b3:
--------------------
- now using new version scheme, now starting at 1.0.4
- changed edit chart to display rounded numbers for all fields.
- added save changes warning to edit chart.
- removed startup message complaining about group being empty.
- fixed spelling on View menu Expand chart.
- changed makefile to use gtk-config. (thanks Dirk Eddelbuettel for the patch)
- edit indicators now auto saves if edited and chart changes.
- fixed bug in progress bars for import and alerts. (thanks Steffen Kerr for the patch)
- put all extern declarations for sub routines into myheader.h for egcs and IRIX compilation
(thanks d. hall for the patch)
- added warning save dialogs for edit options and edit indicators windows.
- added moving average data to data window.
Changes since 1.0b2:
--------------------
- fixed bug in edit chart, that didn't handle deleting last record properly.
- fixed permissions when creating gstalker directories, was aborting immediately.
Changes since 1.0b1:
--------------------
- when you create a new group, it now launches directly into the group editor.
- goto list now centers and highlights the active chart.
- added symbol and name info to titlebar of edit indicators window.
- added vertical grid lines to charts.
- fixed major bug in edit chart that didn't save or display the name field correctly.
- removed symbol editing field from the edit chart window, it was breaking links to groups.
For now, if you want to change a symbol name, you have to delete it and then import it
as a new symbol.
- changed date format displayed in the data window to MM/DD/YYYY.
- fixed bug that didn't update stats bar when turning it off/on.
- currently loaded chart now updates if an edit is made.
- added sample data for import located in samples directory.
- those annoying compilation and xpm startup error messages now gone
(thanks Steffen Kerr for the patch).
- recoded directory reads to standard methods.
- added notification when first starting up for directory creation.
|