thilor77
f2e1dd4ce3
add unused code
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@502 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-14 15:08:51 +00:00
Andreas.Fink85
2aedb157b8
*fix* use [ ] instead of [[ ]] because some systems don't know about [[ ]]???
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@501 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-14 13:01:13 +00:00
Andreas.Fink85
0aa4977940
*fix* use -pthread also for tint2 because we're using processes which starts new threads
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@500 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-14 09:48:40 +00:00
Andreas.Fink85
837932f8f4
*fix* add -pthread to the compile/link flags since gtk+ needs it
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@499 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-14 06:20:41 +00:00
Andreas.Fink85
ba32d259a0
*fix* IMLIB2_LDFLAGS not FLAGS
...
*fix* link_directories needs to be called before the target is created
git-svn-id: http://tint2.googlecode.com/svn/trunk@498 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 13:02:53 +00:00
Andreas.Fink85
6d8a460434
*fix* use /bin/sh because not every system has /bin/bash
...
*fix* issue 261
git-svn-id: http://tint2.googlecode.com/svn/trunk@497 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 12:27:56 +00:00
Andreas.Fink85
d0368c7591
mv INSTALL to INSTALL.txt because autoconf generated some INSTALL files which makes problems with svn up
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@496 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 10:34:03 +00:00
Andreas.Fink85
49908979ad
*fix* not possible to include a configure script because it was unversioned before and makes problems for a svn up
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@495 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 10:30:31 +00:00
Andreas.Fink85
d103fe00d7
*add* adding a dummy configure file which reports for the user that we've changed to cmake
...
*add* make_relase.sh convenience script which creates a tarball for release (usage: ./make_release.sh RELEASE_VERSION)
*fix* get_svnrev.sh fixed is the fallback version is produced
git-svn-id: http://tint2.googlecode.com/svn/trunk@494 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 09:51:52 +00:00
Andreas.Fink85
5739a2ecbc
*add* added a minimalistic INSTALL description (lazy people like I am do not check the wiki)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@493 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-13 08:19:07 +00:00
lorthiois@bbsoft.fr
4c24d6fb04
oups, missing files
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@492 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 22:20:03 +00:00
lorthiois@bbsoft.fr
23d943376d
cleanup
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@491 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 22:17:45 +00:00
Andreas.Fink85
20a48674c9
*fix* change the default location of tintwizard.py to ${CMAKE_INSTALL_PREFIX}/bin/tintwizard.py (issue 264)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@490 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 21:21:06 +00:00
thilor77
771d0bf4ea
strut_policy=minimum possible even if autohide disabled
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@489 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 12:25:21 +00:00
Andreas.Fink85
237b19c5c9
*fix* use relative path for DOCDIR/MANDIR/DATADIR (a change in CMAKE_INSTALL_PREFIX works now)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@484 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 09:27:18 +00:00
thilor77
a85ae33b38
removed cmake CACHE : it s not reliable.
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@483 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 08:55:58 +00:00
Andreas.Fink85
99491c8f72
*fix* do not set LDFLAGS to --as-needed because this changes building behaviour which the user is not aware of
...
*fix* link librt only if it is found (issue 261)
git-svn-id: http://tint2.googlecode.com/svn/trunk@482 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 07:45:16 +00:00
Andreas.Fink85
5521275bef
*fix* execute an external command by calling fork/execl and do not ignore SIGCHLD (maybe fixes issue 263)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@480 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-11 18:47:26 +00:00
Andreas.Fink85
e26cecf664
*del* autoconf files not used anymore
...
*add* install tint2conf .desktop and pixmaps
*fix* tint2conf warnings
git-svn-id: http://tint2.googlecode.com/svn/trunk@478 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-11 15:37:53 +00:00
thilor77
d771fd9022
add icon for panel switcher. needed *.png in /usr/share/pixmaps and *.desktop in /usr/share/applications
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@477 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-11 12:21:30 +00:00
Andreas.Fink85
d0ea66790e
*fix* install man file too
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@476 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-09 21:44:41 +00:00
Andreas.Fink85
abeb6d384d
*add* include svn revision in the VERSION_STRING if building with cmake
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@475 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-09 15:31:18 +00:00
Andreas.Fink85
f8889fdbe0
*fix* update dependencies for tint2 in README.source
...
*fix* install default_icon.png
*fix* correct checking if imlib2 is built with x support
*fix* use ENABLE_feature, rather than DISABLE_feature
git-svn-id: http://tint2.googlecode.com/svn/trunk@474 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-09 13:50:22 +00:00
Andreas.Fink85
88d6fc8302
*add* make CMakeLists.txt equivalent to the autoconf behaviour
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@473 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-09 09:14:56 +00:00
Andreas.Fink85
359f13f004
*add* tint2conf cmake file
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@472 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 20:18:13 +00:00
Andreas.Fink85
45e82915ed
*fix* battery needs to add definition of course
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@471 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 20:03:38 +00:00
Andreas.Fink85
da9c699284
*add* first cmake based implementation (compiles already tint2, but needs more love for installing everything correctly)
...
This is just a test whether cmake can become an alternative to the current build process (I prefer cmake, because it is much faster and offers more
possiblities)
git-svn-id: http://tint2.googlecode.com/svn/trunk@470 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 19:56:22 +00:00
thilor77
87f02c57e6
fixed segfault with monitor detection
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@469 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 15:56:04 +00:00
Andreas.Fink85
299faa4821
*fix* issue 259
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@468 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 14:14:57 +00:00
Andreas.Fink85
8429c1aa65
*fix* issue 260 the third
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@466 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 14:08:42 +00:00
Andreas.Fink85
bb26d9d4fd
*fix* issue 260 the second
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@465 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-08 07:58:45 +00:00
Andreas.Fink85
2b6fed2996
*fix* issue 260
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@464 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-07 20:40:25 +00:00
thilor77
056246dd2d
tint2-0.10 final release
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@463 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-30 15:01:09 +00:00
thilor77
642abfc7e0
etend OpenBSD patch to FreeBSD and NetBSD
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@462 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-18 16:03:54 +00:00
thilor77
f13a7a13cb
fixed for issue 32
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@461 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-18 08:50:17 +00:00
Spooky85@gmail.com
985af5f36a
Fix installation of examples.
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@460 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-17 13:21:24 +00:00
thilor77
c0a0f647d5
battery patch for Openbsd by vext01
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@459 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-15 23:35:57 +00:00
thilor77
e8c846c259
tint2-0.10-beta1
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@456 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-15 14:57:55 +00:00
thilor77
bb008b121b
tint2conf : possibility to change property tool tintwizard/gedit/...
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@455 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-15 14:43:01 +00:00
thilor77
b083a4346f
use tintwizard and format sample files with tintwizard
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@449 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-09 19:38:01 +00:00
thilor77
5c4735c3b6
added some config sample (thanks to users)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@448 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-09 19:00:13 +00:00
thilor77
1eed78c206
fixed : config file use . as decimal separator even when LOCALE is different
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@445 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-04 20:15:46 +00:00
thilor77
721ed289ba
panel switcher : sorted by name
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@444 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-04 18:47:34 +00:00
thilor77
46168f6727
fixed segfault when remove desktop with task
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@443 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-05-04 16:39:22 +00:00
Spooky85@gmail.com
1a9ce9decd
Add preprocessor statements to check if battery support has been enabled before using "default_battery()".
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@442 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-23 17:30:49 +00:00
Spooky85@gmail.com
9bc512b703
Move function declarations to fix compiler warning:
...
util/timer.c:81: warning: conflicting types for ‘stop_multi_timeout’
util/timer.c:61: note: previous implicit declaration of ‘stop_multi_timeout’ was here
git-svn-id: http://tint2.googlecode.com/svn/trunk@441 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-23 17:27:34 +00:00
thilor77
b99b5c6b8a
little cleanup
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@440 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-23 14:37:39 +00:00
thilor77
885377a234
cleanup code
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@439 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-22 15:08:21 +00:00
thilor77
4d5fe440c8
fixed : battery disabled when needed
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@438 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-20 17:22:05 +00:00
thilor77
b9544f0fa0
reverted Rev 407 because here it s breaking alls icon with systray + xcompmgr
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@437 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-20 15:14:37 +00:00