1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
Commit Graph

384 Commits

Author SHA1 Message Date
TingPing
78e39bfb1c use libcanberra for beeps 2013-04-27 18:05:05 -04:00
Berke Viktor
c6513ea7a2 Use "Instant Message Notification" system sound on Windows, use gdk_beep() on Unix
Note: gdk_beep() is expected to be replaced with libcanberra stuff.
2013-04-27 23:26:26 +02:00
Berke Viktor
6001ceff9f Get rid of bundled beep 2013-04-27 23:00:18 +02:00
Berke Viktor
01f24aae07 Don't use external players on Windows 2013-04-27 21:07:34 +02:00
TingPing
584dc6a626 typo 2013-04-27 15:52:18 -03:00
TingPing
756080831d fix url opening on osx
oops
2013-04-27 15:47:40 -03:00
TingPing
ffce6c5788 Clean up old url handling on unix 2013-04-27 15:30:40 -03:00
TingPing
565a492724 Reverts commit d964af8142 2013-04-27 06:32:30 -04:00
Arnavion
07bc467d03 win32: Moved PlatformToolset configuration to individual project files. It 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-25 21:03:03 -07:00
TingPing
a39f8ea71f Do not allow blank realname in preferences 2013-04-25 04:51:19 -03:00
RichardHitt
ee200b97aa Fix left-click of URL/HOST by tidying what we pass to fe_open_url() 2013-04-24 13:18:34 -07:00
RichardHitt
eef74ed263 Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings 2013-04-23 12:46:32 -07:00
TingPing
2550a94f05 fix omitting custom sounds 2013-04-23 00:45:37 -04:00
TingPing
bd73c80152 Clean up balloon formatting 2013-04-22 20:13:34 -03:00
Berke Viktor
ccc8601624 Move beep to proper place 2013-04-16 11:32:58 +02:00
TingPing
7e2ae20ecf only 1 2013-04-15 22:10:25 -03:00
TingPing
f3efdaf40f finish removing sound_dir 2013-04-15 18:16:51 -03:00
RichardHitt
a5eb7784c6 Fix broken logic in mg_word_clicked(). fixes #522 2013-04-15 12:05:53 -07:00
TingPing
f0d0f90e13 no error on beeps 2013-04-15 00:12:06 -03:00
Berke Viktor
b7f0f6abc8 Fix tabulation 2013-04-14 12:11:38 +02:00
Berke Viktor
ea0479998a Use bundled beep file for beep alerts 2013-04-14 11:56:50 +02:00
Berke Viktor
4e601cf14c Browse into the sounds folder by default 2013-04-14 10:52:34 +02:00
Berke Viktor
db582a4e5c Remove sound_dir, it's pointless 2013-04-14 10:47:37 +02:00
TingPing
e67371d269 Add option for omitting alerts while focused 2013-04-13 23:03:54 -04:00
TingPing
a996549577 Rewrite desensitizing options in preferences 2013-04-13 20:54:42 -04:00
TingPing
5326f76a40 Fix tray not respecting away_omit_alerts 2013-04-12 19:59:46 -03:00
TingPing
6e8b7367d7 comma 2013-04-10 13:43:22 -03:00
TingPing
feb5b41642 Readd irc charset to the list 2013-04-10 13:27:53 -03:00
Diogo Sousa
36694afe0e Don't send ping's to the server if we are still waiting for a pong.
If the server don't respond in 30s just report the lag as +30s.

This fixes the bug where hexchat reset the lag meter every time a ping
was sent and no pong was received.
2013-04-09 19:14:46 -07:00
TingPing
1a7831df2a Fix spelling checkbox with libsexy 2013-04-09 12:28:44 -03:00
TingPing
c2a5b4fb7d Disable esc keybinding on tabbed utils 2013-04-05 17:33:35 -03:00
TingPing
cca8ab4640 Fix esc closing detached util tabs 2013-04-05 16:56:57 -03:00
TingPing
d964af8142 Fix root user warning running before g_type_init
closes #504
2013-04-05 10:12:33 -04:00
Andreas Rönnquist
a1daf03538 Fix spelling seperate/separate 2013-04-04 17:11:05 +02:00
TingPing
5779691efb Update hiding menu text 2013-04-03 20:35:42 -03:00
TingPing
86cf7de430 add %u to userlist popups for account 2013-04-03 18:10:14 -04:00
TingPing
b4c8d53394 Support account-notify and extended-join capabilities 2013-04-03 17:10:09 -04:00
Berke Viktor
52efe3abff Add missing declaration 2013-04-02 23:57:43 -07:00
TingPing
905705910b Remove hardcoded clear keybinding
You can re-add this easily in settings > keyboard shortcuts
2013-04-03 02:50:57 -03:00
TingPing
bb78d8dd59 Add new window keybinding 2013-04-03 02:41:59 -03:00
TingPing
8b72d53dcc Merge pull request #496 from bviktor/toplevel-includes
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
2013-04-02 22:39:17 -07:00
Berke Viktor
14b089ef90 Set up CFLAGS on Unix too 2013-04-02 22:35:42 -07:00
TingPing
561f3044d6 update --url help string 2013-04-03 01:36:52 -03:00
Berke Viktor
9c49254abd Only include top level includes from GTK+, GLib and GDK-PixBuf 2013-04-02 20:39:37 -07:00
Berke Viktor
5e59578e28 Remove most of HexTray and one instance
You can still build HexTray manually if you want to try fixing it
2013-04-02 11:56:08 -07:00
TingPing
920839cf1c fix strptime on bsd 2013-04-02 08:06:38 -03:00
TingPing
d8eec06473 Missing include
#492
2013-04-02 07:50:08 -03:00
TingPing
9594ec8913 use proper table size 2013-04-01 03:54:42 -03:00
Berke Viktor
110a2625fe Remove another bunch of obsolete junk 2013-04-01 05:05:33 +02:00
TingPing
22cf9cb005 Last one 2013-03-31 22:38:52 -03:00