Monday, February 18, 2008
GCC slowness... problem solved
Hi all,
Today I tried building FlameRobin with MSVC Express. It works really
nice and it builds FR from scratch in about 2.5 minutes on this
machine where I tried it (Intel Celeron M 1.4GHz with 256MB RAM). This
in on Windows XP Pro with all anti-virus and similar software turned
off.
Then I tried on Linux (it's a dual boot machine) and GCC took 272
seconds, i.e. 4.5 minutes. Both compilers are using PCH. I got really
frustrated about this in the past, so much that I considered to
install Windows on my machine and do FR development there.
But, I suddenly got the idea that GCC might be losing too much time
optimizing. So, I tried to lover the optimization from level 2 to
level 1. I got slight improvement: 225 seconds. Still too slow. Then I
turned it off, and I got the amazing 130 seconds, i.e. 2:10. This is
quite acceptable to development and I guess I'll only use -O2 when we
build the release versions from now on.
The option can be changed by setting CXXFLAGS environment variable
before you run 'configure' script. Something like this (if your shell
is bash):
$ export CXXFLAGS=
$ ../configure ...
$ make
It looks like GCC isn't that bad after all.
--
Milan Babuskov
..:: FlameRobin ::..:: Firebird ::..
Wednesday, February 06, 2008
uploading flamerobin to download.com
Here are some of the " benefits " , Linux world is better than the winworld
..:: FlameRobin ::..:: Firebird ::..
Saturday, February 02, 2008
building flamerobin package - debian/ubuntu way
sudo apt-get install libwxgtk2.6-dev quilt
wget http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.8.3.orig.tar.gz
tar -zxvf flamerobin_0.8.3.orig.tar.gz
wget http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.8.3-1.diff.gz
gunzip flamerobin_0.8.3-1.diff.gz
cd flamerobin-0.8.3-src/
patch -p1 < ../flamerobin_0.8.3-1.diff
debuild -i
[drink some beer]
ls -lah *.deb
-rw-r--r-- 1 mariuz mariuz 907K 2008-02-02 11:39 flamerobin_0.8.3-1_i386.deb
sudo dpkg -i flamerobin_0.8.3-1_i386.deb
flamerobin
ps: i used an previous firebird guide
..:: FlameRobin ::..:: Firebird ::..
Wednesday, January 23, 2008
Flamerobin code used with wxLua
I never used wx's ODBC classes; I'm using SQLite3 (via wxSQLite3) / FireBird (via IBPP) databases. I already have -hand written- Lua bindings of wxSQLite3 and IBPP. In a recent C++ project, I used wxGrid/FireBird (code taken from FlameRobin); I like it. Now I want to test/use them with wxLua.Re: About wxGrid with database wxPropertyGrid usage
Blogged with Flock
Monday, January 14, 2008
Displaying multiline text and blobs
I have implemented the ability to show blob data in the grid and now the
need to show multiline text has increased. I have some ideas about it,
but I'd like to see as much possible feedback as I believe many users
are using multiline text columns. Here are the ideas of UI to cover
it:
a) show tooltip while mouse hovers over cells
b) show tooltip on some user action (like double-click)
c) have a separate subwindow (split grid or sql editor adding another
column to it) which stays on screen until user closes (hides) it
d) have a separate window/dialog that would only show the data
c) and d) is something I plan for Blobs with tabs for
text/hex/image/etc. representation, so maybe it is the best idea for
text as well? Such dialog could have some options like 'save to file'
and similar.
Please give any comment or your own idea. I might even set up a
website poll if we can't figure out what is the best solution.
Thanks,
--
Milan Babuskov
http://www.flamerobin.org
..:: FlameRobin ::..:: Firebird ::..
Thursday, December 20, 2007
FlameRobin 0.8.3 released
Wednesday, November 21, 2007
wxWidgets 3.0
However soon -- hopefully in the beginning of the next year -- we will release wxWidgets 3.0 which will be the first change of major version since a long time and only the second time it happens in wxWidgets history. So it may be interesting to look at what exactly has changed to warrant this and I'll try to briefly describe it in this post.wxBlog
[Hurray we will get rid of wxT() macro in code ]
Blogged with Flock
Tuesday, November 20, 2007
x2develop: Jiří Činčura : FlameRobin Portable
I like the software without installation, just one exe, one config saved on some well know place or near exe. For Firebird administration, I'm mainly using wfsql (better isql), IBExpert and FlameRobin (and sometimes isql).x2develop: Jiří Činčura : FlameRobin Portable
Blogged with Flock
Quick Start Firebird : Perkenalan Praktis « Let’s Go Green !
Quick Start Firebird in indonesian language
Spotted on worpress.com firebird tag area
with an small note about flamerobin :P
Quick Start Firebird : Perkenalan Praktis « Let’s Go Green !
Blogged with Flock
Saturday, November 03, 2007
Windows test builds
The first available version is built from SVN trunk, revision 1522.
Just unzip the proper version (vc/flamerobin.exe for Windows 95 and 98, vcu/flamerobin.exe for Windows 2000, XP and Vista) into your program directory. The builds are for testing new features and may have bugs, so if you depend on FlameRobin and want to make sure that you can go back to the last official version, just rename the original executable instead of overwriting it.
Thursday, November 01, 2007
Accepted flamerobin 0.8.1 in debian
http://packages.qa.debian.org/f/flamerobin.html
..:: FlameRobin ::..:: Firebird ::...:: debian ::...:: ubuntu ::..
Mandriva 2008 errata with new flamerobin 0.8.1 included
Various crasher bugs in Flamerobin
The version included with Mandriva Linux 2008 of Flamerobin, a database administration tool, contained various bugs that could potentially lead to crashes.
We have chosen to fix this issue by providing a new release through the /contrib/updates repository. The updated package, flamerobin-0.8.1-1mdv2008.0, was released on October 23rd 2007. It provides version 0.8.1, which fixes several of these crasher bugs. See the "Installing Updates" section, above, for instructions on installing packages from /contrib/updates.
http://wiki.mandriva.com/en/Releases/Mandriva/2008.0/Errata#Various_crasher_bugs_in_Flamerobin
..:: FlameRobin ::..:: Firebird ::..:: Mandriva ::..
New test version available
Please download it at
http://www.flamerobin.org
and try on Windows 95, 98, 2000 and so on.
Thanks
--
Michael Hieke
..:: FlameRobin ::..:: Firebird ::..
Friday, October 26, 2007
Friday, October 19, 2007
Thursday, October 18, 2007
flamerobin 0.8.1 released
Changes: And here's the changelog for 0.8.1: New features - SQL Editor: added command to Execute statements from cursor position - SQL Editor: themable toolbar icons (support for entire FR in next version) Enhancements and Bug fixes - SQL Editor window now has a standard menu and toolbar - Editable grid: fields are now set to NULL when DELETE key is pressed in empty box - Fixed crash when Insert clicked after transaction Commit/Rollback - Fixed crash when Insert clicked while editing field value - Fixed problem with Insert being disabled until column info is loaded - Fixed charset conversion problems with editable grid and insert dialog - Insert and Delete buttons are now properly enabled and disabled - Fixed DDL extraction for usernames in privileges - Windows version can be installed without administrative privilegesSourceForge.net: Files
Blogged with Flock
Tuesday, October 16, 2007
Download FlameRobin 0.8.0 - FlameRobin is a database administration tool for Firebird DBMS. - Softpedia
Also the softpedia page seems to be updated with some screenshots (don't know what version it is...)Download FlameRobin 0.8.0 - FlameRobin is a database administration tool for Firebird DBMS. - Softpedia
Blogged with Flock
Flamerobin 0.8.0 download - Flamerobin (aded to icewalkers.com)
Release Notes : The ability to edit, add, and remove existing rows of the DataGrid directly was added. This works even for joins and complex queries. A basic Test Data Generator was added, as was the ability to create a selectable stored procedure for a table.Flamerobin 0.8.0 download - Flamerobin
Blogged with Flock
Monday, October 15, 2007
FileForum | FlameRobin for Linux 0.8.0 aproved
The update of your program FlameRobin for Windows/Linux/Macosx to version 0.8.0 has been approved.
maybe i should update the screenshot also on our main screenshots area with new version
FileForum | FlameRobin for Linux
Blogged with Flock
FileForum | FlameRobin for Windows/Linux/Macosx
BetaNews.com has received a new release submission of:
FlameRobin for Linux/Windows/Macosx version 0.8.0
Once the release has been approved by FileForum editors, it will appear on the site.
FileForum | FlameRobin for Windows
Blogged with Flock
Thursday, October 04, 2007
Changes in FlameRobin 0.8.0 ALPHA
New features in FlameRobin 0.8.0
- DataGrid: ability to edit (UPDATE) existing rows directly in the grid
- DataGrid: ability to add (INSERT) rows in the grid (with BLOB support)
- DataGrid: ability to remove (DELETE) one or multiple rows from the grid
- DataGrid: all features of editable grid work even for joins and complex queries
- DataGrid: data can now be exported as CSV values
- A basic Test Data Generator (please test, we need your feedback to improve it)
- Ability to create a selectable stored procedure for a table
technorati tags:flamerobin, firebird, ubuntu, debian, linux, wxwidgets, c++, macosx, windows
Blogged with Flock
Wednesday, September 12, 2007
flamerobin/firebird livecd+bootable usb key with mandriva this time
I made a Mandriva Live CD with Firebird
Inside is Mandriva 2007.1, Firebird 2.0.1 Classic, Flamerobin, Ibwebadmin,
kinterbasdb.
Default language is French, but you can change it.
The good news is that it made with MCNLive so you can do your own iso from it
and even make your own bootable usb key, simply using a wizzard !
Thanks MCNLive.
To download it :
http://downloads.sourceforge.net/firebird-fr/fbmdv.iso
http://downloads.sourceforge.net/firebird-fr/fbmdv.iso.md5.txt
Next step will be to add Lazarus FreePascal on it with UIB components
–
Philippe Makowski
http://www.ibphoenix.com
Supporting users of Firebird and InterBase
Firebird serveur SQL open-source en français http://firebird-fr.eu.org
..:: FlameRobin ::..:: Firebird ::..
Tuesday, September 04, 2007
creating an flamerobin/firebird livecd with ubuntu feisty fawn

You can download the final live cd from this page
i used this guide
https://help.ubuntu.com/community/LiveCDCustomization
download ubuntu-7.04-desktop-i386.iso from http://www.ubuntu.com/getubuntu/download
in my case my nearest mirror
wget http://ftp.iasi.roedu.net/mirrors/ubuntulinux.org/releases/feisty/ubuntu-7.04-desktop-i386.iso
sudo apt-get install squashfs-tools mkisofs qemu
sudo modprobe squashfs
cp ~/ubuntu-7.04-desktop-i386.iso ~/live/
cd ~/live
mkdir mnt
sudo mount -o loop ubuntu-7.04-desktop-i386.iso mnt
mkdir extract-cd
rsync --exclude=/casper/filesystem.squashfs -a mnt/ extract-cd
mkdir squashfs
sudo mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs
mkdir edit
sudo cp -a squashfs/* edit/
sudo cp /etc/resolv.conf edit/etc/
sudo cp /etc/hosts edit/etc/
sudo chroot edit
mount -t proc none /proc
mount -t sysfs none /sys
export HOME=/root
export LC_ALL=C
in the Customization part (after you do sudo chroot edit)
I decomented the two lines in /etc/apt/sources.list sudo vi /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu feisty universe
deb-src http://archive.ubuntu.com/ubuntu feisty universe
apt-get update
apt-get install flamerobin
apt-get install firebird2-super-server
Please enter new password for SYSDBA user:masterkey
apt-get clean
rm -rf /tmp/*
rm /etc/resolv.conf
umount /proc
umount /sys
exit
chmod +w extract-cd/casper/filesystem.manifest
sudo chroot edit dpkg-query -W --showformat='${Package} ${Version}\n' > extract-cd/casper/filesystem.manifest
sudo cp extract-cd/casper/filesystem.manifest extract-cd/casper/filesystem.manifest-desktop
sudo sed -ie '/ubiquity/d' extract-cd/casper/filesystem.manifest-desktop
sudo rm extract-cd/casper/filesystem.squashfs
sudo mksquashfs edit extract-cd/casper/filesystem.squashfs
sudo -s
rm extract-cd/md5sum.txt
cd extract-cd && find . -type f -print0 | xargs -0 md5sum > md5sum.txt
exit
sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-7.04-desktop-i386-flamerobin.iso .
qemu -cdrom ubuntu-7.04-desktop-i386-flamerobin.iso -boot d
or write the iso ubuntu-7.04-desktop-i386-flamerobin.iso on the dvd with k3b or nautilus
after the system boots you can create an database with
the username:sysdba
password:masterkey
and the path
/tmp/flamrobin.fdb
technorati tags:livecd, ubuntu, feisty, fawn, flamerobin.org, flamerobin, firebirdsql, firebird
Blogged with Flock
Popularity contest statistics for flamerobin (in debian )
popcon graph
http://qa.debian.org/popcon.php?package=flamerobintechnorati tags:popcorn, debian, flamerobin.org, flamerobin
Blogged with Flock
Monday, September 03, 2007
browser usage on the flamerbin.org page
More than 57% are using firefox also the other browsers are in the charts too
konqueror, safari , opera
technorati tags:flamrobin, firefox, flamerobin.org, flamerobin, safari, opera, konqueror, explorer, iexplorer
Blogged with Flock
Thursday, August 30, 2007
install firbird 2.0.2 and flamerobin on ubuntu dapper LTS version (amd64)
I have been a big fan of the Firebird database for a while now. It is a fast, reliable and maintenance free database which suits my needs. While it is very good at a couple of things, one of the features that I like is the fact that the entire database is stored in one file. In principle this is not important, but it is pretty clean and can be very useful.
trying to solve IT problems » Blog Archive » install firebird 2.0.2 on Ubuntu dapper amd64
technorati tags:firebird, ubuntu, flamerobin, linux, amd64, x86-64, dapper
Blogged with Flock
Wednesday, August 22, 2007
flamerobin 0.7.6-3 in ubuntu gutsy launchpad
flamerobin 0.7.6-3 (i386 binary) in ubuntu gutsy, the interesting thing is about the building log
flamerobin 0.7.6-3 (i386 binary) in ubuntu gutsy
technorati tags:firebird, gutsy, ubuntu, flamerobin, feisty, gibbon
Blogged with Flock
Friday, June 29, 2007
OT:Milan is very close to Romanian border
http://maps.google.com/maps?f=q&hl=en&geocode=&q=Subotica&sll=37.0625,-95.677068&sspn=54.357317,82.265625&ie=UTF8&ll=45.943511,20.742188&spn=3.017639,6.943359&z=8&iwloc=addr&om=1
Thursday, June 28, 2007
FlameRobin worth $1.2 milion
Tuesday, June 12, 2007
presentations held at eliberatica
Below you can find in the order listed on the conference schedule, the presentations held at eLiberatica.
eLiberatica Conference - 2007 - Welcome!
technorati tags:firebird, mysql, flamerobin, ubuntu, firefox, eliberatica, feisty, apache, romania
Monday, May 21, 2007
screenshots for the eliberatica
Here are the Screenshots alex did for the eliberatica.ro event
Screenshots - a photoset on Flickr
technorati tags:eliberatica, rose, flamerobin, firebird
new 0.7.7 version with wxwidgets 2.8.x
flamerobin_about on Flickr - Photo Sharing!
technorati tags:wxwidgets, flamerobin, firebird, ibpp
Blogged with Flock
nice new feature in flamerobin
nice new feature for flamerobin
open_with flamerobin screen shot
technorati tags:windows, flamerobin, firebird
Thursday, May 17, 2007
New testing version is here
Ansi build the fr_databases.conf file is saved now with the system
character set. The conversion to and from UTF-8 does not work in the
Ansi build, anyway, so all characters >= 128 (like umlaut chars) where
mangled.
I hope these work for all of you, but please make a backup copy of your
fr_databases.conf file *before* you test the new executables. Please
find them at
http://www.flamerobin.org/mghie/FR_0.7.7_wx2.8.4.zip>
and check them out. Should work much better than the build against CVS
HEAD, and could be a good test for using 2.8.4 for the next official
FlameRobin build.
Thanks for any feedback
--
Michael Hieke
..:: FlameRobin ::..:: Firebird ::..
Monday, May 07, 2007
First step to make compatible with wxWidgets CVS HEAD
..:: FlameRobin ::..:: Firebird ::..
Sunday, May 06, 2007
Keyboard shortcuts for advanced users ?
First of all, i've been using flamerobin ever since i've switched from postgress to firebird(some time last spring or summer) and it's great .
Are there any keyboard shortcuts implemented in flamerobin's main window?
It would be great if i could use my mouse less than now. Here's what i have in mind
:
main window
1. Shortcut for registering new server
2. Shortcut for registering new database
3. Shortcut for running a query
4. Shortcut for disconnect
query window
1. Shortcut for new window
I'ld be more than happy to implement these features but instead of diving right into coding, i wanted to ask for an unified view on this matter
..:: FlameRobin ::..:: Firebird ::..
Tuesday, March 20, 2007
Flamerobin+Firebird mention in an Indonesian blog
3. Database Front End
Open Source Toolkit For Developer « Let’s Go Green !
technorati tags:flamerobin, firebird, database, frontends, gambas, tcc, basic, mono
Blogged with Flock
Monday, March 19, 2007
flamerobin+firebird+ibutils mentioned on one blog post (written in Italian language)
In particolare, in seguito alla continua ricerca in rete di "strumenti" (sempre aggratiss) per lavorare con Firebird e in seguito a ripetuti confronti tra tutto ciò che offre il web, mi sento di poter riassumere in due link quelli che sono attualmente i miei ferri del mestiere che, quindi, consiglio a tutti: Flamerobin, per lavorare via sql con tabelle e procedure, IBUtils per disegnare la struttura del db in maniera grafica e visuale.
technorati tags:flamerobin, firebird, ibutils, sql, italian
Blogged with Flock
Wednesday, February 21, 2007
Fikret Added instruction how to build flamerobin using MS VC++ 2005 Express
MSW - Visual C++ 2005 Express Build Instructions Microsoft Visual C++ Express is a freeware version of MS Visual Studio. There are two ways to build FlameRobin. One is via the dsp/dsw project files, and the other is via the makefile.vc command line makefile.
SourceForge.net Repository - [flamerobin] View of /trunk/flamerobin/BUILD.txt
technorati tags:flamerobin, firebird, windows, microsoft, visualC, express, dsp, dsw, makefile.vc, makefile, c++
Blogged with Flock
Tuesday, February 20, 2007
rate flamerobin on linuxappfinder
Login or Register to rate FlameRobin, add a Tag, or designate as an alternative to a Windows app
technorati tags:flamerobin, linux, linuxappfinder, ubuntu, debian
Blogged with Flock
Tuesday, February 13, 2007
flamerobin used in osFinacials software
After downloading the osFinancials software, you may proceed to install the software.
The Installation process consists of 3 basic steps:
- Installation of the osFinancials program http://www.osfinancials.org
- Installation of the Firebird Database Engine http://www.firebirdsql.org
- Installation of FlameRobin Database Admin Software http://www.flamerobin.org
Single User Eng Install manual - OsFinancials Wiki
technorati tags:flamerobin, firebird, osfinacials, turbocash, delphi, oss, database
Blogged with Flock
Friday, January 19, 2007
Help us improve FlameRobin
Do you use fast-search bar ? vote in this pool
technorati tags:flamerobin, poll, firebird, vote
Blogged with Flock
Thursday, January 18, 2007
wrapped Millan :)
Milan got one of themand was immediately wrapped in it
Firebird Conference 2006 - ... Milan got one of them
technorati tags:firebird, conference, milan, flamerobin, flag
Blogged with Flock
milan babuskov doing the presentation @ conference
He showed us the techniques he uses to do metadata updates. That was quite interesting and there was some discussion coming up how other people do it. The problem seems to be the same everywhere but there is not one solution for all ...
Firebird Conference 2006 - Milan Babuskov
technorati tags:milan, firebird, conference, praga
Blogged with Flock
milan @ firebird conference
The Tourist
Firebird Conference 2006 - The Tourist
technorati tags:flamerobin, firebird, conference, wxwidgets, praga, beer
Blogged with Flock
Wednesday, January 17, 2007
Firebird Conference 2006 papers
The papers for the Firebird Conference 2006 talks are available for download here (you need to right click and use “Save As”).
watch the
Developing Cross-Platform Applications with Firebird and wxWidgets
Milan Babuskov
Digg - Papers of Firebird Conference 2006
technorati tags:flamerobin, wxwidgets, firebird, conference
Blogged with Flock
Friday, January 05, 2007
how to create an local svk mirror
svk mirror http://flamerobin.svn.sourceforge.net/svnroot/flamerobin/trunk //mirror/flamerobin
svk sync //mirror/flamerobin
svk cp //mirror/flamerobin //local/flamerobin
mkdir ./mariuz-flamerobin
cd ./mariuz-flamerobin
svk co //local/flamerobin
..:: FlameRobin ::..:: Firebird ::..
Distributed Revision Control System and flamerobin
In case you want to use an Distributed Revision Control System like SVK (and work on a local mirror) Here is an guide writen for Gnome project but you can apply it to flamerobin too (just replace the project name and repository)
For Once I Oneder » Blog Archive » Distributed Revision Control and Gnome
technorati tags:scm, svk, subversion, flamerobin, firebird
Blogged with Flock
Thursday, January 04, 2007
flamerobin release aproved on fileforum
[17:38] astanciu: Wheee
[17:38] astanciu:
..:: FlameRobin ::..:: Firebird ::..
Monday, December 04, 2006
what is new in feisty fawn ? flamerobin by default
So what are we going to get? It is hard to exactly predict, but some things seem certain. Feisty will certainly lead the way with new desktop technologies, including 3d effects and windows that wobble.
[ED: now flamerobin is included by default and can be installed by doing:
sudo apt-get install flamerobin in linux console]
FeistyFawn/Herd1 - Ubuntu Wiki
technorati tags:ubuntu, feisty+fawn, flamerobin, firebird, feisty, fawn
Blogged with Flock
Wednesday, November 29, 2006
BetaNews.com has received a new release submission of:
FlameRobin for Mac OS X, Linux and Windows for version 0.7.6
Once the release has been approved by FileForum editors, it will appear on the site.
..:: FlameRobin ::..:: Firebird ::..
FlameRobin 0.7.6 screenshot ( for reference )

..:: FlameRobin ::..:: Firebird ::..
Tuesday, November 14, 2006
[BetaNews]: Program Release Submission Approved!
The update of your program FlameRobin for Linux/Windows/Macosx to version 0.7.5 has been approved...:: FlameRobin ::..:: Firebird ::..
You can find it on BetaNews at the following address:
http://fileforum.betanews.com/detail/FlameRobin_for_Linux/1097506373/3
http://fileforum.betanews.com/detail/FlameRobin_for_Mac_OS_X/1097506373/2
http://fileforum.betanews.com/detail/FlameRobin_for_Windows/1097506373/1
please give us some votes :)
Monday, November 13, 2006
flamerobin is updated on beta news fileforum page
FlameRobin has the following other editions availableseems that flamerobin is updated on beta news
Your releases pending approval:
FlameRobin for Linux 0.7.5
FlameRobin for Mac OS X 0.7.5
FlameRobin for Windows 0.7.5
submitted 11/13/2006
FileForum | FlameRobin for Windows
..:: FlameRobin ::..:: Firebird ::..
Monday, November 06, 2006
flamerobin 0.7.5 available in Gentoo
portage repository. Should sync to mirrors in a few hours and users can
then
emerge flamerobin on Gentoo
I have had an ebuild for FlameRobin since 0.4.8. I posted to the list
long ago about it I believe. I became a dev a few months back, and not
sure why I did not think to commit it sooner.
The ebuild is masked/keyworded unstable/experimental. Although it's been
stable for me on both x86, and amd64 for some time. In 30 days or so,
baring any bug reports. I will file stabilization requests with the arch
teams.
Thanks for all the hard work on a great tool. Hopefully this will help
to increase the user base a bit, so your work can be appreciated by even
more.
--
William L. Thomson Jr.
Gentoo/Java
..:: FlameRobin ::..:: Firebird ::...:: gentoo ::...:: emerge ::...:: linux ::...:: portage ::..
Thursday, November 02, 2006
firebird conference demo project (wxwidgets+ibpp)
you can download the demo project from here http://prdownloads.sourceforge.net/flamerobin/EmptyProject.zip?download
After unpacking, follow the HOWTO.txt for a short step-by-step explanation.
Using stuff from FR, I made a minimal program structure (bakefile,makefiles, etc.) that enables anyone to have a quick start when creatingnew applications with IBPP and wxWidgets. The program allows you to typethe project name, and it does search&replace on all files, giving you anempty project where you can easily add new .cpp and .h files to thebakefile.
FlameRobin: flamerobin @ Firebird Conference 2006
technorati tags:firebird, wxwidgets, flamerobin, macosx, linux, ubuntu, windows, conference, crossplatform, *bsd
Blogged with Flock
Tuesday, October 31, 2006
flamerobin package can be included in next ubuntu release
we are looking for an MOTU who can sponsor this package
Firebird News » Flamerobin maybe will be included in next Ubuntu release (Feisty Fawn)
technorati tags:ubuntu, debian, flamerobin, firebird+database, firebird, edgy+eft, feisty+fawn
Blogged with Flock
Friday, October 27, 2006
flamerobin @ Firebird Conference 2006
I'd like to know who (if any) of you plans to go to this year's
conference. Nando? Michael? Marius maybe? Olivier? I know Olivier's
paper was not accepted unfortunately. I know that Fikret is going to be
there.
As for my talks, none of them is about FlameRobin directly, but both
will touch it. Esp. the session about cross platform development with
wxWidgets and IBPP:
Using stuff from FR, I made a minimal program structure (bakefile,
makefiles, etc.) that enables anyone to have a quick start when creating
new applications with IBPP and wxWidgets. The program allows you to type
the project name, and it does search&replace on all files, giving you an
empty project where you can easily add new .cpp and .h files to the
bakefile.
I plan to add this as a module to flamerobin svn tree. It would be
called "template" or something like that. I hope you guys agree with this?
Once online, I'd appreciate if someone would find the time to test if
this "minimal sample" work with MSVC and work on MacOSX, as I don't have
access to them.
As a result, anyone who wants to start a new project with wxWidgets and
IBPP (i.e. developing cross-platform GUI app. for Firebird) would have
an easy start.
--
Milan Babuskov
http://swoes.blogspot.com/
..:: FlameRobin ::..:: Firebird ::..:: macosx ::..:: wxwidgets ::..:: crossplatform ::..
Wednesday, October 25, 2006
flamerobin package status on other marchitectures
[when firebird will be ready on all other architectures we will have an flamerobin build on them too , my dream is flamerobin+firebird on nokia770]
An empty cell means that there is no buildd information for that package version on that arch; this is normally because the package is arch:all or the arch has been told to ignore the package by the buildd admins. The number after a "Needs build" is the position in the queue.
technorati tags:firebird, flamerobin, firebird+database, nokia770, maemo, powerpc, debian, s390, sparc, mips, alpha, arm, itanic
Blogged with Flock
spreading the word about flamerobin 0.7.5
- softpedia [ done linux version is updated -last time was Done by milan]
- freshmeat.net [DONE]
- betanews.net [DONE]
- gnomefiles.com [DONE ]
- lwn.net [DONE]
- macnn.com [not DONE]
- digg.com [not DONE - start to digg it]
- phoronix.com [not DONE]
- linuxcompatible.org [not DONE]
- developers.slashdot.org [ i feel the wind of karma change]
- lxer.com
- linuxpr.com
- linuxtoday.com
- newsforge.net
- linuxgazette.com
- osdir.com
- databasejournal.com
- devshed.com [on blog & forums ]
- prweb.com
- warp2search [will be done by alex]
- linuxelectrons.com
- pclinuxonline.com [will be done by alex]
- linuxquestions.org
- gnomeDesktop.org
- madpenguin.org
- debcentral.org
..:: FlameRobin ::..:: Firebird ::..
Saturday, October 07, 2006
flamerobin on solaris x86
so, i've got something that may even be tested, if there are any
takers, that is.
tarball is at
http://dawn.dev.hu/~ice/tmp/flr/flamerobin-0.7.5-SunOS5.10-i386.tar.gz
md5 hash de268b6d27ae6ac988cac7df5925733d
screenshot is at
http://dawn.dev.hu/~ice/tmp/flr/flamerobin-on-solaris.png
its a simple tarball; when untarred, `pwd`/flamerobin/flamerobin
should just work. it was compiled on solaris 5.10 i86pc, and (if i
didn't screw it up), needs "only" the following packages from the
solaris media (ie. no thirdparty dependencies):
SUNWTiff SUNWcslr SUNWfontconfig
SUNWfreetype2 SUNWgccruntime SUNWgnome-base-libs
SUNWjpg SUNWlexpt SUNWlibmsr
SUNWmlib SUNWpng SUNWxorg-clientlibs
SUNWxwplt SUNWxwrtl SUNWxwxft
SUNWzlib
(i sorta think anything more than core solaris includes these, at
least most of them).
tarball includes a copy of wx 2.6 and fbclient.so from firebird
2.0rc4, all stripped.
basically, after i gave up on using the workshop compiler, it was
pretty straightforward with gcc (the one bundled with s10);
technically, wx and flamerobin itself (apart from a few trivial
issues) didn't have much problem with workshop, but i horribly failed
at compiling firebird with suncc, and did so many times (as an added
bonus, it seems that linking g++- and CC-compiled objects together is
the perfect recipe for disaster). the problem with that is that as
long as i can't compile firebird with workshop, there isn't any point
(or even way) to do this to flamerobin. does anyone have good
connections at firebird dev? :>
issues prevail, though; for example, asking for database properties
immediately crashes flamerobin. is anyone interested in looking at it?
my c++-debugging skills are next to non-existent. also, if anyone
wants the debug binaries, i'm happy to tar 'em up.
--
[-]
mkdir /nonexistent
..:: FlameRobin ::..:: Firebird ::..:: solaris ::..:: x86 ::..:: ultrasparc ::..
Monday, September 11, 2006
Installing/Building Flamerobin on Ubuntu or Debian
..:: FlameRobin ::..:: Firebird ::..:: Debian ::..:: Ubuntu ::..:: Linux ::..
Friday, September 08, 2006
FlameRobin on Solaris
Tamas TEVESZ has decided to try to make Flamerobin work on Solaris:
http://dawn.dev.hu/~ice/tmp/flamerobin-on-solaris.png
"there isn't much else to say about it, apart from "don't get too
excited". it literally needs an iron lung, and even then it crashes
on every second click.
getting that far wasn't particularly hard, though. you need to compile
a wx (for the blastwave package does not include wx-contrib, but i'll
get in touch with the maintainer once i get back from my optometrist
in the afternoon), and you need to install a firebird package which
can be gotten from ibphoenix.com; except that don't install it for it
stinks, its ugly, and it won't work properly anyway. it was enough to
get fbclient.so, though.
well, after all that said, it's still in a much better shape than i
hoped. to be continued, but hold your breath do not."
..:: FlameRobin ::..:: Firebird ::..
Wednesday, September 06, 2006
FlameRobin 0.7.5 released
Source and binary packages for Windows (setup.exe and .zip) and Linux (gtk1 and gtk2 variants) are available for download. MacOSX and Debian/Ubuntu ones should follow soon (and probably FreeBSD one too). We are also looking for someone to try if things work on Solaris too.
New features
- System tables now are available in main tree view
- Compatibility with Firebird 2.0
- SQL editor: Autocompletion of column/parameter names and old/new aliases in triggers
Enhancements and Bug fixes
- SQL Editor: Use row:col instead of col:row in statusbar
- SQL Editor: Autocompletion now works for case
- sensitive object names
- SQL Editor: Autocompletion now works for names containing $ character
- Data grid: "Fetch all records" and "Cancel fetching all records" commands
- Data grid: "Copy records as Update" command
- SQL script execution now always stops on error
- Confirm dropping of items from main tree
- Fixed bugs related to character set conversions
- Fixed DDL extraction for various object types
Download at : http://sourceforge.net/project/showfiles.php?group_id=124340
For known issues please see our bug tracker at: http://sourceforge.net/tracker/?group_id=124340&atid=699234
..:: FlameRobin ::..:: Firebird ::..
Tuesday, August 29, 2006
Firebird, Flamerobin are included in archlinux
[Here are the details (link bellow) , you can read more about archlinux on distrowatch.org]
Read more at aur.archlinux.org/index...
Monday, August 28, 2006
Firebird 'unofficial' FULL setup for Windows
Project page www.parmaja.com/projects/firebirdsetup/ or directly download here.
Includes:
Full InnoSetup script inlcuded so you can rebuild the setup again
with your options.
..:: FlameRobin ::..:: Firebird ::..
Friday, August 25, 2006
Flamerobin 0.7.5 soon
If everything goes according to plans, we'll have Flamerobin 0.7.5 on 1st of September. So keep an eye on the website and this blog for news.
..:: FlameRobin ::..:: Firebird ::..
Thursday, August 24, 2006
Debian Weekly News - August 22nd, 2006
[New or Noteworthy Packages. The following packages were added to the unstable Debian archive recently or contain important updates. * flamerobin — Graphical database administration tool for Firebird DBMS.]
Read more at www.debian.org/News/wee...
Monday, August 21, 2006
pabloj's blog » Flamerobin as a GUI for embedded Firebird - Howto
[In general you just need to have Flamerobin connect to Embedded Firebird through local protocol, my setup with Firebird 1.5.3 is like this]
Read more at www.firebirdnews.org/?p...
Firebird News » FlameRobin enters Debian/unstable
[Finally, flamerobin 0.7.2 entered Debian/unstable., Alex can you update the website ?]
Read more at www.firebirdnews.org/?p...
Sunday, July 30, 2006
Google Code - Project Name Conflict
[nice feature for google code hosting , if your oss project already exists on the sf.net then they give you an warning about it ]
The project name that you entered conflicts with one that is reserved. [flamerobin in our case]
The most common reason for a project name to be reserved is that it is already being used on another open source project hosting site. Having a different project with the same name could be confusing to user and detrimental to the existing project.Sometimes when two developers think of the same name, it is because they have the same goal in mind. You might want to familiarize yourself with the existing project, and consider whether it would be better to work with them rather than create a potentially similar project of your own.
Read more at code.google.com/hosting...
Monday, July 24, 2006
Installer Flamerobin sous Ubuntu Dapper
http://www.lordphoenix.info/ubuntu/installer-flamerobin-sous-ubuntu-dapper
..:: FlameRobin ::..:: Firebird ::..
Tuesday, July 18, 2006
flamerobin 0.7.2 - time to spread the word
- softpedia [1/3 done linux version is updated -last time was Done by milan]
- freshmeat.net [DONE]
- betanews.net [DONE]
- gnomefiles.com [not DONE]
- lwn.net [DONE]
- macnn.com [not DONE]
- digg.com [not DONE - start to digg it]
- phoronix.com [not DONE]
- linuxcompatible.org [not DONE]
- developers.slashdot.org [ i feel the wind of karma change]
- lxer.com
- linuxpr.com
- linuxtoday.com
- newsforge.net
- linuxgazette.com
- osdir.com
- databasejournal.com
- devshed.com [on blog & forums ]
- prweb.com
- warp2search [will be done by alex]
- linuxelectrons.com
- pclinuxonline.com [will be done by alex]
- linuxquestions.org
- gnomeDesktop.org
- madpenguin.org
- debcentral.org
..:: FlameRobin ::..:: Firebird ::..
Friday, June 30, 2006
linux sql tool for firebird - flamerobin does the job ;)
Thanks guys! FlameRobin is exactly what I was looking for. Simple and easy to use and it works . Not to mention, it isn't designed by a Grade 5 student . ;-)
[ED: I like his signature "There is no place like 127.0.0.1" it should look like this in ipv6 "There is no place like ::1 " , in ubuntu/any Gnu-linux try to ping back to home ping6 ::1 ]
Read more at thread.gmane.org/gmane....
Wednesday, June 28, 2006
[RFS - Request for sponsors ] flamerobin
[we are looking for an debian sponsor ]
Read more at www.mail-archive.com/de...
Tuesday, June 27, 2006
"connection rejected for" problem
[flamerobin saved the day "Installing Flamerobinon clean machine reveals the truth. Now IBexpert connects fromwindows machine to linux FB. Thank you very much!" ]
Read more at lists.alioth.debian.org...
New Flamerobin+Firebird Mandriva Vmware image
[New vmware image with firebird + flamerobin ]
Read more at corpo.mandriva.com/xwik...
Friday, June 23, 2006
Gui for embedded firebird ?
..:: FlameRobin ::..:: Firebird ::..
Wednesday, June 21, 2006
svk - svn ++

[In case you have connection problems with svn/cvs servers , you can try svk (is working over svn) .
SVK let clkao mirror remote Subversion repositories, create local branches, hack while offline and later resynchronize his changes with the upstream Subversion servers. SVK is the best version control system for getting your work done while you're hiking in the mountains. It just so happens that what makes SVK wonderful when you're soaking in the hot springs makes it an excellent platform for getting your work done halfway around the world, on an airplane, in a cafe or in your office .]
Read more at use.perl.org/~jesse/jou...
Monday, June 19, 2006
building flamerobin .deb on ubuntu dapper
[step 0 : also you will need debhelper and dpatch
sudo apt-get install dpatch debhelper then follow the rest of steps ]
Read more at sourceforge.net/mailarc...
Friday, June 16, 2006
DokuWiki Remote PHP Script Code Injection Vulnerability
[seems that we have to upgrade our wiki]
Read more at www.securityfocus.com/b...
Wednesday, June 14, 2006
we are in top 10
http://www.spreaddebian.com/
..:: FlameRobin ::..:: Firebird ::..:: debian ::..:: ubuntu ::..
Monday, June 12, 2006
Maintaining Packages in bzr for edgy
[maybe i should add the flamerobin package there in bzr, for the future version of ubuntu]
Read more at lists.ubuntu.com/archiv...
Thursday, June 08, 2006
FreshPorts -- databases/flamerobin
[freebsd port added on 06 Jun 2006]
Read more at www.freshports.org/data...
Thursday, June 01, 2006
flamerobin wonderful package ;)
[Here is the reponse from one of our clients]
Read more at sourceforge.net/mailarc...
Firebird Ultimate Appliance (Apache + Firebird + Ubuntu Linux + PHP+Flamerobin)
2.Create Ultimate Firebird Vmware Machine (How it was created)
Download vmware workstation or the player
then the ubuntu vmware machine (You need to unzip it on one folder and load it in vmware)
sudo vi /etc/apt/sources.list
decoment the universe lines
and comment the first line (with cdrom)
sudo apt-get update
apt-cache search firebird
sudo apt-get install firebird2-super-server firebird2-examples firebird2-dev firebird2-utils-super ibwebadmin libfirebird2-super
when asked for SYSDBA password put it :masterkey
See if firebird is started:
ps awwx | grep firebird
Load in firefox browser
http://localhost/ibwebadmin/
Write in the "Login to Database" field
/var/lib/firebird2/examples/employee.fdb
And in the password field:masterkey
Go to the sql tab and run this query
select * from employee;
Click on "Execute" button then on "Show Output"
you can tweak the ibwebadmin config
cd /var/www/ibwebadmin/inc
sudo vi configuration.inc.php and change these variables
define('DEFAULT_DB', 'employee.fdb');
define('DEFAULT_PATH', '/var/lib/firebird2/examples/');
Next we will install flamerobin db admin tool:
Go to flamerobin.org -> Download
Choose the lastest released kit flamerobin
http://prdownloads.sourceforge.net/flamerobin/flamerobin-0.7.1-gtk2.tar.bz2?download
tar -jxvf Desktop/flamerobin-0.7.1-gtk2.tar.bz2
rm Desktop/flamerobin-0.7.1-gtk2.tar.bz2
sudo apt-get install make libpng3
cd flamerobin-0.7.1-gtk2
sudo ln -s /usr/lib/libfbclient.so.1.5.1 /usr/lib/libfbclient.so.2
./flamerobin
register the same database as we did for ibwebadmin
Display name: employee example
Database path:/var/lib/firebird2/examples/employee.fdb
Username:SYSDBA
Password:masterkey
Click on "SAVE" then double click on the "employee example" in the left tree
You can click on "Tables -> Select * from ..."
3. Using Firebird Database with debian : there are several documentation links on the web
for python http://jclement.ca/docs/firebird_debian/firebird-debian/
for php http://php.net/ibase
debian small howto http://www.debianhelp.co.uk/firebird.htm
4. flamerobin is under expat http://flamerobin.org/license.html
firebird - IDPL (Mozilla based license)
ubuntu - free to share and modify philosophy
Screenshots


..:: FlameRobin ::..:: Firebird ::...:: vmware ::...:: php ::...:: apache ::...:: ubuntu ::..
Wednesday, May 31, 2006
Various Firebird Database frontends » Bernie’s ramblings…
[flamerobin mention on two sites , on Bernie's blog and debianhelp.co.uk]
flamerobin on IBPhoenix Home page
[time to spread the word about flamerobin 0.7.2 on other sites]
Read more at www.ibphoenix.com/
Monday, May 29, 2006
FreeBSD port
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/95468
Hopefully it will soon go into official ports repository, and maybe we'll have an official platform maintainer in Denis Barov.
..:: FlameRobin ::..:: Firebird ::..
FlameRobin 0.7.2 released
Sunday, May 28, 2006
Monday, May 22, 2006
FlameRobin: in top 4 of the most active projects in category sf.net->db frontends
[correction the the previous post , we are in top 4 now - wow]
Read more at flamerobin.blogspot.com...
Friday, May 19, 2006
in top 5 of the most active projects in category sf.net->db frontends
[We are on 5-th place on the source forge trove software map - in the database front-ends category]
Read more at sourceforge.net/softwar...
Tuesday, May 16, 2006
0.7.0 does not work with Firebird 1.0
FB 1.0 is only supported by gtk1 Linux package.
We're looking into fixing this...
..:: FlameRobin ::..:: Firebird ::..
creating an flamerobin/firebird live cd [DONE]
https://help.ubuntu.com/community/LiveCDCustomization
in the Customization part (after you do sudo chroot edit)
I decomented the two lines in /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu dapper universe
deb-src http://archive.ubuntu.com/ubuntu dapper universe
in the /etc/resolv.conf i have added one nameserver we had on our lan (you need to delete it after you finish customizing the distro)
nameserver 127.0.0.1
before installing firebird is a good idea to stop the firebird on your system
then after you chroot do the following
apt-get install firebird2-super-server firebird2-utils-super ibwebadmin firebird2-examples
install the flamerobin from debian
sudo apt-get install libwxgtk2.6-0
wget http://puzzle.dl.sourceforge.net/sourceforge/flamerobin/flamerobin_0.7.2-1_i386.deb
dpkg -i flamerobin_0.7.2-1_i386.deb
At the end when creating the iso , i named it firebird live cd
sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../firebird-dapper-live-i386.iso .
And here is the screen shot

..:: FlameRobin ::..:: Firebird ::...:: Ubuntu ::...:: Debian ::..:: LiveCD ::..
Monday, May 15, 2006
flamerobin mention
ps: if you don't know what jedi vcs is , Here is their sf.net homepage http://jedivcs.sf.net
..:: FlameRobin ::..:: Firebird ::..
0.7.0 (win32 setup) is out
In case anybody is able to see this message
0.7.0 (win32 setup) is out.
Let the PR dogs loose.
Ciao
--
Nando Dessena
..:: FlameRobin ::..:: Firebird ::..
Wednesday, May 10, 2006
flamerobin/firebird article
[I guess you need google translate or the babel fish]
Read more at www.devmedia.com.br/vis...