summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-04-27Remove extra omitalerts checkTingPing
2013-04-27use libcanberra for beepsTingPing
2013-04-27Fix unused variableBerke Viktor
2013-04-27Use "Instant Message Notification" system sound on Windows, use gdk_beep() ↵Berke Viktor
on Unix Note: gdk_beep() is expected to be replaced with libcanberra stuff.
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-27Don't include if unusedBerke Viktor
2013-04-27Some crucial cosmeticsBerke Viktor
2013-04-27Fix compiler warningBerke Viktor
2013-04-27Don't use external players on WindowsBerke Viktor
2013-04-27typoTingPing
2013-04-27fix url opening on osxTingPing
oops
2013-04-27Clean up old url handling on unixTingPing
2013-04-27Reverts commit d964af81428a6d768aeb96906eb0538a30d919caTingPing
2013-04-26fix false positives when checking chanoptsTingPing
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It ↵Arnavion
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
2013-04-25Do not allow blank realname in preferencesTingPing
2013-04-24Early on, call g_type_init() unless deprecatedRichardHitt
2013-04-24Fix left-click of URL/HOST by tidying what we pass to fe_open_url()RichardHitt
2013-04-24Merge pull request #561 from RichardHitt/no-depr-declRichardHitt
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
2013-04-23Merge pull request #560 from RichardHitt/warning-fixTingPing
Add '(void)' to fix perl.c unused-value warning message
2013-04-23Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warningsRichardHitt
2013-04-23Add '(void)' to fix perl.c unused-value warning messageRichardHitt
2013-04-23reduce abuse of ternary operatorMantas Mikulėnas
The ?: operator should not be used as a generic shorthand for if/else. (Which isn't needed here either...)
2013-04-23fix omitting custom soundsTingPing
2013-04-22Clean up balloon formattingTingPing
2013-04-22fix warning in new glibTingPing
2013-04-22Merge pull request #556 from RichardHitt/ignore-unusedTingPing
Fix Ubuntu build warnings by using gcc flag -Wno-unused-result
2013-04-22Fix Ubuntu build warnings by using gcc flag -Wno-unused-resultRichardHitt
2013-04-22Fall back to global username for saslTingPing
2013-04-20Merge pull request #550 from RichardHitt/issue440aTingPing
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
2013-04-20fix install errorTingPing
2013-04-19Build with travisTingPing
2013-04-19In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440RichardHitt
2013-04-18Add english generic nameTingPing
2013-04-18Fix a typo.Christoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Add GTK and IRCClient to Categories. This is Based on:Christoph J. Thompson
http://standards.freedesktop.org/menu-spec/latest modified: share/misc/hexchat.desktop
2013-04-18Translate Comment in french, german, italian and norwegian bokmålChristoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Change "no" to "nb" for Norsk Bokmål. In norway there is not onlyChristoph J. Thompson
one official language but two. modified: share/misc/hexchat.desktop
2013-04-18Change most Comment lines to be GenericName. GenericName should beChristoph J. Thompson
used when only one IRC client in installed. modified: share/misc/hexchat.desktop
2013-04-17typoTingPing
2013-04-17Use more useful example for url handlerTingPing
2013-04-17add paplayTingPing
2013-04-17beep sound is gtk onlyTingPing
2013-04-17g_file requires gioTingPing
2013-04-17Install sound file on unixTingPing
for #542
2013-04-16Update installers as wellBerke Viktor
2013-04-16Move beep to proper placeBerke Viktor
2013-04-15only 1TingPing
2013-04-15fix warningTingPing
2013-04-15finish removing sound_dirTingPing