Status: New
Owner: ---- New issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 FileList and FileDialogWindow should use the new FSFilesystem instead of the old implementation _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #1 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 see PharoInbox SLICE-Issue-4647-Update-Filesystem-Dialogs-to-use-the-new-FS-implementation-CamilloBruni.1 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixProposed Labels: Milestone-1.4 Comment #2 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Closed Comment #3 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 in 14094 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixProposed Comment #4 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 undo. Some change breaks publishing. need to look at all step by step.... _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: ReviewNeeded Comment #5 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 After adding this -> I could not open a FileList -> draging a .cs from the Mac Finder on the Pharo window leads to DNU But this could be due to adding three things at once, so the reason could be another change. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #6 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 ok I'll try to reproduce it on a fresh image _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #7 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 Seems there were two issues, one was present in the old image, which prevented dropped files from being properly displayed, the other one was a mistake in FSFilesystem The FileDialog is fixed in: SLICE-Issue-4647-Update-Filesystem-Dialogs-to-use-the-new-FS-implementation-CamilloBruni.1 but the latest version of FSFilesystem has to be loaded first! FS-CamilloBruni.8 in PharoInbox _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #8 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 I could not find FS-CamilloBruni.8 in PharoInbox. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #9 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 Camillo could you tell me exactly what I should do to upgrade FS to include your fixes because now I do not get it. On the fs directeory there are plenty of files but I have no idea if the configuration was updated and which ones I should load in Pharo. So please let us straighten our process. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #10 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 I integrated FS-CamilloBruni.8 already (it was part of another issue) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #11 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 ok so what is left to do? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #12 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 Now I'm confused because I though that FS was composed of several packages. Probably too tired :) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #13 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 I committed it as a single package with dependencies... thats the easiest for now _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: closed Comment #14 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 Ok marcus told me :) Indeed I was confused _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixProposed Comment #15 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 But the SLICE-Issue-4647-Update-Filesystem-Dialogs-to-use-the-new-FS-implementation-CamilloBruni.1 Needs to be integrated… _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Accepted Comment #16 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 can you commit the Slice to the 14 repo on ss3? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Labels: Type-Cleanup Comment #17 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Workneeded Comment #18 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #19 on issue 4647 by [hidden email]: Update Filesystem Dialogs to use the new FS implementation http://code.google.com/p/pharo/issues/detail?id=4647 When I try to merge there is one file missing, so I will try each of the dependent one by one: Polymorph-Widgets-CamilloBruni.479 (not present on ss3), Morphic-CamilloBruni.974 (not present on ss3), Tools-CamilloBruni.646 (not present on ss3) Apparently the code is on squeak source. I could merge: Polymorph-Widgets-CamilloBruni.479 no change _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |