Rename directories for clarity. konsole -> src , other -> data.

svn path=/branches/work/konsole-split-view/; revision=661562
wilder-portage
Robert Knight 19 years ago
parent 88b3a842f5
commit 19a29d182a
  1. 4
      CMakeLists.txt
  2. 0
      data/CMakeLists.txt
  3. 0
      data/README
  4. 0
      data/color-schemes/BlackOnLightColor.schema
  5. 0
      data/color-schemes/BlackOnLightYellow.schema
  6. 0
      data/color-schemes/BlackOnWhite.schema
  7. 0
      data/color-schemes/CMakeLists.txt
  8. 0
      data/color-schemes/DarkPicture.schema
  9. 0
      data/color-schemes/Example.Schema
  10. 0
      data/color-schemes/GreenOnBlack.schema
  11. 0
      data/color-schemes/GreenTint.schema
  12. 0
      data/color-schemes/GreenTint_MC.schema
  13. 0
      data/color-schemes/LightPicture.schema
  14. 0
      data/color-schemes/Linux.colorscheme
  15. 0
      data/color-schemes/Linux.schema
  16. 0
      data/color-schemes/README.Schema
  17. 0
      data/color-schemes/README.default.Schema
  18. 0
      data/color-schemes/Transparent.schema
  19. 0
      data/color-schemes/Transparent_MC.schema
  20. 0
      data/color-schemes/Transparent_darkbg.schema
  21. 0
      data/color-schemes/Transparent_lightbg.schema
  22. 0
      data/color-schemes/WhiteOnBlack.schema
  23. 0
      data/color-schemes/XTerm.schema
  24. 0
      data/color-schemes/syscolor.schema
  25. 0
      data/color-schemes/vim.schema
  26. 0
      data/hi128-app-konsole.png
  27. 0
      data/hi16-app-konsole.png
  28. 0
      data/hi22-app-konsole.png
  29. 0
      data/hi32-app-konsole.png
  30. 0
      data/hi48-app-konsole.png
  31. 0
      data/hi64-app-konsole.png
  32. 0
      data/hisc-app-konsole.svgz
  33. 0
      data/icons/CMakeLists.txt
  34. 0
      data/icons/cr16-action-activity.png
  35. 0
      data/icons/cr16-action-konsoleblue.png
  36. 0
      data/icons/cr16-action-konsolered.png
  37. 0
      data/icons/cr16-action-opentermblue.png
  38. 0
      data/icons/cr16-action-opentermred.png
  39. 0
      data/icons/cr16-action-silence.png
  40. 0
      data/icons/cr22-action-konsoleblue.png
  41. 0
      data/icons/cr22-action-konsolered.png
  42. 0
      data/icons/cr22-action-opentermblue.png
  43. 0
      data/icons/cr22-action-opentermred.png
  44. 0
      data/icons/cr32-action-konsoleblue.png
  45. 0
      data/icons/cr32-action-konsolered.png
  46. 0
      data/icons/cr32-action-opentermblue.png
  47. 0
      data/icons/cr32-action-opentermred.png
  48. 0
      data/keyboard-layouts/CMakeLists.txt
  49. 0
      data/keyboard-layouts/README.KeyTab
  50. 0
      data/keyboard-layouts/README.default.Keytab
  51. 0
      data/keyboard-layouts/linux.keytab
  52. 0
      data/keyboard-layouts/solaris.keytab
  53. 0
      data/keyboard-layouts/vt100.keytab
  54. 0
      data/keyboard-layouts/vt420pc.keytab
  55. 0
      data/keyboard-layouts/x11r5.keytab
  56. 0
      data/profiles/CMakeLists.txt
  57. 0
      data/profiles/Shell.profile
  58. 0
      src/Application.cpp
  59. 0
      src/Application.h
  60. 0
      src/BlockArray.cpp
  61. 0
      src/BlockArray.h
  62. 0
      src/BookmarkHandler.cpp
  63. 0
      src/BookmarkHandler.h
  64. 0
      src/CMakeLists.txt
  65. 0
      src/ColorScheme.cpp
  66. 0
      src/ColorScheme.h
  67. 0
      src/ColorSchemeEditor.cpp
  68. 0
      src/ColorSchemeEditor.h
  69. 0
      src/ColorSchemeEditor.ui
  70. 0
      src/EditProfileDialog.cpp
  71. 0
      src/EditProfileDialog.h
  72. 0
      src/EditProfileDialog.ui
  73. 0
      src/EditTabTitleFormatDialog.cpp
  74. 0
      src/EditTabTitleFormatDialog.h
  75. 0
      src/EditTabTitleFormatDialog.ui
  76. 0
      src/Emulation.cpp
  77. 0
      src/Emulation.h
  78. 0
      src/Filter.cpp
  79. 0
      src/Filter.h
  80. 0
      src/History.cpp
  81. 0
      src/History.h
  82. 0
      src/HistorySizeDialog.cpp
  83. 0
      src/HistorySizeDialog.h
  84. 0
      src/IncrementalSearchBar.cpp
  85. 0
      src/IncrementalSearchBar.h
  86. 0
      src/KeyBindingEditor.cpp
  87. 0
      src/KeyBindingEditor.h
  88. 0
      src/KeyBindingEditor.ui
  89. 0
      src/KeyTrans.cpp
  90. 0
      src/KeyTrans.h
  91. 0
      src/KeyboardTranslator.cpp
  92. 0
      src/KeyboardTranslator.h
  93. 0
      src/MainWindow.cpp
  94. 0
      src/MainWindow.h
  95. 0
      src/MakeDefaults
  96. 0
      src/ManageProfilesDialog.cpp
  97. 0
      src/ManageProfilesDialog.h
  98. 0
      src/ManageProfilesDialog.ui
  99. 0
      src/Messages.sh
  100. 0
      src/OverlayFrame.cpp
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,8 +1,8 @@
project(konsole)
add_subdirectory( konsole )
add_subdirectory( other )
add_subdirectory( src )
add_subdirectory( data )
add_subdirectory( desktop )

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 753 B

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 703 B

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 769 B

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 755 B

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 644 B

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 631 B

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 716 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 910 B

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 930 B

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save