/[cvs]/nfo/projects/netfraggle/bin/fraggleViewport.py
ViewVC logotype

Log of /nfo/projects/netfraggle/bin/fraggleViewport.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Sep 21 18:12:19 2004 UTC (19 years, 9 months ago) by xabbu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +7 -1 lines
Diff to previous 1.20
U in __init_modules  -> self.modulesCtl.SetViewport(self) will be set


Revision 1.20 - (view) (annotate) - [select for diffs]
Sun Sep 5 10:09:26 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.19: +20 -12 lines
Diff to previous 1.19
+ Bug that menues where displayed incorrectly on nt like os resolved.
+ Removed OS dependend menu creation in faggleMain -> moved to fraggleViewPort
+ Modules configuration dialog can be displayed by selecting Files->Modules now


Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Sep 5 00:21:10 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.18: +13 -6 lines
Diff to previous 1.18
+Fixed File Menu Modules item on Posix system. Gotta do testing on Windows with it.


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Sep 4 20:26:01 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.17: +30 -7 lines
Diff to previous 1.17
+Added a button to the Preferences tab for showing the Modules Dialog.
 Todo: When the module dialog is shown, it is still being blocked by the    preferences dialog. I am not sure why but will have to look into it further.

+Added modules directory


Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Sep 1 21:43:30 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.16: +8 -1 lines
Diff to previous 1.16
+Moved funtion getDefaultDir from FraggleCtlPreferences to FraggleEngine for more convenience
+FraggleCtlModules class creation for handling content modules


Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Aug 30 13:06:40 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.15: +10 -4 lines
Diff to previous 1.15
U now gets preferences via self.engine


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Aug 27 21:14:02 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.14: +10 -7 lines
Diff to previous 1.14
TopicDetails can now be closed.
GUI change on Preferences Dialog in order to prepare multiple server profiles.
Small bugfixes to get the new topic windows working on posix platform.


Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Aug 27 04:39:06 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.13: +6 -12 lines
Diff to previous 1.13
cleanup


Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Aug 27 03:25:44 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.12: +52 -11 lines
Diff to previous 1.12
added FraggleTaskBarMenu


Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Aug 27 00:05:22 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.11: +25 -31 lines
Diff to previous 1.11
fix for icon-path and wxTaskBarIcon-events


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Aug 26 23:10:12 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.10: +59 -10 lines
Diff to previous 1.10
xmlrpc class added


Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Aug 26 18:19:27 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.9: +15 -2 lines
Diff to previous 1.9
now using FraggleTopicFrame


Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Aug 26 15:21:13 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.8: +27 -30 lines
Diff to previous 1.8
renamed namespaces
added key shortcuts to menu-items
correct "showAbout" code


Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Aug 25 23:46:05 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.7: +25 -77 lines
Diff to previous 1.7
no helper methods
moved fraggleMainWin to fraggleMain.py


Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Aug 25 22:53:41 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.6: +93 -8 lines
Diff to previous 1.6
some helper methods inside fraggleViewport
subclass fraggleMainWin hopefully gives us win32-compatibility


Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Aug 25 21:40:54 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.5: +10 -12 lines
Diff to previous 1.5
OS autodetection fixed


Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Aug 25 19:54:07 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.4: +12 -6 lines
Diff to previous 1.4
added possibly better fix for win32 (maybe also working on linux now): dispatch by OS (os.name) and do different methods of adding menu entries


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Aug 25 18:33:43 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.3: +7 -5 lines
Diff to previous 1.3
reverted to rev 1.2


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Aug 25 17:43:12 2004 UTC (19 years, 10 months ago) by joko
Branch: MAIN
Changes since 1.2: +5 -6 lines
Diff to previous 1.2
changed semantics of menu bootstrapping


Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Aug 25 16:56:59 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Changes since 1.1: +20 -16 lines
Diff to previous 1.1
First running version of framework for netfraggle


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Wed Aug 25 13:53:48 2004 UTC (19 years, 10 months ago) by xabbu
Branch: netfrag
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.21
initial commit


Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Aug 25 13:53:48 2004 UTC (19 years, 10 months ago) by xabbu
Branch: MAIN
Branch point for: netfrag
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed