index
:
ayatana-indicator-messages
main
release-builds
Ayatana Indicator Messages Applet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Change title to "Incoming"
Lars Uebernickel
2013-09-30
1
-1
/
+1
*
|
messages-service: return TRUE from "handle-*" GDBusProxy method handlers
Lars Uebernickel
2013-09-27
1
-5
/
+11
*
|
im-application-list: fix crash (source-changed was declared with wrong signat...
Lars Uebernickel
2013-09-27
1
-1
/
+1
|
/
*
im-application-list: show all sources that have a count, time, or non-empty s...
Lars Uebernickel
2013-09-26
1
-1
/
+1
|
\
|
*
im-application-list: show all sources that have a count, time, or non-empty s...
Lars Uebernickel
2013-09-26
1
-1
/
+1
*
|
phone menu: don't show "Clear All" when there are no messages
Lars Uebernickel
2013-09-25
1
-16
/
+38
|
/
*
Add "title" to the root action state dictionary
Lars Uebernickel
2013-09-12
1
-0
/
+3
*
Use g_icon_serialize() instead of g_icon_to_string().
Lars Uebernickel
2013-09-09
8
-179
/
+85
|
\
|
*
Remove gmenuutils, it's not being used anymore
Lars Uebernickel
2013-09-06
4
-128
/
+0
|
*
create_status_section: use g_icon_serialize()
Lars Uebernickel
2013-09-06
1
-1
/
+8
|
*
im_application_list_message_added: don't use g_object_unref for variants
Lars Uebernickel
2013-09-06
1
-1
/
+1
|
*
im_application_list_update_draws_attention: fix GVariant leak
Lars Uebernickel
2013-09-06
1
-4
/
+6
|
*
Use g_icon_serialize() for application icons
Lars Uebernickel
2013-09-06
3
-23
/
+26
|
*
Use serialized icons for messages and sources
Lars Uebernickel
2013-09-05
4
-25
/
+47
*
|
Install the service into pkglibexecdir
Lars Uebernickel
2013-09-06
1
-1
/
+1
|
/
*
Remove parameter type from root action
Nick Dedekind
2013-09-02
1
-1
/
+1
*
Remove app-section.[ch], it's not used anymore.
Lars Uebernickel
2013-08-28
3
-999
/
+0
|
\
|
*
Remove app-section.[ch]
Lars Uebernickel
2013-08-28
3
-999
/
+0
*
|
Don't pass source and message ids into parameters that expect detailed action...
Lars Uebernickel
2013-08-28
1
-2
/
+4
|
\
\
|
*
|
Don't pass ids as detailed action names
Lars Uebernickel
2013-08-28
1
-2
/
+4
|
|
/
*
|
Merge trunk
Lars Uebernickel
2013-08-27
2
-30
/
+107
|
\
|
|
*
Fix bug #1216843
Lars Uebernickel
2013-08-27
2
-30
/
+107
|
|
\
|
|
*
desktop menu: don't show sources with a count of 0
Lars Uebernickel
2013-08-27
2
-29
/
+90
|
|
*
desktop menu: remove all sources when an application has quit
Lars Uebernickel
2013-08-27
1
-0
/
+16
|
|
*
im-application-list: use correct signal marshaller for app-stopped
Lars Uebernickel
2013-08-27
1
-1
/
+1
*
|
|
im-application-list: remove extraneous variable 'old_draw'
Lars Uebernickel
2013-08-27
1
-6
/
+1
|
/
/
*
|
Use the local version instead of the version from libindicator
Ted Gould
2013-08-26
1
-1
/
+1
*
|
Dropping launch context so we don't have to include GDK
Ted Gould
2013-08-26
1
-16
/
+1
|
/
*
Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758.
Ted Gould
2013-08-26
1
-0
/
+2
|
\
|
*
Protect against action loss
Ted Gould
2013-08-26
1
-0
/
+2
*
|
Don't use deprecated g_simple_action_group_{lookup,insert}. Fixes: https://bu...
Lars Uebernickel
2013-08-22
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Don't use deprecated g_simple_action_group_{lookup,insert}
Lars Uebernickel
2013-08-22
1
-3
/
+3
*
|
don't error out on deprecated declarations
Sebastien Bacher
2013-08-22
1
-1
/
+1
|
/
*
Change g_simple_action_group_remove() to g_action_map_remove_action()
Ted Gould
2013-08-21
2
-4
/
+4
*
Swap g_simple_action_group_insert() for g_action_map_add_action()
Ted Gould
2013-08-21
2
-9
/
+9
*
Add a DBus error for list_add().
Ted Gould
2013-08-21
3
-5
/
+19
|
\
|
*
Pass the error back up through DBus
Ted Gould
2013-08-19
1
-1
/
+13
|
*
Make it so that application list returns an error on a bad desktop file
Ted Gould
2013-08-19
2
-4
/
+6
*
|
Make it so that we sort based on application name to make the menu more sane
Ted Gould
2013-08-20
3
-6
/
+13
*
|
Enabling and disabling the remove-all action if we have items to remove
Ted Gould
2013-08-20
1
-0
/
+44
*
|
Adding in a sigterm handler
Ted Gould
2013-08-20
1
-0
/
+13
*
|
Putting shortcuts into the menu
Ted Gould
2013-08-20
1
-10
/
+18
*
|
Switch to looking in the shortcuts object to set the actions
Ted Gould
2013-08-20
1
-5
/
+5
*
|
Building up a shortcuts object to track the shortcuts from the desktop file
Ted Gould
2013-08-20
1
-0
/
+12
*
|
Remove unused struct member
Ted Gould
2013-08-20
1
-1
/
+0
*
|
Stealing the desktop shortcuts from libindicator
Ted Gould
2013-08-20
3
-1
/
+763
*
|
Making the base menu item an a{sv} with proper icons and fallbacks
Ted Gould
2013-08-20
1
-8
/
+39
*
|
Make the accessible name translatable and based on the blue envelope
Ted Gould
2013-08-20
1
-3
/
+9
*
|
Track the old draw_attention and look for updates
Ted Gould
2013-08-20
1
-0
/
+6
*
|
Compile again
Pete Woods
2013-08-20
1
-0
/
+1
[prev]
[next]