Ideas
Note: This page is extremely unorganized like most of my todo-lists I do at home. Feel free to add your ideas here. We hopefuly organize that a bit better one day...
- eComStation is very nice in my opinion (ktk speaking here :-) but updating it is still a major pain in the ass. We need a easy and stupid proof way updating it. And *please* in a non-GUI version too!
UnixOS2
There is a ports-like system for UnixOS2 in the works at the moment but I'm not really happy with that one and I doubt that we will be enough people for maintaining all that stuff ourself (dependencies and so on...).
When I use Linux I often work on Gentoo, which has really the best source-based ports system I've ever seen (and I know BSD too so it's not the only ports-system I know ;).
At the moment the ports system is quite Linux oriented but at the moment there is a complete rewrite of the portage-system in progress. They call it portage-ng. One of the targets is cross-platform support for stuff like BSD or MacOS so I really vote for OS/2 support as well :). It's too early at the moment to really have a look at it but we should definitely do that as soon as possible.
The discussion about portage-ng is here
Update September 04: I talked to the guys who work on portage-ng. It looks like portage-ng is not really dead but at least progressing very slowly. Meanwhile, a group of MacOS X users created a portage for MacOS X so it looks like it does work on BSD-like systems too. So that changes the todo list a bit:
TODO:
- set up a basic package with latest GCC and Innotek LIBC. The basic package contains all tools and libraries needed to compile Python with Innotek LIBC.
- as soon as Python compiles we need to wrap together emerge on OS/2. This might get a bit tricky because it also heavily relies on shell scripts. So whatever shell we gonna use, it must be as close as possible to bash (if not bash anyway, it looks like the stuff is not that portable to other shells).
- once we get portage to work properly we need to create ebuilds for the basic libraries. At the first stage there is no rsync server needed to do this but it will definitely get handy sooner or later (shouldn't be a problem but needs to be set up).
- implement more and more ebuilds for all kind of packages
- and in a later stage create a bootstrap-package that also compiles GCC and all other tools (that won't be an easy task :)
PM
We need to port some toolkits or finish the current ports:
- qt - more soon, looks good
- GTK2: Samm proposed to work on it, will give an estimate of time soon
- wxWindows: Port quite up to date but the PM parts in it are definitely not yet done or very buggy -> fix (probably dmik)
- SWT: will be done when Eclipse is done -> dmik
Also, it would be nice to have updated public PM controls. This should be done with one DLL subclassing these public controls, and extending and/or fixing their behaviour. Things to fix/implement should be:
- Remove 64K limits in most of the controls (e.g. MLE)
- Create extended MLE control (understanding HTML tags maybe?)
- Automatically drop-down list of combobox, when clicked (like DragText does)
WPS
- replace background image dialog, it should be possible to point that to another directory than \os2\bitmap
- replace the file dialog, Gnome 2.6 does that very nicely (screenshot will follow).
- replace the Icon rendering, should be able to handle stuff like PNG as well and in best case also SVG
Note: Don't think we must replace Icon rendering. But adding MMPM IO procs for PNG and SVG is good idea.
Note: File dialog is not a WPS issue. But it can be implemented via WPS class. I consider it is good idea to move to object world. - prokushev. Can you describe that a bit with more details prokushev? - ktk
Yes. File dialog placed in PMCTLS.DLL. We can do such trick:
- move PMCTLS.DLL to PMOLDCTL.DLL
- write new PMCTLS.DLL with forwarders to PMOLDCTL.DLL
- In WinFileDlg (new PMCTLS.DLL) we must check, is WPS exist? If exist, then just create WPS object (with name like WPOpenFileFolder or something like this) and monitor it (wait result from it). As result our open file object can be replaced and/or extended by standard SOM features. If no WPS exists then call or old WinFileDlg or our own implementation of open file dialog (for systems without WPS)
WPOpenFileFolder is subclass of WPFolder with changed reaction on open objects in it. If object is folder then go deep. If object then close WPOpenFileFolder and notify our new WinFileDlg.
Something like this.
And yes, it can be part of XWP.
BTW, how about move Doodle Screen Saver to XWP? ;)
USB
External list
- The Warp Wishlist maintained by Kris Lake.
Open Source OS/2 Strategy and Follow up of Open Components
An strategy with the final goal to have OS/2 open sourced.
More than a development project it had to be an integration project of open source software for OS/2, like an information site to follow up all the open source replacement for OS/2 closed components. On this site we will list the open source project available for OS/2 and the closed component that is replacement.
Ex:
- Newview.exe -> replaces View.exe -> License GNU GPL
- XWorplace
- HandyFTP
- Doodles Screen Saver
- lSwitcher
- etc, etc
Plan to make replacement for:
- command line programs like "xcopy.exe, attrib.exe, etc"
- Enhanced and replacements of CMD commands
- Replace of some closed DLLs
OPEN SOURCE OS/2 DISTRIBUTION CD
Build a OS/2 distribution with open source replacements on it. Of course that many people says it is too hard, but we need to start with something. It can start creating an OS/2 distribution that is focused in Open Source components, and bundle on it, dssaver,xworplace,lswitcher, xfree, emx, warpin, usbres, etc. (bitmaps, icons and drivers too)
To don't start it as a too complex project it can be something similar to the UpdCD project, that requires license of Warp 4.52 or eCS to build an updated image.
We can ask help from UpdCD project to create an install image (that will require the OS/2 CD) that contains open source software on it replacing the closed components. And keep evolving this project and replacing components until in some years it can work without licensing OS/2 from IBM.
WarpModem
The general idea will be to make a commun interphase (like Windows 95) for analog modems on your OS/2 system called "Warp Modem". Programs that uses the modem will had comunicate to "Warp Modem" to get the configuration of the modem and it status. This will be useful for OS/2 user, because he will not configure the modem on each OS/2 application that uses the modem.
What will be good is to have a "Modems" icons inside the OS/2 System Setup folder.
http://www.os2world.com/pictures/articles/SystemSetup.jpg
This program will show us the modems that are configured on our system. If the systems has two ore more modems it will shows us all modems that we had configure.
To make this configuration we can start using the Doug Bissett's modem configuration list (http://www.os2warp.be/modems/modem.lst)
On this menu we can see the "Add...", "Properties...", "Delete..." and "Test..."
http://www.os2world.com/pictures/articles/Warp%20Modem%20GUI.jpg
Add button will show us the instruccions to add a new modem
http://www.os2world.com/pictures/articles/Modem%20Config.jpg
(picture taken from ATT Dialer)
The "Test..." button will be a tool to test it is working. A good idea is the one from ATT dialer too. http://www.os2world.com/pictures/articles/Modem%20Tester.jpg
(picture taken also from Att Dialer)
"Properties..." will show us something similar to the "Add" window to change the modem configuration.
"Remove..." will ask us for confimartion to delete that modem
Other tools
So, what kind of software will be good to integrate with Warp modem ?
All programs that used a analog modem can take advante of this. Developers of Phone dialers, Fax, Internet Dialers, Voice Phone, RAS, BBS software..etc..etc..
http://www.os2world.com/pictures/articles/Modem%20Selector.jpg
Documentation
This project will need a good documentation so developers that wants to uses the OS/2 Warp Modem configuration can access it easily for their phone/fax/modem applications.
Wish list
- Open Source Project / free license GNU GPL.
- C++ or Java development.
This is just a development idea, there is nothing coded on this direction. The pictures in some cases are just fake to explain the posibilities of this project.