Thursday, November 01, 2012

New flamerobin snapshots flamerobin-0.9.3.1186200

New Flamerobin snapshots flamerobin-0.9.3.1186200 for Windows are available .

You can check Git log for code changes

Enjoy, and please be sure to report any bugs, regressions or suggestions on flamerobin-devel list or in the new bug tracker


On Ubuntu/Debian you can follow the Buiding guide from git to obtain the latest snapshot source

Saturday, October 20, 2012

FlameRobin project page upgraded to new SourceForge software

Hi all,

the project page has been upgraded to the new SF.net software.  The bad
part is that the URL of the git repository has changed again, hopefully
for the last time, so you will have to clone the repository again.  But
as Damyan pointed out, better to do this sooner rather than later, and
FlameRobin would have been upgraded to the new software anyway.

The good part is that the new software has some new features, most
prominently IMO voting on bugs and feature requests (which I have
already enabled).

<--
Michael Hieke

Mariuz ->

Nice Git Now it works over http
git clone http://git.code.sf.net/p/flamerobin/flamerobin-git


ps: it looks a lot like github :)

Friday, October 19, 2012

Flamerobin switch from SVN to Git is complete

Git repository is up and can be accessed as documented on SourceForge git page


Commands "git branch -l" and "git tag -l" show what they should, so it
probably went pretty good, but please check things out (git log , gitk ..)

We are sure things are in order and the Subversion repository 
is now disabled

I have updated the Buiding guide from git

http://flamerobin.org/dokuwiki/wiki/howtobuildonubuntudebian


Wednesday, October 17, 2012

New FlameRobin snapshots 0.9.3.2246.* builds


Flamerobin 0.9.3 revision 2246 binary snapshots for Windows are available .
The new snapshot is with two changes:

1.Yet another attempt to properly treat nullability of procedure parameters (there are differences between Firebird versions, for nullable parameters rdb$null_flag need not be null, it may be 0) 

see SF.net tracker item #3565746 
Full diff is here and here 

2.And Show "Not Null" and "Default" columns for parameters in procedure Property pages 
(needs better formatting, ideally column widths in Input and Output parameter tables would be equal)

Full diff is here


Enjoy, and please be sure to report any bugs, regressions or suggestions on flamerobin-devel list.

Snapshot was created before SVN to Git migration

Fun fact: We migrated over the years from CVS -> SVN -> Git

Friday, October 12, 2012

New FlameRobin snapshots 0.9.3.2243.* builds

Flamerobin 0.9.3 revision 2243 binary snapshots for Windows are available .
The new snapshot uses a thread to establish the database connection. That means that the progress dialog can be moved and cancelled, and the progress bar is updated in indeterminate mode. To see it in action it’s best to try to connect to a database on a server which is not available or which doesn’t exist, which so far blocks FlameRobin completely until the connection call times out
Enjoy, and please be sure to report any bugs, regressions or suggestions on flamerobin-devel list.

Wednesday, October 10, 2012

Windows8 and flamerobin

Seems that flamerobin works on windows8 , i have spotted it on Marcu Cantu's blog

 Yes he does use a classic skin , seems that underneath win8 = win7 with yet another ugly skin (designed for tablets only)

 

 If you are stuck on Windows7/8 there is a nice alternative shell if you want to be productive : multi tasking ... Classic Shell (http://classicshell.sourceforge.net), which has the benefit of being free with source available.

Monday, September 10, 2012

Michael fixed bug tracker item #3565746

Fix for SF.net bug tracker item #3565746: Don't use domain defaults for column or parameter defaults when extracting DDL

Tuesday, July 03, 2012

flamerobin (0.9.3~svn+2220-1) uploaded to #Debian unstable


Changes:  flamerobin (0.9.3~svn+2220-1) unstable
 
   * New upstream SVN snapshot
     + Enable "Set field to NULL" command for blob fields
     + Enable "Set field to NULL" command for current field if grid has no cells selected
     + Invalidate grid cell attribute cache to properly update text color if field null status has changed
     + Warnings (signed <-> unsigned comparison) fixed
     + Fix for SF.net bug tracker items #3516047 and #2018533: use larger result buffer (65535 instead of 8000) and don't parse past the length of the
     + Don't show Drop and Properties commands for view columns (and fix crash
       in Column::getDropSqlStatement() when called for view columns)
   * Standards-Version: 3.9.3 (no changes needed)

