[X] The "/OldFiles" file could not be found or is not available. Please select another file.

optronic is a group of geeks (mostly coders, but a few of us are artistsaswell).On this page you can find almost all of our source code, and sometimes evensomething not entirely different from documentation.


http://optronic.sourceforge.net





Separate each tag with a space.

Release Date:

2004-07-31

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2001-01-15

Ratings and Reviews

Be the first to post a text review of optronic. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • File released: /ViboDev [Unstable]/0.3.9/ViboDev-0.3.9.tar.gz

    posted 1986 days ago

  • File released: /ViboDev [Unstable]/0.3.9/ViboDev-0.3.9.tar.bz2

    posted 1986 days ago

  • ViboDev [Unstable] 0.3.9 file released: ViboDev-0.3.9.tar.gz

    2004-07-31ComLord<comlord@dtek.chalmers.se> * === Released 0.3.9 === * === New developers: satanic and wizborn === * === They have started working on a plugin framework. === * Entire Project: Done cleaning up. Worked on it for 12 straight hours. * src/editor_ui.c (editor_ui_new): Made C default syntax highlighting. 2004-07-30ComLord<comlord@dtek.chalmers.se> * Entire Project: Started to clean up the code to name all functions and files properly. 2004-07-22ComLord<comlord@dtek.chalmers.se> * src/fileio.c: Started working on function auto-completion and function definition lookups. 2004-07-20ComLord<comlord@dtek.chalmers.se> * Entire Project: opDeveloper is now called ViboDev after a merge between optronic and Viborace. ViboDev (former opDeveloper) is now an official product in the Viborace portfolio. Made the neccessary changes to the code. * data/logo.png: Redesigned the logotype after the recent name change. 2004-07-10ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Redesigned the layout of the main window. I made the toolbar vertical and put it on the left of the editor. The project bar and the file selection now both lives in a notebook on the right called "ExplorerTabs". 2004-07-09ComLord<comlord@dtek.chalmers.se> * src/project*: Initial project support added! Too many changes to write about right now. 2004-06-27ComLord<comlord@dtek.chalmers.se> * All Makefiles: Created a new sub directory to data called templates that contains xml templates for solutions, projects and files. This way people will be able to create their own templates for different solutions and project types. Also fixed all my automake/autoconf problems by removing an old cache file. 2004-06-26ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Made three new stock icons for New/Open/Save project. The only differense from the standard stock items is that these does not have any default keyboard shortcuts (CTRL-N etc). * src/menubar.h: Changed the stock references for New/Open/Save project to point to the new stock icons. 2004-06-24ComLord<comlord@dtek.chalmers.se> * src/project.c: Did more work on the project tree. It has moved towards a "Visual Studio .NET" kind of Solution/Project/Sub Project-thing. I've been working with VS.NET for three weeks at work now and I'm liking the way it handles projects. I have also made up a XML-syntax for defining projects. Automake/autoconf is next but my automake build is not working and I don't have an Internet connection at my parents former house (wich I will be moving from tomorrow) so it will have to wait for now. 2004-06-11ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Added a project tree to the project bar. It can be used to divide project sources into different categories (branches) for easier overview. * src/typedefs.h: Added the struct for the new tree widget and the struct for project branches/nodes. 2004-06-07ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Made first editor widget grab focus on startup. Also changed the width of the project bar to at least 150 px. 2004-05-31ComLord<comlord@dtek.chalmers.se> * src/project.c (new_project): Added a combo box for project type. Also added a callback function for the actual creation of the project called new_project_cb(). * src/main.c (main): Fixed the alignment of the status labels (line number, column number and current highlighting). It is now left aligned instead of centered. 2004-05-28ComLord<comlord@dtek.chalmers.se> * src/project.c (new_project): Created a dialog for project creation. As with the projects directory setting it does nothing yet. * src/menubar.h: Created a toolbar with new/open/save for use in the project bar. * src/main.c (main): Added the project toolbar to the layout. 2004-05-26ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog, write_preferences, parse_settings): Added an entry for projects directory. It's not being used at the moment but at least I finally got started on project support. C and C++ are first up and will include Automake and Autoconf stuff when I am done. I feel the need for a new release soon! =) 2004-04-22ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog, write_preferences, parse_settings): Added an option to show the project bar on startup. * src/main.c (main): Added a check to show/hide project bar on startup according to current settings. Changed the splash screen logo into a png instead of an inline xpm. * src/about.c (about_dialog): Changed the logo into a png instead of an inline xpm. * configure.in, Makefile.am, data/Makefile.am: Added the creation of /usr/local/share/opDeveloper (or whatever prefix you choose) to store the new logo and maybe other files in the future. * www.comlord.net/opDeveloper: Started on the new website that will be up when I get the money to buy a new hard drive for my workstation (IE when I get my thumb out of my ass and setup my server). 2004-04-16ComLord<comlord@dtek.chalmers.se> * src/project.c: Moved from using pipes, forks and signals to using GIOChannel and just the fork created by popen. So in a way I still use pipes and forks. I just dont use any signals. =) * src/fileio.c (gtk_mywidget_new): Moved around some bits of the code that handles highlighting. I moved it into new_file() instead because I did not want syntax highlighting on the debug output. (If you want it, feel free to make a highlighting file for GNU make.) 2004-04-12ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog): Added a color button for changing font color in the editor window. * src/project.c: Started working on project management and compilation support. Successfully mastered the use of fork(), pipe() and signal(), neither of which I have ever worked with before. It was fun and now opDeveloper is really moving forward towards a fully-fledged IDE.

    posted 1986 days ago

  • ViboDev [Unstable] 0.3.9 file released: ViboDev-0.3.9.tar.bz2

    2004-07-31ComLord<comlord@dtek.chalmers.se> * === Released 0.3.9 === * === New developers: satanic and wizborn === * === They have started working on a plugin framework. === * Entire Project: Done cleaning up. Worked on it for 12 straight hours. * src/editor_ui.c (editor_ui_new): Made C default syntax highlighting. 2004-07-30ComLord<comlord@dtek.chalmers.se> * Entire Project: Started to clean up the code to name all functions and files properly. 2004-07-22ComLord<comlord@dtek.chalmers.se> * src/fileio.c: Started working on function auto-completion and function definition lookups. 2004-07-20ComLord<comlord@dtek.chalmers.se> * Entire Project: opDeveloper is now called ViboDev after a merge between optronic and Viborace. ViboDev (former opDeveloper) is now an official product in the Viborace portfolio. Made the neccessary changes to the code. * data/logo.png: Redesigned the logotype after the recent name change. 2004-07-10ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Redesigned the layout of the main window. I made the toolbar vertical and put it on the left of the editor. The project bar and the file selection now both lives in a notebook on the right called "ExplorerTabs". 2004-07-09ComLord<comlord@dtek.chalmers.se> * src/project*: Initial project support added! Too many changes to write about right now. 2004-06-27ComLord<comlord@dtek.chalmers.se> * All Makefiles: Created a new sub directory to data called templates that contains xml templates for solutions, projects and files. This way people will be able to create their own templates for different solutions and project types. Also fixed all my automake/autoconf problems by removing an old cache file. 2004-06-26ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Made three new stock icons for New/Open/Save project. The only differense from the standard stock items is that these does not have any default keyboard shortcuts (CTRL-N etc). * src/menubar.h: Changed the stock references for New/Open/Save project to point to the new stock icons. 2004-06-24ComLord<comlord@dtek.chalmers.se> * src/project.c: Did more work on the project tree. It has moved towards a "Visual Studio .NET" kind of Solution/Project/Sub Project-thing. I've been working with VS.NET for three weeks at work now and I'm liking the way it handles projects. I have also made up a XML-syntax for defining projects. Automake/autoconf is next but my automake build is not working and I don't have an Internet connection at my parents former house (wich I will be moving from tomorrow) so it will have to wait for now. 2004-06-11ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Added a project tree to the project bar. It can be used to divide project sources into different categories (branches) for easier overview. * src/typedefs.h: Added the struct for the new tree widget and the struct for project branches/nodes. 2004-06-07ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Made first editor widget grab focus on startup. Also changed the width of the project bar to at least 150 px. 2004-05-31ComLord<comlord@dtek.chalmers.se> * src/project.c (new_project): Added a combo box for project type. Also added a callback function for the actual creation of the project called new_project_cb(). * src/main.c (main): Fixed the alignment of the status labels (line number, column number and current highlighting). It is now left aligned instead of centered. 2004-05-28ComLord<comlord@dtek.chalmers.se> * src/project.c (new_project): Created a dialog for project creation. As with the projects directory setting it does nothing yet. * src/menubar.h: Created a toolbar with new/open/save for use in the project bar. * src/main.c (main): Added the project toolbar to the layout. 2004-05-26ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog, write_preferences, parse_settings): Added an entry for projects directory. It's not being used at the moment but at least I finally got started on project support. C and C++ are first up and will include Automake and Autoconf stuff when I am done. I feel the need for a new release soon! =) 2004-04-22ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog, write_preferences, parse_settings): Added an option to show the project bar on startup. * src/main.c (main): Added a check to show/hide project bar on startup according to current settings. Changed the splash screen logo into a png instead of an inline xpm. * src/about.c (about_dialog): Changed the logo into a png instead of an inline xpm. * configure.in, Makefile.am, data/Makefile.am: Added the creation of /usr/local/share/opDeveloper (or whatever prefix you choose) to store the new logo and maybe other files in the future. * www.comlord.net/opDeveloper: Started on the new website that will be up when I get the money to buy a new hard drive for my workstation (IE when I get my thumb out of my ass and setup my server). 2004-04-16ComLord<comlord@dtek.chalmers.se> * src/project.c: Moved from using pipes, forks and signals to using GIOChannel and just the fork created by popen. So in a way I still use pipes and forks. I just dont use any signals. =) * src/fileio.c (gtk_mywidget_new): Moved around some bits of the code that handles highlighting. I moved it into new_file() instead because I did not want syntax highlighting on the debug output. (If you want it, feel free to make a highlighting file for GNU make.) 2004-04-12ComLord<comlord@dtek.chalmers.se> * src/settings.c (settings_dialog): Added a color button for changing font color in the editor window. * src/project.c: Started working on project management and compilation support. Successfully mastered the use of fork(), pipe() and signal(), neither of which I have ever worked with before. It was fun and now opDeveloper is really moving forward towards a fully-fledged IDE.

    posted 1986 days ago

  • File released: /opDeveloper [Unstable]/0.3.0/opDeveloper-0.3.0.tar.gz

    posted 2096 days ago

  • File released: /opDeveloper [Unstable]/0.3.0/opDeveloper-0.3.0.tar.bz2

    posted 2096 days ago

  • opDeveloper [Unstable] 0.3.0 file released: opDeveloper-0.3.0.tar.bz2

    2004-04-12ComLord<comlord@dtek.chalmers.se> * === Released 0.3.0 === * src/settings.c (settings_dialog): Changed buttons into Apply/OK/Cancel instead of Save/Close. Added a new tab called 'Editor' and added a font selection button for selecting font in the editor window. Also added a color selection for the editor window. 2004-04-11ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Enabled use of argv[] variable so that '# opDeveloper filename1 filename2' opens the selected files. * src/filelist.c (filelist_set_path): Moved to using the GTK Icon Theme (see freedesktop.org for description of the icon theme standard) instead of my own png's for files and folders. Fallback on old xpm's if no icon was found. * src/settings.c (settings_dialog): Added an entry for startup directory. Also added an option (home/other) connected to the entry box. A GtkFileChooser in directory select mode enables easy selection of startup directory. * src/main.c (main): Added three labels next to the status bar displaying current line number, column and highlighting language. * src/fileio.c (update_statusbar_coords): New function for updating the information next to the statusbar. 2004-04-09ComLord<comlord@dtek.chalmers.se> * src/fileio.c (open_file_dialog): Enabled multiple file selection so that several files can be opened at once. * src/filelist.c (filelist_set_path): Started using nice anti-aliased png's for files and folders instead of xpm's. 2004-04-04ComLord<comlord@dtek.chalmers.se> * Found out that GtkSourceView has been developed a lot since the latest release on their homepage. 1.0.0 was released 2004-03-22. The latest source is found in the Gnome 2.6 source archive. * configure.in: Changed to compile against GtkSourceView 1.0.0. * src/fileio.c (find_dialog): Added an option for case sensitive search. Made default search case insensitive. * src/fileio.c (open_file_dialog): Moved to using GtkFileChooser instead of old GtkFileSelection. Also merged open_file_io_dialog() into open_file_dialog as a result. * src/fileio.c (save_file_as_dialog): The same as with open_file_dialog(). 2004-03-30ComLord<comlord@dtek.chalmers.se> * src/fileio.c: Changed a few functions to work wih the new GtkUIManager based menus. 2004-03-28ComLord<comlord@dtek.chalmers.se> * src/menubar.h: Moved to the new GtkUIManager instead of the deprecated GtkItemFactory. * src/fileio.c: Added the new highlighting files (C#, MSIL, PHP, SQL and Verilog) 2004-03-25ComLord<comlord@dtek.chalmers.se> * configure.in: Changed to compile against GTK+ 2.4.0 and GtkSourceView 0.8.0. * src/settings.c: Removed temp_g_strsplit_set in favor of the real g_strsplit_set in GLib 2.4.0. * ChangeLog: Remade the changelog to look more "POSIX". 2004-03-19ComLord<comlord@dtek.chalmers.se> * === Moved to 0.3.x unstable branch so that I can start working on project/compiler integration. 2004-03-16ComLord<comlord@dtek.chalmers.se> * src/fileio.c (popup_menu_cb): Created a popup with save/save as/close when right-clicking on tabs for open files. * src/main.c (main): Added a few more buttons to the toolbar (undo/redo/cut,copy,paste,find,jump to line).

    posted 2096 days ago

  • opDeveloper [Unstable] 0.3.0 file released: opDeveloper-0.3.0.tar.gz

    2004-04-12ComLord<comlord@dtek.chalmers.se> * === Released 0.3.0 === * src/settings.c (settings_dialog): Changed buttons into Apply/OK/Cancel instead of Save/Close. Added a new tab called 'Editor' and added a font selection button for selecting font in the editor window. Also added a color selection for the editor window. 2004-04-11ComLord<comlord@dtek.chalmers.se> * src/main.c (main): Enabled use of argv[] variable so that '# opDeveloper filename1 filename2' opens the selected files. * src/filelist.c (filelist_set_path): Moved to using the GTK Icon Theme (see freedesktop.org for description of the icon theme standard) instead of my own png's for files and folders. Fallback on old xpm's if no icon was found. * src/settings.c (settings_dialog): Added an entry for startup directory. Also added an option (home/other) connected to the entry box. A GtkFileChooser in directory select mode enables easy selection of startup directory. * src/main.c (main): Added three labels next to the status bar displaying current line number, column and highlighting language. * src/fileio.c (update_statusbar_coords): New function for updating the information next to the statusbar. 2004-04-09ComLord<comlord@dtek.chalmers.se> * src/fileio.c (open_file_dialog): Enabled multiple file selection so that several files can be opened at once. * src/filelist.c (filelist_set_path): Started using nice anti-aliased png's for files and folders instead of xpm's. 2004-04-04ComLord<comlord@dtek.chalmers.se> * Found out that GtkSourceView has been developed a lot since the latest release on their homepage. 1.0.0 was released 2004-03-22. The latest source is found in the Gnome 2.6 source archive. * configure.in: Changed to compile against GtkSourceView 1.0.0. * src/fileio.c (find_dialog): Added an option for case sensitive search. Made default search case insensitive. * src/fileio.c (open_file_dialog): Moved to using GtkFileChooser instead of old GtkFileSelection. Also merged open_file_io_dialog() into open_file_dialog as a result. * src/fileio.c (save_file_as_dialog): The same as with open_file_dialog(). 2004-03-30ComLord<comlord@dtek.chalmers.se> * src/fileio.c: Changed a few functions to work wih the new GtkUIManager based menus. 2004-03-28ComLord<comlord@dtek.chalmers.se> * src/menubar.h: Moved to the new GtkUIManager instead of the deprecated GtkItemFactory. * src/fileio.c: Added the new highlighting files (C#, MSIL, PHP, SQL and Verilog) 2004-03-25ComLord<comlord@dtek.chalmers.se> * configure.in: Changed to compile against GTK+ 2.4.0 and GtkSourceView 0.8.0. * src/settings.c: Removed temp_g_strsplit_set in favor of the real g_strsplit_set in GLib 2.4.0. * ChangeLog: Remade the changelog to look more "POSIX". 2004-03-19ComLord<comlord@dtek.chalmers.se> * === Moved to 0.3.x unstable branch so that I can start working on project/compiler integration. 2004-03-16ComLord<comlord@dtek.chalmers.se> * src/fileio.c (popup_menu_cb): Created a popup with save/save as/close when right-clicking on tabs for open files. * src/main.c (main): Added a few more buttons to the toolbar (undo/redo/cut,copy,paste,find,jump to line).

    posted 2096 days ago

  • File released: /opDeveloper [Stable]/0.2.4/opDeveloper-0.2.4.tar.gz

    posted 2123 days ago

  • File released: /opDeveloper [Stable]/0.2.4/opDeveloper-0.2.4.tar.bz2

    posted 2123 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

optronic Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks