Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 05/25/12
· CompatDB Updates 05/25/12
· Rumor: Microsoft Office coming to iPad, Android in November
· Microsoft clarifies Ballmer's claims of massive Windows 8 adoption
· DSA 2480-1: request-tracker3.8 security update
· CentOS 6 NTP Server
· Daily Reviews Summary 05/24/12
· Bayan Audio - Bayan 7 iPod Speaker Dock Review
· Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS
· Ubuntu 12.04 + Nvidia - Heavy CPU usage

Upcoming News
· Blues Brothers 2000 (1998) Blu-ray Movie Review
· Thermaltake ToughPower Grand 850W Power Supply Review @ Rbmods
· Cooler Master Silent Pro Gold 1200-watt Power Supply Review
· Wine release 1.5.5
· OC3D: BitFenix Prodigy Review
· [Tech ARP] The New x264 HD Benchmark 5.0 Is Here!
· re: Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Corsair Vengeance C70 Case Review @ Hardware Secrets
· Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Samsung Green DDR3 8GB 1600mhz 30nm Memory review

Linux Compatibility
· Canon Canoscan N650U
· TB-5300 Slimline Design Tablet
· HANDYCAM DCR-HC17E
· Linksys Wireless-G WPC54G PC-Card
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000

New Forum Topics
· present.However after the Kou
by: Thomasxpp
on: 2012-05-26 02:12
0 replies, 0 views

· business, hand over to Ji
by: Thomasxpp
on: 2012-05-26 02:09
0 replies, 0 views

· a war in the outside and quells
by: Thomasxpp
on: 2012-05-26 02:06
0 replies, 0 views

· This among them the
by: Thomasxpp
on: 2012-05-26 02:02
0 replies, 0 views

· USB Not detected on any PC
by: AntNik45
on: 2012-05-09 18:37
0 replies, 0 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » June 2005 » Rekall 2.3.4: Latest development release

Rekall 2.3.4: Latest development release

Posted by Philipp Esselbach on: 06/29/2005 11:08 AM [ Print | 0 comment(s) ]

Rekall 2.3.4
===========

This is the latest development release of Rekall, the database front end for Linux (KDE and QT3-only), MAC OS/X and (cough) Windows. It is now available from the URLs below. Please use the second URL if your browser cannot cope with the RekallRevealed web site. It is a snapshot from CVS a few hours ago.

http://www.rekallrevealed.org/
http://www.rekallrevealed.org/packages/




Rekall is a database front end in the sense that MS Access is (or KNoda or Kexi). Rekall includes:

The latest stable release announcement summarised as below:

* GPL'd drivers for MySQL, PostgreSQL and for XBase (DB4) files (via the XBSQL wrapper library).
* Read-only driver for DBTCP (http://www.fastflow.it/dbtcp/)
* Table design and data access
* Graphic form, reports and query design and execution
* Database import/export via a generalised "copier"
* Fully scriptable using Python with built-in debugger
* Ability to construct reusable components for forms and reports
* Basic database dumping and loading


New stuff in the 2.3.x series
-----------------------------

* Uses a scons (www.scons.org) build system, no more autohell. Joy!

* Builds under KDE, QT3-only in Linux, MAC OS/X and Windows. All use the same scons build files. All for one and one for all. Joy!

* Javascript scripting using KDE's KJS code. Builds on KDE 3.3.0+, also on QT3-only, MAC OS/X and Windows (using slightly tweaked 3.4.1 version in source package). Almost as functional as the python scripter. Thanx to the KDE guys for this. Sorry, no debugger yet.

* Basic dynamic form layouts using QT's layout engine. Not the full hog but enough for most uses (I claim).

* New tree-structured data control - table linking on steroids.

* Improved documentation, particularly scripting reference. Integrated document viewer (like QT Assistant) with help linked to help buttons.

* Supports stock databases (either shipped with Rekall or download from a web server). The demonstration orders database is part of the distribution. The database that runs rekallrevealed.org website is available from rekallrevealed.org (at least, a fairly recent one).

* Developing support for running forms through a web browser (rekallWeb). RekallWeb runs rekallrevealed.org. Forms are updated on the display, not redrawn. A voice whispers in my ear: AJAX.

* Control wizards, form/subform wizard; and form/report/component setup wizards (ask for standard stuff when creating forms and reports without using the wizards) (yer wot? ... yes, really)

* DCOP script injection. Push python through dcop and execute the code inside a form. Intended for testdebug but makes for interesting automation. See www.rekallrevealed.org -gt; Mike's Blog -gt; Testing, DCOP. Do not feed your python before attempting this.


Has been build (not necessarily run though :) on
------------------------------------------------

* Fedora Core 2 and 3
* Lindows 4.5
* Mandrake 10.0 and 1.01
* Mepis 3.3 and 2004
* Suse 9,0, 9.1 and 9.2
* Debian Sarge
* Xandros Open 3.0
* (K)Ubuntu 5.04


Some extra 2.3.4 screenshots
----------------------------

Below are a few screenshots showing what Rekall 2.3.4 can do. Don't try this at home with 2.2.4!

Calendar form displaying free and allocated resources per day-of-month. Buttons move forward and backward by month. The cells displaying each day access a single reusable component, making (for example) changes in colours trivial (ie., you make one change, not 35 :)

http://www.rekallrevealed.org/ss234/calendar1.png
http://www.rekallrevealed.org/ss234/calendar2.png

Receptionists form to log incoming calls:

http://www.rekallrevealed.org/ss234/receptionlog.png

Sample Python scripting (actually the code used to populate the cells in the diary form above):

http://www.rekallrevealed.org/ss234/postsync.png

Sample Javascript (KJS) scripting. Exactly the same code runs both in Rekall itself and when the form that uses it is accessed through a web browser using RekallWeb:

http://www.rekallrevealed.org/ss234/javascript1.png
http://www.rekallrevealed.org/ss234/javascript2.png

Here's the calendar running in FireFox using RekallWeb (runs in Konqui, Opera and (splutter) IE6 as well). Same database, same form, same scripting:

http://www.rekallrevealed.org/ss234/firefox.png


Bookmark and Share

« Mandriva to support top European insurance company MACIF · SUSE Security Announcement: clamav: multiple security »

Linux Compatible » News » June 2005 » Rekall 2.3.4: Latest development release
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition