Jun 11, 2009 | -- |
Version
0.1.2
released. This release adds 'include' library searching and also support for GTKBUILDER projects in the GTKCL section. This requires at least GTK-2.16 and Glade-3.6.3 to work properly! |
Mar 19, 2009 | -- | Added CodingHelp/CTKC/Demo-1 |
Apr 23, 2009 | -- | Added GTK sample project to SIDE/DEMOS/SIDEdemos/GTKC for a working copy of the 'About' project. |
Feb 20, 2009 | -- | Added the 'libTiROS' Support package to
the Download section of the website. This is the static library port of 'TiROS the Tickless Real Tiome Operating System' which will be used for embedded targets such as AVR and ARM projects. Current version just includes the posix 'API' test from the TiROS Samples as a 'proof of concept' demo. |
Jan 26, 2009 | -- | Added the GTKC project type for using
GTK Builder, this builds the visual interface from an XML description file created by Glade-3.5 at run time.. This requires GTK-2.16 and Glade-3.5 to work and is only Experimental at this time!!! Note: Odd versions of Glade are the developmental versions and will be unstable! You should install GTK-2.16 then there is a file to read on getting and installing Glade-3.5 (Local) to opt/Side/bin so that it will not clobber your current, stable version of Glade-3.4. |
Jan 21, 2009 | -- | The Notebook side tabs now
activate/de-activate depending on the Project type. e.g. the 'Visual' tab is de-activated in CLC projects as there are no visual widgets on the command line. |
Jan 20, 2009 | -- | The IDE has been modied to allow the entry of 'include'
directories in 'C' projects. This allows users to specify additional directories where the compiler can look for needed 'h' files. Doing so allows the use of dynamically linked libraries such as libglib etc. where the needed 'h' files ( such as 'glib.h' ) may be somewhere other than the standard 'include' search path. Checkout CodingHelp/CLC/Demo-4 |
Jan 16, 2009 | -- | The IDE has been modified to remove various compile time warnings while installing/upgrading the side4linux package. |
Dec 11, 2008 |
-- |
Version
0.1.1
released.
|
Note: |
This is a bugfix release to
stabilise the platform prior to further enhancement. This will be the last version that offers any support for GTK 2.8 and GTK 2.10, we will now begin to move our focus onto GTK 2.14 and the upcoming Glade 3.6 We intend to add GTK Builder support once Glade 3.6 is released, expect the 'GTKCL' directory to be added in the next release for testing purposes only. The 'tool set' provided with the IDE is getting on in age and I understand some will not function properly with GTK 2.14, so expect a new 'build script' to be added in the next couple of releases. We are proposing to update the 'tool set' by converting them to GTK Builder applications. This will cause problems I am sure with anything less than GTK 2.14 so we may need to take this one step at a time and react on any complaints as they come up. I guess there is a need to replace some tools in your collection with the older ones if your GTK is complaining. So keep copies of your current install in separate folders as a safeguard. GTK 2.14 bleats out quite a number of warnings with this release but compiles and runs OK otherwise, we will fiddle the code in future releases to lesson this symptom. We keep getting complaints as to why we do the install in the way that we do and why we do not automagicly put the 'side4linux config file' into the user's directory on first install! So our explanation is --->> We can understand your wanting to setup the side4linux package in your own way, this we must leave to users to do to suit themselves. We provide instructions simply as one way to do things, this gives people the opportunity to try the packages provided and then to determine their value to them. We have strict occupational health and safety laws in Australia so we are careful to set the IDE up so that only those with suitable skills access all of the toolset provided, mainly by password but also be removing, adding or substituting other versions of the toolset. By making you setup and modify the 'config file' in the user's own directory space, we are forgoing any automatic install to provide total freedom. |
|
Jun 21, 2008 | -- | Updates will now be at six month intervals as side4linux heads for production stable status |
Jun 16, 2008 | -- | CodingHelp/CLC/Useful Links added. Useful Local and Internet links for command line C programming. |
Jun 11,
2008 |
-- |
Version
0.1.0
released.
|
Our first 'beta' release, side4linux is
now two years old ! |
||
Apr 10, 2008 | 'libgtkgl' added as a
library as 'libgtkglS4L' basic Mesa OpenGLTM
GTK GL widget. |
|
Apr 10, 2008 | -- | 'StringDB' converted to a
library as 'libStringDB' |
Apr 9, 2008 | -- | basic 'doxygen'
documentation added in the 'Doc' directory of side4linux |
Apr 6, 2008 | -- | side4linux IDE converted
to glade-3 ( from version 0.1.0 ) . You now need 'libglade' for the program to work. The IDE still allows you to edit glade-2 programs. |
Mar 28, 2008 | -- | CodingHelp/CLC/Demo-3 added. How to Link to an external dynamically linked library. |
Mar 25, 2008 | -- | CodingHelp/CLC/Demo-2 added. How to Create and link to an internal statically linked library. |
Mar 23, 2008 | -- | Added internal static
library linking. ( CLC, GNOMEC,GNOMECGL ) for glade-3
only. |
Mar 20, 2008 | -- | Added external dynamic library linking. ( CLC, GNOMEC,GNOMECGL ) for glade-3 only as glade-2 is deprecated. |
Mar 14, 2008 | -- |
Modified the 'Search Bar' of the IDE to
be a drop down list so that the previous ten searches are kept for
further use. Re-arranged the Toolbar buttons to improve functionality. Added 'Close' Toolbar button, saves current file in Notebook and then closes it. |