Application wish list

From GNUstepWiki
Revision as of 14:58, 10 February 2009 by Multix (talk | contribs) (Flexisheet in GAP)
Jump to navigation Jump to search

What applications do you want for GNUstep? Please check the list of applications before adding.

Database

Database management

A desktop software (like PgAccess for example) to manage database. This program could use the GDL2 (Gnustep Database Library). It could be a good exercice and demonstration of this very good library.

Development

Project Management app

Something like MrProject. It has to be simple, not overbloated as MS Project.

nib2gmodel/nib2gorm without OPENSTEP/MacOSX

GORM can open NIB files created with MacOSX 10.2 and later. OPENSTEP/MacOSX is still needed for older NIB files.

CVS app

Port CVL.

F-Script

F-Script is useful for examining applications' properties and various Objective-C objects. It's FOSS, but I don't think there's a GNUstep port yet.

this is highly dependent on the objc-runtime

ManOpen

[1] Source is available and even an OpenSTEP variant. But not GNUstep.

Graphics

Blender

Blender has recently (since October 2002) gone GPL. Consisting of porting the Blender GUI/WM abstract library GHOST, using NSOpenGLContext, or a CoreGraphics implementation one day. Objective-C++ might be needed for implementing GHOST, but probably can be worked around easily enough. There is an OSX port, probably using CoreGraphics.

Blender Foundation Homepage

Most of Blender is written in C++ doesn't seem to use CoreGraphics but Apple's GL.

OmniGraffle clone

(I don't really know what this is, but people have said they want one. Someone please add a description! :)

This is for diagram, UML .... I 'm thinking to write it. But not *right now*. It will have probably a Gorm-feel

OmniGraffle was a clone of Lighthouse Design's Diagram.app, which was a re-working of the NeXT Developer Example Sketch.app, adding rubber-banding / angular connection lines.

OmniOutliner clone

This is a really cool app which can be used for anything. Mostly i think it is used to organise your minds while being creative (some kind of knowledge manager).

The inspiration for this was Jayson Adams' Millennium Software's NoteBook.app, which lives again as the (commercial) program NoteTaker.

Painting app (photoshop)

Bitmap drawing app.

Think Photoshop, not The Gimp.

In fact, forget that. Something new.

Something usable - can do Photoshop, but easy to learn. The Gimp can nearly do photoshop, but who can use it?

It would be great if it consisted of two parts - a very small very useful image viewer/manager (eg gqview) and the actual editor plugin (the big part). So installing image-core would give a very small useful app, then adding image-edit would make it into photoshop.

When opening an image file eg by clicking on it or running image-core thefile.jpg then only the core apps should start, so it starts real quick. If i right-click and choose edit or something .. THEN the other stuff is pulled in.

Or whatever. Just an idea. But makes development path cool. Could also have a vector plugin, or whatever.

Maybe we should wait, when (if?) Gimp gets 'gegl'ed. then having a decent photoshop like app would be as simple as writing a gui for the gegl foundation. + gives us a nice featureset + plugins!

Maliwan project is aiming to achieve the same goal of GEGL. Right now GEGL isn't even half complete but we can still reimplement it base on GEGL's design. lastlife is waiting for you in irc if you want to discuss the idea. Maliwan is planned to be the heart of the BluTulip which is the actual application.

  • porting http://seashore.sourceforge.net/ from their website: Seashore is an open source image editor for Cocoa. It features gradients, textures and anti-aliasing for both text and brush strokes. It supports multiple layers and alpha channel editing. It is based around the GIMP's technology and uses the same native file format.

a screenshot is here: [2] which looks very clean and easy to use.

Pixen (Pixel Art Tool)

Pixen is a decent, open source pixel art tool and there aren't alot of free or professional programs like it. There is also a compliment tool by the same guys for mapping called Reptile.

A port can be found here.

MultiMedia

iTunes/Rhythmbox clone

It would be nice to see a music or video player with real music/media management like Rhythmbox or iTunes. iTunes has started to support management of movies and videoclips, so maybe media management is the way to go?

DivX/XViD/DVD/VCD Player

I see that there was at least an attempt to port mplayer at one point but it seems to be dead. Maybe VLC which does have an OSX version, could be ported.

Looks cool, but requires CoreFoundation -- cbv

I'd like to see Ogle (a DVD player) ported. Martin

As far as I can see, Ogle (the actual player) doesn't really need porting, only Ogle-gui (the user interface add-on), which is GTK2 based -- cbv

Networking

ICQ

And other instant messengers.

Web browser

Seems to be a popular request :).

  • Work is on the way to bring SimpleWebKit, a small WebKit compatible library up to working condition. SimpleWebKit is part of the GNUstep project and can be found in the SVN. This library will allow the creation of a simple web browser, such as Vespucci.app.
  • The WebKit project has also offered their support to anyone who wishes to port WebKit to GNUstep, see this e-mail. This framework would allow the creation of a fully functional web browser.

Web services app

A Watson / Sherlock clone would be useful to me.

Video conferencing software

There's Ekiga (excellent piece of software) which it no longer dependent on the GNOME libraries to work but looses some functionality.

  • Would be nice to have a GNUstep native application that could use the same protocols (SIP and H.323).

PIM

Task management app

Chronographer (lobbying by ludovic) + libical or ~TaskManager (lobbying by Fabien) + libical

Check SKYRIX libs (Opengroupware)

Security

Keychain

I want a better Keychain. I need an architecture and app to securely store not just usernames and passwords, but also other useful data. Think associated email / verification method, SSH passwords and keys, email public and private keys, and user-defined name-value pairs (for unforeseen uses, this facilitates micro-formats, like a standard for voicemail PIN etc). And a pony!

Apple indicates that their KeyChain is derived from the open-source Common Data Security Architecture, so such a project would not have to start from scratch. I'm unsure how useful the third-party open-source Keychain Framework would be.

The above mentioned keychain on SourceForge depends on Apple's own 'Security' framework. I'm not sure how much of it is publicly available (and if so, portable) -- cbv

Text Processing / Office

Abiword (Word Processor)

A port of the Cocoa version of AbiWord would be great, considering a word processor is a pretty vital application, and that Abiword is a pretty good one.

Spreadsheet

A spreadsheet application would be great for GNUstep. A clone of Lotus Improv or Lighthouse Design's Parasheet would be a nice thing for GNUstep to have.

You could look at porting FlexiSheet; it's the only Cocoa FOSS spreadsheet I know of. Coincidentally, it has a couple of ideas borrowed from Lotus Improv.

There has been recent progress for a FlexiSheet revival. GNUmakefiles are done. The current application is in GAP cvs, no release yet to the general public.

CSS/html editor

A cool html/css editor - emphasis on the css structural side.

Object oriented properties application to CSS element definitions, and insert those properties into HTML in web pages. Don't worry about WYSIWIG - that's what web browsers are for, displaying web pages. Just make a object-oriented CSS/HTML editor.

Maybe port Nexus for that?

This might actually be feasible, however, Nexus is based on libwww and its source is, well, very NeXTSTEP'ish... -- cbv

A simple DTP application

A simple frame-based application for desktop publishing. Something like Calamus (here is the documentation of tools and modules). Nothing fancy, just application that can lay out frames, control text flow, use paragraph styles and master pages.

I'd rather see TeXView.app come back myself.... I think it's far more feasible (doing a decent page layout app is _hard_ just as Donald E. Knuth). Perhaps better still would be to take advantage of LyX's ``GUI-independence and provide a GNUstep front-end for it, http://www.lyx.org .

No, nothing like LyX or TeX. I have in mind a visual page layout editing tool with features as described above (similar to PageMaker). LyX and TeX are a bit different approaches and should be alternatives to Frame based DTP application.

- Stefan

I think a heavy-weight drawing package w/ page layout features would be a better solution here (this is the workflow I'm using on my NeXT Cube now), then it could be tied into an XML-based workflow in a fashion like to Apple's new Keynote, perhaps in a fashion like to Pages-by-Pages. To describe my workflow a bit---I now use Altsys Virtuoso on my NeXT Cube w/ Omega (Unicode-aware TeX variant) for most of my page layout. IME, if a document gets too large to manage w/ Altsys Virtuoso, it might as well go into TeX... Not that I'd mind seeing a replacement for PasteUp.app, I just think that a drawing program is more immediately important / useful.

For simple DTP utility, I'd dearly love to see a re-creation of TouchType.app

- William

Maybe you should take a look at TeXmacs. Looks promising and is in great need of a GNUstep frontend.

- david.

Interesting. I'd seen TeXMacs mentioned on comp.text.tex quite often, but hadn't realized it had gotten as far as it had. Interesting counterpoint to LyX.

- William

One really interesting thing would be to have a fame class which would useful enough so it could be used to put together a simple DTP Application but which would be flexible enough that it could be available to any application - the text control is a standard control for windows managers like MS Windows or Gnome. If there were an equivalent "flowing graphic control", you'd have a powerful building block indeed (note that in MS windows, the text control is actually poor enough that no credible application can built around besides notepad). Also, for a programming text editor, scintilla is great. One thing to consider is that for DTP/HTML editor, what you would want would be a *superset* of the scintilla interface. It would be great to add all the different features in such a way that you didn't have interfaces duplicating each other's functionalities.

-- JosephSolbrig

Digital Librarian-like

I would really, really like a Digital Librarian for GNUstep. Basically, imagine an application that manage your documents the same way iTunes manage your music or iPhoto your photos... (to take well-known OSX apps as example ;-)

It would provide 1) automatic management of the documents by projects/ideas/whatever metadata 2) index your documents to let you search quickly in it 3) handles bibliography As a postgrad student I have a LOT of articles in PDF/PS/DVI/html on my hard drive, and such an application would be really nice to help managing that.

Misc

Old NeXTSTEP/OPENSTEP apps

See this side (in French) for a list.

Frontend for different platform to Grand Dictionnaire (in French)

Keyboard switcher application

Google.app

  • Complete with ApplicationServices
  • WebBrowser integration
  • Using proper NS* classes for HTML retrieval
  • Ability to select which Google server (www.google.ca, www.google.co.jp)
  • Google News, Google Groups, Google Images too.

Hns: his looks more like a general WebBrowser than a special Google.app

DMG.app?

  • Installer/extractor/viewer for DMG images.
  • Create DMG packages
  • Useful for OSX source packages

Note: The DMG format is Apple proprietary and undocumented. Basically, DMG support is only available under OSX and its unlikely to change.

CronniX - A cron front end

http://www.abstracture.de/projects-en/cronnix

That won't be easily portable, as different OSs use a different cron setup. Eg. BSD has (and uses) both, /etc/crontab __and__ /var/cron/tabs/<username> ...

PfaEdit - A font editor

PfaEdit has its name changed to FontForge.

Actually, Cenon (see above) is able to do some limited font editing. Not to knock pfaedit, I use it a lot and think it's a way cool program. Wonder if the two could be merged somehow.

GuileServices / StepTalk Services

On NeXTSTEP there was an application (service?) called TickleServices that allowed you to write your own services in the Tcl language. Something along these lines, but using guile/steptalk would be a nice addition to gnustep.

Printer.app

An application/framework for managing printers, printer properties and print queues. (CUPS frontend?) (NOTE: To an extent, GNUstep already has CUPS support, and has number of builtin classes and panels for managing printers and printer settings. They may just need to be extended a little for different uses and environments.)

Growl! (Global notification system)

Growl! uses distributed notification center to display a graphic message on screen. Every application can send messages to it, for example, when new emails arrive, buddies sign in the instant messager, a task end, etc. It is very easy to implement.

Parts require CoreFoundation and/or WebKit -- cbv

Perhaps the CoreFoundation bits could be handled by CF-Lite.

Since about version 299 CoreFoundation doesn't compile properly anymore on systems other than Darwin. -- cbv