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 G‚n‚rale GNU version 2) - (Licence Publique G‚n‚rale GNU version 3) - -Ce projet inclut la bibliothŠque FDOSTUI. FDOSTUI possŠde sa propre licence. -Ce projet inclut la bibliothŠque Kitten. Kitten possŠde sa propre licence. - -Remerciments : - - Merci … Atnode pour la traduction fran‡aise. - Merci … Eric Auer pour la bibliothŠque Kitten. - Merci … Jim Hall pour la bibliothŠque Kitten. - Merci … Mark Olesen pour quelques changements de code et pour la bibliothŠque FDOSTUI. - Merci … Tom Ehlert pour la bibliothŠque 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 d‚p“t de FreeDOS TUI Shell. - -Journal des modifications : - - 0.3 (09-12-2018): Coulour du thŠme chang‚e. - - Couleur de la barre de menu chang‚e. - - Fichiers de langues mis … jour. - - Suppression de lignes qui ne sont pas n‚cessaires au niveau du fichier "DOSSHELL.FR". - - Correction de la case … cocher "Afficher les ‚l‚ments d'archives" et "Afficher les - ‚l‚ments cach‚s" au niveau du gestionnaire de fichiers. - - Touche ‚chap d‚sactiv‚e. - - Modification de l'arborescence des r‚pertoires. - - Correction de quelques fautes de frappe. - - Correction de la liste d‚roulante de s‚lection des pilotes avec le bug du clavier. - - Correction du bug d'affichage des attributs des fichiers lors du changement de p‚riph‚rique ou - lors de l'ouverture du gestionnaire de fichiers. - - S‚paration des fichiers d'en-tˆte et des fichiers source. - - Correction du paramŠtre d'aide. - - Changement de l'extension des fichiers d'en-tˆte de ".h" … ".hpp".. - - Remplacement de la commande d'effacement de l'‚cran CLS par la fonction int‚gr‚e de Open - Watcom. - - Ajout de la licence GNU GPL version 2. - - 0.2 (24-09-2018): La couleur de fond de d‚sactivation du menu a ‚t‚ chang‚ du rouge au - gris dans "FDOSTUI.INI". N‚anmoins, il reste rouge. (Possible existance - d'un autre bug.) - - Correction d'un bug sur les fichiers archiv‚s. - - Correction de la fenˆtre "Ex‚cuter" qui ne s'annulait pas. - - Ajout d'une pause pour arrˆter l'ex‚cution 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 i‡in metin kullanc arayz kabu§u @@ -9,72 +9,82 @@ Bu program bir Bu proje FDOSTUI ktphanesi i‡erir. FDOSTUI kendi lisanslarna sahiptir. Bu proje Kitten ktphanesi i‡erir. Kitten kendi lisansna sahiptir. + TeŸekkr: - Franszca ‡eviri i‡in Atnode'a teŸekkrler. - Kitten ktphanesi i‡in Eric Auer'e teŸekkr - Kitten ktphanesi i‡in Jim Hall'a teŸekkrler. - Baz kod de§iŸiklikleri ve FDOSTUI ktphanesi i‡in Mark Olesen'e +* Franszca ‡eviri i‡in Atnode'a teŸekkrler. +* Kitten ktphanesi i‡in Eric Auer'e teŸekkr +* Kitten ktphanesi i‡in Jim Hall'a teŸekkrler. +* Baz kod de§iŸiklikleri ve FDOSTUI ktphanesi i‡in Mark Olesen'e teŸekkrler. - Kitten ktphanesi i‡in Tom Elhert'e teŸekkrler. +* Kitten ktphanesi i‡in Tom Elhert'e teŸekkrler. + Derleme: Bu yazlm Open Watcom ile derlenmelidir. + Katkda Bulunma: Bu projeye katkda bulunmak isterseniz, olas hatalar bildirebilirsiniz ve - FreeDOS TUI Shell deposuna katkda bulunma iste§i yapabilirsiniz. - -De§iŸim Gnl§: - - 0.3 (09.12.2018): Renk dzeni de§iŸtirildi. - - Bar menleri de§iŸtirildi. - - Dil dosyalar de§iŸtirildi. - - "DOSSHELL.FR"'deki gereksiz satrlar silindi. - - "ArŸiv ™gelerini G”ster" se‡im kutusu dzeltildi ve - "Gizli ™geleri G”ster" se‡im kutusu dzeltildi. - - ESC tuŸu dzeltildi. - - Dizin a§ac de§iŸtirildi. + FDTUI deposuna katkda bulunma iste§i yapabilirsiniz. - Baz yazm hatalar dzeltildi. - Srcler liste kutusunun klavyeyle se‡imi hatas - dzeltildi. - - Src de§iŸtirmede ve dosya y”neticisi a‡ld§nda ”ge - ”zelliklerinin g”rntlenmesi dzeltildi. - - BaŸlk dosyalar ve kaynak dosyalar ayrld. - - Yardm parametresi dzeltildi. - - BaŸlk dosyalarnn uzantlar ".h"'den ".hpp"'ye - de§iŸtirildi. - - Ekran temizleme CLS komut yerine standart fonksiyonla - de§iŸtirildi. - - GNU GPL 2. srm lisans bilgisi eklendi. - - 0.2 (24.09.2018): "FDOSTUI.INI"'de devredŸ men se‡ene§i rengi griye - de§iŸtirildi. Ancak, krmz g”rnyor. (BaŸka bir hata - olabilir.) - - Varsaylan arŸiv ”gelerinin g”rntlenmesi - etkinleŸtirildi ve yalnz okunur ”gelerinin g”rntlenmesi - etkinleŸtirildi. - - Komut yrtmenin sonunda duraklama - eklendi. - - Baz dosyalarda satr sonu hatas dzeltildi. +De§iŸim Gnl§: - 0.1 (13.07.2018): ˜lk srm oluŸturuldu. +* 0.4 (28.05.2020) + + * Bu yazlmn ad "FDTUI" olarak de§iŸtirildi. + * Yardm bilgisi, yerelleŸtirme i‡in dzeltildi. + * Baz yazm hatalar dzeltildi. + * Franszca ‡eviriler gncellendi. + * .gitignore dosyas gncellendi. + * Kaynaklardan ‡alŸtrlabilr dosya silindi. + * LICENSE, README.md, ˜ngilizce README ve Trk‡e README dosyalar + gncellendi. + * Franszca README silindi. + * De§iŸim gnl§ gncellendi. + +* 0.3 (09.12.2018) + + * Renk temas de§iŸtirildi. + * €ubu§un menleri dzeltildi. + * Dil dosyalar gncellendi. + * DOSSHELL.FR dosyasndaki gerekmeyen satr silindi. + * Dosya y”neticisindeki "ArŸiv ™geleri G”ster" ve + "Gizli ™geleri G”ster" se‡im kutular dzeltildi. + * ESC tuŸu etkisizleŸtirildi. + * Dizn a§ac de§iŸtirildi. + * Baz yazm hatalar dzeltildi. + * Klavye kullanlarak src liste kutusu se‡imi hatas dzeltildi. + * Src de§iŸtirildi§inde ve dosya y”neticisi a‡ld§nda ”gelerin + ”zelliklerini g”rntlenmeme hatas dzeltildi. + * BaŸlk ve kaynak dosyalar ayrld. + * Yardm parametresi dzeltildi. + * BaŸlk dosyalarnn uzantlar ".hpp"'den ".h"'ye de§iŸtirildi. + * Ekran temizleme, CLS komutu yerine Open Watcom'un stnadart fonksiyonu + olarak de§iŸtirildi. + * Btn uyarlar dzeltildi. + * GNU GPL srm 2 lisans bilgisi dosyas eklendi. + * De§iŸim gnl§ gncellendi. + +* 0.2 (24.09.2018) + + * Etkisiz men ”gesi yaz rengi gri olarak de§iŸtirildi. + * ArŸiv ”gelerini ve yalnz okunur ”geleri g”sterme varsaylan etkin olarak + de§iŸtirildi. + * Komut ‡alŸtrmada komut ‡alŸtrma sonunda duraklama eklendi. + * ˜ngilizce ve Trk‡e ‡eviriler gncellendi. + * Baz dosyalarda yanlŸ yeni satr karakterleri yerine do§ru + yeni satr karakterleri kullanlmaya baŸland. + * De§iŸim gnl§ gncellendi. + +* 0.1 (13.07.2018) + + * ˜lk srm oluŸturuldu. + + +Not: + +* FreeDOS, Jim Hall'n kaytl ticari markasdr. diff --git a/screenshot.png b/screenshot.png index 5a0653f..0fc18a2 100644 Binary files a/screenshot.png and b/screenshot.png differ