Berke Viktor
|
708c5a7347
|
Make /msg nickserv the default registration type
Fixes #394 and hopefully doesn't break others
|
2013-04-28 17:03:41 +02:00 |
|
Berke Viktor
|
50373f4ff9
|
Get rid of some hardcoded network recognition
|
2013-04-28 17:01:37 +02:00 |
|
Berke Viktor
|
2df866bdf8
|
Don't autoload WMPA, it's dead in the water
|
2013-04-28 16:50:19 +02:00 |
|
Christoph J. Thompson
|
77cad8e716
|
Don't hardcode "plugins" as the subdirectory for plugins in many
places.
modified: config-win32.h
modified: configure.ac
modified: plugins/checksum/Makefile.am
modified: plugins/doat/Makefile.am
modified: plugins/fishlim/Makefile.am
modified: plugins/perl/Makefile.am
modified: plugins/python/Makefile.am
modified: plugins/sysinfo/Makefile.am
modified: plugins/xdcc/Makefile.am
modified: src/common/plugin.c
modified: src/fe-text/fe-text.c
|
2013-04-28 16:42:48 +02:00 |
|
Berke Viktor
|
700d699f5b
|
Cosmetics
|
2013-04-28 15:30:08 +03:00 |
|
Berke Viktor
|
87413e9d3c
|
Add hints about the beep file
|
2013-04-28 05:31:45 +02:00 |
|
Berke Viktor
|
dbe6deab45
|
Rename Sound to Sounds and reorder Chatting pages
|
2013-04-28 04:57:01 +02:00 |
|
Berke Viktor
|
92dca50dfc
|
Eliminate compiler warning
free() requires stdlib.h
|
2013-04-28 04:19:31 +02:00 |
|
Berke Viktor
|
a3ba8d575e
|
Store just the filename if the sound file comes from the default sound dir
And get rid of some hardcoding while we're at it
|
2013-04-28 04:12:00 +02:00 |
|
Berke Viktor
|
ea48d18130
|
Fix spacing
|
2013-04-28 03:06:02 +02:00 |
|
TingPing
|
bb878848f7
|
Use regular canberra not gtk
|
2013-04-27 20:28:39 -04:00 |
|
Berke Viktor
|
5bb284267b
|
Remove dead code for sound_command
|
2013-04-28 01:57:00 +02:00 |
|
TingPing
|
24034b5b8b
|
More cleanup
|
2013-04-27 20:35:04 -03:00 |
|
TingPing
|
78f9f3f87c
|
clean up canberra code
|
2013-04-27 20:29:28 -03:00 |
|
TingPing
|
bc1169e979
|
Use canberra for files
|
2013-04-27 20:02:27 -03:00 |
|
Berke Viktor
|
012105e115
|
Let's just say the word
|
2013-04-28 00:56:24 +02:00 |
|
TingPing
|
e714c7d53f
|
Remove extra omitalerts check
|
2013-04-27 19:16:34 -03:00 |
|
TingPing
|
78e39bfb1c
|
use libcanberra for beeps
|
2013-04-27 18:05:05 -04:00 |
|
Berke Viktor
|
7323f7c561
|
Fix unused variable
|
2013-04-27 23:28:24 +02: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
|
8e3db00dac
|
Don't include if unused
|
2013-04-27 21:38:13 +02:00 |
|
Berke Viktor
|
d20dccbe02
|
Some crucial cosmetics
|
2013-04-27 21:35:19 +02:00 |
|
Berke Viktor
|
e834783cb8
|
Fix compiler warning
|
2013-04-27 21:31:54 +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 |
|
TingPing
|
6982bbfef9
|
fix false positives when checking chanopts
|
2013-04-26 09:37:14 -03: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
|
4ad9a69aeb
|
Early on, call g_type_init() unless deprecated
|
2013-04-24 14:33:05 -07: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 |
|
Mantas Mikulėnas
|
5318c953ed
|
reduce abuse of ternary operator
The ?: operator should not be used as a generic shorthand for if/else.
(Which isn't needed here either...)
|
2013-04-23 01:09:58 -04: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 |
|
TingPing
|
43cbe83d61
|
fix warning in new glib
|
2013-04-22 18:04:26 -03:00 |
|
TingPing
|
9603248a5b
|
Fall back to global username for sasl
|
2013-04-22 07:30:33 -03:00 |
|
RichardHitt
|
e17a9c6503
|
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
|
2013-04-19 12:41:49 -07:00 |
|
TingPing
|
a14bd119b7
|
typo
|
2013-04-17 22:45:08 -03:00 |
|
TingPing
|
f9cf25f797
|
Use more useful example for url handler
|
2013-04-17 22:39:50 -03:00 |
|
TingPing
|
450b92f6c0
|
add paplay
|
2013-04-17 06: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
|
b856065167
|
fix warning
|
2013-04-15 22:03:03 -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 |
|