This website requires JavaScript.
Explore
Help
Register
Sign In
isa
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
869e744670
gnome-shell
/
js
/
misc
/
Makefile.am
6 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
Split appDisplay and docDisplay into "model" and "view" parts This lets us share the recent-app-tracking, recent-file-tracking, and icon-drawing code between the overlay and the sidebar, without the sidebar having to poke into AppDisplayItem and DocDisplayItem's guts.
2009-06-16 12:20:12 -04:00
jsmiscdir
=
$(
pkgdatadir
)
/js/misc
dist_jsmisc_DATA
=
\
Add String formatting Add String formatting by extending the String object with a format method. Now we can do stuff like "Text: %s, %d".format(somevar, 5) This is required for proper translation of some strings. https://bugzilla.gnome.org/show_bug.cgi?id=595661
2009-10-04 17:30:18 -04:00
docInfo.js
\
format.js
Reference in New Issue
Copy Permalink