FlameRobin connection thread test on Windows


I have posted a test version of FlameRobin: http://mghie.users.sourceforge.net/flamerobin_win32_test.zip
(a ZIP file containing only the 32 bit executables for Windows in ANSI and Unicode version) that uses a thread to establish the database connection. That
means that the progress dialog can be moved and cancelled, and the progress bar is updated in indeterminate mode. To see it in action it’s
best to try to connect to a database on a server which is not available or which doesn’t exist, which so far blocks FlameRobin completely until
the connection call times out. It would be great if people could test this and write (to flamerobin-devel) whether anything
breaks for them (it didn’t for me, yet). I’m a little of unsure if I should clean this up and commit…
Thanks

Michael Hieke

Sunday, May 06, 2012

Sunday, April 22, 2012

Flamerobin sf.net logo impressions

You can check the sf.net logo impression from the beginning of the project until now http://sourceforge.net/projects/flamerobin/stats/traffic?dates=2004-12-01%20to%202012-04-22
It's interesting to watch the spike from December (last year) 400k visits

Saturday, February 11, 2012

Changes in FlameRobin 0.9.4 ALPHA

I have updated the icewalkers page for flamerobin And saw that Milan has updated the changelog for the next release Here are some documented changes

Friday, February 10, 2012

Flamerobin 0.9.3~svn+2216 is now uploaded to ppa for ubuntu oneiric


The package is now in ubuntu oneiric ppa

To install it use

sudo add-apt-repository ppa:mapopa/ppa
sudo apt-get update
sudo apt-get install flamerobin

or if you have already installed


sudo apt-get dist-upgrade

Monday, February 06, 2012

New upstream SVN snapshot in debian (0.9.3~svn+2216-1) and will use larger icon in gnome 3

Here is the changelog 


* New upstream SVN snapshot
 
* Install larger icon to pixmaps/ for nicer gnome3 (at least) experience


Another cool stuff is that Clone registration info is added in the menu (if you inspect the git changelog)

Monday, January 30, 2012

flamerobin_0.9.3~svn+2212 is now in debian sid

The version 0.9.3 - revision 2212 is now in published in debian sid

flamerobin_0.9.3~svn+2212 is now uploaded to ppa for ubuntu oneiric


The package is now in ubuntu oneiric ppa

To install it use

sudo add-apt-repository ppa:mapopa/ppa
sudo apt-get update
sudo apt-get install flamerobin

or if you have already installed


sudo apt-get dist-upgrade

Saturday, January 28, 2012

Feedback from users

It completely replaced IBOConsole for me.

IBOConsole has no 64 bit support and can only run in Windows.

FlameRobin on the other hand has 64 bit support and runs in many OSes.

I've been following the progress of this project since 2005 (version 0.2.0).

Back then it looked very nice and very promising but it wasn't "there" yet.

Now, it IS "there". Maybe the developers should change the version to 1.0 to celebrate it

Tuesday, January 24, 2012

Flamerobin New snapshot 0.9.3.2210.* builds

New snapshot builds (SVN revision 2210) for Windows 32 and 64 bits are
available on SF.net.

Feedback on field and text delimiter settings for save grid data as CSV
file command would be especially welcome.

Thanks

--
Michael Hieke

Thursday, January 05, 2012

Trying to insert more that 350MB blob (from file to firebird) ? use #FlameRobin

Via Jiri Cincura tweet we find that works ok to insert more that 350MB blobs with flamerobin
Trying to insert ~350MB blob (from file) using #FlameRobin. Hope it's not going to fail.
and then later
It went absolutely fine. I was pleased.