Changeset ebb1489 in mainline for uspace/app/taskbar/taskbar.sif
- Timestamp:
- 2024-10-13T08:23:40Z (8 weeks ago)
- Children:
- 0472cf17
- Parents:
- 2a0c827c (diff), b3b79981 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2024-10-13 08:23:40)
- git-committer:
- GitHub <noreply@…> (2024-10-13 08:23:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.sif
r2a0c827c rebb1489 1 [sif](){[entries](){[entry]([caption]=[~N~avigator][cmd]=[/app/nav][terminal]=[y]){}[entry]([caption]=[Text ~E~ditor][cmd]=[/app/edit][terminal]=[y]){}[entry]([caption]=[Co~m~mand Line][cmd]=[/app/bdsh][terminal]=[y]){}[entry]([caption]=[~C~alculator][cmd]=[/app/calculator -d %d][terminal]=[n]){}[entry]([caption]=[~I~mage Viewer][cmd]=[/app/viewer -d %d][terminal]=[n]){}[entry]([separator]=[y]){}[entry]([caption]=[~U~I Demo][cmd]=[/app/uidemo -d %d][terminal]=[n]){}[entry]([caption]=[~G~FX Demo][cmd]=[/app/gfxdemo -d %d ui][terminal]=[n]){}[entry]([caption]=[~B~arber Pole][cmd]=[/app/barber -d %d][terminal]=[n]){}[entry]([caption]=[~T~etris][cmd]=[/app/tetris][terminal]=[y]){}[entry]([separator]=[y]){}[entry]([caption]=[~D~isplay Configuration][cmd]=[/app/display-cfg -d %d][terminal]=[n]){}[entry]([caption]=[Ta~s~kbar Configuration][cmd]=[/app/taskbar-cfg -d %d][terminal]=[n]){}[entry]([separator]=[y]){}[entry]([caption]=[Tas~k~ Monitor (top)][cmd]=[/app/top][terminal]=[y]){}[entry]([caption]=[~F~disk Disk Editor][cmd]=[/app/fdisk][terminal]=[y]){}[entry]([separator]=[y]){}[entry]([caption]=[~A~bout HelenOS][cmd]=[/app/aboutos -d %d][terminal]=[n]){}}} 1 <sif> 2 <entries> 3 <entry caption="~N~avigator" cmd="/app/nav" terminal="y"> 4 </entry> 5 <entry caption="Text ~E~ditor" cmd="/app/edit" terminal="y"> 6 </entry> 7 <entry caption="Co~m~mand Line" cmd="/app/bdsh" terminal="y"> 8 </entry> 9 <entry caption="~C~alculator" cmd="/app/calculator -d %d" terminal="n"> 10 </entry> 11 <entry caption="~I~mage Viewer" cmd="/app/viewer -d %d" terminal="n"> 12 </entry> 13 <entry separator="y"> 14 </entry> 15 <entry caption="~U~I Demo" cmd="/app/uidemo -d %d" terminal="n"> 16 </entry> 17 <entry caption="~G~FX Demo" cmd="/app/gfxdemo -d %d ui" terminal="n"> 18 </entry> 19 <entry caption="~B~arber Pole" cmd="/app/barber -d %d" terminal="n"> 20 </entry> 21 <entry caption="~T~etris" cmd="/app/tetris" terminal="y"> 22 </entry> 23 <entry separator="y"> 24 </entry> 25 <entry caption="~D~isplay Configuration" cmd="/app/display-cfg -d %d" terminal="n"> 26 </entry> 27 <entry caption="Ta~s~kbar Configuration" cmd="/app/taskbar-cfg -d %d" terminal="n"> 28 </entry> 29 <entry separator="y"> 30 </entry> 31 <entry caption="Tas~k~ Monitor (top)" cmd="/app/top" terminal="y"> 32 </entry> 33 <entry caption="~F~disk Disk Editor" cmd="/app/fdisk" terminal="y"> 34 </entry> 35 <entry separator="y"> 36 </entry> 37 <entry caption="~A~bout HelenOS" cmd="/app/aboutos -d %d" terminal="n"> 38 </entry> 39 </entries> 40 </sif>
Note:
See TracChangeset
for help on using the changeset viewer.