Mac OS X TODO » History » Version 4
Greg Burri, 05/09/2011 11:18 PM
1 | 1 | Greg Burri | h1. Mac OS X - TODO |
---|---|---|---|
2 | |||
3 | 2 | Greg Burri | Quelques problèmes rencontrés sur mac (branch master). |
4 | 1 | Greg Burri | |
5 | 3 | Greg Burri | [1]: rapide |
6 | [2]: assez long |
||
7 | [3]: long |
||
8 | [a]: facile |
||
9 | [b]: moyennement difficile |
||
10 | [c]: difficile |
||
11 | |||
12 | |||
13 | * [1,a] setsockopt est assez différent sur mac os x, à adapter (FM::FileUpdater) |
||
14 | * [1,b] La liste déroulante de choix à cocher sur le tab des downloads ne fonctionne pas (GUI::CheckBoxList) |
||
15 | * [2,b] Impossible de "scroller" les tabs quand il y en a trop (trop de recherche ou trop de navigation) (GUI::MainWindow) |
||
16 | * [1,a] Les paramètres sont stockés directement dans ~/.d-lan, n'y a-t-il pas un endroit plus approprié ? (Common::Global) |
||
17 | 2 | Greg Burri | * Pas implémenté : |
18 | 3 | Greg Burri | ** [1,b] Common::Global::availableDiskSpace |
19 | ** [1,a] Common::Global::rename |
||
20 | ** [1,b] Common::Global::getDataSystemFolder |
||
21 | ** [1,a] Common::Global::getCurrenMachineName |
||
22 | ** [3,c] Classe FM::DirWatcherDarwin |
||
23 | ** [2,c] Classe FM::WaitConditionDarwin (le fichier correspondant est déjà créé mais sans implémentation) |
||
24 | * [1,a] Voir si le code manquant est gênant : FM::File::createPhysicalFile |
||
25 | * [3,b] Adapter le système de release pour créer un installer. |
||
26 | 4 | Greg Burri | * [1,b] Adapter le script https://github.com/Ummon/D-LAN/blob/master/application/Tools/update_version.sh (sed) |