diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
index fbd2336..c756e0a
--- a/LICENSE
+++ b/LICENSE
@@ -1 +1 @@
-FreeDOS TUI Shell is licensed by GNU GPL v2 and GNU GPL v3.
+FDTUI is licensed under GNU GPL v2 and GNU GPL v3.
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
index 76a09d0..80d6f8a
--- a/README.md
+++ b/README.md
@@ -1,26 +1,24 @@
-# FreeDOS TUI Shell
+# FDTUI
Text User Interface Shell for FreeDOS
![Screenshot](screenshot.png)
-Copyright (C) 2018 Ercan Ersoy
-This program is licensed under GNU General Public License version 3.
+Copyright (C) 2017-2020 Ercan Ersoy
-This project includes FDOSTUI library. FDOSTUI has own licenses.
-This project includes Kitten library. Kitten has own license.
-
-# Thanks
-
-Thanks to Atnode for French translation.
+This program is licensed under GNU General Public License version 2 and GNU General Public License version 3.
-Thanks to Eric Auer for Kitten library.
+This project includes FDOSTUI library. FDOSTUI has own licenses.
-Thanks to Jim Hall for Kitten library.
+This project includes Kitten library. Kitten has own license.
-Thanks to Mark Olesen for some code changes and FDOSTUI library.
+# Thanks
-Thanks to Tom Ehlert for Kitten library.
+* Thanks to Atnode for French translation.
+* Thanks to Eric Auer for Kitten library.
+* Thanks to Jim Hall for Kitten library.
+* Thanks to Mark Olesen for some code changes and FDOSTUI library.
+* Thanks to Tom Ehlert for Kitten library.
# Compile
@@ -29,52 +27,56 @@ This software should be compiled with Open Watcom.
# Contribute
If you want to contribute to this project, you can report possible bugs and
-make a pull request to the FreeDOS TUI Shell repository.
+make a pull request to the FDTUI repository.
# Changelog
-## 0.3 (12-09-2018)
-
-* Changed color theme.
-
-* Changed bar menus.
-
-* Changed language files.
+## 0.4 (05-28-2020)
-* Deleted unneded line of "DOSSHELL.FR".
+* Changed name of this software as "FDTUI".
+* Fixed help information for localization.
+* Fixed some typographic errors.
+* Updated French translations.
+* Updated .gitignore file.
+* Removed executable file on sources.
+* Updated LICENSE, README.md, English README and Turkish README files.
+* Removed French README.
+* Updated changelog.
-* Fixed "Show Archive Items" checkbox and fixed "Show Hidden Items" checkbox on file manager.
+## 0.3 (12-09-2018)
+* Changed color theme.
+* Changed menus of bar.
+* Updated language files.
+* Deleted unneded line of DOSSHELL.FR file.
+* Fixed "Show Archive Items" and fixed "Show Hidden Items" checkboxes on file manager.
* Disabled ESC key.
-
* Changed directory tree.
-
-* Fixed some typos.
-
+* Fixed some typographic errors.
* Fixed drivers listbox selecting with keyboard bug.
-
-* Fixed item attributes not shown with changing drive and file manager opening.
-
+* Fixed item attributes not shown with changing drive and file manager opening bugs.
* Splitted header files and source files.
-
-* Fix help parameter.
-
-* Changed header files extensions to ".hpp" from ".h".
-
-* Replaced clearing screen to standard function of Open Watcom instead of CLS command.
-
+* Fixed help parameter.
+* Changed extensions of header files from ".h" to ".hpp".
+* Replaced clearing screen as standard function of Open Watcom instead of CLS command.
+* Fixed all warnings.
* Added GNU GPL version 2 license information.
+* Updated changelog.
## 0.2 (09-24-2018)
-* Disabled menuitem foreground color have changed to grey on "FDOSTUI.INI". But, it seems red. (Possible another bug.)
-
+* Updated README.md file.
+* Disabled menu item foreground color have changed to grey. But, it seems red.
* Changed default is showing archive items to enabled and showing readonly items to enabled.
-
-* Fixed popup input of run command not cancelling bug. Add pause to ending to running command.
-
-* Fixed newline bug of some files.
+* Add pause to ending command to running command.
+* Updated English and Turkish translations.
+* Correct new line characters is used in some files instead of wrong new line characters.
+* Updated changelog.
## 0.1 (07-13-2018)
* Create first version.
+
+# Note
+
+* FreeDOS is a trademark of Jim Hall.
diff --git a/README/EN/README b/README/EN/README
old mode 100644
new mode 100755
index 7cd1a81..1f38950
--- a/README/EN/README
+++ b/README/EN/README
@@ -1,21 +1,23 @@
-FreeDOS TUI Shell
+FDTUI
Text User Interface Shell for FreeDOS
-Copyright (C) 2018 Ercan Ersoy
+Copyright (C) 2017-2020 Ercan Ersoy
This program is free software. (GNU General Public License version 2)
(GNU General Public License version 3)
This project includes FDOSTUI library. FDOSTUI has own licenses.
This project includes Kitten library. Kitten has own license.
+
Thanks:
- Thanks to Atnode for French translation.
- Thanks to Eric Auer for Kitten library.
- Thanks to Jim Hall for Kitten library.
- Thanks to Mark Olesen for some code changes and FDOSTUI library.
- Thanks to Tom Ehlert for Kitten library.
+* Thanks to Atnode for French translation.
+* Thanks to Eric Auer for Kitten library.
+* Thanks to Jim Hall for Kitten library.
+* Thanks to Mark Olesen for some code changes and FDOSTUI library.
+* Thanks to Tom Ehlert for Kitten library.
+
Compile:
@@ -24,53 +26,62 @@ Compile:
Contribute:
If you want to contribute to this project, you can report possible bugs and
- make a pull request to the FreeDOS TUI Shell repository.
-
-Changelog:
-
- 0.3 (12-09-2018): Changed color theme.
-
- Changed bar menus.
-
- Changed language files.
-
- Deleted unneded line of "DOSSHELL.FR".
-
- Fixed "Show Archive Items" checkbox and fixed "Show Hidden
- Items" checkbox on file manager.
-
- Disabled ESC key.
-
- Changed directory tree.
+ make a pull request to the FDTUI repository.
- Fixed some typos.
- Fixed drivers listbox selecting with keyboard bug.
-
- Fixed item attributes not shown with changing drive and
- file manager opening.
-
- Splitted header files and source files.
-
- Fix help parameter.
-
- Changed header files extensions to ".hpp" from ".h".
-
- Replaced clearing screen to standard function of Open
- Watcom instead of CLS command.
-
- Added GNU GPL version 2 license information.
-
- 0.2 (09-24-2018): Disabled menuitem foreground color have changed to grey on
- "FDOSTUI.INI". But, it seems red. (Possible another
- bug.)
-
- Changed default is showing archive items to enabled
- and showing readonly items to enabled.
-
- Fixed popup input of run command not cancelling bug.
-
- Add pause to ending to running command. Fixed newline bug
- of some files.
+Changelog:
- 0.1 (07-13-2018): Create first version.
+* 0.4 (05-28-2020)
+
+ * Changed name of this software as "FDTUI".
+ * Fixed help information for localization.
+ * Fixed some typographic errors.
+ * Updated French translations.
+ * Updated .gitignore file.
+ * Removed executable file on sources.
+ * Updated LICENSE, README.md, English README and Turkish README files.
+ * Removed French README.
+ * Updated changelog.
+
+* 0.3 (12-09-2018)
+
+ * Changed color theme.
+ * Changed menus of bar.
+ * Updated language files.
+ * Deleted unneded line of DOSSHELL.FR file.
+ * Fixed "Show Archive Items" and fixed "Show Hidden Items" checkboxes
+ on file manager.
+ * Disabled ESC key.
+ * Changed directory tree.
+ * Fixed some typographic errors.
+ * Fixed drivers listbox selecting with keyboard bug.
+ * Fixed item attributes not shown with changing drive and file manager
+ opening bugs.
+ * Splitted header files and source files.
+ * Fixed help parameter.
+ * Changed extensions of header files from ".h" to ".hpp".
+ * Replaced clearing screen as standard function of Open Watcom instead of
+ CLS command.
+ * Fixed all warnings.
+ * Added GNU GPL version 2 license information.
+ * Updated changelog.
+
+* 0.2 (09-24-2018)
+
+ * Disabled menu item foreground color have changed to grey. But, it seems
+ red.
+ * Changed default is showing archive items and readonly items to enabled.
+ * Add pause to ending command to running command.
+ * Updated English and Turkish translations.
+ * Correct new line characters is used in some files instead of
+ wrong new line characters.
+ * Updated changelog.
+
+* 0.1 (07-13-2018)
+
+ * Create first version.
+
+
+Note:
+
+* FreeDOS is a trademark of Jim Hall.
diff --git a/README/FR/README b/README/FR/README
deleted file mode 100644
index 8af216c..0000000
--- a/README/FR/README
+++ /dev/null
@@ -1,76 +0,0 @@
-FreeDOS TUI Shell
-
-Shell textuel pour FreeDOS
-
-Copyright (C) 2018 Ercan Ersoy
-Ce programme est un logiciel libre. (Licence Publique Gnrale GNU version 2)
- (Licence Publique Gnrale GNU version 3)
-
-Ce projet inclut la bibliothque FDOSTUI. FDOSTUI possde sa propre licence.
-Ce projet inclut la bibliothque Kitten. Kitten possde sa propre licence.
-
-Remerciments :
-
- Merci
Atnode pour la traduction franaise.
- Merci
Eric Auer pour la bibliothque Kitten.
- Merci
Jim Hall pour la bibliothque Kitten.
- Merci
Mark Olesen pour quelques changements de code et pour la bibliothque FDOSTUI.
- Merci
Tom Ehlert pour la bibliothque Kitten.
-
-Compilation :
-
- Ce logiciel doit tre compil avec Open Watcom.
-
-Contribuer :
-
- Si vous voulez contribuer
ce projet, vous pouvez signaler d'ventuels bugs et
- faire une pull request sur le dpt de FreeDOS TUI Shell.
-
-Journal des modifications :
-
- 0.3 (09-12-2018): Coulour du thme change.
-
- Couleur de la barre de menu change.
-
- Fichiers de langues mis
jour.
-
- Suppression de lignes qui ne sont pas ncessaires au niveau du fichier "DOSSHELL.FR".
-
- Correction de la case
cocher "Afficher les lments d'archives" et "Afficher les
- lments cachs" au niveau du gestionnaire de fichiers.
-
- Touche chap dsactive.
-
- Modification de l'arborescence des rpertoires.
-
- Correction de quelques fautes de frappe.
-
- Correction de la liste droulante de slection des pilotes avec le bug du clavier.
-
- Correction du bug d'affichage des attributs des fichiers lors du changement de priphrique ou
- lors de l'ouverture du gestionnaire de fichiers.
-
- Sparation des fichiers d'en-tte et des fichiers source.
-
- Correction du paramtre d'aide.
-
- Changement de l'extension des fichiers d'en-tte de ".h"
".hpp"..
-
- Remplacement de la commande d'effacement de l'cran CLS par la fonction intgre de Open
- Watcom.
-
- Ajout de la licence GNU GPL version 2.
-
- 0.2 (24-09-2018): La couleur de fond de dsactivation du menu a t chang du rouge au
- gris dans "FDOSTUI.INI". Nanmoins, il reste rouge. (Possible existance
- d'un autre bug.)
-
- Correction d'un bug sur les fichiers archivs.
-
- Correction de la fentre "Excuter" qui ne s'annulait pas.
-
- Ajout d'une pause pour arrter l'excution de commandes.
-
- Correction des bugs de nouvelles lignes pour certains fichiers.
-
- 0.1 (13-07-2018): Version initiale.
diff --git a/README/TR/README b/README/TR/README
old mode 100644
new mode 100755
index 683f32e..06d7d38
--- a/README/TR/README
+++ b/README/TR/README
@@ -1,4 +1,4 @@
-FreeDOS TUI Shell
+FDTUI
FreeDOS iin metin kullanc arayz kabu§u
@@ -9,72 +9,82 @@ Bu program bir
Bu proje FDOSTUI ktphanesi ierir. FDOSTUI kendi lisanslarna sahiptir.
Bu proje Kitten ktphanesi ierir. Kitten kendi lisansna sahiptir.
+
Teekkr:
- Franszca eviri iin Atnode'a teekkrler.
- Kitten ktphanesi iin Eric Auer'e teekkr
- Kitten ktphanesi iin Jim Hall'a teekkrler.
- Baz kod de§iiklikleri ve FDOSTUI ktphanesi iin Mark Olesen'e
+* Franszca eviri iin Atnode'a teekkrler.
+* Kitten ktphanesi iin Eric Auer'e teekkr
+* Kitten ktphanesi iin Jim Hall'a teekkrler.
+* Baz kod de§iiklikleri ve FDOSTUI ktphanesi iin Mark Olesen'e
teekkrler.
- Kitten ktphanesi iin Tom Elhert'e teekkrler.
+* Kitten ktphanesi iin Tom Elhert'e teekkrler.
+
Derleme:
Bu yazlm Open Watcom ile derlenmelidir.
+
Katkda Bulunma:
Bu projeye katkda bulunmak isterseniz, olas hatalar bildirebilirsiniz ve
- FreeDOS TUI Shell deposuna katkda bulunma iste§i yapabilirsiniz.
-
-De§iim Gnl§:
-
- 0.3 (09.12.2018): Renk dzeni de§itirildi.
-
- Bar menleri de§itirildi.
-
- Dil dosyalar de§itirildi.
-
- "DOSSHELL.FR"'deki gereksiz satrlar silindi.
-
- "Ariv gelerini Gster" seim kutusu dzeltildi ve
- "Gizli geleri Gster" seim kutusu dzeltildi.
-
- ESC tuu dzeltildi.
-
- Dizin a§ac de§itirildi.
+ FDTUI deposuna katkda bulunma iste§i yapabilirsiniz.
- Baz yazm hatalar dzeltildi.
- Srcler liste kutusunun klavyeyle seimi hatas
- dzeltildi.
-
- Src de§itirmede ve dosya yneticisi ald§nda ge
- zelliklerinin grntlenmesi dzeltildi.
-
- Balk dosyalar ve kaynak dosyalar ayrld.
-
- Yardm parametresi dzeltildi.
-
- Balk dosyalarnn uzantlar ".h"'den ".hpp"'ye
- de§itirildi.
-
- Ekran temizleme CLS komut yerine standart fonksiyonla
- de§itirildi.
-
- GNU GPL 2. srm lisans bilgisi eklendi.
-
- 0.2 (24.09.2018): "FDOSTUI.INI"'de devred men seene§i rengi griye
- de§itirildi. Ancak, krmz grnyor. (Baka bir hata
- olabilir.)
-
- Varsaylan ariv gelerinin grntlenmesi
- etkinletirildi ve yalnz okunur gelerinin grntlenmesi
- etkinletirildi.
-
- Komut yrtmenin sonunda duraklama
- eklendi.
-
- Baz dosyalarda satr sonu hatas dzeltildi.
+De§iim Gnl§:
- 0.1 (13.07.2018): lk srm oluturuldu.
+* 0.4 (28.05.2020)
+
+ * Bu yazlmn ad "FDTUI" olarak de§itirildi.
+ * Yardm bilgisi, yerelletirme iin dzeltildi.
+ * Baz yazm hatalar dzeltildi.
+ * Franszca eviriler gncellendi.
+ * .gitignore dosyas gncellendi.
+ * Kaynaklardan altrlabilr dosya silindi.
+ * LICENSE, README.md, ngilizce README ve Trke README dosyalar
+ gncellendi.
+ * Franszca README silindi.
+ * De§iim gnl§ gncellendi.
+
+* 0.3 (09.12.2018)
+
+ * Renk temas de§itirildi.
+ * ubu§un menleri dzeltildi.
+ * Dil dosyalar gncellendi.
+ * DOSSHELL.FR dosyasndaki gerekmeyen satr silindi.
+ * Dosya yneticisindeki "Ariv geleri Gster" ve
+ "Gizli geleri Gster" seim kutular dzeltildi.
+ * ESC tuu etkisizletirildi.
+ * Dizn a§ac de§itirildi.
+ * Baz yazm hatalar dzeltildi.
+ * Klavye kullanlarak src liste kutusu seimi hatas dzeltildi.
+ * Src de§itirildi§inde ve dosya yneticisi ald§nda gelerin
+ zelliklerini grntlenmeme hatas dzeltildi.
+ * Balk ve kaynak dosyalar ayrld.
+ * Yardm parametresi dzeltildi.
+ * Balk dosyalarnn uzantlar ".hpp"'den ".h"'ye de§itirildi.
+ * Ekran temizleme, CLS komutu yerine Open Watcom'un stnadart fonksiyonu
+ olarak de§itirildi.
+ * Btn uyarlar dzeltildi.
+ * GNU GPL srm 2 lisans bilgisi dosyas eklendi.
+ * De§iim gnl§ gncellendi.
+
+* 0.2 (24.09.2018)
+
+ * Etkisiz men gesi yaz rengi gri olarak de§itirildi.
+ * Ariv gelerini ve yalnz okunur geleri gsterme varsaylan etkin olarak
+ de§itirildi.
+ * Komut altrmada komut altrma sonunda duraklama eklendi.
+ * ngilizce ve Trke eviriler gncellendi.
+ * Baz dosyalarda yanl yeni satr karakterleri yerine do§ru
+ yeni satr karakterleri kullanlmaya baland.
+ * De§iim gnl§ gncellendi.
+
+* 0.1 (13.07.2018)
+
+ * lk srm oluturuldu.
+
+
+Not:
+
+* FreeDOS, Jim Hall'n kaytl ticari markasdr.
diff --git a/screenshot.png b/screenshot.png
index 5a0653f..0fc18a2 100644
Binary files a/screenshot.png and b/screenshot.png differ