Revision: 14072
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14072&view=rev
Author: vouchcac
Date: 2010-03-07 00:06:49 +0000 (Sun, 07 Mar 2010)
Log Message:
-----------
2010-03-06 15:32 UTC-0800 Pritpal Bedi ([email protected])
+ contrib/hbide/resources/fl_c.png
+ contrib/hbide/resources/fl_dll.png
+ contrib/hbide/resources/fl_exe.png
+ contrib/hbide/resources/fl_ini.png
+ contrib/hbide/resources/fl_lib.png
+ contrib/hbide/resources/fl_prg.png
+ contrib/hbide/resources/fl_res.png
+ contrib/hbide/resources/fl_txt.png
* contrib/hbide/resources/hb-16x16.png
* contrib/hbide/resources/hb-32x32.png
* contrib/hbide/resources/hbide.png
+ contrib/hbide/resources/hbidesplashwatermark.png
+ contrib/hbide/resources/panel_2.png
+ contrib/hbide/resources/panel_3.png
+ contrib/hbide/resources/panel_4.png
+ contrib/hbide/resources/panel_5.png
+ contrib/hbide/resources/panel_6.png
+ contrib/hbide/resources/panel_7.png
+ contrib/hbide/resources/source_c.png
+ contrib/hbide/resources/source_cpp.png
+ contrib/hbide/resources/source_h.png
+ contrib/hbide/resources/source_o.png
+ contrib/hbide/resources/source_prg.png
+ contrib/hbide/resources/source_res.png
+ contrib/hbide/resources/source_txt.png
+ contrib/hbide/resources/source_unknown.png
+ Added more images for user interface.
* contrib/hbide/resources/projectpropertiesex.ui
* contrib/hbide/resources/projectpropertiesex.uic
- Removed xMate ".xhp" project loading icon.
* contrib/hbxbp/xbpwindow.prg
! Commented out "resize" event as it was hanging the
applications without any graspable reason. Will be
investigated deeply in future.
* contrib/hbide/hbide.hbp
* contrib/hbide/hbide.prg
* contrib/hbide/ideactions.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideeditor.prg
* contrib/hbide/idehome.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/ideobject.prg
* contrib/hbide/ideprojmanager.prg
* contrib/hbide/idesaveload.prg
* contrib/hbide/idestylesheets.prg
+ contrib/hbide/idethemes.prg
! This commit corrects/fixes issues reported by Viktor.
Please scratch them again. I might have missed a couple
of them.
+ Implemented: A root panel called "Stats" containing,
presently, "Welcome" and "FAQ's" tabs, detailed below.
Now hbIDE has a mechanism to hold as many informative
slots as the development will demand in future.
<Welcome>: It holds the exiting "Projects" information:
Title Type Sources Last_Modified Location
The field <Title> is a link to open detailed view of its
contents which contain fields:
Source Type Size Last_Modified Location
Clicking on a <Source> opens it in the editor under "Main" panel.
<Home> icon is added in the top-toolbar next to <Exit> icon
which leads you to <Stats> panel holding <Welcome> and <FAQs> tabs.
Projects -> Detail -> Source : backward navigation is enabled
through context menu withing browser. The options within thus
context menu has <Print> option which leads to print preview
dialog and eventually to printing on the paper.
<FAQs>: This holds short questions and answers as per the
industry standards. I could put only two of them still.
Please forward the ones you consider should go to this list.
! Changed: main window icon as previous one was not giving a
strong impression to be remember for long.
! Loading/Opening a project: now offers .hbp or .xhp options.
.xhp is converted to .hbp and is written to disk and project
is loaded as usual. This should be a one-time process.
! Click on function list now position the clicked function
in the center of the editor.
! IdeSettings.ini is now hbide.set and is saved where hbide.ini
is residing. The change is name was nessary as to avoid
wrong impression of .ini nature as a text file. It is binary
by nature.
! Many more artifacts which I tend to forget, please bear it
with my age.
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbide/hbide.hbp
trunk/harbour/contrib/hbide/hbide.prg
trunk/harbour/contrib/hbide/ideactions.prg
trunk/harbour/contrib/hbide/idedocks.prg
trunk/harbour/contrib/hbide/ideeditor.prg
trunk/harbour/contrib/hbide/idemisc.prg
trunk/harbour/contrib/hbide/ideobject.prg
trunk/harbour/contrib/hbide/ideprojmanager.prg
trunk/harbour/contrib/hbide/idesaveload.prg
trunk/harbour/contrib/hbide/idestylesheets.prg
trunk/harbour/contrib/hbide/idethemes.prg
trunk/harbour/contrib/hbide/resources/hb-16x16.png
trunk/harbour/contrib/hbide/resources/hb-32x32.png
trunk/harbour/contrib/hbide/resources/hbide.png
trunk/harbour/contrib/hbide/resources/projectpropertiesex.ui
trunk/harbour/contrib/hbide/resources/projectpropertiesex.uic
trunk/harbour/contrib/hbxbp/xbpwindow.prg
Added Paths:
-----------
trunk/harbour/contrib/hbide/idehome.prg
trunk/harbour/contrib/hbide/resources/fl_c.png
trunk/harbour/contrib/hbide/resources/fl_dll.png
trunk/harbour/contrib/hbide/resources/fl_exe.png
trunk/harbour/contrib/hbide/resources/fl_ini.png
trunk/harbour/contrib/hbide/resources/fl_lib.png
trunk/harbour/contrib/hbide/resources/fl_prg.png
trunk/harbour/contrib/hbide/resources/fl_res.png
trunk/harbour/contrib/hbide/resources/fl_txt.png
trunk/harbour/contrib/hbide/resources/hbidesplashwatermark.png
trunk/harbour/contrib/hbide/resources/panel_2.png
trunk/harbour/contrib/hbide/resources/panel_3.png
trunk/harbour/contrib/hbide/resources/panel_4.png
trunk/harbour/contrib/hbide/resources/panel_5.png
trunk/harbour/contrib/hbide/resources/panel_6.png
trunk/harbour/contrib/hbide/resources/panel_7.png
trunk/harbour/contrib/hbide/resources/source_c.png
trunk/harbour/contrib/hbide/resources/source_cpp.png
trunk/harbour/contrib/hbide/resources/source_h.png
trunk/harbour/contrib/hbide/resources/source_o.png
trunk/harbour/contrib/hbide/resources/source_prg.png
trunk/harbour/contrib/hbide/resources/source_res.png
trunk/harbour/contrib/hbide/resources/source_txt.png
trunk/harbour/contrib/hbide/resources/source_unknown.png
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour