William Bowling is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

wbowling / adium (fork of adium / adium)

Fork of Adium for patches/improvements

Clone this repository (size: 338.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/wbowling/adium
hg clone ssh://hg@bitbucket.org/wbowling/adium

Searching for commits

Mercurial supports a functional language for selecting a set of revisions.

The language supports a number of predicates which are joined by infix operators. Parenthesis can be used for grouping.

Identifiers such as branch names must be quoted with single or double quotes if they contain characters outside of [._a-zA-Z0-9\x80-\xff] or if they match one of the predefined predicates.

Prefix operators

not x
Changesets not in x. Short form is ! x.

Infix operators

x::y

A DAG range, meaning all changesets that are descendants of x and ancestors of y, including x and y themselves. If the first endpoint is left out, this is equivalent to ancestors(y), if the second is left out it is equivalent to descendants(x).

An alternative syntax is x..y.

x:y
All changesets with revision numbers between x and y, both inclusive. Either endpoint can be left out, they default to 0 and tip.
x and y
The intersection of changesets in x and y. Short form is x & y.
x or y
The union of changesets in x and y. There are two alternative short forms: x | y and x + y.
x - y
Changesets in x but not in y.

Predicates

all()
All changesets, the same as 0:tip.
ancestor(single, single)
Greatest common ancestor of the two changesets.
ancestors(set)
Changesets that are ancestors of a changeset in set.
author(string)
Alias for user(string).
bookmark([name])
The named bookmark or all bookmarks.
branch(set)
All changesets belonging to the branches of changesets in set.
children(set)
Child changesets of changesets in set.
closed()
Changeset is closed.
date(interval)
Changesets within the interval, see hg help dates.
descendants(set)
Changesets which are descendants of changesets in set.
file(pattern)
Changesets affecting files matched by pattern.
follow()
An alias for ::. (ancestors of the working copy's first parent).
grep(regex)
Like keyword(string) but accepts a regex. Use grep(r'...') to ensure special escape characters are handled correctly.
head()
Changeset is a named branch head.
heads(set)
Members of set with no children in set.
id(string)
Revision non-ambiguously specified by the given hex string prefix.
keyword(string)
Search commit message, user name, and names of changed files for string.
limit(set, n)
First n members of set.
max(set)
Changeset with highest revision number in set.
merge()
Changeset is a merge changeset.
min(set)
Changeset with lowest revision number in set.
p1([set])
First parent of changesets in set, or the working directory.
p2([set])
Second parent of changesets in set, or the working directory.
parents([set])
The set of all parents for all changesets in set, or the working directory.
present(set)
An empty set, if any revision in set isn't found; otherwise, all revisions in set.
rev(number)
Revision with the given numeric identifier.
roots(set)
Changesets with no parent changeset in set.
tag(name)
The specified tag by name, or all tagged revisions if no name is given.
user(string)
User name is string.

Commits 481–510 of 3,345

Author Revision Comments Message Labels Date
William Bowling 3b45cc82a839 erg
Zachary West 28d2f716a225 Forward-declare AIPlugin in AIInterfaceControllerProtocol.h.
Zachary West e47bfb289f64 Allow menu items to be validated if they aren't channel operations. Fixes #13280.
Zachary West ecd301a427cc Durr, don't need to redefine this method.
Zachary West 5784d39a3ed5 Never send an autoreply to an IRC message. The server does this for us. Fixes #12621.
Zachary West 62024fb15685 Only add color tags if a style supports colors. Fixes #13286.
Stephen Holt b0e9a4466823 Only set shouldScroll property on the first new message. Prevents a long cascade of new messages from busting the scroll position before calling nearBottom().
William Bowling 5f505ec17e25 Ignore "you are already logged in" messages from NickServ even if you are out of the "Identifying" stage"
William Bowling 9ae49bd5dd0d Adds Join Channel to IRC account menus
William Bowling 55cc813888bf Merge with Adium
Zachary West b935d043c409 Arbitrarily decide that the shelf in a shelf split view cannot go below 100px.
Zachary West ecb36859abb9 Add a small IRC icon and an improved larger one. Refs #12697.
Zachary West 2d3f7242a158 I don't trust 1.3's setting of this pref key.
Zachary West f7162bff4baf Updated Voice, None and Default Client icons from George Lambrou. Adds a Confirmations prefpane icon.
Zachary West 8f50c5cacbf5 Set the "Confirm before closing chat windows" as an AILocalizationButton. Fixes #13284.
Zachary West 469c22262831 Twitter and WebKit strings files aren't separate anymore, they do not need to be moved around.
Zachary West ed6cdbf42c2c Avoid the crash without fixing the problem. Refs #13172.
Evan Schoenberg f1b225d54546 And fixed warnings I introduced
Evan Schoenberg 69a62b03d0e1 Less typoes
Evan Schoenberg a736fd73ef9a Patch from '''egladil''', with some tweaking by me, to improve out "last seen" monitoring to understand metacontacts and update the values accordingly. Thanks!
Evan Schoenberg c770142607e4 If Bonjour disconnects but the user opens a contact window in the moment before the contact disappears from the list, it wass possible to attempt to open with a nil avInstanceName. Furthermore, if Bonjour disconnects, attempting to send a message to a still-open Bonjour chat could try to reference avInstanceName which would previously be nil after disconnect.
Evan Schoenberg fa28661f40dd Prevent attempting to set a nil property on an AWEzvXMLNode. This turns a crash into a warning.
Zachary West 2d4b22009aff Remove the now-defunct WebKit Localizable.strings.
Zachary West 3eceb9118e72 Remove the removed WebKit Localizable.strings and run `make localizable-strings`.
Zachary West ba5096162877 Backed out changeset 5395c09f03c0
Zachary West 05f3f097a1b4 Backed out changeset 84d54379cfcc
William Bowling 3c61985387e0 Allow IRC account action menu items to be enabled.
William Bowling 4cfd99faef95 Merging with adium
Stephen Holt 38567e9b4371 A few fixes to Template.html and Renkoo message style:
Zachary West 588416ce71bb Set the development target for the Twitter account view to 10.5's 3.1. Fixes #13273.
  1. «
  2. 1
  3. 2
  4. 15
  5. 16
  6. 17
  7. 18
  8. 19
  9. 20
  10. 111
  11. 112
  12. »