mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31aaf2c2d6
commit
66c2ac76eb
1 changed files with 25 additions and 0 deletions
25
ChangeLog
25
ChangeLog
|
@ -1,3 +1,28 @@
|
|||
2003-06-20 Serg Stoyan <stoyan@hologr.com>
|
||||
|
||||
* Images/ButtonTile.tiff: Added.
|
||||
* GNUmakefile: Add Images/ButtonTile.tiff.
|
||||
* ProjectCenterInfo.plist: Fixed order of authors.
|
||||
|
||||
* PCLib/GNUmakefile: Added PCButton.[hm].
|
||||
* PCLib/PCButton.[hm]: Added and implemented.
|
||||
* PCLib/PCBrowserController.h: PCBrowserDidSetPathNotification
|
||||
delcaration added.
|
||||
* PCLib/PCBrowserController.m:
|
||||
(click:): Post PCBrowserDidSetPathNotification.
|
||||
(doubleClick:): Idem. Return result instead of path.
|
||||
* PCLib/PCProject+UInterface.m: Switch toolbar from matrix to number
|
||||
of PCButtons. Added icon in top left corner that represents object
|
||||
selected in browser.
|
||||
(setFileIcon:): Added. Sets icon image according to the object
|
||||
selected in browser.
|
||||
* PCLib/PCProject.m:
|
||||
(setProjectName:): Set label of icon to project name on loading.
|
||||
* PCLib/PCProject.[mh]: Switch to using PCButtons.
|
||||
(buildDidTerminate:): Check if notification object is build task
|
||||
added.
|
||||
* PCLib/PCProjectDebugger.[h]: Switch to using PCButtons.
|
||||
|
||||
2003-05-30 Serg Stoyan <stoyan@hologr.com>
|
||||
|
||||
* PCLib/PCEditor.[hm]: Added becomeFirstResponder.
|
||||
|
|
Loading…
Reference in a new issue