.hgignore
author Simon Descarpentries <sid@sopinspace.com>
Mon, 21 Oct 2013 16:50:41 +0200
changeset 554 8e116b8ddbc3
parent 306 3ee97f4fd0aa
child 587 a1aa29e7809f
permissions -rw-r--r--
Merge [text_view_comments] To allow scrolling in Safari mobile, we set the content of text_view_comments frame in a jQuery UI layout. [c_sync.js] So the automated scrolling operations in c_sync.js must be adjustable to the right part to scroll. [c_sync.js] Also, if a comment have to be shown outside of the current viewport, we scroll the correct part to that viewport and then set the comment top Y offset to juste what it needs to avoid the "Add comment" button after scrolling operation. [c_sync.js] If not in Safari mobile, we add an offset here to avoid comment to display under the "Add comment" button.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
88
310378b4d851 add .pyc ignore
raph
parents: 75
diff changeset
     1
syntax: glob
310378b4d851 add .pyc ignore
raph
parents: 75
diff changeset
     2
*.pyc
302
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     3
*~
306
3ee97f4fd0aa fix typo in hgignore
raph
parents: 302
diff changeset
     4
syntax: glob
302
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     5
parts
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     6
store
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     7
eggs
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     8
bin
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
     9
develop-eggs
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    10
downloads
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    11
.settings
233
528f4267bcfa add develop-eggs to ignore
raph
parents: 88
diff changeset
    12
302
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    13
src/comt.egg-info
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    14
.installed.cfg
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    15
recreate
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    16
.pydevproject
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    17
settings_local.py
55f97508300b refactor (cleanup) hgignore
raph
parents: 243
diff changeset
    18
urls_local.py